.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.j-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.baseline {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.j-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.container,
.container.with-xlarge{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

body{
    background: #FBFBFB;
}

.site-corporate{
    display: none;
    background-color: #ebebeb;
    min-height: 34px;
    border-bottom: 1px solid #d5d5d5;
}

.usp-list{
    margin: 0;
}

.usp-list li{
    padding: 0;
    margin-right: 40px;
}

.usp-list .fa{
    color: #88B800;
}

.site-header{
    -webkit-box-shadow: 0 4px 20px 0px #b4b4b4;
            box-shadow: 0 4px 20px 0px #b4b4b4;
}

.top-search-form.form-desktop{
    display: none;
}

.top-search-form.form-desktop .form-input{
    font-size: 13px;
    padding: 3px 7px;
    width: 170px;
    height: 32px;
    background: #fff;
    border: 1px solid #D5D5D5;
}

.top-search-form.form-desktop .input-group-button{
    padding-left: 10px;
}

.top-search-form.form-desktop .input-group-button .button{
    font-size: 14px;
    background-color: #000;
    display: block;
    width: 90px;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 1px solid #000;
    line-height: normal;
}

.site-header .m-quick-cart{
    display: none;
}

.quick-cart-link{
    font-weight: 700;
}

.cartWidget{
    font-size: 15px;
    color: #000;
}

.cartWidget .fa{
    font-size: 22px;
    color: #000;
    margin-right: 5px;
}

.cartWidget_buttons{
    margin-top: 10px;
    gap: 10px;
}

.cartWidget_buttons a{
    background: #a8cc00 !important;
    background: -o-linear-gradient(top,#a8cc00 0,#87b800 100%)!important; 
    font-size: 14px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    text-transform: uppercase;
}

/* site-navigation */
.site-navigation{
    display: none;
    background: #cb0001;
    background: -o-linear-gradient(top,#cb0001 0,#a60001 100%);
    border-top: 1px solid #a80001;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    padding: 0;
}

.navbar-collapse .nav>li:nth-child(2){
border-left: 1px solid #a80001!important;
}

.navbar-collapse .nav>li, .navbar-collapse.is-collapsed .nav>li{
    border-right: 1px solid #a80001;
}

.w-menu-col-links .item-1{
    display: none!important;
}
.site-navigation .nav-default li:hover > a,
.site-navigation .nav-default li.active>a{
        color: #ccc !important;
}

.site-navigation .nav-default li a{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 20px;
}

/* mobile menu */
.mobile-menu{
    position: sticky;
    top: 0;
    background: #cb0001;
        background: -o-linear-gradient(top,#cb0001 0,#a60001 100%);
        z-index: 99999;
}

.mobile-menu .container{
    position: relative;
}

.mobileItem{
    font-size: 30px;
    color: #fff!important;
    padding: 6px 25px;
    border-right: 1px solid #a80001;
    border-left: 1px solid #a80001;
}

.mobileCart_item{
    padding: 6px 25px;
}

.mobileCart_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mobileCart_item .fa{
    color: #fff;
    font-size: 30px;
}

.mobileCart_item span{
    color: #fff;
    padding-left: 10px;
}

.site-navigation .nav-default > li.active a.item-primary{
    -webkit-box-shadow: none;
            box-shadow: none;
}

#searchBtn{
    cursor: pointer;
}

#searchForm {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 100%;
    max-width: 1180px;
    margin: auto;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: .9em;
    padding: 0 10px;
}
#searchForm .button,
#searchForm .form-input{
    height: 54px;
}

#searchForm .button{
    background: none;
    font-size: 27px;
    color: #000;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 9;
}
/* vat */
.vat_section{
    margin-top: 5px;
    margin-bottom: 5px;
}

.vat_section select{
        width: auto !important;
    height: 29px!important;
    display: inline-block;
    margin: 0;
    border: 1px solid #d5d5d5;
    font-family: inherit;
    font-size: 14px!important;
    padding: 4px 24px 4px 7px!important;
    border-radius: 0px !important;
    color: #a70001;
    background-color: #d5d5d5;
}

/* slider */
.site-slider .hero-slider-theme { 
   margin: 0; 
   line-height: 0;
} 
.site-slider .hero-slider-theme img { 
   width: 100%!important; 
} 
.site-slider .hero-slider-theme .placeholder-wrapper {
   max-width: 100% !important;
}

.site-slider .owl-pagination{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* welcome */
.welcome{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
        border-bottom: 1px solid #d5d5d5;
}

.welcome.noBorder{
    border: none;
}

.page-title{
    border: none;
    padding: 0;
    text-align: left;
}

.page-title .m-text-headline{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700;
}
.welcome p,
.welcome li,
.modules.m-text p{
    font-size: 14px;
    line-height: 20px;
}

/* Sidebar */
column-box.panel-border{
    background: #F2F1F0;
}

.column .panel-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F2F1F0;
    border-bottom: 1px solid #d5d5d5;
    padding: 9px 25px 9px 20px;
}

.column .panel-heading .h5{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}

.column .panel-body{
    padding: 0;
}

.column ul > li > a{
    position: relative;
    font-size: 15px;
    padding: 12px 25px 12px 20px;
    border-bottom: 1px solid #d5d5d5!important;
} 

.column ul > li > a:hover{
    color: #87b800 !important;
}

.column ul ul{
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.column ul ul > li > a{
    font-size: 15px;
    border-bottom: none!important;
    padding: 3px 0px 3px 0px;
}


.column ul > li.active > a{
    color: #87b800 !important;
}

.column ul > li > a .fa{
    position: absolute;
    right: 25px;
    top: 16px;
    color: #87b800;
}

.column ul ul > li > a .fa{
    top: 6px;
}

.column .panel-body{
    padding: 15px;
}

.cs-input{
    margin-bottom: 15px;
}

.cs-input,
.cs-textarea{
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.2;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.cs-textarea{
  min-height:140px;
  resize:vertical;
}

/* placeholders */
.cs-input::-webkit-input-placeholder, .cs-textarea::-webkit-input-placeholder{
  color:#8a8a8a;
}
.cs-input::-moz-placeholder, .cs-textarea::-moz-placeholder{
  color:#8a8a8a;
}
.cs-input:-ms-input-placeholder, .cs-textarea:-ms-input-placeholder{
  color:#8a8a8a;
}
.cs-input::-ms-input-placeholder, .cs-textarea::-ms-input-placeholder{
  color:#8a8a8a;
}
.cs-input::placeholder,
.cs-textarea::placeholder{
  color:#8a8a8a;
}

/* note */
.cs-note{
  margin:10px 0;
  font-size:11px;
  color:#404040;
  text-align:center;
}

/* footer + button */
.cs-footer{ padding:0 16px 16px; }

.cs-submit{
width: 100%;
    height: 40px;
    border: 0;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#1f1f1f));
    background: -o-linear-gradient(#3a3a3a, #1f1f1f);
    background: linear-gradient(#3a3a3a, #1f1f1f);
}

.cs-submit:hover{ 
opacity: 0.8;
}

/* Products */

.frontpage-content{
    border-bottom: 1px solid #d5d5d5;
}

.frontpage-content .h1{
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
}

.h5.m-productlist-title{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.productItem .type-col .product-transaction{
    border: none;
    background: none;
}

.product-transaction.m-productlist-transactions{
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.productItem .m-productlist-price{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.productItem .type-col .product-action{
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.product-action .m-actionbar{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:100%;
  height:40px;
  background:#fff;
  border:1px solid #d7d7d7;
}

.product-action .m-actionbar > *{
  height:100%;
}
.product-action .m-actionbar__info{
  font-family:"Oswald", sans-serif;
  font-size:16px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  padding:0 18px;
  background:#383838;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  width:30%;
  border-right:1px solid #d7d7d7;
}

.product-action .m-actionbar__info--full{
  width:100%;
  border-right:0;
}

.product-action .m-actionbar__qty{
    display: inline-block;
    width: 15%;
    height: 39px;
    text-align: center;
}

.product-action .m-actionbar__qty-label{
font-family: "Oswald", sans-serif;
    font-size: 10px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    background: #ccc;
    width: 100%;
    padding: 0px 4px;
    display: block;
}

.product-action .m-actionbar__qty-input{
  width:100%;
  height:18px;
  border:0;
  background:transparent;
  font-weight:700;
  outline:none;
  padding:0;
}

.product-action .m-actionbar__cta{
  width:55%;
  margin:0;
}

.product-action .m-actionbar__buy{
    width: 100%;
    height: 100%;
    border: 0;
        background: #a8cc00;
    background: -o-linear-gradient(top,#a8cc00 0,#87b800 100%);
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
}

.product-action .m-actionbar__buy:hover,
.product-action .m-actionbar__info:hover{
    opacity: .8;
}

.product-action .m-actionbar__buy i{
  font-size:18px;
}

.splashD{
    display: none!important;
}

.m-product .image{
    background: #fff;
}

.m-product .splash, .m-productlist .splash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    right: 1em;
}

.badge{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff!important;
}

.badge.badge-succes{
    background-color: #000;
}

.badge.badge-danger{
    background: #cb0001;
}

.badge.badge-warning{
    background: #a8cc00;
}

.frontpage-content h2:first-child{
    margin-top: 0;
}

.m-product-itemNumber-text{
    display: inline-block;
    width: 140px;
}

/* footer */
.site-footer{
    background-color: #222222;
}
.site-footer p,
.site-footer span,
.site-footer li,
.site-footer a {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}

.site-footer p,
.site-footer li{
    padding-bottom: 10px;
}

.site-footer a:hover {
   color: #ccc;
}

.site-footer .f-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
    font-size: 21px;
    font-weight: normal !important;
    color: #C2C2C2;
    margin: 0 0 25px 0;
    padding: 0 0 6px 0px;
}

.footer-menu .dropdown:hover>.dropdown-menu {
    display: none !important;
}

.footer-menu li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.footerCol{
    border-right: 1px solid #C2C2C2;
    padding:0 20px!important;
}

.footerCol:last-child{
    border: none;
}

.social-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 23px!important;
    margin: 0px 15px 15px 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.social-facebook{
    background-color: #3b5998;
    color: #fff;
}

.social-facebook:hover{
    background-color: #fff;
    color: #3b5998!important;
}

.social-linkedin{
    background-color: #0077B5;
    color: #fff;
}

.social-linkedin:hover{
    background-color: #fff;
    color: #0077B5!important;
}

.site-footer span.toggle {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.site-footer span.toggle:before{
    content: "\f067";
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0 !important;
}
.site-footer .footerCol.is-open .f-title .toggle:before{
  content:"\f068"; 
}

.m-product-title.page-title{
    margin: 0 0 15px 0;
    padding: 0px 0px 0px 20px;
    font-weight: normal;
    color: #404040;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #F2F1F0;
    background: -o-linear-gradient(top,#F2F1F0 0,#ebebeb 100%);
    border-bottom: 1px solid #d5d5d5;
    height: 45px;
}
.m-product-title.page-title .m-product-title{
    font-size: 20px;
    line-height: 45px;
}

.m-breadcrumb, .m-print{
    margin: 0;
    font-size: 14px;
    color: #777;
}

.breadcrumbsCustom{
    padding: 0 0 15px 0;
    font-size: 14px;
    color: #777;
}

.m-product-price{
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 5px;
    color: #404040;
    font-weight: 700;
    font-size: 20px!important;
    line-height: 20px;
}

.m-product-prices-separator{
    border-color: #d5d5d5;
}

.m-product-description-separator{
    border-color: transparent;
}

.m-product-stock{
    border: none;
    background: none;
}

.m-product-instock{
    color: #88B800;
}

.m-product-transaction-amount .form-input{
    width: 85px;
    height: 50px;
    text-align: center;
    font-size: 20px;
}

.m-product-transaction-button .button-primary{
    background: #a8cc00;
    background: -webkit-linear-gradient(top, #a8cc00 0, #87b800 100%);
    border: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    line-height: 50px;
    margin: 0;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.description.m-productlist-description{
    padding-top: 0!important;
}

.m-product-transaction-button .button-primary .fa{
    font-size: 22px;
    padding-right: 20px;
}

.m-product-wishlist-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 15px;
}

.m-product-information .m-wishlist,
.m-product-wishlist-button img{
    margin: 0;
}

.m-product-info.panel-warning{
    background: none;
    border: none;
    color: #404040;
}

.m-product-info.panel-warning .panel-body{
    padding: 0;
}

.productBlock{
    border: 1px solid #d5d5d5;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 40px 0;
}

.productBlock form{
    width: 100%;
}

.m-product.m-product-additional-info{
    padding: 10px;
}

.m-product-additional-info-tabs{
    margin-bottom: 15px;
    border: none;
}

.m-product-additional-info-tabs .m-product-additional-info{
    margin: 0;
}

.m-product-additional-info-tabs .m-product-additional-info a{
    font-family:"Oswald", sans-serif;
    font-size: 18px;
    line-height: 50px;
    color: #404040;
    text-transform: uppercase;
    border: 1px solid #dbdde1;
        height: 50px;
    padding: 0 25px;
}

.m-product-additional-info-tabs .m-product-additional-info.active a{
    position: relative;
    color: #fff;
    background-color: #404040;
}

.m-product-additional-info-tabs .m-product-additional-info.active a:before{
    content: "";
    border-top: 10px solid #404040;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -7px;
}

.pane.m-product-additional-info.description{
    padding: 20px;
    border: 1px solid #dbdde1;
    background-color: #fff;
}

.m-product-additional-info.description p{
    line-height: 20px;
}

.pane.m-product-additional-info.ask-form{
    padding: 20px;
    border: 1px solid #dbdde1;
    background-color: #fff;
}

.ask-title{
    font-size: 18px;
    color: #383838;
    margin: 0 0 10px 0;
}

.ask-panel{
    border: none;
    background: #fff;
    margin-bottom: 0;
}

.ask-body{
    padding: 0!important;
}

.ask-input{
    height: 35px!important;
    padding: 0 5px!important;
    border: 1px solid #dddddd!important;
    font-size: 14px!important;
}

.ask-textarea{
    font-size: 14px!important;
    padding: 0 5px!important;
    height: 70px;
}

.ask-footer{
    border: none;
    background: #fff!important;
    padding: 0;
    margin-top: 10px;
}

.ask-submit{
    color: #ffffff!important;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    width: auto;
    padding: 0 20px;
    line-height: 39px;
    height: 40px;
    outline: 0;
    font-family: 'Oswald', sans-serif;
    background: #cb0001;
    background: -o-linear-gradient(top,#cb0001 0,#a60001 100%);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.ask-submit:hover{
    opacity: .8;
}

.h1.products-related-headline{
    font-size: 20px;
    line-height: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 4px 0 0 0;
}

.m-cart-coupon-row .button-primary,
#m-cart .button-primary{
    font-family: 'Oswald', sans-serif;
    background: #a8cc00 !important;
    background: -o-linear-gradient(top,#a8cc00 0,#87b800 100%)!important;
    border: none;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    padding: 0 25px !important;
    text-transform: uppercase;
}

.btnBack{
    height: 37px;
    line-height: 37px;
    padding: 0 25px !important;
    text-transform: uppercase;
    background-color: #555 !important;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #fff!important;
    font-family: 'Oswald', sans-serif;
}
.m-cart-row,
.modules.m-cart-content .panel-border{
    background: #fff!important;
}
.modules.m-cart-content .panel-heading {
    border-bottom: 1px solid #6a6a6a;
    background-color: #383838;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.modules.m-cart-content .panel-heading .h6 {

    color: #fff;
    font-size: 15px;
}

.m-cart-row{
    border-bottom: 1px solid #d9d9d9;
}

.m-cart-row:last-child{
    border-bottom: none;
}

.stepColumn .panel-border{
    border: 1px solid #6a6a6a;
    background: #e4e4e4 !important;
}

.stepColumn .panel-body{
    padding: 0;
}

.stepHeader .h5{
    border-bottom: 1px solid #6a6a6a;
    background-color: #383838;
    color: #fff !important;
    font-size: 15px !important;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.stepHeaderLogin,
.stepBox{
    padding: 10px;
}

.conditions .button{
    height: 40px;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.conditions .button-primary{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: none;
    margin: 0;
    padding: 0 20px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    text-transform: uppercase;
    width: auto;
    background: #a8cc00 !important;
    background: -o-linear-gradient(top,#a8cc00 0,#87b800 100%)!important;
}

.category-item-image{
   padding: 20px 0;
}

.category-item-title .h5{
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.conditions .button-primary:hover{
    opacity: .8;
}

.category-item-content{
    position: relative;
    border: 1px solid #d5d5d5;
    padding: 12px;
    background-color: #fff;
}

/* age */
.ageOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.70);
	z-index: 9999;
}
.ageOverlayContent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	max-width: 90%;
	transform: translate(-50%,-50%);
	background-color: rgba(255,255,255,1.00);
	padding: 30px;
	border-radius: 15px;
	text-align: center;
	font-size: 17px;
	border: solid 10px #a60001;
	box-shadow: 0 0 30px rgba(0,0,0,.4);
}
.ageHeader {
	margin: 0 0 8px;
	font-weight: bold;
}
.ageOverlayContent > img {
	width: 350px;
	max-width: 80%;
}
.ageOverlayContent strong {
	display: block;
	margin: 10px 0 0;
	font-size: 23px;
}
.noButton, .yesButton {
	display: inline-block;
	margin: 0 10px;
	padding: 8px 15px;
	text-decoration: none;
	font-size: 19px;
	border-radius: 6px;
	color: #fff!important;
	background-color: #574436;
	cursor: pointer;
}
.noButton{
    color: #777!important;
    text-decoration: none;
    background: transparent;
    outline: 0;
}

.yesButton {
	background-color: #a60001;
}

/* cart poput */
.cart-popup-overlay,
.cart-popup{
  display:none;
}

.cart-popup-overlay.is-visible,
.cart-popup.is-visible{
  display:block;
}

.cart-popup-overlay{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 10002;
}

.cart-popup{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10003;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #536376;
  box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
  padding: 10px;
  max-width: 294px;
  width: 100%;
}

.cart-popup__inner{
  border: 1px solid #536376;
  padding: 10px;
}

.cart-popup__icon{
  margin: 0;
  padding: 15px 0 0;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  color: #279405;
  line-height: 1;
}

.cart-popup__message{
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 20px 0;
  text-align: center;
}

.cart-popup__actions{
  text-align: center;
}

.cart-popup__btn{
  border: none;
  background: #000;
  padding: 0 20px;
  height: 35px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 35px;
}

.cart-popup__btn:hover{
  background: #777;
}

.m-gallery-content-image img{
    width: 100%;
}

.fancybox-skin{
    display: flex;
}
.image.m-productlist-figure .placeholder-wrapper,
.responsive.m-productlist-image{
    max-width: 100%;
    width: 100%!important;
    max-height: 190px;
}

.responsive.m-productlist-image{
    padding: 12px;
}

@media only screen and (max-width: 767px) {
    .site-footer  .f-title{
        border-bottom: 1px solid #ddd;
        padding: 0 40px 8px 0;
        margin: 0 0 12px;
        cursor: pointer;
    }
    .site-footer .footerCol__content{ display:none; padding-bottom: 20px;}
    .site-footer .footerCol.is-open .footerCol__content{ display:block; }
}

@media(min-width:768px){
    .site-footer span.toggle{
        display: none;
    }
}

@media(min-width:960px){
    .m-quick-cart.w-cart{
        margin-top: -32px;
    }
    .site-header .m-quick-cart,
    .top-search-form.form-desktop,
    .site-corporate,
    .site-navigation{
        display: block;
    }
    .mobile-menu{
        display: none;
    }
    .site-header{
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .site-header .container > .flex{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .splashD{
        display: flex!important;
    }
    .splashM{
        display: none!important;
    }
}

.panel-success,
.panel-warning,
.panel-danger {
    background-color: #383838;
    color: #fff;
    border: none;
}

.pageId113 .m-text-content img,
.pageId133 .m-text-content img {
    float: right;
}
.m-text-content hr {
    border-color: gray;
}

[data-group="overlaycontact"] {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #fff;
    width: 90%;
    max-width: 600px;
    transition: all .2s ease-in;
    translate: 0 calc(100% + 10px);
}
[data-group="overlaycontact"].opened {
    translate: 0 0;
}
[data-group="overlaycontact"].opened+[data-target="overlaycontact"] {
    translate: 0 calc(100% + 10px);
}
[data-group="overlaycontact"]>div {
    padding: 2em;
    position: relative;
}
[data-group="overlaycontact"] svg {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
[data-group="overlaycontact"] .h5 {
    color: rgb(181, 0, 1);
    margin-top: 0;
    font-size: 2em;
}
[data-group="overlaycontact"] .flex {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
[data-group="overlaycontact"] .cs-textarea {
    max-height: 100px;
}
[data-group="overlaycontact"] .form-submit {
    background: rgb(187, 0, 1);
}
[data-group="overlaycontact"] textarea,
[data-group="overlaycontact"] .form-input {
    border-radius: 4px;
    border-color: rgb(231, 231, 231);
}
div[data-target="overlaycontact"] {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    padding: 1em 5em;
    background: rgb(187, 0, 1);
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;
    transition: all .2s ease-in;
    translate: 0;
    cursor: pointer;
}

[data-group="overlaycontact"] label {
    font-weight: normal;
    color: rgb(223, 56, 15);
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.w-cookie-actions [name="accept"] {
    background: #eee;
    color: initial;
    border: none;
}
.w-cookie-actions [name="accept_all"] {
    background: #a8cc00;
    border: none;
    font-weight: bold;
}

@media (max-width: 600px) {
    .site-header .j-center {
        flex-direction: column;
    }
    .site-header .j-center .logo+img {
        margin: 10px auto !important;
    }
}