/************************************
* GENERAL STYLES
************************************/

/* Change to push through seperate to blog upgrade */

html {
    font-size: 16px;
}

body {
    font-size: 1rem;
    /* font-family: 'PT Sans Narrow', sans-serif; */
    font-family: 'Archivo Narrow', sans-serif;
}
a, a:visited {
    color: #3778c6;
    transition: .3s ease;
}
a:hover {
    color: #3a271e;
    text-decoration: none;
}
strong { font-weight: 700; }

.button {
    background-color: #262e3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-family: 'Lato', sans-serif;
    padding: 1em 2rem;
    border-radius: 4px;
}

.input-text, input[type="text"],
input[type="email"], input[type="password"],
input[type="number"], select, textarea {
    display: block;
    min-height: 2em;
    background: #fff;
    border: 1px solid #d4d4d4 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
}
input:not([type]), input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
    padding-left: 10px;
}
.field-recaptcha {margin-left: 25.8%;}
.container { width: 85%; max-width: initial; }
.message.success { background: #f5f5f5; color: #333; }
.message.success > :first-child::before { font-size: 2.3rem; line-height: 1; }
/************************************
* HEADER
************************************/
.page-header .panel.wrapper {
    background-color: #133363;
    margin-bottom:3px;
}
.page-header .panel.wrapper a {
    color: #fff;
    display: flex;
}
.panel.wrapper .minicart-wrapper .action.showcart {
    padding: 6px;
}
.header-info-block { display: inline; font-size: 1.125rem; }
.header-info-block i { 
    margin-right: 8px!important; 
    color: #FFF; 
    font-size: 20px;
    /*color: #f0403c; */
}
.page-header .panel.header { font-size: 1.125rem; }
.header.panel > .header.links > li {
    font-size: 18px; 
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400!important;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.header-info-block ul li {
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-info-block ul li a{
    line-height: 24px;
}
.header-info-block ul{
    display: flex;
    align-items: center;
}
.header-info-block ul li.phone a{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    padding-right:15px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.minicart-wrapper {
    width: 140px !important;
}
.header-info-block ul li.phone i{
    font-weight: 700;
    color: #e43a41;
    font-size:12px;
    border-radius:50%;
    padding:5px;
    border:2px solid #e43a41;
}
.header.panel > .header.links > li.authorization-link{
    display: none;
}
.header.panel > .header.links > li:last-child{
    order:3;
}
.header.panel > .header.links > li.compare{
    order:4;
    padding:0 20px;
}
.header-nav-container { display: flex; align-items: center; flex-wrap: wrap; }

.navigation .level0 > .level-top,
.navigation .item,
.navigation .level0 .submenu {
    color: #000;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.nav.item a:visited {color: #000;}
.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top.ui-state-focus,
.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus,
nav ul a:hover,
nav ul li.active {
    background-color: initial;
    color: #3778c6;
}

.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
    color: #3778c6;
}
.navigation .level0.parent > .level-top > .ui-menu-icon { top: calc(50% - 12px); }
.navigation .level0.parent > .level-top > .ui-menu-icon::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    padding-bottom: 4px;
}
.page-layout-1column .product.media, .page-layout-1column .product-info-main {
  width: 50%;
}    

.row.lower-footer-container .col.m6.l6 {
    padding-left: 0px;
}

.header-wrap { margin: 1em auto; max-width: 95%; }
.logo { max-width: initial; }
.logo img { height: auto; }
.block-search { width: 100%; float: left; padding-top: 12px; }
.minisearch input[type="text"]:not(.browser-default) {
    padding-left: 20px;
    border:1px solid #9a9a9a;
    background-color:#fff;
    border-radius: 10px !important;
}
.minicart-wrapper .action.showcart {
    padding: 5px 0 0 0;
    width: 100%;
    transition: 0.3s ease-in-out;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Lato Narrow', sans-serif;
    font-size:16px;
    font-weight: 400!important;
}
.minicart-wrapper .action.showcart::before,
.minicart-wrapper .action.showcart.active::before {
    /*color: #333;*/
    color: #3778c6;
    content: '\f291';
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    line-height: 40px;
    opacity: 1 !important;
    transition: 0.3s ease-in-out;
}

.minicart-wrapper .action.showcart .text {
    position: initial;
    line-height: 40px;
    font-weight: 700;
    padding-left: 8px;
    font-weight: 400;
    font-size: 18px;
    font-family:'PT Sans Narrow', sans-serif;
}

.minicart-wrapper .action.showcart:hover { background-color: #262e3b; }
.minicart-wrapper .action.showcart:hover .text { color: #fff; }
.minicart-wrapper .action.showcart:hover::before,
.minicart-wrapper .action.showcart:hover.active::before { color: #fff; }
.minicart-wrapper .action.showcart .counter.qty {
    height: 20px;
    line-height: 16px;
    margin: -4px 2px 0;
    vertical-align: middle;
    background: #202530;
    border-radius: 100%;
    width: 20px;
    padding-top: 3px;
}

.block-search .action.search {
    padding: 6px 40px;
    right: 21px;
    background-color: #113f67;
    color: #fff;
    border-radius: 0 10px 10px 0;
    top: 10px;
}
.block-search .action.search::before {
    color: #fff;
}
.block-search .action.search::before {
    font-size: 36px;
    line-height: 36px;
}
.mst-searchautocomplete__autocomplete ul li { padding: 0.5rem 0; }
.mst-searchautocomplete__item.magento_catalog_product img { height: 5rem; max-width: 5rem;}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all { background: #262e3b; }
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a { color: #fff; }

.nav-sections { background-color: initial; border: none; }
.navigation {
    background-color: initial;
    box-shadow: none;
    font-weight: 400;
    max-width: 100%;
}
.nav-1, .nav-2 { font-weight: 700; }
.navigation ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.nav.item {
  line-height: 40px;
  margin-bottom: 0;
}
.nav.item a {
    color: #000;
    font-size: 1.125rem;
}
.nav.item:hover a {
    color: #3778c6;
}
.mpblog-post-view .columns {
    display: flex;
    flex-wrap: nowrap;
}

.mpblog-post-view .columns .sidebar-main {
    display: none;
}
.post-view-image.col.l3.m6.s12 {
    width:100% !important;
}

.post-view-image.col.l3.m6.s12 img {
    width: auto;
    max-width:700px;
    height:auto;
    margin:auto;
}
/************************************
* HOME
************************************/
.cms-index-index #main_content_area { margin: auto; max-width: 95%; }
.cms-index-index .message.success { max-width: 95%; margin: 0.75rem calc(2.5% + 0.75rem); } 
.home-banner {
    display: flex;
    flex-flow: row;
    margin-bottom: 0;
}
.home-banner-left { margin-bottom: 0.45rem; padding-left: 0.75rem !important; }

.ammenu-menu-wrapper .nav-4 .ammenu-category-tree .ammenu-title.-parent {
    margin: 0px 0px 0px 0px;
}

.home-banner > .home-banner-blocks {padding-bottom: 0.75rem;}

.home-banner-blocks .row { height: 100%; margin: 0; }
.home-banner-blocks .home-banner-block {
    background-color: #3778c6;
    height: calc(50% - 0.375em);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.home-top-block { margin-bottom: 0.75em; }
.home-banner-block span {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
}
.home-banner-block span:nth-child(1) { font-weight: 300; }
.home-banner-block span:nth-child(2) { font-size: 3.2rem; }

.home-banner-block:not(.home-top-block) span:nth-child(3) { font-size: 2rem; line-height: 2rem; }

.home-banner-block .button {
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    display: block;
    width: 50%;
    margin: 5px auto;
}

.slick-dotted.slick-slider { margin-bottom: 0; }
.banner-li {
    display: none;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 90%;
}
.banner-li:first-child {
    display: block;
}

.banner-li .banner-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 500px;
    background-color: #fff9;
    padding: 2rem 0 2rem 85px;
}
.banner-desc span {
    font-size: 3.2rem;
    line-height: 3.2rem;
    font-weight: 700;
    /*text-shadow: 0px 7px 13.27px #000;*/
    color: #262e3b !important;	
    text-transform: uppercase;
}
.banner-c2a { margin: 1em 0;}
.slick-dots { bottom: 20px; right: 18.9%; width: auto; }
.slick-dots li button::before { content: ''; }
.slick-dots li button {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    width: 18px;
    height: 18px;
}
.slick-dots li.slick-active button { background-color: #262e3b; }

.home-usp {
    margin: 0 auto !important;
    width: calc(100% - 1.5rem) !important;
    max-width: 95% !important;
}

.usp-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #dbdbdb;
    padding: 1rem 5% !important;
    margin-bottom: 0;
}
.usp-content { margin-bottom: 0; }
.usp-content i { font-size: 3rem; margin-right: 1rem; }
.usp-text-container { display: inline-block; }
.usp-text-container span { display: block; font-size: 1.125rem; line-height: 1.1; font-family: 'Lato', sans-serif; }
.usp-text { font-size: 1.125rem; line-height: 1.1; font-family: 'Lato', sans-serif; }
.usp-text-bold { font-weight: 700; }

.category-banner {
    display: flex;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    margin-top: 0.75rem;
    margin-bottom:80px;
}
 .category-description { 
     text-align: center; 
     max-width: 95%;
     margin: auto;
     padding: 0px 20px;     
}


.centitle h2{
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size:30px;
}

.cat-banner-container {
  width: 20%;
  position: relative;
  margin: 0 0.375rem;
  border-left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-flow: row wrap;
}
.cat-banner-container a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.cat-banner-container .catbgimage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #d1cdcd;
    width:100%;
    min-height: 350px!important;
}
.cat-banner-container span{
    display: flex!important;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
    flex-grow: 1;
    height: calc(100% - 350px);
}
.cat-banner-container span::before {
    margin-right:8px;
}



.cat-banner-container span {
 /*position: absolute;
 bottom: 10px;
 left: 20px;
 color: #fff;
 text-transform: uppercase;
 font-size: 2rem;
 line-height: 2rem;
 font-weight: 300;
 max-width: 60%;
 text-shadow: 1px 1px 1px #000;*/

    /* position: absolute; */
    bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    max-width: 100%;
    background: #f1efef;
    color:#000;
    width: 100%;
    min-width: 100%;
    padding: 18px 20px !important;
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'PT Sans Narrow', sans-serif;
}
#label-cat {
    /* background-color: #6699cc;*/
     /* background-color: #336699; */
     /* background-image: url(../images/home/labels.png); */
     background-image: url(../images/home/rolls-of-labels.jpg);
     background-position: 100% 0;
 }
 #printer-cat {
    /*background-color: #aa8dbf;*/
     /* background-color:#6b4983; */
     /* background-image: url(../images/home/printer1.png); */
     background-image: url(../images/home/label-printer-toshiba-zebra-citizen.png);
     background-position: 100% 0;
 }
 #hardware-cat {
     /*background-color: #91c89b;*/
     /* background-color: #448851; */
     /* background-image: url(../images/home/hardware3.png); */
     background-image: url(../images/home/label-rewinder-dispenser.jpg);
     background-position: 50% 0;
 }
#parts-cat {
    /*background-color: #f6b05c;*/
    /* background-color: #c26f0a; */
    background-image: url(../images/home/parts5.png);
    background-position: 50% 63%;
    background-size: cover;
}
#second-cat {
    /* background-color: #e969a3; */
    /* background-color: #b11b5e; */
    background-image: url(../images/home/ribbons5.png);
    background-position: 50% 56%;
    background-size: cover;
}
.products-grid .widget-product-grid { display: flex; }
.products-grid .widget-product-grid .product-item {
    margin-bottom: 0;
}
.products-grid .widget-product-grid .product-item .product-item-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.products-grid .widget-product-grid .product-item .product-item-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
}
.cms-home .products-grid .product-item-actions {
    display: flex;
    flex-direction: row;
}
.home-products-blocks {
    width: 85%;
    margin: auto;
}
.home-products h2 { font-weight: 700; text-transform: uppercase; padding: 20px 0px;}
.home-lower-products { padding-top: 2rem; }

.lower-promotions { width: 100%; max-width: initial; }
.lower-promotions div:nth-child(1) { padding-left: 0; }
.lower-promotions div:nth-child(2) { padding-right: 0; }

.lower-banner {
    min-height: 400px;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.3s ease-in-out;
    box-sizing: border-box;
}
.lower-banner a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.lower-banner span {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
  display: block;
  width: 40%;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 25px;
  transition: 0.3s ease-in-out;
}
.lower-banner.lower-promo-1 {
    background-image: url(../images/home/CAT-3-ACH-7-clear-2.png);
    background-color: #3778c6;
    border: 5px solid #3778c6;
}
.lower-banner.lower-promo-1:hover {background-color: #fff;}

.lower-banner.lower-promo-2 {
    background-image: url(../images/home/LD-200-RS_détouré-clear-2.png);
    background-color: #262e3b;
    border: 5px solid #262e3b;
}
.lower-banner.lower-promo-2:hover {background-color: #fff;}
.lower-banner:hover span {color: #262e3b;}

/************************************
* FOOTER
************************************/
.page-footer {
    color: #666;
    background-color: #fff;
    /* border-top: 3px solid #f5f5f5; */
    border-top:0;
}

.block.newsletter .subscribe-text label { position: initial; }
.subscribe-text h4 {
    margin: 0;
    color:#000 !important;
    padding-bottom:10px;
}
.subscribe-text h4 strong {
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase;
}
.subscribe-text label span {
    color: #a6a5a5;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 18px;
    padding-top:10px;
    font-weight: 400;
}
.block.newsletter {
    margin-bottom: 0;
    width: 100%;
    background-color: #ebe9e9;
    padding: 25px 3rem 0 3rem;
}
.block.newsletter > div { display: flex; align-items: center; }
.block.newsletter .form.subscribe {
 /* display: flex;
  flex-direction: row;
  align-items: center;*/
  display: inline-table;
}
.block.newsletter .field { margin-right: 0rem; flex-grow: 5; }
.block.newsletter .field .control:before {
 left: 5px;
 bottom: 0;
 right: initial;
 color: #f0403c;
 line-height: 65px;
}
.limiter {
    font-size: 1rem;
}

.mpblog-post-index .sidebar-main {
    display: none;
}
.mpblog-post-index .column.main {
    width: 100%;
}
#newsletter {
 padding-left: 40px;
 background-color: #fff;
 width: 100%;
 border-radius: 3px;
 margin-bottom: 0;
 border-top-left-radius: 20px !important;
 border-bottom-left-radius: 20px !important;
 height: 65px;
 border:1px solid #9a9a9a!important;
}
#newsletter::placeholder { color: #000; }
.block.newsletter .actions { flex-grow: 1;  width: 3rem; }
.block.newsletter .action.subscribe {
 background-color: #143460;
 border: 1px solid #143460;
 text-transform: uppercase;
 border-radius: 0;
 padding: 10px 2rem;
 border-top-right-radius: 20px;
 border-bottom-right-radius: 20px;
 height: 65px;
}
.block.newsletter .action.subscribe span {
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    font-size: 19px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
}

.lower-footer-container h4 {
    color: #000;
    font-weight: 700;
}
.lower-footer-container a { color: #666; }
.lower-footer-container .item { margin-bottom: 1rem !important; }

/************************************
* Category Category
************************************/
.category-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 0;
}
.category-child {
  width: 20%;
  margin: 1rem;
  text-align: center;
  border: 2px solid #262e3b;
}
.category-child:hover {border: 2px solid #7cabe4;}

.category-child a {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
}
.child-title-container {
    height: 100%;
    display: flex;
    align-items: center;
    background: #262e3b;
}
.category-child:hover .child-title-container {background-color: #7cabe4; color: #202530;}
.category-child p {
    margin-bottom: 0;
    width: 100%;
    margin: 0 0.75rem;
}
.category-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.category-heading-container {
 width: 100%;
}
#narrow-by-list dd {
  max-height: 340px;
  overflow-y: auto;
}
.page-title-wrapper { text-align: center; }
#page-title-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 10px 0px;
    color:#202530;
}
.catalog-category-view .column.main {
    min-height: 10px;
}
.category-description {
    font-family: 'Lato';
    line-height: 25px;
}
dd.filter-options-content a {
    font-family: 'Lato';
    color: #333333;
}
strong.block-subtitle.filter-subtitle {
    display: none;
}
.block.filter .filter-title strong {
    line-height: 1.1;
    font-size: 1.8rem;
}

.message.success a {
    color: #006400;
}
.message.success {
    background: #26a69a;
    color: #f5f5f5;
    margin: 10px 0px 20px 0px;
}
/************************************
* Category Product
************************************/
.toolbar-products {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
}
.toolbar-products:before, .toolbar-products:after { content: initial; }
.toolbar-sorter.sorter { display: flex; justify-content: center; align-items: center; }
.toolbar-products .pages { display: block; }
.page-products .toolbar .limiter { display: initial; }

.mobile-filter-container { text-align: center; margin-bottom: 1rem; }
.mobile-filter-overlay {
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}
.mobile-filter-overlay.active {
    background: rgba(0, 0, 0, 0.3);
    left: 0;
}

.modes-mode:before { color: #3778c6; }
.modes-mode.active { background: #262e3b; }
.block-compare .block-title > strong { font-size: 1.4rem; font-weight: 700; }
.products { margin-top: 10px; }
.page-products .products-grid .product-items {
    display: flex;
    flex-flow: row wrap;
}
.page-products .products-grid .product-items .product-item {
    display: flex;
}

.page-products .product-item-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.page-products .product-item-info .product-item-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.product-item-details .product-item-name { font-size: 1.125rem; }
.products-grid .product-item-actions.product-item-info-box {
    flex-grow: 1;
    margin-top: 5px;
}
.product-item-description { margin: 0; font-size: 1rem; }

.product-item .minimal-price-link { display: inline-block; }
.product-item .minimal-price-link .price-label { color: #262e3b; margin-left: 10px; }
.product-item .price-box { margin: 0 0 10px; }
.product-item-actions > * { line-height: 1.6rem; }

.products.wrapper.list.products-list .product-item-photo { width: auto; }
.products.wrapper.list.products-list .product-item-info { flex-direction: row; }
.products.wrapper.list.products-list .product-item-details { padding-top: 2rem; text-align: left; }


.product-item-inner .actions-secondary { vertical-align: top; margin: 0 10px; }
.product-item-actions .actions-secondary > .action { padding: 0.5rem 0; }
.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before {
    content: '\f004';
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    line-height: 40px;
    color: #3778c6;
    font-weight: 500;
}
.fieldset .review-legend.legend strong { font-size: 1.2rem; }

/************************************
* Product Page
************************************/
form#product_addtocart_form {
    display: flex;
    flex-direction: column-reverse;
}
.actions-toolbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-item-details .product-item-name,
a.product-item-link {
    font-family: 'Lato';
    color: #333333;
    font-size: 1rem;
}
a.action.compare.primary {
    padding: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    background: #fff !important;
}

a#compare-clear-all {
    padding: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    background: #fff !important;
}

.product.data.items > .item.content {
    margin-top: 50px;
}

.breadcrumbs {
    background: #f5f5f5;
    padding: 1rem 0;
    max-width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
.breadcrumbs .items {
    max-width: 90%;
    color: #3778c6;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
    font-family: 'Lato', sans-serif;
}
.breadcrumbs .items .item {
    display: inline-block;
    font-size: 14px;
    margin-right: 1rem;
    padding-right: 1rem;
    position: relative;
}
.breadcrumbs a, .breadcrumbs a:visited {
    /* color: #3778c6; */
    color: #a3a3a3;
    transition: .3s ease;
}
.breadcrumbs a:hover {
    color: #3a271e !important;
}
.breadcrumbs .item:not(:last-child)::after {
    content: '|';
    color: #262e3b;
    position: absolute;
    right: -4px;
    top: -3px;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    display: block;
    text-transform: initial;
}
.catalog-product-view .product-info-stock-sku .available {
    color: #3bb141;
    line-height: 1.2rem;
    font-size: 1rem;
    display: inline-block;
}
.product-info-main .product.attribute.sku {
    color: #aaa;
    line-height: 1.2rem;
    font-size: 1rem;
    display: inline-block;
}
.product-info-main .product.attribute.sku .type { font-weight: 700; }

.product-info-main .page-title-wrapper .page-title {
    margin-top: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
}
.product-info-main .product.attribute.overview {
  margin: 0;
}
.product-info-main .product.attribute.overview p {
  margin: 0;
}
.product-reviews-summary { margin-bottom: 20px; }
.product-info-main .product-reviews-summary .reviews-actions { font-size: 1rem; }
.product-reviews-summary .reviews-actions a {
    font-weight: 800;
    font-size: 1.2rem;
}
.product-info-main .price-box .price-wrapper .price {
    font-size: 3rem;
}

.catalog-product-view .box-tocart .fieldset {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.product-add-form .fieldset > .field:not(.choice) > .label { font-size: 1rem; }
.product-info-main .box-tocart .field.qty { margin-bottom: 0; }
.catalog-product-view .box-tocart .field.qty .control input {
    width: 8em;
    margin-bottom: 0;
    text-align: center;
    line-height: 20px;
    width: 100%;
}

button.action.primary {
    background-color: #262e3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-family: 'Lato', sans-serif;
    padding: 1rem 2rem;
    border: 1px solid #262e3b;
    border-radius: 4px;
}
button.action.primary:focus,
button.action.primary:active,
button.action.primary:hover {
    transition: 0.2s;
    background-color: #3778c6;
    border: 1px solid #3778c6;
}
.product-info-main .box-tocart .action.tocart i { margin-right: 5px; }
.catalog-product-view .box-tocart button.action {
    width: 100%;
    padding: 14px 33px;
}

.prices-tier.items {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 10px 15px !important;
}

.tier-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #202530;
    border-radius: 4px;
    margin: 4px !important;
    min-width: 80px;
}
.price.title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 0.5rem;
    color: #3778c6;
    border-radius: 0 0 4px 4px;
    
}
.tier-price .price-container .price-wrapper span{
    color: #202530;
}
.price.title, .qty.title { text-transform: uppercase; }
.tier-price .qty {
  width: 100%;
  text-align: center;
  background: #c6c6c6;
  color: #202530;
  font-weight: 700;
  padding: 0.5rem;
  border-radius: 4px 4px 0 0;
}
.tier-price .qty.title {
    width: 100%;
    text-align: center;
    background: #7cabe4;
    color: #202530;
    font-weight: 700;
    padding: 0.5rem;
    border-radius: 4px 4px 0 0;
}
.tier-price .price-container {
    margin: 2px 10px;
}

.towishlist:before {
    content: '\f004';
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    line-height: 40px;
    color: #3778c6;
    font-weight: 500;
}
.product-info-main .action.towishlist:hover { background: initial; color: #262e3b; border: none; }
.product-info-main .action.towishlist:hover:before {color: #262e3b;}
.towishlist span { display: none; }

.product-info-main .action.tocompare { vertical-align: middle; }
.product-item-actions .actions-secondary > .tocompare::before,
.tocompare:before {
    content: '\f362';
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    line-height: 1.1;
    color: #3778c6;
}
.product-info-main .action.tocompare:hover { background: initial; color: #262e3b; border: none; }
.action.tocompare:hover:before {color: #262e3b;}

.product-social-links .action.mailto:before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    line-height: 26px;
    color: #3778c6;
}
.product-info-main .action.mailto:hover { background: initial; color: #262e3b; border: none; }
.product-info-main .action.mailto:hover:before {color: #262e3b;}
.product-social-links .action.mailto span,
.tocompare span {
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #3778c6;
}

.product-addto-links{ text-align: left; }
.product-addto-links a.action { margin-left: 20px !important; }

.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
    background-color: initial;
    border: none;
    padding: 0;
}

.product.data.items > .item.title > .switch {
    border: none;
    color: #333333;
    background: initial;
    font-weight: 400;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.product.data.items > .item.title.active > .switch { color: #3778c6; }
.product.data.items > .item.title > .switch:hover { color: #3778c6; }
.product.data.items > .item.title.active > .switch:hover { color: #3778c6; }
.product-attachment-container .downloads-item:first-child { margin-top: 0; }
.downloads-item .item-link a, .downloads-item .item-link a:visited {
    font-size: 1.2rem;
}

.review-control-vote [type="radio"]:not(:checked) + label,
.review-control-vote [type="radio"]:checked + label {
    position: absolute;
    display: block;
    height: auto;
}

.review-control-vote [type="radio"]:not(:checked) + label::before,
.review-control-vote [type="radio"]:not(:checked) + label::after,
.review-control-vote [type="radio"]:checked + label::before,
.review-control-vote [type="radio"]:checked + label::after {
    opacity: 0;
    border-radius: 0;
    border: none;
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    font-weight: normal;
    margin: 0;
}

/************************************
* Checkout Page
************************************/
.opc-progress-bar { margin-top: 2rem; }
.opc-progress-bar-item._active > span::before {
    background-color: #262e3b;
}
.opc-progress-bar-item > span::after {
    font-size: 1.6rem !important;
    line-height: 1.6rem;
}
.um-ordercomment .payment-option-title { padding-left: 0; }
.um-ordercomment .payment-option-content { padding-left: 0; }
.input-text.order-comment { height: auto; }
div[name="shippingAddress.postcode"] .label span { font-size: 16px; color: #000; }
.field.street .label span { font-size: 0.8rem; color: #9e9e9e; }
/************************************
* Sign In Page
************************************/
.customer-account-login .fieldset > .field:not(.choice) > .label {
    text-align: left;
}

.action.create.primary {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: 'Lato', sans-serif;
  padding: 1em 2rem;
  border-radius: 4px;
}

/************************************
* Account Page
************************************/
.field.password-info { float: right; }
.account .nav.item {
    display: list-item;
    padding: 5px 0;
    max-width: none;

}
.account-nav .nav.item a { text-align: left; }
.account-nav .nav.item.current { padding-left: 0; border-bottom: 0; }
.account-nav .nav.item.current strong { font-size: 1.125rem; line-height: 1.1; }

/************************************
* FAQ Page
************************************/
.ui-accordion .ui-accordion-content{
overflow: auto;
    box-sizing: content-box;
    border-bottom: solid 1px #d1d1d1;
    padding-bottom: 8px;
}
.accordion h3 {         margin: 15px 0 0;
    border-bottom: solid 1px #d1d1d1;
    padding-bottom: 8px;
}
.accordion h3:after {
    content: '+';
    float: right;
    padding-top: 10px;
    padding-right: 1rem;
}
.accordion h3:before {
    content: 'q';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background: #3778c6;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.accordion div { padding-top: 15px; }
.accordion div:before {
    content: 'a';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #3778c6;
    background: #2d2d2d;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin: 0 15px 0 0;
    margin-bottom: 150px;
}

.pages .item, .pages strong.page, .toolbar-products, select#sorter, .limiter-options {
    font-family: 'Lato';
    font-size: 1rem;
}


/************************************
* Blog Page
************************************/

.mpblog-post-view .page-title,
.mpblog-post-index .page-title { font-size: 2.5rem; font-weight: 700; }
#mpblog-list-container .post-info-wraper h2.mp-post-title a { color: #000; }
#mpblog-list-container .post-post_content ul li { list-style-type: disc; margin-left: 1rem;}

.mpblog-category-view ul.menu-categories .category-level3,
.mpblog-post-index ul.menu-categories .category-level3 {
    display:block !important;
}
.mpblog-category-view .category-item i,
.mpblog-post-index .category-item i {display:none;}

.block-mp-sidebar-heading {font-weight:bold !important;}
/************************************
* Cart Page
************************************/
.checkout-cart-index .page-title {
    margin: 0;
}

.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  line-height: 27px;
}

.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  line-height: 27px;
}

button, .cart.table-wrapper .actions-toolbar > .action,
.action-gift, .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
    background-color: #262e3b;
    color: #fff;
    border-radius: 5px;
}

button:hover, .cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
    background-color: #3778c6;
    color: #fff;
}

.cart.table-wrapper .actions-toolbar > .action-delete {
    background: #f9f9f9;
    border-color: #262e3b;
    color: #262e3b;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
    background-color: #3778c6;
    color: #fff;
}

.cart-summary #block-shipping { display: none; }
/************************************
* Media Queries
************************************/
@media (min-width: 769px) {
    .fotorama__stage {
        left: 0px !important;
        width: 100%;
        height: auto;
    }

    .product.actions.product-item-actions.product-item-info-box button.action.btn-view.primary {
        padding: 0.5rem 1rem;
    }
    .mobile-filter-container button.action.primary {
        width: 100%;
    }    
    .lower-banner span {
        font-size: 3rem;
    }
    .footer .copyright {
        padding: 0px;
    }    
ul.header.links {
    display: flex !important;
}
    .mobile-filter-container {display: none;}
    .mobile-filter-overlay { display: none; }
    .cart.table-wrapper .item .col.item { width: 70%; }
    .nav.item, .navigation li.level0 { max-width: calc(100% / 9); }
    .nav.item a,
    .navigation .level0 > .level-top, .navigation .item, .navigation .level0 .submenu {
        line-height: 1.1;
        text-align: center;
    }
    .nav.item { line-height: 40px; }
    .navigation li.level0, .nav.item {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top, .nav.item.current, .nav.item.active {
        border: none;
    }
    .navigation .level0.parent > .level-top { padding-left: 5px; }
    .nav.item.active, .nav.item.current, .navigation li.level0.active, .navigation li.level0.has-active {
        border-style: solid;
        border-width: 0 0 3px;
        border-color: #333;
    }
    .navigation .level0 .submenu { text-align: left; }
}
@media (min-width: 420px) {
    .review-item {padding: 20px 0;}
    .review-item .review-title {margin: 0 0 20px;}
    .review-item .review-details { display: flex;}
    .review-item .review-details .review-date { margin-left: 15px;}
}

@media (max-width: 1730px) { .home-banner-block .button { width: 75%; } }
@media (max-width: 1024px) {
    .page-layout-2columns-left .column.main {
        width: 80%;
    }
    .page-layout-2columns-left .sidebar-main {
        width: 20%;
    }
}
@media (max-width: 1400px) {
    .nav.item, .navigation li.level0 { max-width: calc((100% / 9) - 10px); }
    .home-banner {flex-direction: column;}
    .home-banner .home-banner-blocks.col { width: 100%; }
    .home-banner .home-banner-left.col { width: 100%; padding: 0 0.75rem !important; }
    .home-banner-blocks .row { display: flex; height: auto; }
    .home-banner-blocks .home-banner-block { height: auto; display: flex; flex-direction: column; justify-content: space-between; }
    .home-banner-block .button { width: 50%; }
    .home-top-block { margin-bottom: 0; margin-right: 0.75rem; }
    .usp-container { text-align: center; }
    .usp-content i { margin-right: 0; }
    .products-grid .widget-product-grid { display: flex; flex-wrap: wrap; }
}
@media (max-width: 1200px) {
    .block.newsletter .subscribe-text { width: 100%; }
    .block.newsletter .subscribe-form { width: 100%; }
    #newsletter { width: 100%; }
    .block.newsletter > div { flex-direction: column; text-align: center; margin-bottom: 0;}
    .block.newsletter {padding: 0.75rem;}
    .block.newsletter .form.subscribe {flex-wrap: wrap;}
    .block.newsletter .action.subscribe { margin: auto; width: 100%; padding: 0.75rem; }

    .category-child { width: 44%; margin: 2%; }
    
}
@media (max-width: 992px) and (min-width: 769px) {
    .header-wrap .header-nav-container .minicart-wrapper {
        position: absolute;
        top: 4px;
        left: calc(50% - (165px /2));
        right: calc(50% - (165px /2));
    }
    .header-nav-container .minicart-wrapper .action.showcart {
        background: #f0403c;
        border: none;
        color: #fff;
    }
    .page-header .header.panel {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    

    .header-nav-container .minicart-wrapper .action.showcart:hover {background: #fff; }
    .minicart-wrapper .action.showcart:hover .text { color: #262e3b; }
    .minicart-wrapper .action.showcart:hover::before,
    .minicart-wrapper .action.showcart.active:hover::before {
        color: #262e3b;
    }
}
@media (max-width: 992px) {
    .header-logo { text-align: center; }
    .logo { display: inline-block; float: none; }

    .page-layout-1column .block.widget .products-grid .product-item {width: calc((100% - 6%)/3);}
    #newsletter { width: 100%; }
    .usp-delivery { margin: auto; }
    .nav-sections { width: 100%; }

   
}

@media (max-width: 990px) {
    nav.ammenu-nav-sections.-sidebar.-mobile.-accordion.-animation-undefined.-opened {
        height: fit-content;
    }
    
    li.ammenu-item.category-item {
        width: 100%;
    }
    .row.lower-footer-container .col.m6.l3:last-child {
        width: 100%;
        gap: 5%;
        display: flex;
        padding-left: 0px;
    }
    .footerpayment {
        width: 46% !important;
    }
    .minicart-wrapper .action.showcart .text {
        display: none;
    }
    .usp-content i {
        margin-right: 10px;
    }

}
@media (max-width: 1400px) {
    ul.single-header-banner.margin-none.banner-ul.slick-initialized.slick-slider.slick-dotted {
	padding:0px;
    }
}
.catalog-product-view h1 span.base, .catalog-product-view h1 {
    margin-top: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
}
	
@media (max-width: 768px) {
.page-layout-1column .product.media, .page-layout-1column .product-info-main {
  width: 100%;
}    
    .product.data.items > .item.title > .switch:after {
        content: "+";
        float: right;
    }
    
    .product.data.items > .item.title.active > .switch:after {
        content: "-";
    }

.fotorama__stage {
    left: 0px !important;
    min-width: 100% !important;
    width: 100% !important;
}
.fotorama__stage__shaft {
    width: 100% !important;
    max-width: 100% !important;
}
.page-title-wrapper.product {
    display: block;
}

    .page-header { /*margin-top: 56px;*/ border-bottom: none; }
    .page-header .panel.header { padding-top: 5px; padding-bottom: 5px; text-align: center; }
    .navigation ul {
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .nav.item, .navigation li.level0 { max-width: 100%; }
    .nav-toggle {display: inline-block; top: 8px;}
    .nav-toggle::before{color: #282e3c;}
    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        transition: left 0.3s;
        height: 100%;
        left: -80%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 54px);
        margin-top: 56px;
        max-height: calc(100vh - 56px);
        padding: 0 !important;
        background-color: #fff;
    }
    .ui-menu-icon {display: none;}
    .navigation .parent .level-top::after { top: initial; }
    .nav-open .nav-sections {
        -webkit-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.75);
        -ms-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.75); }
    .nav-sections-item-title {
        height: 56px;
        padding-top: 14px;
        border:none;
        font-size: 1.2rem;
        background: #3778c6;
        width: 50%;
    }
    .nav-sections-item-title.active {background: #282e3c;}
    .nav-sections-item-title a, .nav-sections-item-title a:visited {color: #fff;}
    .navigation a:visited { color: #575757; }
    .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        border-color: #3778c6;
        border-style: solid;
        border-width: 0 0 0 8px;
    }
    .nav.item { font-weight: 700; color: #000;}
    .nav.item.current {
        border-color: #3778c6;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding: 8px 40px 8px 15px;
        color: #3778c6;
    }
    .nav.item.current strong {font-weight: 700; margin-left: -8px;}

    .minicart-wrapper {margin-top: 0;}
    .minicart-wrapper .action.showcart { border: none; width: auto; padding: 5px; display: block; }
    .minicart-wrapper .action.showcart.active { display: block; }
    .minicart-wrapper .action.showcart .text {display: none;}
    .minicart-wrapper .action.showcart .counter.qty {background: none; color: #282e3c; font-size: 1.2rem; font-weight: 700;}
    .minicart-wrapper .action.showcart:hover .counter.qty {color: #fff;}
    .minicart-wrapper.active .block-minicart { max-height: 90vh; overflow: auto; }
    .block-minicart .block-content > .actions { margin-bottom: 3rem; }

    .header-logo {text-align: center;}
    .logo {display: inline-block; float: none; z-index: 1;}
    .logo img {width: 160px; height: auto;}

    .block-search { padding-top: 0; }
    .block-search .field.search {position: relative;}
    .block-search .control {position: absolute; left: 0; right: 0; border-top: none;}
    .block-search .label {
        position: absolute;
        top:8px;
        right: calc(50% - (35px / 2));
        z-index: 1;
        transition: 0.3s;
    }
    .block-search .label:hover::before { color: #3778c6; }
    .block-search .label.active { right: 0; }
    .home-banner-block:first-child { margin-right: 0.75rem; }
    .search-autocomplete { margin-top: 0; }
    .category-banner { flex-wrap: wrap; }
    .header-nav-container {
        position: fixed;
        height: 56px;
        left: 0;
        top: 0;
        width: 100%;
        background: #3778c6;
        z-index: 16;
        box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
        padding-right: 1rem;
    }
    .usp-container { flex-wrap: wrap; }

    .home-banner-blocks .row {display: flex;}
    .home-banner-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .home-top-block {
        margin-bottom: 0;
    }

    .category-banner { margin-bottom: 0; }
    .cat-banner-container {width: calc(50% - 0.75rem); margin-bottom: 0.75rem;}

    
    .page-layout-1column .block.widget .products-grid .product-item {width: calc((100% - 6%)/2); margin: 0% !important;}
    .products-grid .product-item,
    .page-layout-1column .block.widget .products-grid .product-item {text-align: center;}
    .products-grid .product-item-actions {justify-content: center;}
    .product-item-inner .actions-secondary { margin: 0; }

    .home-product-container { margin-bottom: 0; }













    .home-products h2 {
        background: #262e3b;
        color: #fff;
        text-align: center;
        padding: 0.75rem;
        margin: 0;
    }

    .lower-promotions > div:nth-child(1) {padding-left: 0.75rem; margin-bottom: 0.75rem;}
    .lower-promotions > div:nth-child(2) {padding-right: 0.75rem;}
    .lower-banner { min-height: 200px; }

    #maincontent { max-width: 95%; margin: auto; }
    /* Minicart */
    .bundle-actions .action.primary,
    .bundle-options-container .block-bundle-summary .box-tocart .action.primary,
    .product-info-main .box-tocart .action.tocart,
    .product-options-bottom .box-tocart .action.tocart,
    .cart-container .checkout-methods-items .action.primary,
    .block-minicart .block-content > .actions > .primary .action.primary,
    .methods-shipping .actions-toolbar .action.primary,
    .block-authentication .action.action-register,
    .block-authentication .action.action-login,
    .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
    .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
        font-size: 1rem;
        line-height: 1.1;
    }

    /* Category Page*/
    .sidebar-main .block.filter {
        position: fixed;
        top: 56px;
        right: -200%;
        height: calc(100vh - 56px);
        border-left: 8px solid #3778c6;
        padding: 1rem 5rem;
        background: #262e3b;
        text-align: right;
        color: #fff;
        overflow: auto;
        z-index: 100;
        transition: 0.3s;
        max-width: 90vw;
    }
    .sidebar-main .block.filter.active { right: 0; }

    .sidebar-main .block.filter .block-title { display: none; }
    .sidebar-main .block.filter .block-content { margin-bottom: 3rem; }
    .filter-options .count { color: #fff; }
    .toolbar-sorter.sorter {
        width: auto;
        justify-content: flex-start;
        align-items: center;
    }
    .page-products .toolbar .limiter {
        padding-top: 5px;
        margin-right: 0;
    }
    .toolbar-amount {
        width: 100%;
        left: 0px;
    }

    /* Product Page */
    .product-info-main .box-tocart .field.qty { width: 35%; }

    .bundle-actions .action.primary,
    .bundle-options-container .block-bundle-summary .box-tocart .action.primary,
    .product-info-main .box-tocart .action.tocart,
    .product-options-bottom .box-tocart .action.tocart,
    .cart-container .checkout-methods-items .action.primary,
    .block-minicart .block-content > .actions > .primary .action.primary,
    .methods-shipping .actions-toolbar .action.primary,
    .block-authentication .action.action-register,
    .block-authentication .action.action-login,
    .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
    .form-address-edit .actions-toolbar .action.primary,
    .multicheckout .action.primary {
        padding: 16px 17px;
    }

    /* Blog Page*/
    .post-short-description { display: none; }

    /* Cart */
    .cart.table-wrapper .item .col.item { width: 100%; }

    /* Checkout */
    .checkout-index-index .minicart-wrapper .action.showcart,
    .checkout-index-index .minicart-wrapper .action.showcart:focus { background: transparent; }

    .checkout-index-index .minicart-items .product-item-details { padding-left: 0; }
}

@media (max-width: 600px) {
    .home-banner-blocks .row { flex-wrap: wrap; }
    .home-banner-blocks .home-banner-block {height: auto;}
    .home-banner-blocks .home-banner-block:first-child {margin-bottom: 0.75rem;}
    .home-banner-block span {font-size: 2.3rem; line-height: 1.1;}
    .home-banner-block span:nth-child(2) {font-size: 2.4rem; line-height: 1.1;}
    .home-banner-block:not(.home-top-block) span:nth-child(3) {font-size: 1.5rem; line-height: 1.1;}
    .home-banner-block .button {width: 75%; padding: 0.75rem 2rem;}
    .home-banner-block:first-child { margin-right: 0; }

    .cat-banner-container {width: calc(100% - 0.75rem); margin-bottom: 0.75rem;}

    .block.widget .products-grid .product-item { width: 100%; margin-left: 0;}

    /* Product Page */
    .product-info-main .box-tocart { margin: 20px 0 5px; }
    .catalog-product-view .box-tocart .fieldset { margin-bottom: 0; }

    .catalog-product-view .box-tocart .fieldset { justify-content: center; }
    .prices-tier { background-color: transparent; }
    .prices-tier.items {
        flex-direction: column;
        width: 100%;
        padding: 0 !important;
        border-radius:0px 0px;
    }
    .tier-price { flex-direction: row; margin-left: 0 !important; margin-bottom: 0.5rem !important;}
    .tier-price:nth-child(1) { margin-top: 1rem !important; }
    .tier-price .price-container { margin: auto; }
    .tier-price .qty {width: 50%;}
    .price.title {width: 50%;}

    .fieldset .review-legend.legend strong {
        font-size: 1.2rem;
        line-height: 1.1;
    }
}

@media (max-width: 420px) {
    .products-grid .widget-product-grid {text-align: center;}

    .products-grid .product-item,
    .page-layout-1column .block.widget .products-grid .product-item {width: 100%;}

    .product-item-inner .actions-secondary {margin: 0;}
    .sidebar-main .block.filter{ padding: 1rem 3rem; }

    /* Category Page*/
    .category-child { width: 92%; margin: 2%; }
}

@media (max-width: 990px) {
	.header.panel > .header.links > li a {
    		font-size: 16px;
	}
}

@media (max-width: 1366px) {
	.ammenu-header-container .header.content .ammenu-logo {
		width: 200px;
	}
    .category-child {
        width: 30%;
    }
    .category-child a {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }    
}
@media (max-width: 880px) {
	.ammenu-header-container .header.content .ammenu-logo {
		width: 150px;
	}
}

.cms-our-social-links .top-grey-bar{
    text-align: center;
    background-color: #f5f5f5;
}

.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
    max-width: 1308px !important;
}

.grecaptcha-badge {
    z-index: 1;
}

td.col.price, td.col.subtotal, td.col.qty, th.col.price, th.col.qty, th.col.subtotal {
    width: 10%;
    text-align: left !important;
}

th.col.item {
    width: 70%;
}
.ammenu-button.-hamburger { 
	order:1;
	color: #262e3b !important;
}

.ammenu-menu-title .ammenu-button.-close {
    color: rgb(40 49 60) !important;
}

.compare, .product-addto-links .action.tocompare, .product-item-actions .actions-secondary > .action.tocompare, [class*='block-compare'] {
    display: block !important;
}
li.ammenu-item.category-item.nav-0 a.ammenu-link {
    color: #3778c6 !important;
}
.ammenu-menu-title:hover span{
    color: #3778c6 !important;
}
input#search::placeholder {
	color:#7d7c7c;
}

button#product-addtocart-button {
    background-color: #f0403c;
    border: 1px solid #f0403c;
}

button.amform-show-popup.amcform-button.-default {
    background-color: #262e3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem !important;
    font-family: 'Lato', sans-serif !important;
    padding: 1rem 2rem;
    border: 1px solid #262e3b;
    border-radius: 4px;
    line-height: 1.4rem;
    font-weight: 700;
    height: auto;
    margin-bottom:-5px;
}
.product-addto-links a.action.tocompare {
    margin-bottom: 15px;
}

.product.data.items .content, .cms-page-view p {
    font-family: 'Lato';
}

.cms-page-view h1 {
    font-weight: 700;
}

.ui-accordion-content {
    font-family: 'Lato';
}
.ui-accordion-header {
    font-size: 1.4rem;
}

.minicart-wrapper a.action.viewcart {
    font-size: 18px;
    text-decoration: underline;
}

.minicart-wrapper button#top-cart-btn-checkout {
    background: #f0403c;
    border: 1px solid #f0403c;
}

.block-minicart .items-total, .block-minicart .subtotal, .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 1.4rem;
}

.details-qty.qty input {
    width: 5rem;
    padding: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.minicart-items .product-item-name a {
    color: #262e3b;
}
.minicart-items .product-item-details .details-qty {
    display: flex;
    align-content: center;
    align-items: center;
}

.cart.table-wrapper .actions-toolbar > .action, .cart-container .form-cart .action.clear, .cart-container .form-cart .action.update {
    background: #f9f9f9;
    border-color: #262e3b;
    color: #262e3b;
    font-weight: 700;
    font-size: 1.4rem;
}

.cart-container .checkout-methods-items .action.primary {
    background: #f0403c;
    border: 1px solid #f0403c;
}

.checkout-cart-index .page-title {
    margin: 20px;
}

.checkout-index-index label.label, .checkout-index-index legend.label {
    FONT-SIZE: 1.2REM;
    COLOR: #262e3b;
    WIDTH: 100% !IMPORTANT;
    TEXT-ALIGN: LEFT !IMPORTANT;
}
.mp-post-info {
    FONT-SIZE: 16px;
}
a.blogback {
    padding-left: 20px;
    color: #576e93;
    font-weight: 700;
}
.mp-post-meta-info a.mp-read-more, a.mp-read-more {
    font-weight: 700;
    color: #3778c6 !important;
}

.post-item-list {
    width: 50%;
    min-height: 100%;
}
.post-item-wraper {
    height: 100% !important;
}
.post-list-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.post-short-description p {
    font-family: 'Lato';
}

.mpblog-post-view p {
    font-family: 'Lato';
}

.contact-index-index .field.note.no-label, .contact-index-index td p {
    font-family: 'Lato';
}

.contact-index-index label.label {
    color: #262e3b;
    font-size: 1rem;
    min-width: 100%;
    text-align: left !important;
}

.contact-index-index label {
    color: #262e3b;
}

.contact-index-index .field {
	margin-left: 25.8% !important;
}

.contact-index-index .field.note.no-label {
    margin-left: 0% !important;
}

a.action.compare.no-display:before, a.action.compare:before {
    content: '\f362';
    font-family: 'Font Awesome 5 Pro';
    color: #3778c6;
    font-size: 20px;
    line-height: 100%;
    padding-right: 5px;
}


a.action.compare.no-display, a.action.compare {
    line-height: 1.8 !important;
    font-size: 18px !important;
	color: #3778c6 !important;
}

.header.panel > .header.links > li:first-child {
    font-weight: 700;
}
.header.panel > .header.links > li:first-child:after {
    content:"|";
    color: #fff;
    padding-left: 015px;
    font-weight: normal;
}

.customer-account-login .actions-toolbar, .customer-account-login .login-container .fieldset:after {
    margin-left: 0% !important;
}

.customer-account-login .actions-toolbar {
    display: inline-flex;
}

.customer-account-login .primary {
    padding-right: 10px;
}

.customer-account-login  .fieldset > .field {
    margin: 0 0 10px;
}

.home-usp li {
    padding: 6px 10px;
}

.usp-text-container span {
    font-size: 1rem;
    line-height: 19px;
}

li.opc-progress-bar-item {
    width: 50%;
}
button.action.action-auth-toggle {
    background-color: #262e3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-family: 'Lato', sans-serif;
    padding: 1rem 2rem;
    border: 1px solid #262e3b;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 700;
}
.opc-progress-bar-item > span {
    font-size: 1.25rem;
}
.col.l1.m2.s2.no-padding.minicart-wrapper {
    min-width: 130px;
    background-color: #c90404;
    height: 100%;
    display: flex;
}




@media (max-width: 1190px) {
    .post-item-list {
        width: 100%;
    }
}
@media (max-width: 1024px) {

    .product-info-main .price-box .price-wrapper .price {
        font-size: 2rem;
    }    
    .catalog-product-view .box-tocart .field.qty .control input {
        min-width: 5em;
        width: 5em;
    }
    .usp-text-container span {
        font-size: 1rem;
    }
    .usp-content i {
        font-size: 2rem;
    }
    .page-products .products-grid .product-item {
        width: 32%;
    }    
}
@media (max-width: 990px) {
    .post-image, .post-info-wraper {
        width: 100%;
    }

    .post-item-wraper {
        display: flex !important;
        flex-direction: column;
    }

    .post-image img.img-responsive {
        min-width: 100%;
        position: unset;
    }
}

@media (max-width: 768px) {
    .contact-index-index .field {
        margin-left: 0% !important;
    }    
}

@media (max-width: 550px) {
    .lower-footer-container img {
        width: 20rem;
        max-width: 100%;
    }
    ul.category-banner li {
        max-height: 10rem;
    }    
    li.category-child.margin-none .row .col {
        width: 50%;
    }    
    .category-child a {
        font-size: 1rem;
    }    
    .page-products .products-grid .product-items .product-item {
        margin-bottom: 2rem;
    }    
    .page-products .toolbar .limiter{
        align-items: flex-start!important;
        width: 100%;
        flex-direction: column;
        display: flex!important;
        position: relative;
        width: fit-content;
    }
    .page-products .toolbar .limiter select{
        margin-left: 0!important;
    }
    .toolbar-sorter.sorter {
        align-items: flex-start!important;
        width: 100%;
        flex-direction: column;
        display: flex!important;
        position: relative;
        width: fit-content;
    }
    .sorter-options{
        margin-left: 0!important;
    }
    .sorter .sorter-action{
        position: absolute;
        right: -30px;
        bottom: 0 !important;
        top: auto;
    }
}
.category-child p {
    font-size: 24px;
    line-height: 28px;
}

@media (max-width: 440px) {
    .category-child {
        width: 100%;
    }
    .category-child p {
        font-size:20px;
    }
    .page-products .products-grid .product-items {
        gap: 5%;
    }
    li.item.product.product-item {
        width: 46%;
    }  
    .products-grid .product-item-actions.product-item-info-box button.action.primary {
        font-size: 1rem;
        padding: 0.5rem;
    }    

}
@media (max-width: 400px) {
    .toolbar-products {
        display: flex;
        align-items: center;
        flex-direction: row!important;
      }
}
.mobiletitle {
display: none;
}



/* New Changes */



.cms-index-index #main_content_area .home-banner,
.cms-index-index #main_content_area{
    max-width: 100%;
}


.cms-index-index #main_content_area .featuredcats,
.cms-index-index #main_content_area .lower-promotions{
    max-width: 95%;
    margin:auto;
}


.home-products h2{
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size:30px;
}

.cms-index-index #main_content_area .home-product-container{
    background-color: #f1efef;
    margin-bottom: 0;
}
.cms-index-index #main_content_area .home-product-container .home-products{
    max-width: 95%;
    margin: auto;
    float: inherit;
    display: block;
    overflow: hidden;
}
.cms-index-index #main_content_area .home-product-container .home-products .grid {
    margin: 0px 0 30px 0;
}
.cms-index-index #main_content_area .home-product-container .home-products .products-grid .product-item-info{
    background-color: #fff !important;
    align-items: center;
    border:2px solid #d1cdcd;
    overflow: hidden;
}
.cms-index-index #main_content_area .home-product-container .home-products .products-grid .product-item-info .product-item-name{
    text-align: center;
    width: 88%;
    margin: 0 auto;
    font-size: 25px;
    line-height: initial;
    font-family: 'Lato Narrow', sans-serif;
}
.cms-index-index #main_content_area .home-product-container .home-products .products-grid .product-item-info .product-item-name a{
    font-size: 18px;
    font-family: 'Lato Narrow', sans-serif;
}

.cms-index-index #main_content_area .home-product-container .home-products .products-grid .product-item-info .actions-secondary{
    display: none;
}
.cms-home .products-grid .product-item-actions{
    align-items: center;
    justify-content: center;
}

.cms-home .products-grid .product-reviews-summary{
    display: none;
}
.cms-home .products-grid .price-box{
    text-align: center;
}



.cms-index-index #main_content_area .home-product-best-container{
    background-color: #fff;
}
.cms-index-index #main_content_area .home-product-best-container .home-products{
    max-width: 95%;
    margin: auto;
    float: inherit;
    display: block;
    overflow: hidden;
}

.cms-index-index #main_content_area .home-product-best-container .home-products .products-grid .product-item-info{
    background-color: #fff !important;
    align-items: center;
    border:2px solid #d1cdcd;
}
.cms-index-index #main_content_area .home-product-best-container .home-products .products-grid .product-item-info .product-item-name{
    text-align: center;
    width: 88%;
    margin: 0 auto;
    font-size: 25px;
    line-height: initial;
    font-family: 'Lato Narrow', sans-serif;
}
.cms-index-index #main_content_area .home-product-best-container .home-products .products-grid .product-item-info .product-item-name a{
    font-size: 18px;
    font-family: 'Lato Narrow', sans-serif;
}

.cms-index-index #main_content_area .home-product-best-container .home-products .products-grid .product-item-info .actions-secondary{
    display: none;
}
.cms-home .products-grid .product-item-actions{
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.cms-home .products-grid .product-reviews-summary{
    display: none;
}
.cms-home .products-grid .price-box{
    text-align: center;
}
.cms-home .products-grid .price-box .price-final_price span.price{
    color: #6aa639;
    width: 100%;
    display: block;
    font-size: 32px;
    padding-top:10px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.cms-home .products-grid .price-box .price-label{
    font-size:20px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}
.cms-home .product-item .minimal-price-link, .cms-home .product-item .price-excluding-tax, .product-item .price-including-tax{
    font-size:20px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}



.cms-home .products-grid button.action.primary{
    background-color: #143460;
    border: 1px solid #143460;
    border-radius: 0;
    padding: 10px 10px;
}

.cms-home .productbybuttons {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.cms-home .productbybuttons .actions-primary{
    width: 50%;
    float: left;
    font-weight: 300;
}
.cms-home .productbybuttons .actions-primary .tocart{
    white-space: inherit;
}
.cms-home .productbybuttons .actions-primary.redbutton button{
    background-color: #e60303;
    border: 1px solid #e60303;
}

.cms-home .productbybuttons button.action.primary{
    width: 100%;
    font-weight: 400;
    line-height: 22px;
    font-size: 19px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
}



.footer.content{
    max-width: 100%;
}

.footer.content .block.newsletter{
    max-width: 95%;
    margin: 0 auto;
    float: initial;
    display: block;
    overflow: auto;
    -webkit-box-shadow: 0px 9px 9px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 9px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 9px -8px rgba(0,0,0,0.75);
    border:1px solid #fff;
}
.footer.content .lower-footer-container{
    max-width: 90%;
    margin: 0 auto;
}


.footer-panel{
    background-color: #f5f4f1;
    padding:20px 0;
}


.footerheader{
    background-color: #f5f4f1;
    margin-top:60px;
}
.footerheader h3{
    font-weight: bold;
    color: #000;
    font-size: 24px;
    margin:0;
    padding: 15px 0;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
}

.footerheader .row{
    max-width: 90%;
    margin: 0 auto;
}
.footerheader  .col.m6.l6 {
    padding-left: 0px;
}

.lower-footer-container p{
    color:#000;
}
.lower-footer-container ul li a{
    color:#000;
}

.socialicons{
    display: flex;
}
.socialicons li a i{
    background-color: #000;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-flow: row wrap;
    font-size: 20px;
}
.socialbox h3{
    display: block !important;
}

.lower-footer-container h3{
    font-weight: bold;
    color: #000;
    font-size: 24px;
    margin:0;
    padding: 15px 0;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
}

.footerpayment img{
    max-width:260px;
}


@media (min-width:990px){
    .lower-footer-container{
        margin-top:20px !important;
        margin-bottom: 60px !important;
    }    
    .lower-footer-container h3{
        display: none;
    }    
}
@media (max-width:990px){
    .footerheader {
        display: none;
    }
    .lower-footer-container h3{
        display: block;
    }  
}







/* Home Banner */

.cms-index-index #main_content_area .home-banner .home-banner-left{
    padding-left: 0 !important;
}
.cms-index-index #main_content_area .home-banner .home-banner-left ul{
    padding-right: 0 !important;
    margin-bottom: 0;
}



.newbannerslide .banner-desc{
    background-color: inherit;
}
.newbannerslide h1{
    color: #202530 !important;
    font-weight: 700;
    font-size: 47px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif!important;
    margin-bottom: 25px;
    margin-top: 0;
}
.newbannerslide p{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    width: 80%;
}
.newbannerslide .btn{
    height: auto;
    padding: 12px 30px 12px 30px;
    box-shadow: initial;
    border-radius: 0;
    margin-top: 15px;
    background-color: #e60303!important;
    font-weight: 400;
    line-height: 22px;
    font-size: 19px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
}
.newbannerslide.banner-li {
    background-position: 40%!important;
    background-size: cover!important;
}
.cms-index-index #main_content_area .home-banner .home-banner-left{
    padding-right:0!important;
}
.slick-dots {
    bottom: 50px;
    left: auto;
    right: 80px;
    width: auto;
}
.slick-dots li button {
    background-color: #fff;
    border: 1px solid #070d59;
    width: 18px;
    height: 18px;
    border-radius: 0;
}
.slick-dots li.slick-active button {
    background-color: #070d59;
}



@media (max-width:1200px){
    .newbannerslide.banner-li{
        background-position: center !important;
        background-color: inherit;
    }
}


/* Header Order */

.ammenu-header-container .header.content{
    display: flex;
    flex-flow: row wrap;
}

.ammenu-header-container .header.content .ammenu-logo{
    order:1;
    width: 10%;
    display: block;
    margin: 0;
    max-width: 185px;
}

.ammenu-menu-wrapper{
    order:2;
    width: 85%;
    /* display: flex; */
    float: left;
}

.ammenu-header-container .header.content .block-search{
    order:3;
    float: inherit;
    width: 100% !important;
    display: block;
    margin-top:3px;
}




@media (max-width:1257px){
    .ammenu-header-container .header.content .ammenu-logo{
        margin: 0 auto 0 auto;
        max-width: 185px;
        position: relative;
        left: -17px;
        width: 15%;
    }
}




/* Nav Update */

.ammenu-nav-sections.-topmenu .ammenu-main-container{
    background:#fff  !important;
    color:#000 !important;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 600;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-text{
    color:#000 !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link{
    padding: 20px 0;
    font-size: 20px;
    font-weight: initial;
}

.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item{
    border-right: 2px solid #d1cdcd;
    flex-grow: 1;
}


/* USP Bar */
.topuspbox{
    background-color: #fff !important;
    border:0!important;
}

.usp-container{
    background-color: #fff;
    padding: 0 0 !important;
}

.usp-text-bold{
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
    color: #e60303;
}

.usp-container .usp-content {
    display: flex;
    align-items: center;
}


.usp-text-container span{
    text-align: left;
}



/* New Styles */
.block-search {
    padding-left: 0px;
    background-color: #ebe9e9;
    padding:10px 20px;
    box-shadow: 0px 4px 8px #00000030;
    border:1px solid #fff;
}
.ammenu-menu-wrapper {
    margin-bottom: 15px;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
    max-width: 100%!important;
}
.ammenu-menu-wrapper .ammenu-text-block {
    display: flex;
    align-items: center;
    position: relative;
    align-self: center;
    margin: 0;
    width: 100%;
}
.page-header .header.panel{
    padding: 0px;
}
.page-header .header.panel .col{
    padding: 0;
}
.header-info-block ul, .header.panel > .header.links {
    padding:10px 0;
    margin:0
}
.panel.wrapper .minicart-wrapper .action.showcart::before, .panel.wrapper .minicart-wrapper .action.showcart.active::before {
    font-size: 18px;
    color: #fff;
    line-height: 100%;
    vertical-align: middle;
    padding-bottom: 5px;
}
.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    opacity: 1;
}
footer .copyright span{
    font-size:14px!important;
    color: #000!important;
}
.page-footer {
    color: #000;
}
.lower-footer-container ul li{
    padding-bottom:8px;
}


.banner-li .banner-desc{
    min-height: 400px;
    height: auto;
}



/* Responsive */
@media (max-width:1600px){
    .ammenu-menu-wrapper {
        width: 88%;
    }
}
@media (max-width:1440px){
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
        padding: 15px 0;
    }
    .banner-li .banner-desc {
        padding: 2rem 0 2rem 5vw;
    }
    .slick-dots {
        bottom: 50px;
        left: 40px;
    }
    .cat-banner-container span {
        padding: 18px 15px !important;
    }
    .cms-index-index #main_content_area .home-product-best-container .home-products .products-grid .product-item-info .product-item-name a,
    .cms-index-index #main_content_area .home-product-container .home-products .products-grid .product-item-info .product-item-name a {
        font-size: 16px;
        line-height: 22px;
        display: block;
    }
    .cms-home .products-grid .price-box .price-final_price span.price {
        font-size: 28px;
    }
    .cms-home .productbybuttons .actions-primary {
        width: 100%;
    }
    .newbannerslide h1{
        font-size: 44px;
        line-height: 55px;
    }
    .newbannerslide p{
        font-size: 18px;
        line-height: 24px;
        width: 80%;
    }
    .banner-li .banner-desc {
        min-height: 350px;
    }
    .newbannerslide h2 {
        margin-bottom: 15px!important;
    }
}
@media (max-width:1366px){
    
    .cat-banner-container span{
        font-size:22px;
        padding: 15px !important;
    }
    .cms-home .product-image-photo {
        max-width: 80%;
    }
    .cms-home .product-image-wrapper{
        padding-bottom:100%!important;
    }
    .category-banner {
        margin-bottom: 60px;
    }
}
@media (max-width:1280px){
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
        padding: 10px 0;
    }
    .newbannerslide h2 {
        font-size: 45px;
        margin-top:0;
    }
    .banner-li .banner-desc {
        height: 100%;
        min-height: 300px;
    }
    .subscribe-text label span {
        font-size: 16px;
    }
    #newsletter {
        height: 55px;
    }
    .block.newsletter .action.subscribe {
        height: 55px;
    }
    .block.newsletter .subscribe-text{
        padding-left:0;
    }
    .cms-index-index #main_content_area .home-product-best-container .grid {
        margin-bottom: 0;
    }
    .block.newsletter .field .control::before {
        line-height: 55px;
    }
    .usp-text-container span {
        font-size: 14px;
        line-height: 18px;
    }
    .cat-banner-container span {
        font-size: 18px;
        padding: 8px 5px !important;
    }
    .usp-container .usp-content img{
       height: 40px!important;
       width: auto!important;
    }
    .category-banner {
        margin-bottom: 40px;
    }
    #newsletter {
        border-radius: 15px 0 0 15px !important;
    }
    .block.newsletter .action.subscribe{
        border-radius: 0 15px 15px 0 !important;
    }
}
@media (max-width:1024px){
    .ammenu-nav-sections.-topmenu .ammenu-main-container{
        padding-right: 0;
        padding-left:10px
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
        border-right: 1px solid #d1cdcd;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
        padding: 8px 0;
    }
    .header.panel > .header.links > li:last-child {
        display: none;
    }
    .header.panel > .header.links > li:first-child::after{
        display: none;
    }
    .header.panel > .header.links > li.compare {
        padding: 0 10px;
    }
    .minicart-wrapper {
        width: 130px !important;
    }
    .header-info-block ul li.phone a {
        font-size: 20px;
    }
    .header-info-block ul li.phone i {
        font-size: 10px;
    }
    .header-info-block ul li.phone i {
        margin-right: 8px !important;
    }
    .newbannerslide p {
        font-size: 18px;
    }
    .slick-dots {
        bottom: 40px;
        right: 30px;
        left: auto;
    }
    .slick-dots li,
    .slick-dots li button {
        width: 14px;
        height: 14px;
    }
    .header-info-block i {
        margin-right: 6px !important;
        font-size: 18px;
    }
    .cms-home.page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 1%!important;
        margin-right: 1%!important;
        width: calc((100% - 6%)/3);
        margin-bottom:30px;
    }
    .newbannerslide h2{
        font-size: 40px;
        line-height: 45px;
    }
    .newbannerslide p{
        font-size: 16px;
        line-height: 22px;
        width: 90%;
    }
    .banner-li .banner-desc {
        min-height: 300px;
    }
    .usp-text-container span {
        font-size: 13px;
        line-height: 16px;
    }
    .footerpayment img {
        max-width: 220px;
    }
    .subscribe-text h4 {
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .block.newsletter .subscribe-text{
        padding-bottom: 10px;
    }
}
@media (max-width:991px){
    .panel.wrapper .minicart-wrapper {
        display: block !important;
    }
    .minicart-wrapper {
        width: 80px !important;
        min-width: 80px !important;
    }
    .page-header .panel.wrapper a {
        justify-content: center;
    }
    .header-info-block {
        padding: 10px 0;
    }
    .panel.wrapper .minicart-wrapper .action.showcart {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .panel.wrapper .minicart-wrapper .action.showcart::before, .panel.wrapper .minicart-wrapper .action.showcart.active::before {
        padding-bottom: 2px;
        padding-top: 2px;
    }
    a.action.compare.no-display, a.action.compare {
        font-size: 16px !important;
    }
    a.action.compare.no-display::before, a.action.compare::before {
        font-size: 18px;
    }
}
@media (max-width:800px){
    .newbannerslide p {
        font-size: 16px;
    }
    .header-info-block ul li{
        display: none;
    }
    .header-info-block ul li.phone{
        display: block;
    }
    a.action.compare.no-display, a.action.compare {
        font-size: 16px !important;
    }
     .header.panel > .header.links {
        padding: 6px 0;
    }
    .header-info-block ul {
        padding: 8px 0 4px 0;
    }
    .category-banner {
        flex-flow: row wrap;
    }
    .footer.content .lower-footer-container{
        padding-top:20px;
        padding-bottom:20px;
    }
}
@media (max-width:768px){
    .header.panel > .header.links {
        display: flex;
    }
    .panel.wrapper .minicart-wrapper .action.showcart {
        margin-top: 0;
    }
    .page-header .header.panel {
        margin: 0 auto;
    }
    .header.panel > .header.links > li {
        margin-bottom:0;
    }
    .header.panel > .header.links > li.compare {
        padding: 0 15px;
    }
    .cms-home.page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 1%!important;
        margin-right: 1%!important;
        width: calc((100% - 4%)/2);
        margin-bottom:30px!important;
    }
    .home-products h2 {
        background: initial;
        color: initial;
        text-align: center;
        padding: 30px 0 10px 0;
        margin: initial;
    }
    .newbannerslide h2 {
        font-size: 40px!important;
        line-height: 46px!important;
    }
    .btn {
        padding: 10px 25px!important;
        margin-top: 10px!important;
        line-height: 20px!important;
        font-size: 16px!important;
    }
    .newbannerslide h2 {
        margin-bottom: 10px !important;
    }
}
@media (max-width:550px){
    .home-banner .home-banner-left.col{
        padding-right:0!important;
    }
    .banner-li .banner-desc {
        padding: 2rem 30px 2rem 30px;
    }
    .minicart-wrapper {
        width: 60px !important;
        min-width: 60px !important;
    }
    .header-info-block ul li.phone a {
        font-size: 18px;
    }
    .header-info-block ul li.phone i {
        font-size: 10px;
        padding: 4px;
    }
    ul.category-banner li {
        max-height: initial;
    }
    .block-search{
        display: none!important;
    }
    .newbannerslide.banner-li {
        background-position: 60% !important;
        position: relative;
    }
    .newbannerslide.banner-li:after{
        content:"";
        width: 100%;
        height: 100%;
        background-color: #f6f6f680;
        position: absolute;
        top:0;
        left: 0;
    }
    .banner-li .banner-desc{
        z-index: 1;
        position: relative;
    }
    .banner-li .banner-desc {
        min-height: 250px;
    }
    .newbannerslide h2{
        width: 100%!important;
    }
}
@media (max-width:450px){
    .header-info-block ul li.phone a {
        font-size: 16px;
    }
    .minicart-wrapper {
        width: 45px !important;
        min-width: 45px !important;
    }
    .header-info-block ul li.phone i{
        display: none;
    }
    .cms-home.page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 0!important;
        margin-right: 0!important;
        width: 100%;
        margin-bottom:30px!important;
    }
    .cat-banner-container span {
        font-size: 18px;
        padding: 10px 5px !important;
    }
    .cat-banner-container {
        width: 100%;
        margin-bottom: 30px;
    }
    .row.lower-footer-container .col{
        width: 100%;
        padding:0;
    }
    .footerpayment {
        width: 100% !important;
    }
    .row.lower-footer-container .col.m6.l3:last-child {
        display: block;
    }
    .footer-panel {
        padding: 10px 0 5px 0;
    }
}
@media (max-width:380px){
    .cat-banner-container span {
        font-size: 16px;
        padding: 10px 5px !important;
    }
    .banner-li .banner-desc {
        min-height: 200px;
        padding: 1.5rem 30px 1.5rem 30px;
    }
}


/* Blue Header */
.page-header .header.panel {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.col.l1.m2.s2.no-padding.minicart-wrapper{
    order:5;
    align-self: flex-end;
}
.header-info-block{
    margin-left:0;
    margin-right: auto;
}
.header-info-block ul, .header.panel > .header.links {
    padding: 0;
    margin: 0;
}


/* .cms-index-index #main_content_area .home-banner .home-banner-left ul{
    left: auto;
    right: 80px;
} */


.cms-index-index #main_content_area .home-product-container .home-lower-products{
    display: none !important;
}

.blogRow .col {margin-bottom:15px !important;}

/* Product Slider Changes 31-07-23 */

/* fotorama__wrap fotorama__wrap--css3 fotorama__wrap--slide fotorama__wrap--toggle-arrows fotorama__wrap--no-controls */

/* fotorama__wrap fotorama__wrap--css3 fotorama__wrap--slide fotorama__wrap--toggle-arrows */

/* .fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev {
    transform: translate3d(120px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    transform: translate3d(-120px, 0, 0);
} */


@media (min-width:772px){
    .fotorama__wrap--css3 .fotorama__arr--next.fotorama__arr:not(:focus) {
        right:0px !important;
    }

    .page-layout-1column .product.media {width:50%;} 
    .page-layout-1column .product-info-main {width:45%;}
}

.fotorama__dot {
    height:10px;
    width:10px;
}

.fotorama__active .fotorama__dot {
    background-color: #3778c6;
    border-color: #3778c6;
}

.checkout-payment-method .payment-method-title {display:block;}

/* Futher Amends 23-10-23 Captcha */
.block.newsletter .form.subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block.newsletter .actions {
    width:40%;
    /* width:120px; */
}

.block.newsletter .field.newsletter {
    max-width: 100%;
    width:40%;
    /* width: calc(100% - 120px); */
}

.block.newsletter .action.subscribe {
    width:100%;
}

.block.newsletter .field-recaptcha {
    margin-top:10px;
}

.block.newsletter .field-recaptcha {
    display: none;
}

@media (max-width:772px){
    .block.newsletter .actions,
    .block.newsletter .field.newsletter {
        width:100%;
    }

    #newsletter,
    .block.newsletter .action.subscribe {
        border-radius: 15px 15px 15px 15px !important;
    }

    .block.newsletter .action.subscribe {margin-top:10px;}

    .col.l1.m2.s2.no-padding.minicart-wrapper {width:70px !important;}
    .header.panel > .header.links > li.compare {display:none !important;}
    .minicart-wrapper .action.showcart .counter.qty {color:#fff;}
    .header.panel > .header.links {
        margin-right: 10px !important;
    }

    .minicart-items .product-item-name a {
        color: #262e3b !important;
        display: block !important;
    }
    .minicart-items .product > .product-item-photo {
        display: block !important;
    }
    .minicart-items .product-item-details {
        width: 100%;
        padding-left:15px;
    }

    .minicart-items li.item.product.product-item {
        width:100%;
    }

    .minicart-items li.item.product.product-item .product {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }

    .product-reviews-summary .reviews-actions a.view {display:none;}
    .product.data.items > .item.content {margin-top:20px;}
    #reviews .field-recaptcha {margin-left:0px;}

    .ammenu-nav-sections.-sidebar .ammenu-items.-root {
        overflow-y: scroll;
        height: 450px;
    }

    #page-title-heading {
        font-size: 1.5rem;
    }
    .breadcrumbs {margin-bottom:10px;}
}

.message.success a {color:#fff !important;text-decoration:underline;}

.fotorama__active .fotorama__dot {
    background-color: #262e3b;
    border-color: #262e3b;
}
.fotorama__active .fotorama__dot {
    background-color: #262e3b;
    border-color: #262e3b;
}

.pages a.page {
    color: #262e3b;
}


@media (min-width:480px){
    #label-cat,
    #printer-cat {
        background-position: 50% 0
    }
}
@media (max-width:772px){
    dd.filter-options-content a {
        font-family: 'Lato';
        color: #fff;
    }
}

.product.info.detailed [data-content-type='row'][data-appearance='contained'],
.product.info.detailed [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width:100%;
}



/* New Styles 2024 */


/*
Red - #d93c3c
Text Grey - #767676
Yellow - #fbb100
Navy - #202530
Light Blue - #7cabe4
Blue on White - #3778c6
*/


/* General */
a{
    color: #3778c6;
    font-weight: 700;
}
.page-header .panel.wrapper {
    background-color: #202530;
    margin-bottom: 8px;
}
.header.panel > .header.links > li {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400 !important;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-left:10px;
    display: flex;
    align-items: center;
}
.header.panel > .header.links > li:first-child::before {
    content: "\f007";
    color: #7cabe4!important;
    font-family: 'Font Awesome 5 Pro';
    padding-right: 10px;
    font-weight: 300;
}
.header.panel > .header.links > li:first-child::after {
    content: "/";
    color: #fff;
    padding-left: 10px;
    font-weight: 300;
}
.minicart-wrapper .action.showcart .text {
    position: initial;
    line-height: 40px;
    font-weight: 700;
    padding-left: 8px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.action.compare.no-display::before, a.action.compare::before {
    content: '\f362';
    font-family: 'Font Awesome 5 Pro';
    color: #7cabe4;
    font-size: 16px;
    line-height: 100%;
    padding-right: 5px;
}
a.action.compare.no-display, a.action.compare {
    line-height: 16px !important;
    font-size: 16px !important;
    color: #7cabe4 !important;
}
.header.panel > .header.links > li.compare{
    display: flex!important;
    align-items: center!important;
}
.page-header .panel.wrapper a {
    color: #fff;
    display: flex;
}
.header-info-block ul li.phone i {
    font-weight: 700;
    color: #7cabe4;
    font-size: 10px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #7cabe4;
}
.header-info-block ul li.phone a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.col.l1.m2.s2.no-padding.minicart-wrapper {
    min-width: 130px;
    background-color: #d93c3c;
    height: 100%;
    display: flex;
    margin-left: 0;
}
.panel.wrapper .minicart-wrapper .action.showcart {
    padding: 2px;
}
.panel.wrapper .minicart-wrapper .action.showcart .text{
    color:#fff;
}
.panel.wrapper .minicart-wrapper .action.showcart:hover{
    background-color: #d93c3c;
}
.panel.wrapper .minicart-wrapper .action.showcart::before, .panel.wrapper .minicart-wrapper .action.showcart.active::before {
    font-size: 18px;
    color: #fff;
    line-height: 100%;
    vertical-align: middle;
    padding-bottom: 5px;
}
.panel.wrapper .minicart-wrapper .action.showcart:hover .text{
    color: #202530;
}
.minicart-wrapper .action.showcart .text {
    position: initial;
    line-height: 40px;
    font-weight: 700;
    padding-left: 8px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #202530;
}
.amsearch-input-wrapper .amsearch-button.-loupe{
    background-image: none;
}
.amsearch-input-wrapper .amsearch-button.-loupe:after{
    content:"\f002";
    position: absolute!important;
    font-family: 'Font Awesome 5 Pro';
    top:0;
    left:0;
    font-size: 24px;
    color: #202530;
}
.home-usp li {
    padding: 4px 10px 6px 10px;
}
.usp-text-bold {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600!important;
    color: #d93c3c!important;
}
.usp-text-container span {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color:#202530;
}
.usp-content img{
    display: none;
}
.usp-text-container {
    position: relative;
}
.usp-content {
    position: relative;
    display: flex;
}
.usp-content.usp-delivery:before {
    content:"\f336";
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px;
    margin-right:10px;
    font-weight: 300;
    color:#202530!important;
}
.usp-content.usp-address:before {
    content:"\f48b";
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px;
    margin-right:10px;
    font-weight: 300;
    color:#202530!important;
}
.usp-content.usp-subscribe:before {
    content:"\f4fc";
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px;
    margin-right:10px;
    font-weight: 300;
    color:#202530!important;
}
.usp-content.usp-promise:before {
    content:"\f00a";
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px;
    margin-right:10px;
    font-weight: 300;
    color:#202530!important;
}
.ammenu-button.-hamburger {
    border-width: 2px;
}
.ammenu-button.-hamburger::before {
    border-top: 2px solid;
}

@media (max-width:1440px){
    .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-text {
        font-size: 16px!important;
    }
    .ammenu-header-container .header.content .ammenu-logo {
        width: 10%;
    }
    .ammenu-menu-wrapper {
        width: 90%;
    }
}
@media (max-width:1157px){
    .ammenu-menu-wrapper {
        width: 100%!important;
    } 
    .ammenu-nav-sections.-topmenu .ammenu-main-container{
        padding-left:0!important;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-last-child(2) {
        border-right:0;
    }
    .header-info-block ul li.phone i {
        font-size: 9px;
        border: 1px solid #7cabe4;
    }
    .header.panel > .header.links > li.compare {
        padding: 0 10px;
        margin-left: 0;
    }
    .header-info-block ul li.phone a {
        padding-right: 15px;
        font-size: 22px;
    }
    .header-info-block ul li{
        display: none;
    }
    .header-info-block ul li.phone{
        display: block;
    }
}
@media (max-width:1024px){
    .header-info-block ul li.phone a {
        font-size: 22px;
        padding-right: 15px;
    }
    .ammenu-nav-sections.-sidebar{
        background-color: #fff!important;
    }
    .ammenu-nav-sections.-sidebar.-opened{
        height: 100%;
    }
    .ammenu-tabs-list {
        display: flex;
        border-radius: 8px;
        font-size: 18px!important;
        margin: 0;
        padding: 8px;
    }
    .ammenu-tabs-list{
        padding:0!important;
    }
    .ammenu-tabs-list .ammenu-button {
        background: none;
        border-color: transparent;
        box-shadow: none;
        color: inherit;
        font-weight: inherit;
        outline: none;
        border: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
        transition: 0.1s all ease-in;
        border-radius: 0;
        font-size: 18px;
        min-height: 0!important;
        padding: 20px!important;
        width: 100%;
        color: #202530!important;
        line-height: 18px!important;
    }
    .ammenu-tabs-list .ammenu-button.-active{
        background-color: #202530!important;
        color: #fff!important;
    }
    .ammenu-nav-sections.-sidebar .ammenu-items {
        flex-basis: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
        background-color: #202530;
        display: flex;
        flex-direction: column;
    }
    .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block{
        color: #fff;
        font-size: 18px!important;
    }
    .ammenu-menu-wrapper .ammenu-icon-block {
        display: flex!important;
        right: 20px!important;
    }
    .ammenu-menu-wrapper .ammenu-icon-block svg{
        color: #7cabe4!important;
        fill: #7cabe4!important;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link{
        margin:0!important;
        padding:15px 20px!important;
    }
    .ammenu-menu-title {
        padding: 15px 20px;
    }
    .ammenu-menu-title .ammenu-button.-close {
        color: #d93c3c !important;
    }
    .ammenu-button.-close::before,
    .ammenu-button.-close::after {
        background-color: currentColor;
        content: '';
        height: 2px;
    }
    .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-active{
        background-color: #202530!important;
        margin:0!important;
        padding:15px 20px!important;
    }
    .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-active > .ammenu-text-block {
        color: #7cabe4;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
        padding: 15px 20px;
        height: auto;
    }
    .ammenu-nav-sections.-sidebar .ammenu-text {
        font-size: 18px;
    }
    .ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter{
        font-size: 18px!important;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items{
        background-color: #f5f5f5;
    }
    .ammenu-link.-mobile.-current.-active{
        margin:0!important;
        padding:0 20px!important;
        background-color: #202530!important;
    }
    .ammenu-nav-sections.-sidebar .ammenu-text
    .ammenu-link.-mobile.-current.-active p span{
        color: #7cabe4!important;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link{
        background-color: #202530!important;
    }
    .ammenu-link.-mobile.-current.-active p span{
        color: #7cabe4!important;
    }
    .ammenu-link.-mobile.-current.-active svg{
        color: #7cabe4 !important;
        fill: #7cabe4 !important;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link{
        margin:0!important;
        padding:12px 20px!important;
        border-bottom:1px solid #767676;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link p span{
        color: #202530 !important;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link svg{
        color: #202530 !important;
        fill: #202530 !important;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link figure{
        right:10px!important;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item.-active .ammenu-items .ammenu-link{
        background-color: #fff!important;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item.-active .ammenu-items .ammenu-link p span{
        color: #202530 !important;
    }
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-item .ammenu-items .ammenu-link{
        background-color: #eaeaea!important;
    }
    .ammenu-header-container .header.content .ammenu-logo {
        width: 12%;
    }
}
@media (max-width:992px){
    .panel.wrapper .minicart-wrapper {
        display: block !important;
    }
    .page-header .panel.wrapper a{
        display: block !important;
    }
}
@media (max-width:991px){
    .ammenu-nav-sections.-sidebar.-opened{
        height: 100%!important;
    }
    .panel.wrapper .minicart-wrapper .action.showcart .text{
        display: none!important;
    }
    .panel.wrapper .minicart-wrapper{
        display: flex!important;
    }
    .page-header .panel.wrapper a{
        display: flex !important;
    }
    .page-header .header.panel{
        min-height:40px;
        height: 0px;
    }
    .col.l1.m2.s2.no-padding.minicart-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .panel.wrapper .minicart-wrapper .action.showcart::before{
        padding-top: 5px;
    }
}
@media (max-width:880px){
    .header-info-block ul li{
        display: none;
    }
    .header-info-block ul li:first-child{
        display: block;
    }
    .header-info-block ul li.phone a {
        font-size: 20px;
        padding-right: 0;
    }
}
@media (max-width:772px){
    .ammenu-nav-sections.-sidebar .ammenu-items {
        height: 100%!important;
    }
}
@media (max-width:768px){
    .col.l1.m2.s2.no-padding.minicart-wrapper {
        justify-content: center;
    }
    .header.panel > .header.links > li a.compare{
        font-size: 0!important;
    }
    .header.panel > .header.links > li:first-child::before {
        padding-right: 8px;
    }
    .header.panel > .header.links > li.compare {
        padding: 0 10px;
    }
    .page-header .amsearch-button.-loupe-trigger {
        background-size: 24px!important;
        filter: brightness(0%);
    }
}
@media (max-width:550px){
    .ammenu-nav-sections.-sidebar.-opened{
        width: 100%;
        max-width: 100%;
    }
    .header-info-block ul li.phone a {
        font-size: 18px;
    }
    .header-info-block ul li.phone i {
        font-size: 8px;
    }
    .header.panel > .header.links > li a {
        font-size: 15px;
    }
    .header-info-block {
        padding: 6px 0;
    }
}
@media (max-width:450px){
    .header-info-block ul li.phone i {
        font-size: 7px;
        display: block;
    }
    .header.panel > .header.links > li.compare {
        padding: 0 8px;
    }
    .col.l1.m2.s2.no-padding.minicart-wrapper {
        width: 60px !important;
    }
}
@media (max-width:415px){
    .header.panel > .header.links > li:first-child::before{
        display: none;
    }
    .header-info-block ul li.phone i{
        display: none;
    }
}
@media (max-width:400px){
    .header-info-block ul li.phone a {
        font-size: 16px !important;
    }
    .header.panel > .header.links > li a {
        font-size: 14px;
    }
}
@media (max-width:350px){
    .header.panel > .header.links {
        margin-right: 5px !important;
    }
}


/* Footer */
.footer.content .block.newsletter {
    max-width: 95%;
    margin: 0 auto;
    float: initial;
    display: block;
    overflow: auto;
    -webkit-box-shadow: 0px 9px 9px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 9px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 9px -8px rgba(0,0,0,0.75);
    border: 1px solid #fff;
    margin-bottom: 0;
    width: 100%;
    background-color: #202530;
    padding: 25px 1vw 0 1vw;
}
.block.newsletter .actions .action.subscribe {
    background-color: #7cabe4!important;
    border: 1px solid #7cabe4!important;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 2rem;
    border-radius: 0!important;
    height: 60px;
    font-weight: 600!important;
    font-size: 18px!important;
    letter-spacing: 1px!important;
}
.block.newsletter .action.subscribe span {
    color: #202530;
    font-weight: 700;
    line-height: 18px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
}
.subscribe-text h4{
    color: #fff!important;
    padding-bottom: 5px;
}
.subscribe-text label span {
    color: #7cabe4;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 8px;
} 
#newsletter {
    padding-left: 40px;
    background-color: #fff;
    width: 100%;
    border-radius: 0!important;
    margin-bottom: 0;
    height: 60px;
    border: 0 !important;
}
.block.newsletter .field.newsletter {
    max-width: 100%;
    width: 80%;
    margin-left: 0 !important;
}
.block.newsletter .actions {
    width: 20%;
}
footer .footer-panel span{
    margin-bottom:0!important;
}
.footer-panel {
    background-color: #202530;
    padding: 10px 3vw;
    display: flex;
}
.footer-panel > div,
.footer-panel span{
    width: 50%;
}
.footerheader {
    background-color: #f1efef;
    margin-top: 60px;
}
footer .copyright{
    text-align: left!important;
    color: #fff !important;
}
footer .copyright span {
    font-size: 13px !important;
    color: #fff !important;
}
.footer.content .lower-footer-container,
.footerheader .row {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3vw;
  }
footer .footer-panel span{
    color: #fff;
    font-size: 13px !important;
    text-align: right!important;
}
footer .footer-panel span a{
    font-size: 13px !important;
    text-align: right;
    color: #7cabe4;
}
.footerheader .col.m6.l6 {
    padding-left: 0px;
    width: 33.333%;
}
.row.lower-footer-container .col.m6.l6 {
    width: 33.333%;
}
.footer .row .col.l3{
    width: 33.333%;
}
.footer .footer-col-content ul{
    width: 100%;
    columns: 2;
}
.lower-footer-container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.footerheader h3{
    color: #202530;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 20px;
}
.lower-footer-container p{
    color:#707070;
}
.lower-footer-container p:last-child{
    color: #202530;
    font-weight: 600;
}
.lower-footer-container ul li a {
    color: #202530;
}
footer .footerpayment:last-child ul{
    columns: 2;
    border-top: 1px solid #c6c6c6;
    padding-top:20px;
}
@media (max-width:1280px){
    .block.newsletter .subscribe-text {
        padding: 0 0.75rem!important;
    }
    .block.newsletter .row .col.l5 {
        width: 50%!important;
        margin: 0;
    }
    .block.newsletter .row .col.l7 {
        width: 50%!important;
        margin:0;
    }
}
@media (max-width:1200px){
    .block.newsletter .row .col.l5 {
        width: 100%!important;
        margin: 0;
    }
    .block.newsletter .row .col.l7 {
        width: 100%!important;
        margin:10px 0 0 0;
    }
    .footer.content .block.newsletter{
        padding: 20px!important;
    }
}
@media (max-width:1024px){
    .footer .footer-col-content ul {
        width: 100%;
        columns: 1;
    }
    footer .footer-panel span,
    footer .footer-panel span a {
        font-size: 12px !important;
        line-height:14px;
    }
    .footer-panel {
        padding: 10px 3vw 8px 3vw;
    }
}
@media (max-width:990px){
    .footer .footer-col-content ul {
        width: 100%;
        columns: 2!important;
    }
    .footer .row .col.l3 {
        width: 50%;
    }
    .row.lower-footer-container .col.m6.l6 {
        width: 50%;
    }
    footer h3{
        border-bottom: 1px solid #c6c6c6;
        margin-bottom:15px!important;
    }
    footer .footerpayment:last-child ul {
        border-top: 0;
    }
    .row.lower-footer-container .col.m6.l3:last-child {
        padding: 0;
    }
}
@media (max-width:850px){
    .footer-panel{
        flex-direction: column;
        align-items: center;
    }
    .footer-panel > div{
        width: 100%;
    }
    footer .copyright,
    footer .footer-panel span{
        text-align: center!important;
    }
}
@media (max-width:772px){
    .block.newsletter .actions .action.subscribe{
        margin-top:0;
    }
}
@media (max-width:768px){
    footer .copyright {
        padding: 0!important;
    }
}
@media (max-width:550px){
    .footer .row .col.l3 {
        width: 100%;
        padding:0;
    }
    .row.lower-footer-container .col.m6.l6 {
        width: 100%;
    }
    .block.newsletter .actions .action.subscribe,
    #newsletter {
        height: 48px!important;
    }
    .block.newsletter .actions {
        width: 30%;
    }
    .block.newsletter .field.newsletter {
        width: 70%;
    }
    .subscribe-text label span {
        font-size: 16px;
        line-height: 18px;
    }
}
@media (max-width:450px){
    .footer.content .block.newsletter {
        padding: 12px 0 !important;
    }
    .block.newsletter .actions {
        width: 100%;
    }
    .block.newsletter .field.newsletter {
        width: 100%;
    }
}


/* Menu */
.ammenu-nav-sections.-topmenu .ammenu-main-container{
    padding-right:0;
}
.ammenu-menu-wrapper {
    width: 90%;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
    border-right: 1px solid #c6c6c6;
    flex-grow: 1;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover a{
    background-color: #f1efef!important;
    box-shadow: 0 -4px 7px #00000021;
    border-radius: 10px 10px 0 0!important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover a p span{
    color:#3778c6!important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover{
    border-right:1px solid #fff;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover .ammenu-submenu-wrapper a{
    background-color: #f1efef!important;
    box-shadow: none!important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item .ammenu-submenu-wrapper .ammenu-item:hover a{
    color: #3778c6!important;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper{
    background-color: #f1efef!important;
    box-shadow: 0 5px 7px #00000021;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item:hover .ammenu-submenu-wrapper .ammenu-text{
    color:#767676!important;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-text {
    color: #202530!important;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(8){
    order:10;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
    padding: 10px 0;
    font-size: 20px;
    font-weight: initial;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
    color: #202530 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.ammenu-category-tree .ammenu-title{
    font-size: 18px;
    color: #202530 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover a{
    background-color: #fff;
}
.ammenu-submenu-block > div{
    max-width: 100%!important;
}
.ammenu-category-columns .ammenu-column{
    width: 25%!important;
    padding-bottom:15px;
}
.ammenu-category-tree .ammenu-title.-parent {
    margin: 0 0 15px;
}
.ammenu-menu-wrapper .ammenu-submenu-wrapper .ammenu-text-block {
    justify-content: flex-start;
    color: #767676 !important;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-submenu-wrapper .ammenu-text {
    color: #767676!important;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.ammenu-menu-wrapper .ammenu-link.-simple {
    font-size: 1.6rem;
    line-height: 20px;
    padding: 0 0 10px 0;
}
.ammenu-menu-wrapper .ammenu-icon-block{
    display: none;
}

/* Homepage */
.newbannerslide .btn {
    height: auto;
    padding: 12px 30px 12px 30px;
    box-shadow: initial;
    border-radius: 0;
    margin-top: 15px;
    background-color: #d93c3c !important;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #fff;
}
.newbannerslide h2 {
    color: #202530!important;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 25px;
    margin-top: 0;
    width: 80%;
}
.cat-banner-container span {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 100%;
    color: #fff;
    background-color: #202530;
    width: 100%;
    min-width: 100%;
    padding: 18px 20px !important;
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'PT Sans Narrow', sans-serif;
    position: relative;
}
.cat-banner-container:hover span{
    background-color: #d93c3c;
    color: #fff!important;
}
.cat-banner-container span:before{
    content:"SHOP ";
}
.cat-banner-container .catbgimage {
    background-position: center!important;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #c6c6c6;
}
.home-products h2 {
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 40px;
    padding-bottom: 0;
    color: #202530!important;
}
.cms-index-index #main_content_area .home-product-container .home-products .products-grid .product-item-info {
  background-color: #fff !important;
  align-items: center;
  border: 1px solid #c6c6c6;
  overflow: hidden;
}
.cms-index-index #main_content_area .home-product-container .home-products .products-grid .product-item-info .product-item-name {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.42857143;
    line-height: initial;
    font-family: 'Lato Narrow', sans-serif;
    font-weight: 400;
    color: #333333!important;
}
.cms-index-index #main_content_area .home-product-container .home-products .products-grid .product-item-info .product-item-name a{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #333333!important;
}
button.action.primary {
    background-color: #d93c3c !important;
    border-radius: 0 !important;
}
.cms-home .products-grid .price-box .price-label {
    font-size: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    text-transform: lowercase;
}
.cms-home .products-grid button{
    width: 48%;
}
.cms-home .products-grid button.action.primary {
    background-color: #202530!important;
    border: 1px solid #202530!important;
    border-radius: 0;
    padding: 0px 5px!important;
    height: 48px;
    line-height: 18px;
}
.cms-home .products-grid button.action.primary.tocart {
    background-color: #d93c3c !important;
    border: 1px solid #d93c3c !important;
    border-radius: 0;
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 0px 5px !important;
    border: 0;
    height: 48px;
    line-height: 18px;
}
.cms-home .products-grid button.action.primary.tocart span{
    color:#fff!important;
}
.cms-index-index #main_content_area .home-product-container .home-products .products-grid .product-item-info {
    background-color: #fff !important;
    align-items: center;
    border: 1px solid #c6c6c6;
    overflow: hidden;
    padding: 20px;
}
.cms-home .products-grid button.action.primary span{
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}
.cms-home .products-grid button.action.primary:hover span{
    color: #7cabe4;
}
.cms-home .products-grid .price-box {
    text-align: center;
    display: flex;
    width: 100%;
    margin: 0 auto 10px auto;
    padding-top: 10px;
}
.cms-home .products-grid .price-box .price-container{
    display: flex;
    flex-direction: column-reverse;
}
.product-item .price-including-tax span{
    font-weight: 400!important;
}
.product-item .price-excluding-tax .price::after, .price-excluding-tax .price::after{
    font-size: 14px;
}
.product-item .price-including-tax .price::after, .price-including-tax .price::after{
    font-weight: 400!important;
    font-size: 14px;
}
.cms-home .products-grid .price-box .price-final_price span.price {
    color: #202530;
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 0!important;
    font-family: 'Lato Narrow', sans-serif;
}
.cms-home .product-item .minimal-price-link, .cms-home .product-item .price-excluding-tax, .product-item .price-including-tax {
    font-size: 24px;
    font-family: 'Lato Narrow', sans-serif;
    font-weight: 700;
    line-height: 24px;
}
.product-item-actions > * {
    line-height: 1.4rem!important;
    font-size: 1.4rem!important;
}
.page-with-filter.page-layout-2columns-left .sidebar-main{
    padding-right:0;
}
.category-banner {
    margin-bottom: 30px!important;
}
.product-item .minimal-price-link .price-label {
    font-size: 16px !important;
    line-height: 24px !important;
}
.product-item .minimal-price-link {
    margin-top: 0px!important;
}

.amsearch-products-section.-list .amsearch-image {
    min-width: 100px !important;
}

@media (max-width:1660px){
    .cat-banner-container .catbgimage{
        min-height: 300px!important;
    }
    .cat-banner-container span {
        height: calc(100% - 300px);
    }
    .cat-banner-container span {
        padding: 15px 20px !important;
    }
    .newbannerslide h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .cms-home .product-item .minimal-price-link,
    .cms-home .products-grid .price-box .price-final_price span.price {
        font-size: 22px;
        line-height: 22px;
    }
}
@media (max-width:1440px){
    .category-child {
        width: 25%;
    }
    .cat-banner-container span {
        font-size: 22px;
        line-height: 22px;
    }
    .cat-banner-container .catbgimage{
        min-height: 275px!important;
    }
    .cat-banner-container span {
        height: calc(100% - 275px);
    }
    .cat-banner-container span::before {
        margin-right: 6px;
    }
    .newbannerslide h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .cms-home .productbybuttons{
        flex-direction: column;
    }
    .cms-home .products-grid .actions-primary{
        width: 100%!important;
    }
    .cms-home .products-grid .actions-primary.redbutton {
        width: 100%!important;
        margin-top:5px;
    }
    .cms-index-index #main_content_area .home-product-container .home-products .products-grid .product-item-info {
        padding: 15px;
    }
    .amsearch-product-list .product-image-photo {
        width: auto !important;
    }
}
@media (max-width:1366px){
    .cat-banner-container .catbgimage{
        min-height: 250px!important;
    }
    .cat-banner-container span {
        height: calc(100% - 250px);
    }
    .category-child {
        width: 40%;
        margin: 1%;
    }
    .category-child p {
        font-size: 22px;
        line-height: 26px;
    }
    .cat-banner-container span {
        padding: 12px 12px !important;
    }
    .cat-banner-container span {
        font-size: 20px;
        line-height: 20px;
    }
    .cat-banner-container span::before {
        margin-right: 4px;
    }
    .cms-home .price-container .price-final_price,
    .cms-home .product-item .minimal-price-link,
    .cms-home .products-grid .price-box .price-final_price span.price {
        font-size: 18px;
    }
    .product-item .minimal-price-link .price-label {
        font-size: 14px !important;
        margin-left: 5px !important;
    }
}
@media (max-width:1280px){
    .cat-banner-container .catbgimage{
        min-height: 225px!important;
    }
    .cat-banner-container span {
        height: calc(100% - 225px);
    }
    .cat-banner-container span {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width:1024px){
    .cat-banner-container .catbgimage{
        min-height: 175px!important;
    }
    .cat-banner-container span {
        height: calc(100% - 175px);
    }
}
@media (max-width:990px){
    .category-child {
        width: 45%;
        margin: 1%;
    }
    .cat-banner-container:nth-child(1),
    .cat-banner-container:nth-child(2) {
        width: 48%!important;
        margin: 1%;
    }
    .cat-banner-container:nth-child(3),
    .cat-banner-container:nth-child(4),
    .cat-banner-container:nth-child(5) {
        width: 31.333%!important;
        margin: 1%;
    }
    .category-banner{
        flex-flow:row wrap;
        justify-content: space-between;
    }
    .cat-banner-container span {
        font-size: 20px;
        line-height: 20px;
    }
}
@media (max-width:768px){
    .category-child p {
        font-size: 18px;
        line-height: 22px;
    }
    .category-child img {
        max-height: 100px!important;
    }
    .cat-banner-container span {
        font-size: 18px;
        line-height: 18px;
    }
    .cms-home .price-container .price-final_price,
    .cms-home .product-item .minimal-price-link,
    .cms-home .products-grid .price-box .price-final_price span.price {
        font-size: 18px!important;
    }

    .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
        width:100%;
    }
}
@media (max-width:768px){
    .category-child a{
        flex-direction: column;
        margin:0!important;
    }
    .category-child .col{
        width: 100%!important;
    }
    .category-child .child-title-container{
        height: auto;
        padding: 15px !important;
        flex-grow: 1;
    }
    .category-child {
        width: 46%;
    }
}
@media (max-width:550px){
    .category-child p {
        font-size: 16px;
        line-height: 20px;
    }
    .category-child .child-title-container{
        padding: 12px !important;
    }
    .cat-banner-container:nth-child(1) {
        width: 98%!important;
        margin: 1%;
    }
    .cat-banner-container:nth-child(2),
    .cat-banner-container:nth-child(3),
    .cat-banner-container:nth-child(4),
    .cat-banner-container:nth-child(5) {
        width: 48%!important;
        margin: 1%;
    }
}
@media (max-width:380px){
    .cat-banner-container span {
        font-size: 16px;
        line-height: 16px;
    }
    .cat-banner-container .catbgimage{
        min-height: 150px!important;
    }
    .cat-banner-container span {
        height: calc(100% - 150px);
    }
}



/* Breadcrumbs */
.breadcrumbs .items {
    max-width: 95%;
}
.breadcrumbs .items .item{
    font-size: 13px;
    margin-right: 8px;
    padding-right: 8px;
}
.breadcrumbs a, .breadcrumbs a:visited{
    color: #707070;
    font-weight: 400;
}
.breadcrumbs a:hover{
    color:#202530;
}
.breadcrumbs .items{
    color:#202530;
}
.breadcrumbs .item:not(:last-child)::after {
    content: '|';
    color: #c6c6c6;
    position: absolute;
    right: -4px;
    top: -3px;
}
@media (max-width:800px){
    .breadcrumbs .items .item {
        font-size: 12px;
        line-height: 16px;
    }
    .breadcrumbs {
        background: #f5f5f5;
        padding: 10px 0;
        max-width: 100%;
        text-align: left;
        margin-bottom: 20px;
      }
}
@media (max-width:768px){
    .breadcrumbs .items {
        max-width: 90%;
    }
}



/* Category Products */
.category-child img{
    max-height: 125px;
}
.toolbar-products .modes{
    display: none;
}
.block.filter .filter-title{
    background-color: #202530;
    padding:8px 8px 4px 8px;
}
.block.filter .filter-title strong {
    line-height: 18px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.filter-options .filter-options-title {
    font-weight: 700;
    line-height: 20px;
    font-size: 18px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin: 0 0 10px;
    word-break: break-all;
    border-bottom: 1px solid #c6c6c6;
}
dd.filter-options-content a{
    font-weight: 400;
}
.filter-options .count {
    margin-left: 5px;
}
.category-description {
    text-align: center;
    max-width: 65%;
    margin: auto;
    padding: 0px 20px 30px 0;
}

.product-reviews-summary {
    margin-bottom: 10px!important;
    display: flex;
}
.rating-summary .rating-result > span::before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #fbb100;
    font-family: 'icons-blank-theme';
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: normal;
}
.product-reviews-summary .reviews-actions a {
    font-weight: 400;
    font-size: 16px;
    color: #202530;
    position: relative;
    margin:0!important;
    font-size: 14px;
}
.product-reviews-summary .reviews-actions a:before{
    content:'( ';
}
.product-reviews-summary .reviews-actions a:after{
    content:' )';
}
.product-reviews-summary .reviews-actions a.add:after,
.product-reviews-summary .reviews-actions a.add:before{
    display: none;
}
.product-reviews-summary .reviews-actions a.add{
    font-size: 16px;
    text-decoration: underline;
    margin-left: 10px!important;
    font-weight: 600;
    color: #3778cb;
    font-family: 'Lato', sans-serif !important;
}
.product-reviews-summary .reviews-actions a span:last-child{
    margin-left: -5px;
}
.product-item .product-reviews-summary .rating-summary {
    margin: 0;
    left: 0;
}
.rating-summary .rating-result {
    margin-left: 0;
}
.product-item-photo{
      text-align: center;
}
button.action.primary{
    background-color: #202530!important;
    border-radius: 0!important
}
.cms-home .productbybuttons{
    display: flex;
    justify-content: space-between;
}
a.product-item-link{
    color: #202530;
}
.products-grid .product-item-actions{
    margin-bottom:0;
}
.toolbar-products{
    margin-bottom:15px;
}
.toolbar-products label {
    font-size: 16px!important;
    color: #202530;
}
.limiter-options,
.sorter-options {
    margin: 0 5px;
    width: auto;
    height: 35px;
    min-height: 35px;
    font-size: 16px !important;
    padding: 0 15px;
    color: #202530;
    border-radius: 0 !important;
    background: #fff;
    border:1px solid #767676;
}
.page-products .toolbar .limiter{
    padding-top:8px;
}
.pages .item{
    height: 35px!important;
    line-height: 35px!important;
}
.pages .action.next{
    height: 35px!important;
}
.toolbar-products .limiter-text{
    display: none;
}
.toolbar-amount {
    display: block;
    line-height: 26px;
    margin: 0;
    padding: 8px 0 0;
    font-size: 16px;
    font-weight: 600;
}
.mobile-filter-overlay{
    background-color: #f1efef;
}
.mobile-filter-overlay .block-content{
    padding:0 10px 20px 10px;
}
.filter-options .filter-options-content {
    margin: 0;
}
.filter-options .filter-options-title{
    padding-top:20px;
}
.filter-options .filter-options-title:first-child{
    padding-top:0;
}
.sidebar-additional{
    padding-right: 2%;
}
.sidebar-additional .block-compare .block-title{
    background-color: #202530;
    padding:8px 8px 4px 8px;
    margin-bottom: 0;
    justify-content: space-between;
}
.sidebar-additional .block-compare .block-title strong{
    margin:0;
    line-height: 18px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.sidebar-additional .block-compare .block-content{
    padding:20px 10px;
    background-color: #f1efef;
}
.block-compare .counter, .block-wishlist .counter {
    color: #7cabe4;
    font-size: 14px;
    white-space: nowrap;
    float: right;
}
.block-compare .product-item-name a{
    display: block;
    font-weight: 400;
}
.block-compare .actions-toolbar {
    padding-top: 5px;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.block-compare .actions-toolbar .primary,
.block-compare .actions-toolbar .secondary{
    width: 48%;
}
.block-compare .actions-toolbar .primary a,
.block-compare .actions-toolbar .secondary a{
    text-align: center;
    justify-content: center;
}
.block-compare a.action.compare.primary{
    background-color: #7cabe4 !important;
    border:0;
    border-radius: 0;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    margin:0;
}
.page-layout-2columns-left .sidebar-additional{
    padding-right:0;
}
a#compare-clear-all {
  padding: 10px 5px;
  border: 0;
  border-radius: 0;
  transition: 0.3s ease-in-out;
  color: #202530;
  text-transform: uppercase;
  text-align: center;
  background: #fff !important;
  font-size: 16px;
  line-height: 16px;
  margin-top:0;
  display: flex;
  font-weight:600;
  letter-spacing: 1px;
  font-family: 'PT Sans Narrow', sans-serif;
}
.actions-toolbar::before,
.actions-toolbar::after{
    position: absolute;
}
.block-compare a.action.compare:before{
    color: #202530;
    font-weight:600;
    letter-spacing: 1px;
}
.block-compare a.action.compare.primary span{
    color: #202530;
    font-weight:600;
    letter-spacing: 1px;
    font-family: 'PT Sans Narrow', sans-serif;
}
button.action.primary {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding:10px 5px!important;
    border:0;
}
button.action.primary {
    background-color: #d93c3c !important;
    border-radius: 0 !important;
    width: 100%;
    height: 48px;
}
button.action.primary span{
    color: #fff;
}
button.action.primary:hover{
    background-color: #7cabe4!important;
    border: 0!important;
}
button.action.primary:hover span{
    color: #202530;
}
.product-item-actions{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.product-item-actions .actions-secondary{
    width: 48%!important;
    margin:0;
    height: 48px;
}
.product-item-actions .actions-primary{
    width: 48%!important;
}
.product-item-actions .actions-secondary > .action.tocompare {
    padding: 5px 10px;
    background: #202530;
    width: auto;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.product-item-actions .actions-secondary > .tocompare::before, .tocompare::before {
    content: '\f362';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    line-height: 1.1;
    color: #7cabe4;
    margin-right: 10px;
}
.product-item-actions .actions-secondary > .action.tocompare:after{
    content: "Compare";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.product-item-actions .actions-secondary > .tocompare:hover{
    background-color: #7cabe4;
}
.product-item-actions .actions-secondary > .tocompare:hover::after{
    color: #202530!important;
}
.product-item-actions .actions-secondary > .tocompare:hover::before{
    color: #202530;
}
.product-item .minimal-price-link .price-label {
    margin-left: 8px!important;
    text-transform: lowercase;
    color: #d93c3c;  
    font-family: 'Lato Narrow', sans-serif!important;
    margin-right: 4px;
}
.product-item .minimal-price-link{
    color: #d93c3c;   
}
.message.success {
    color: #fff;
    background-color: #13856f;
    font-size: 18px;
    line-height:22px!important;
    padding:10px 20px 8px 20px;
}
.message.success > :first-child::before {
    position: relative;
    margin: 0;
    top: auto;
    color: #ffffff;
}
.filter-current{
    background-color: #fff !important;
    padding:15px;
}
.filter-current .block-subtitle{
    border-bottom:1px solid #767676;
    width: 100%;
    text-transform: uppercase;
}
.filter-current .action.remove span{
    color:#d93c3c;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.filter-actions .action.clear{
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    float: right!important;
}
.filter-options .count::before {
    left: 3px;
    position: relative;
}
.fotorama__stage{
    width: calc(100% - 90px)!important;
    float: right!important;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    width: 90px!important;
}
@media (max-width:1660px){
    .product.actions.product-item-actions.product-item-info-box button.action.btn-view.primary {
        padding: 0 5px !important;
        line-height: 18px;
    }
}
@media (max-width:1500px){
    .category-description {
        max-width: 90%;
        padding: 0;
    }
    .page-products .products-grid .product-item {
        width: calc((100% - 6%) / 3);
        margin-left: 1%!important;
        margin-right: 1%!important;
    }
    .page-with-filter.page-layout-2columns-left .column.main {
        width: 80%!important;
    }
    .page-with-filter .sidebar{
        width: 20%!important;
    }
    .products {
        margin-bottom: 0px!important;
    }
}
@media (max-width:1366px){
    .page-products .products-grid .product-items .product-item {
        padding: 15px;
    }
    .product-item-actions .actions-secondary > .action.tocompare::after {
        font-size: 16px;
        line-height: 16px;
    }
    button.action.primary{
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width:1280px){
    .limiter-options, .sorter-options,
    .pages strong.page,
    .pages .item,
    .toolbar-amount,
    .toolbar-products label {
        font-size: 14px !important;
    }
}
@media (max-width:1188px){
    .page-products .products-grid .product-item {
        width: calc((100% - 4%) / 2);
        margin-left: 1%!important;
        margin-right: 1%!important;
    }
    .page-with-filter.page-layout-2columns-left .column.main {
        width: 75%!important;
    }
    .page-with-filter .sidebar{
        width: 25%!important;
    }
    .page-with-filter .page-main {
        max-width: 100%;
    }
}
@media (max-width:990px){
    .toolbar-amount{
        position: absolute!important;
        bottom: -30px;
        top: auto;
    }
    .toolbar-products{
        position: relative!important;
    }
}
@media (max-width:800px){
    .product-item-actions .actions-primary {
        width: 100% !important;
    }
    .product-item-actions .actions-secondary{
        width: 100% !important;
        margin-top:10px;
    }
    .message.success {
        font-size: 16px;
        line-height:20px!important;
    }
}
@media (max-width:769px){
    .product-item-actions .actions-primary {
        width: 48% !important;
    }
    .product-item-actions .actions-secondary{
        width: 48% !important;
        margin-top:0;
    }
}
@media (max-width:768px){
    .mobile-filter-container button.action.primary {
        background-color: #7cabe4 !important;
    }
    .mobile-filter-container button.action.primary span{
        color: #202530;
    }
    .sidebar-main .block.filter {
        position: fixed;
        top: 0;
        height: 100%;
        border-left: 0;
        padding: 40px 20px;
        background: #fff;
        text-align: left;
        color: #202530;
        overflow: auto;
        z-index: 100;
        transition: 0.3s;
        max-width: 90vw;
        width: 50vw;
    }
    dd.filter-options-content a {
        font-family: 'Lato';
        color: #202530;
    }
    .filter-options .count {
        color: #767676;
    }
    .filter-current{
        background-color: #f5f5f5 !important;
        padding:15px;
    }
    .products-grid .product-item{
        text-align: left;
    }
    .product-item .price-box {
        width: 100%;
    }
    .products-grid .product-item-actions {
        justify-content: space-between;
    }
}
@media (max-width:640px){
    .products-grid .product-item {
        margin-bottom: 20px!important;
    }
}
@media (max-width:620px){
    .product-item-actions .actions-primary {
        width: 100% !important;
    }
    .product-item-actions .actions-secondary{
        width: 100% !important;
        margin-top:10px;
    }
}
@media (max-width:550px){
    .sidebar-main .block.filter {
        position: fixed;
        top: 0;
        height: 100%;
        border-left: 0;
        padding: 40px 20px;
        background: #fff;
        text-align: left;
        color: #202530;
        overflow: auto;
        z-index: 100;
        transition: 0.3s;
        max-width: 90vw;
        width: 90vw;
    }
    .product-item-details .product-item-info-box .product-item-name a{
        font-size: 16px!important;
        line-height: 22px!important;
        display: block;
    }
    .page-products .products-grid .product-items .product-item {
        padding: 10px;
    }
}
@media (max-width:450px){
    .page-products .products-grid .product-items .product-item {
        padding: 20px;
        width: 100%;
    }
    .product-item-actions .actions-primary {
        width: 48% !important;
    }
    .product-item-actions .actions-secondary{
        width: 48% !important;
        margin-top:0;
    }
}
@media (max-width:360px){
    .page-products .products-grid .product-items .product-item {
        padding: 10px;
        width: 100%;
    }
}



/* Single Product */
.catalog-product-view.page-layout-1column .column.main{
    margin-top:40px;
}
.catalog-product-view h1 span.base, .catalog-product-view h1{
    color: #202530!important;
    line-height: 2.5rem;
}
.product-info-main .product.attribute.sku{
    color:#767676;
}
.product-info-main .product.attribute.sku .type {
    margin-right: 0;
}
.catalog-product-view .box-tocart .field.qty label{
    color: #202530;
}
.product-info-main .price-box,
.product-info-main .price-box > span,
.product-info-main .price-box .price-wrapper .price {
    font-size: 40px!important;
    line-height: 40px!important;
    color: #202530;
    border-bottom:1px solid #c6c6c6;
    padding-bottom:20px;
}
.catalog-product-view .box-tocart .field.qty .control input {
    margin-bottom: 0;
    text-align: center;
    line-height: 20px;
    width: 100%;
    border-radius: 0!important;
    border:1px solid #c6c6c6;
    width: 100px!important;
    padding:0 10px;
}
button.amform-show-popup.amcform-button.-default {
    color: #3778c6;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
    padding: 12px 30px;
    border: 0;
    border-radius: 0!important;
    line-height: 18px;
    font-weight: 700;
    background-color: transparent;
    height: auto;
    margin:0;
    width: 100%;
    border:0;
}
button#product-addtocart-button {
    background-color: #d93c3c!important;
    border: 0;
    padding: 15px 25px !important;
    font-size: 22px !important;
    color:#fff;
    height: auto;
}
.prices-tier{
    padding: 20px 0;
    margin-bottom:20px;
}
.prices-tier.items {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0!important;
    padding-right: 0!important;
}
.product-info-main .box-tocart{
    margin:0;
    padding:20px 0 0 0;
    border-top:1px solid #c6c6c6;
}
.product-addto-links {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    border-top: solid 1px #d5d1d1;
    padding-top:20px;
}
.product.data.items > .item.title > .switch {
    border: none;
    color: #202530;
    background: initial;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    line-height: 18px;
    padding: 12px 25px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    background-color: #f1efef;
}
.product.data.items > .item.title > .switch:active{
    background-color: #202530;
}
.data.switch .counter {
    color: #202530;
}
.product.data.items > .item.title.active > .switch{
    background-color: #c6c6c6!important;
}
.product.data.items > .item.content {
    margin-top: 40px;
    border-top: 1px solid #c6c6c6;
}
.product-reviews-summary.empty .reviews-actions a.add{
    margin-left:0!important;
}
.tier-price .price-container {
    margin: 2px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.tier-price .price-container .price-wrapper{
    font-size: 20px;
}
.tier-price .price-container .price-wrapper span{
    font-size: 20px;
}
.product-addto-links a.action.tocompare {
    margin-left:0!important;
    height: auto;
    padding: 12px 30px 12px 30px!important;
    box-shadow: initial;
    border-radius: 0;
    background-color: #202530 !important;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #7cabe4!important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.product-addto-links a.action.tocompare span{
    color: #7cabe4!important;
    margin-left:0!important;
}
.review-list .block-title{
    width: 100%;
}
.review-list .block-title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 20px;
    margin-top: 2.5rem;
    margin-bottom: 40px;
    border-bottom: 1px solid #c6c6c6;
    width: 100%;
}
.review-item .review-title {
    margin: 0 0 20px;
    font-weight: 700;
}
.review-form {
    max-width: 700px;
}
.review-legend span{
    font-weight: 700;
    color: #3778c6;
    font-size: 18px;
}
.review-fieldset .field {
    box-sizing: border-box;
    margin: 0!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: flex-start;
    justify-content: center;
}
.review-fieldset .label {
    padding: 6px 15px 0 0;
    text-align: left!important;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 700;
    font-size: 16px;
    color: #202530 !important;
}
.review-fieldset input{
    margin-bottom:10px!important
}
.review-control-vote label::before {
    color: #fbb100!important;
}
.review-form-actions button.action.primary {
    background-color: #7cabe4 !important;
    border-radius: 0 !important;
    width: 100%;
    height: 48px;
    padding:12px 30px!important;
    border:0!important;
}
.review-form-actions button.action.primary span{
    color: #202530 !important;
}
#review-form .actions-toolbar{
    margin:0;
}
.review-fieldset{
    margin-bottom: 20px;
}

@media (max-width:1440px) {
    .catalog-product-view h1 span.base, .catalog-product-view h1 {
        font-size: 28px;
        line-height: 34px !important;
        display: block;
    }
    .product-info-main .product.attribute.sku {
        line-height: 16px;
        font-size: 14px;
    }
    .product-info-main .price-box, .product-info-main .price-box > span, .product-info-main .price-box .price-wrapper .price {
        font-size: 32px !important;
        line-height: 32px !important;
    }
    .price.title,
    .tier-price .qty {
        padding: 0.25rem!important;
    }
    .tier-price .price-container .price-wrapper span {
        font-size: 18px;
    }
    .tier-price {
        min-width: 70px;
    }
}
@media (max-width:1280px) {
    button#product-addtocart-button {
        font-size: 20px !important;
    }
    .product-addto-links a.action.tocompare {
        padding: 12px 20px !important;
    }
    .catalog-product-view.page-layout-1column .column.main {
        margin-top: 20px;
    }
    .product-addto-links a.action.tocompare span{
        font-size: 18px!important;
    }
}
@media (max-width:1024px) {
    .catalog-product-view h1 span.base, .catalog-product-view h1 {
        font-size: 24px;
        line-height: 28px !important;
    }
    .product-info-main .price-box, .product-info-main .price-box > span, .product-info-main .price-box .price-wrapper .price {
        font-size: 28px !important;
        line-height: 28px !important;
    }
    .product-addto-links {
        flex-flow: row wrap;
    }
    button.amform-show-popup.amcform-button.-default{
        padding: 0;
    }
    .catalog-product-view .box-tocart .fieldset {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
    .fieldset:last-child {
        margin-bottom: 0px!important;
    }
    .catalog-product-view.page-layout-1column .column.main {
        margin-top: 10px;
    }
    .product.info.detailed {
        margin-top: 20px!important;
    }
}
@media (max-width:800px) {
    .catalog-product-view.page-layout-1column .column.main {
        display: flex;
        flex-flow: column;
    }
    .page-layout-1column .product-info-main {
        width: 100%;
        order: 2;
    }
    .page-layout-1column .product.media {
        width: 100%;
        order: 1;
    }
    .product.info.detailed{
        width: 100%;
        order: 3;
    }
    .gallery-placeholder{
        margin-bottom: 10px;
    }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){
        display: none;
    }
    button.amform-show-popup.amcform-button.-default {
        padding: 15px 20px;
    }
}
@media (max-width:769px) {
    .page-main {
        max-width: 100%;
        padding:0 3vw;
    }
    .product.data.items > .item.content {
        margin-top: 0px;
        border-top: 0;
    }
    .product.data.items > .item.title {
        margin: 0;
        border: 1px solid #d1d1d1;
    }
    .product.data.items > .item.title > .switch::after {
        content: "+";
        float: right;
    }
    .product.data.items > .item.title.active > .switch::after {
        content: "-";
        float: right;
    }
    .additional-attributes-wrapper .table-wrapper{
        margin-bottom: 0!important;
    }
    .product.data.items > .item.content{
        margin-bottom:0;
    }
    .product.data.items > .item.content {
        padding: 10px 25px;
    }
    .product.info.detailed {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .review-fieldset .control,
    .review-fieldset input{
        width:100%!important;
    }
}
@media (max-width:768px) {
    .product-info-main .box-tocart .field.qty {
        width: auto;
    }
    .gallery-placeholder{
        margin-bottom: 30px;
    }
}
@media (max-width:600px) {
    .tier-price {
        margin-bottom: 0 !important;
    }
    .tier-price .qty.title {
        border-radius: 4px 0 0 4px;
        width: 50%;
    }
    .tier-price .qty {
        border-radius: 4px 0 0 4px;
    }
    .tier-price .price-container {
        margin: 0 auto;
    }
    .catalog-product-view .box-tocart .fieldset {
        justify-content: flex-start;
    }
    button.amform-show-popup.amcform-button.-default {
        padding: 0;
        width: 100%;
    }
    .product-addto-links {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width:550px) {
    .catalog-product-view h1 span.base, .catalog-product-view h1 {
        font-size: 22px;
        line-height: 26px !important;
    }
}
@media (max-width:440px) {
    .catalog-product-view h1 span.base, .catalog-product-view h1 {
        font-size: 20px;
        line-height: 24px !important;
    }
    .product-info-main .price-box, .product-info-main .price-box > span, .product-info-main .price-box .price-wrapper .price {
        font-size: 24px !important;
        line-height: 24px !important;
    }
}
@media (max-width:380px) {
    .catalog-product-view h1 span.base, .catalog-product-view h1 {
        font-size: 18px;
        line-height: 22px !important;
    }
    .product-info-main .product.attribute.sku {
        line-height: 15px;
        font-size: 13px;
    }
    button#product-addtocart-button {
        font-size: 18px !important;
    }
    .product-addto-links a.action.tocompare span{
        font-size: 16px!important;
    }
}


/* Contact Us */
.contact-index-index h1{
    font-size: 2.5rem;
    font-weight: 700;
    color: #202530;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact{
    width: 100%;
}
#contact-form .fieldset .legend{
    margin-left:0;
}
#contact-form .field{
    margin-left: 0!important;
    margin-bottom:10px!important;
}
#contact-form input{
    height: 48px;
    border: 1px solid #c6c6c6;
    border-radius: 0!important;
    margin-bottom:0!important
}

/* Basket */
.checkout-cart-index .page-title-wrapper{
    margin-top:40px;
}
.checkout-cart-index .page-title{
    font-weight: 700;
}
.checkout-cart-index button.action.primary.checkout{
    height: auto;
    padding: 12px 30px 12px 30px!important;
    box-shadow: initial;
    border-radius: 0;
    background-color: #d93c3c !important;
    font-weight: 600;
    line-height: 22px;
    font-size: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #fff;
}
.checkout-cart-index .cart-container .form-cart .action.continue{
    height: auto;
    padding: 12px 30px 12px 15px;
    box-shadow: initial;
    border-radius: 0;
    background-color: #202530 !important;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-container .form-cart .action.update::before,
.checkout-cart-index .cart-container .form-cart .action.continue::before{
    color:#7cabe4;
}
.cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
    display: flex;
    flex-direction: row;
}
.cart.table-wrapper .actions-toolbar > .action{
    height: auto;
    padding: 11px 30px 11px 30px;
    box-shadow: initial;
    border-radius: 0;
    background-color: #fff !important;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #202530;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #202530;
    float: right;
}
.cart-container .form-cart .action.update{
    height: auto;
    padding: 11px 30px 11px 15px;
    box-shadow: initial;
    border-radius: 0;
    background-color: #fff !important;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #202530;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #202530;
    float: right!important;
}
.cart-summary > .title {
    display: block;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.column.main .cart-summary .block > .title strong{
    font-size: 1rem;
    font-weight: 700;
}
.checkout-cart-index .grand.totals{
    border-top:1px solid #202530;
}
button.action.apply.primary{
    height: auto;
    padding: 11px 30px 11px 30px!important;
    box-shadow: initial;
    border-radius: 0;
    background-color: #202530 !important;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #202530;
    float: right;
}
button.action.apply.primary:hover{
    padding: 11px 30px 11px 30px!important;
}
button.action.apply.primary:hover span{
    color: #7cabe4!important;
}
.fieldset.coupon label span{
    color: #767676!important;
    font-size: 16px!important;
    font-weight: 400!important;
    text-transform: capitalize!important;
}
#coupon_code{
    border-color: #767676!important;
    border-radius:0!important;
}


button.action.primary.login{
    height: auto;
    padding: 12px 30px 12px 30px !important;
    box-shadow: initial;
    border-radius: 0;
    margin-top: 15px;
    background-color: #202530 !important;
    font-weight: 600;
    line-height: 22px!important;
    font-size: 18px!important;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #7cabe4!important;
}
#contact-form .actions-toolbar{
    margin:0;
}
button.action.action-auth-toggle,
#contact-form .action.submit.primary,
.create.account .action.submit.primary,
.login-container .block-new-customer .actions-toolbar .action.create.primary{
    height: auto;
    padding: 15px 30px 15px 30px !important;
    box-shadow: initial;
    border-radius: 0;
    margin-top: 15px;
    background-color: #7cabe4 !important;
    font-weight: 600;
    line-height: 22px!important;
    font-size: 18px!important;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #202530!important;
    border:0;
}
.action.captcha-reload{
    height: auto;
    padding: 12px 25px 12px 25px !important;
    box-shadow: initial;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 15px;
    background-color: #c6c6c6 !important;
    font-weight: 600;
    line-height: 20px!important;
    font-size: 16px!important;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #202530!important;
    border:0;
}
.create.account .actions-toolbar{
    margin:0!important;
}
#contact-form .action.submit.primary span,
.create.account .action.submit.primary span{
    color: #202530!important;
}
.page-title-wrapper h1{
    font-weight: 700;
}
.customer-account-login .login-container{
    margin-top:20px;
}
form.create.account .field{
    display: flex;
    flex-direction: column;
    margin-bottom:10px;
}
.customer-account-login .login-container .field{
    display: flex;
    flex-direction: column;
}
form.create.account label,
.customer-account-login .login-container label{
    font-size: 16px;
    font-weight: 700;
    color: #202530!important;
    text-align: left!important;
    width: 100%!important;
}
form.create.account label span,
.customer-account-login .login-container label span{
    font-size: 16px;
    font-weight: 700;
    color: #202530!important;
}
#contact-form textarea{
    border-radius: 0!important;
}
#contact-form legend{
    margin-bottom:10px;
}
#contact-form legend span{
    font-size: 24px;
    font-weight: 700;
}
#contact-form .field.note{
    text-align: left;
}
#contact-form .field.note::before{
    position: absolute;
}
.customer-account-login .login-container input{
    margin-bottom:10px;
}
form.create.account input{
    margin-bottom:10px!important;
    border: 1px solid #c6c6c6;
    background-color: #fff;
}
.contact-index-index label {
    color: #262e3b;
    display: block;
    line-height: 22px;
}
.contact-index-index label a{
    text-decoration: underline;
    color: #3778c6;
}
.contact-index-index td a{
    text-decoration: underline;
    color: #3778c6;
}
.contact-index-index td a em{
    color: #262e3b;
    font-size: 24px;
    margin-right: 10px;
}
.login-container .fieldset::after {
    margin-top: 35px;
    font-size: 16px;
}
.login-container .block-new-customer .actions-toolbar{
    margin-top:0!important;
}
.login-container .block .block-title strong {
    font-weight: 700;
    font-size: 24px;
}
form.create.account .control{
    width: 100%!important;
}
form.create.account legend{
    margin:0 0 15px 0;
    font-weight: 700;
}
form.create.account legend span{
    font-size: 24px;
    border-bottom: 1px solid #202530;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: left;
}
.login-container .block .block-title {
    font-size: 24px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.login-container .block-new-customer{
    background-color: #f6f6f6;
}
.login-container .block{
    padding:20px;
}
form.create.account{
    margin:0 auto 0 auto;
    background-color: #f6f6f6;
    padding:30px;
}
.block.newsletter .subscribe-text label {
    position: initial;
    height: auto;
    text-align: center !important;
}
.cms-page-view h1{
    color: #202530;
    font-size: 2.5rem;
}
.cms-page-view h2{
    font-size: 32px;
    font-weight: 700;
    color: #202530;
}
.cms-page-view p{
    color: #202530;
    font-size: 18px;
    line-height: 28px;
}
.cms-about-us .column.main img{
    margin:20px!important;
}
@media (max-width:1280px){
    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        min-width: 400px!important;
    }
    .contact-index-index .control{
        width: 100%!important;
    }
    .contact-index-index .column.main td:last-child{
        padding-left:60px!important;
    }
}
@media (max-width:1024px){
    .form.create.account {
        width: 75%;
    }
}
@media (max-width:990px){
    .login-container .block,
    .login-container .block-new-customer{
        width: 100%;
    }
    .login-container .fieldset::after {
        text-align: left!important;
    }
}
@media (max-width:800px){
    .form.create.account {
        width: 100%!important;
    }
    h1 {
        font-size: 1.8rem;
    }
    .contact-index-index .column.main td{
        width: 100%!important;
        display: block;
    }
    .contact-index-index .column.main td:last-child{
        padding:10px!important;
        margin-top:20px;
    }
}
@media (max-width:768px){
    .form.create.account {
        width: 100%!important;
    }
    .customer-account-create #maincontent{
        width: 100%;
    }
    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        min-width: 250px !important;
    }
}


/* Blog */
.mp-post-info {
    color: #767676;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.mpblog-post-view .page-title{
    color: #202530;
}
.post-info-wraper h2.mp-post-title {
    font-size: 28px;
    line-height: 30px;
    color: #202530;
    font-weight: 700;
    margin-bottom: 15px;
}
.post-short-description p {
    font-size: 16px;
    line-height: 24px;
    color: #202530;
}
.mpblog-post-view p{
    color: #202530;
}
.post-info-wraper {
    padding: 15px 25px 0 25px;
}
.post-item-wraper {
    padding: 25px !important;
    display: flex;
    align-items: flex-start;
}
#mpblog-list-container a.mp-read-more{
    color: #3778c6!important;
    text-decoration: underline!important;
    font-size: 16px!important;
}
.mp-blog-view table{
    margin-bottom:20px;
}
.mp-blog-view table td{
    border: 1px solid #c6c6c6;
}
.mp-blog-view table p{
    margin-bottom:0;
}
a.blogback {
    padding-left: 20px;
    color: #576e93;
    font-weight: 700;
    color: #3778c6!important;
    text-decoration: underline!important;
}
.mp-blog-icon::before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 15px;
    height: 15px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.post-image img.img-responsive{
    margin-top:0;
}
.post-post_content{
    margin: 0 auto!important;
    float: none!important;
}
.post-view-image.col.l3.m6.s12{
    margin-bottom:20px;
}
@media (max-width:1440px){
    .post-info-wraper h2.mp-post-title {
        font-size: 24px;
        line-height: 28px;
    }
    .post-item-list .post-image {
        min-width: 200px;
    }
    .post-info-wraper {
        padding: 15px 0 0 25px;
    }
}
@media (max-width:1280px){
    .post-item-list .post-image {
        min-width: 150px;
    }
    .post-post_content{
        width: 85%!important;
    }
}
@media (max-width:1024px){
    .post-item-wraper{
        display: block;
    }
    .post-info-wraper {
        padding: 0 0 0 25px;
    }
    .post-post_content{
        width: 100%!important;
    }
}
@media (max-width: 990px) {
    .post-item-wraper {
      display: flex !important;
      flex-direction: row!important;
    }
    .post-item-list .post-image {
        width: 20%;
        min-width: 20%;
    }
    .post-item-list .post-info-wraper{
        width: 80%;
        min-width: 80%;
    }
}
@media (max-width: 990px) {
    .post-item-list .post-image {
        width: 25%;
        min-width: 25%;
    }
    .post-item-list .post-info-wraper{
        width: 75%;
        min-width: 75%;
    }
    .post-short-description {
        display: block;
    }
    .post-item-wraper {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .post-view-image.col.l3.m6.s12 img{
        max-width: 100%;
    }
    .mpblog-post-view .page-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 600px) {
    .post-item-list .post-image {
        width: 100%;
        min-width: 100%;
        margin-bottom:20px;
    }
    .post-item-list .post-info-wraper{
        width: 100%;
        min-width: 100%;
        padding-left:0;
    }
    .mpblog-post-index .page-title {
        font-size: 2.2rem;
    }
    .mpblog-post-view .page-title {
        font-size: 2rem;
        margin:20px auto!important;
    }
    .mp-blog-view table{
        overflow: scroll;
    }
    .post-view-image,
    .post-post_content{
        overflow: hidden;
    }
}
@media (max-width: 440px) {
    .post-item-list .post-image {
      margin-bottom: 10px;
    }
    .post-info-wraper h2.mp-post-title {
        font-size: 20px;
        line-height: 24px;
    }
    .post-image {
        min-height: 1px;
    }
    .post-view-image,
    .post-post_content{
        padding:0!important;
        overflow: hidden;
    }
    .mpblog-post-view .page-title {
        font-size: 1.5rem;
        margin:15px auto!important;
    }
}

.page-header.amsearch-full-width .amsearch-full_width-title{
    display: none;
}
/* Pop-up Basket */
.block-minicart .items-total, .block-minicart .subtotal, .block-minicart .amount .price-wrapper:first-child .price{
    font-size: 18px!important;
}
.minicart-wrapper a.action.viewcart{
    justify-content: center;
    color: #3778c6!important;
}
.minicart-wrapper .product .actions {
    display: flex;
    margin-bottom:20px;
}
.cart-totals .grand .amount,
.price-including-tax, .price-excluding-tax {
    font-size: 1.4rem;
    line-height: 1;
}
.checkout-cart-index .product-image-photo {
    height: auto!important;
}
@media (max-width:1280px){
    .checkout-cart-index button.action.primary.checkout {
        font-size: 18px;
    }
    .checkout-cart-index .cart-container{
        display: flex;
        flex-direction: column-reverse;
    }
    .checkout-cart-index .cart-container .col-md-8 form,
    .checkout-cart-index .cart-container .col-md-4 .cart-summary{
        width: 100%!important;
    }
}
@media (max-width:768px){
    .cart-container .form-cart .actions {
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
    .checkout-cart-index .cart-container .form-cart .action.continue{
        margin-left:0!important;
        line-height: 20px;
        font-size: 16px;
        padding: 10px 20px 10px 10px;
    }
    .cart-container .form-cart .action.update{
        margin-right:0!important;
        line-height: 20px;
        font-size: 16px;
        padding: 10px 20px 10px 10px;
    }
}
@media (max-width:515px){
    .cart-container .form-cart .actions {
        display: flex;
        flex-flow:row wrap
    }
    .checkout-cart-index .cart-container .form-cart .action.continue,
    .cart-container .form-cart .action.update{
        width: 100%;
    }
}

/* Checkout */
.opc-wrapper .step-title{
    font-size:24px;
    font-weight:700;
}
.opc-wrapper .fieldset > .field > .label{
    font-size: 16px!important;
    font-weight:700!important;
}
.opc-wrapper .fieldset input,
.opc-wrapper .fieldset textarea{
    margin-bottom:10px!important;
    border-radius: 0!important;
    border:1px solid #c6c6c6!important;
}
.opc-wrapper .fieldset > .field{
    margin-bottom:0!important;
}
.opc-progress-bar-item > span::after {
    font-size: 1.4rem !important;
    line-height: 1.4rem;
    padding-top: 3px;
}

.opc-block-summary .product-item .price {
    font-size: 1.4rem!important;
    font-weight: 700!important;
}
.opc-block-summary .details-qty{
    font-weight: 700!important;
}
.opc-block-summary .details-qty{
    font-size: 18px!important;
}
.opc-progress-bar-item > span {
    color: #c6c6c6;
}
.checkout-index-index .header.content {
    padding: 20px 15px 0 15px;
}
@media (max-width:1280px){
    .opc-wrapper {
        width: 60%;
    }
    .opc-sidebar {
        margin: 46px 0 20px;
        width: 40%;
    }
    .opc-block-summary .product-item-details {
        padding-left: 60px;
    }
    .opc-block-summary .product-item-details .product-item-name {
        font-size: 16px!important;
    }
}
@media (max-width:800px){
    .opc-wrapper {
        width: 100%!important;
        padding-right: 0;
    }
    .opc-sidebar {
        margin: 46px 0 20px;
        width: 100%!important;
    }
    .checkout-index-index .logo img {
            height: auto;
            width: 50%;
        }
    }
@media (max-width:768px){
    .checkout-index-index #maincontent {
        max-width: 100%;
        margin: 0 !important;
        padding:0 3vw!important;
    }
}

/* Pricing Homepage / Category / Search Overide */

.cms-home .products-grid .price-box,
.products-grid .price-box {
    flex-direction: column;
    align-items: flex-start;
    text-align:left;
}

.price-including-tax + .price-excluding-tax:before {
    display:none;
}

.product-item .minimal-price-link, 
.product-item .price-excluding-tax, .product-item .price-including-tax,
.cms-home .product-item .minimal-price-link, 
.cms-home .product-item .price-excluding-tax, .product-item .price-including-tax,
.product-item .minimal-price-link .price-label {
    margin-left:0px !important;
    font-size:16px !important;
    font-family: 'Lato Narrow', sans-serif !important;
    line-height: 24px !important;
}

.cms-home .products-grid .price-box .minimal-price-link .price-container{
    display: flex;
    flex-direction: row;
}
.price-wrapper {
    position: relative;
}
.price-including-tax .price:after,
.price-excluding-tax .price:after {
    content:'';
    font-family: 'Lato Narrow', sans-serif !important;
    font-weight: 700;
    font-size:16px;
    line-height: 24px;
    margin-left:5px;
}

.product-item .price-including-tax .price:after,
.price-including-tax .price:after {
    content:'Incl. VAT';
}
.product-item .price-excluding-tax .price:after,
.price-excluding-tax .price:after {
    content:'Excl. VAT';
}

.products-grid .product-item-actions.product-item-info-box {
    flex-direction: column;
}
.product-item-actions .actions-primary,
.product-item-actions .actions-secondary {
    width:100% !important;
}

.cms-home .products-grid .price-box .price-final_price span.price,
.product-item .price-box .price {
    font-size:20px !important;
    font-family: 'Lato Narrow', sans-serif !important;
}

.minicart-items .product-item-details .price {
    font-family: 'Lato Narrow', sans-serif !important;
    font-weight: 700;
    font-size:16px;
}

/* Pricing Product Page Overide */
.product-info-main .price-box, 
.product-info-main .price-box > span, 
.product-info-main .price-box .price-wrapper .price {
     font-size:30px !important;   
     font-family: 'Lato Narrow', sans-serif !important;
     font-weight: 700;
     border:0px !important;
}

/* Tier Prices */
.tier-price .price-excluding-tax {
    display:block !important;
}

.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after,
.tier-price .price-including-tax,
.tier-price .price:after {
    display:none;
}

.products-grid .price-box .price-container {
    text-align: left!important;
    display: flex!important;
    flex-direction: column;
}
.products-grid .price-box .minimal-price-link .price-container {
    text-align: left!important;
    display: flex!important;
    flex-direction: row;
}
.price-container .price-excluding-tax{
    order:1!important;
}
.price-container .price-including-tax{
    order:2!important;
}
.product-info-main .price-box > span{
    display: flex;
    flex-direction: column;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax{
    order:1;
    margin-bottom:0;
}
.price-container .price-including-tax .price{
    font-weight: 400!important;
}
.product-info-main .price-box > span{
    padding-bottom:0!important;
    margin-bottom:0!important;
}
.tier-price .price-container .price-wrapper span {
    font-size: 18px!important;
}
@media (max-width:1440px){
    .product-info-main .price-box .price-wrapper .price {
        font-size: 26px !important;
    }
}
@media (max-width:1024px){
    .tier-price .price-container .price-wrapper span {
        font-size: 16px!important;
    }
    .product-info-main .price-box .price-wrapper .price {
        font-size: 24px !important;
    }
    .price-including-tax .price::after, .price-excluding-tax .price::after {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width:600px){
    .tier-price:nth-child(1) {
        height: 33px;
    }
}
@media (max-width:550px){
    .cms-home .products-grid .price-box .price-final_price span.price, .product-item .price-box .price {
        font-size: 18px !important;
    }
    .product-item .price-excluding-tax .price::after, .price-excluding-tax .price::after {
        font-size: 14px;
    }
    .product-item .price-including-tax .price::after, .price-including-tax .price::after {
        font-size: 14px;
    }
    .product-item .minimal-price-link, .product-item .price-excluding-tax, .product-item .price-including-tax, .cms-home .product-item .minimal-price-link, .cms-home .product-item .price-excluding-tax, .product-item .price-including-tax, .product-item .minimal-price-link .price-label {
        margin-left: 0px !important;
        font-size: 14px !important;
    }
}
@media (max-width:380px){
    .tier-price .price.title{
        font-size: 14px;
    }
}

/* Tier Prices V2 | 10-06-24 */
.prices-tier.items {
    background:none;
    border-top:1px solid #c6c6c6;
    margin: 0px;
    padding: 10px 0px 15px 0px !important;
    font-family: "Archivo", sans-serif;
}

.tier-price,
.prices-tier.items li {
    width:100%;
    display: flex;
    flex-direction: row;
    border:none;
    padding:0px;
    margin:0px !important;
    background:#f5f5f5;
    padding: 4px 10px;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid #fff;
    border-radius:0px 0px;
}

.prices-tier.items li:nth-child(odd) {
    background:#e1e9f7;
}

.prices-tier.items li:first-child {
    background:#fff;
}

.prices-tier .price-excluding-tax .price,
.tier-price .price-container .price-wrapper span,
.prices-tier .price.title,
.prices-tier.items li span.qty,
.prices-tier.items li span.qty.title {
    text-align:left;
    width:150px;
    font-family: 'Lato Narrow', sans-serif !important;
    text-transform: none;
    background:none;
    color: #202530;
    padding:0px;
    margin:0px;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-size:18px !important;
    line-height:120% !important;
}


.prices-tier .price.title,
.prices-tier .tier-price .price-container {
    width:100%;
    text-align:left;
    justify-content: flex-start;
    padding:0px;
    margin:0px;
}

.prices-tier.items li span.qty.title,
.prices-tier.items li span.price.title {
    font-weight:600 !important;
    font-size: 18px !important;
}

.prices-tier .price-container .price-including-tax + .price-excluding-tax, 
.prices-tier .price-container .weee {
    margin-top:0px;
}

.product-reviews-summary.empty .reviews-actions a.add {
    color:#878787;
    font-size: 16px;
    font-weight: 600;
}

.shareBoxer {
    margin:15px 0px 10px 0px;
    padding:15px 0px 10px 0px;
    border-top:1px solid #c6c6c6;
    width:100%;
}
.shareBoxer li {
    margin-right:5px;
}

.shareBoxer strong {
    text-decoration:underline;
}

.share-links ul li {
    margin-bottom:0px;
}

.share-links ul li i {
    font-size:22px;
}

.share-links ul li,
.share-links ul li a,
.share-links ul li i,
.share-links {
    color:#878787;
}

.rendered-form div {
    font-size: 16px;
    line-height: 120%;
    font-weight: normal;
}

.product-social-links {display: none;}

.rendered-form h2 {
    margin:0px;
    padding:0px;
    font-weight: bold;
    font-size:24px;
}

.box-tocart button.action.primary:hover span {
    color:#fff;
}

.product-info-main .price-box {
    display: flex;
    align-items: end;
    padding-top:15px;
    padding-bottom:15px;
    justify-content: flex-start;
    border-top: 1px solid #c6c6c6 !important;
}

.price.title, .tier-price .qty {
    padding: 0px !important;
}

button.amform-show-popup.amcform-button.-default {
    padding:0px 30px;
}

a.action.tocompare {
    margin-left: 0 !important;
    height: 52px;
    box-shadow: initial;
    border-radius: 0;
    background-color: #202530 !important;
    font-weight: 600;
    line-height: 1.4rem;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    color: #7cabe4 !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-left:10px;
    padding: 15px 25px !important;
    font-size: 22px !important;
}

a.action.tocompare span {
    line-height: 1.4rem;
    font-size: 22px !important;
}

.box-tocart button.action.primary:hover,
a.action.tocompare:hover {
    opacity:0.8;
}

.box-tocart .action.tocompare:hover:before,
.box-tocart a.action.tocompare:before {
    content: '\f362';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    line-height: 1.1;
    color: #7cabe4;
    margin-right: 10px;
}

.box-tocart a.action.tocompare span {
    color: #7cabe4 !important;
    margin-left: 0 !important;
}

.product-info-main .box-tocart {
    display:flex;
    align-items: flex-end;
}

.catalog-product-view .box-tocart .fieldset {
    margin:0px;
}
.product-info-main .action.tocompare {
    margin-left:15px !important;
}

a.action.tocompare span,
button#product-addtocart-button,
.product-info-main .box-tocart .input-text.qty, 
.product-options-bottom .box-tocart .input-text.qty,
a.action.tocompare,
button#product-addtocart-button {
    height:50px !important;
    padding:0px;
    line-height:50px;
    font-size:20px !important;
}

a.action.tocompare,
button#product-addtocart-button {
    display: flex;
    padding: 0px 20px !important;
}

@media (max-width:1400px){
    .box-tocart a.action.tocompare span {display:none;}
    .box-tocart .action.tocompare:hover:before, .box-tocart a.action.tocompare:before {margin-right:0px;}
    .product-info-main .action.tocompare {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:600px){
    .catalog-product-view .box-tocart .field.qty .control input {
        min-width:50px !important;
        width:50px !important;
    }
    .product-info-main .box-tocart .field.qty {
        width:60px !important;
        min-width:60px !important;
    }
}

button.amform-show-popup.amcform-button.-default {
    color:#4B78C1;
}



/* Fonts */

.catalog-product-view h1 span.base, .catalog-product-view h1 {
    font-family: "Archivo", sans-serif;
}

.price-box .from {
    font-weight:normal;
    font-size: 18px;
    line-height: 100%;
    margin-top: 15px;
}

.tier-price .price-including-tax {
    display:block;
}

.tier-price .price-container .price-wrapper.price-excluding-tax span,
.tier-price .price-container .price-wrapper.price-including-tax span {
    width:auto !important;
}

.tier-price .price-container .price-wrapper.price-excluding-tax,
.tier-price .price-container .price-wrapper.price-including-tax  {
    display: flex !important;
}

.tier-price .price-container .price-wrapper.price-including-tax {
    margin-left:10px;
}
.tier-price .price-container .price-wrapper.price-including-tax .incvat:after {
    display:none !important;
}
.tier-price .price-container .price-wrapper.price-including-tax .incvat span:after {
    content:'Incl. VAT' !important;
    display:inline-block !important;
    font-weight:normal;
}

.minimal-price-link .incvat {
    display:none !important;
}

.tier-price .price-container .price-wrapper.price-excluding-tax span {
    font-weight:600;
}
.tier-price .price-container .price-wrapper.price-excluding-tax span:after {
    content:'Excl. VAT' !important;
    display:inline-block !important;
    font-weight:600;
}

@media (max-width:375px){
    .product-item .price-excluding-tax .price::after, .price-excluding-tax .price::after {
        margin-left:0px;
    }
}

.product-info-main .action.tocompare {background:none !important;}

/* Simon Changes */

.product-info-main .price-box > span {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.product-info-main .price-box .price-container .price-including-tax + .price-excluding-tax, .product-info-main .price-box .price-container .weee {
    margin-top:0px;
    margin-bottom:5px;
}


.product-info-main .price-box .price-wrapper .price {
    padding-bottom:0px;
}

.product-item .price-excluding-tax .price::after, .price-excluding-tax .price::after {
    margin-left: 5px !important;
}


.product-info-main .price-box .price-wrapper.price-including-tax .price:after {
    font-size:14px !important;
}
.product-info-main .price-box .price-wrapper.price-including-tax .price {
    font-size:20px !important;
}
.product-info-main .price-box .price-wrapper .price:after,
.product-info-main .price-box .price-wrapper .price {
    line-height:100% !important;
}

.product-info-main .price-box {
    justify-content: space-between;
}

.amform-parent {
    display:flex;
}

.product-info-main .price-box {
    border-bottom: 1px solid #c6c6c6 !important;
}


.prices-tier .price-excluding-tax .price, .tier-price .price-container .price-wrapper span, .prices-tier .price.title, .prices-tier.items li span.qty, .prices-tier.items li span.qty.title {
    width:auto;
}

.tier-price, .prices-tier.items li {
    flex-wrap:wrap;
    justify-content: space-around;
    flex-direction: row;
}

.tier-price .price-container {
    height:auto;
}
.prices-tier.items li span.qty, 
.prices-tier.items li span.qty.title,
.prices-tier.items li span.qty {
    width:50px;
}
.prices-tier.items li span.price.title,
.prices-tier .tier-price .price-container {
    width:calc(100% - 50px);
}

.prices-tier.items {
    width:min-content;
    border-top:0px;
}

.tier-price .price-container .price-wrapper.price-including-tax {
    display:none !important;
}

.tier-price .price-container .price-wrapper.price-excluding-tax, 
.tier-price .price-container .price-wrapper.price-including-tax {
    min-width:200px;
}



/* Additional Tier Pricing Changes 19-06-24 */

.prices-tier.items li span.price.title, 
.prices-tier.items li span.qty, 
.prices-tier.items li span.qty.title, 
.prices-tier.items li span.qty {
    width:50%;
    text-align:center;
    padding:5px;
}

.tier-price .price-container .price-wrapper.price-excluding-tax span:after {
    display:none;
}

.prices-tier.items {min-width:300px;}

.tier-price, .prices-tier.items li {
    padding:0px;
    margin-bottom:5px !important;
}

.prices-tier.items li:nth-child(odd),
.prices-tier.items li {
    border-radius:5px 5px;
    border:1px solid #262e3b;
    background:#fff;
}

.prices-tier .tier-price .price-container {
    background:#fff;
    width:50%;
}
.prices-tier.items li span.price.title, 
.prices-tier.items li span.qty, 
.prices-tier.items li span.qty.title, 
.prices-tier.items li span.qty,
.prices-tier .tier-price .price-container {
    padding:5px !important;
    border-radius:5px 5px;
}

.prices-tier.items li span.qty {
    color:#fff;
}
.prices-tier.items li span.price.title,
.prices-tier .tier-price .price-container {
    border-radius: 0px 5px 5px 0px;
    justify-content: center;
}

.prices-tier.items li span.qty.title,
.prices-tier.items li span.price.title {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tier-price .price-container .price-wrapper.price-excluding-tax, .tier-price .price-container .price-wrapper.price-including-tax {
    min-width:auto;
}

.tier-price .price-container .price-wrapper.price-excluding-tax span:after {
    display:none !important;
}

.tier-price:nth-child(1) {
    height:auto !important;
}


.prices-tier.items li span.qty.title {
    background:#7cabe3;
}

.prices-tier.items li span.price.title {
    /* background:#f44336; */
    color:#7cabe3;
}

.prices-tier.items li span.qty {
    background:#c6c6c6;
    color: #202530;
}

.prices-tier.items li span.qty.title {
    color: #202530;
}


@media (max-width:771px){
    
    .product-info-main .price-box {
        flex-direction: column;
    }
    .product-info-main .price-box {
        align-items: start;
    }
    button.amform-show-popup.amcform-button.-default {
        padding:0px;
        margin-top:10px;
    }

    .product-info-main .price-box .price-wrapper.price-including-tax .price {
        font-size:16px !important;
    }
    .product-info-main .price-box .price-wrapper.price-including-tax .price:after {
        font-size:12px !important;
    }

    button#product-addtocart-button {
        font-size:16px !important;
    }
}

.-amsearch-overlay-opened .ammenu-logo {
    display: none !important;
}

/* Qty Tax */
.tier-price .price-container .price-wrapper.price-including-tax {
    display:block !important;
}

.prices-tier.items {
    min-width: 300px;
    width: 100%;
    max-width: 500px;
} 

.tier-price .price-container .price-wrapper.price-including-tax span:after {
    content: 'Incl. VAT' !important;
    display: inline-block !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 24px !important;
}

.tier-price .price-container .price-wrapper.price-excluding-tax span {
    font-weight: 700;
}
.tier-price .price-container .price-wrapper.price-excluding-tax span:after {
    content: 'Excl. VAT' !important;
    display: inline-block !important;
    font-weight: 700;
    
}
.tier-price .price-container .price-wrapper.price-including-tax .exvat span:after {
    display:none !important;
}

.tier-price .price-container .price-wrapper.price-including-tax span.aslowas {
    display: none !important;
}

.prices-tier .tier-price .price-container,
.prices-tier.items li span.price.title {
    width:75%;
}
.prices-tier.items li span.qty.title, 
.prices-tier.items li span.qty {
    width:25%;
}

.tier-price, .prices-tier.items li {
    justify-content: normal;
}

/* Hide inc vat prices on tier pricing */
/* .tier-price .price-container .price-wrapper.price-including-tax {
    display:none !important;
} */

@media (max-width:1024px){
    .catalog-product-view .block-viewed-products-grid {
        display: none;
    }
}
@media (max-width:400px){
    .prices-tier .price-excluding-tax .price, 
    .tier-price .price-container .price-wrapper span {
        font-size:13px !important;
    }

    .tier-price .price-container .price-wrapper.price-including-tax span:after,
    .tier-price .price-excluding-tax .price::after {
        font-size:12px !important;
    }

    .prices-tier .tier-price .price-container, .prices-tier.items li span.price.title {
        padding:0px !important;
    }

}

@media (min-width:800px) and (max-width:900px) {

    .prices-tier .price-excluding-tax .price, 
    .tier-price .price-container .price-wrapper span {
        font-size:16px !important;
    }

    .tier-price .price-container .price-wrapper.price-including-tax span:after,
    .tier-price .price-excluding-tax .price::after {
        font-size:12px !important;
    }
}

/* Homepage banner */
.homepage-banner-new [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    color: #202530 !important;
}

.homepage-banner-new {
    background-color: #f1efef;
}

.homepage-banner-new .pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding:10px 0px !important;
}

.homepage-banner-new .pagebuilder-poster-content img {
    height:auto !important;
}

@media (max-width:771px){
    .homepage-banner-new .pagebuilder-slider,
    .homepage-banner-new .pagebuilder-overlay,
    .homepage-banner-new .pagebuilder-slide-wrapper {
        min-height: 250px !important;
    }
}

/* Description Bullets */
.product.attribute.description ul {
    list-style:square;
    margin-bottom: 15px;
    margin-left: 20px;
}

.product.attribute.description ul li {
    list-style:square;
    margin-bottom:8px;
}

.product.attribute.description ol {
    list-style:decimal;
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left:0px;
}

.product.attribute.description ol li {
    list-style:square;
    margin-bottom:8px;
}