@charset "UTF-8";
   


body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 155px;
} 
body > .container {
    flex-grow: 1;
}
div#content {
    min-height: 200px;
}
.clr {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
	object-fit: cover;
}
svg {
    max-width: 100%;
}
div#back-top span{
    position: fixed;
    left: 2%;
    top: inherit;
    bottom: 20px;
    z-index: 10;
    font-size: 33px;
}
ul, p{
    margin-bottom: 15px;
}
a{
    color:inherit;
}
a:hover{
    text-decoration: none;
} 

h1, h2 {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}


svg {
    max-width: 100%;
    height: auto;
}

::-webkit-scrollbar-track{background-color:#ffffff;}
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-thumb{background-color:#994137;}
 

.ab-none::before,
.ab-none::after {
    display: none;    
}

.slider-row .slick-track{display:flex;margin-left: 0;}
.slider-row .slick-slide > div{height:100%}
.slider-row .slick-list{margin-right:-15px;margin-left:-15px}
.slider-row .slick-slide{margin-right:15px;margin-left:15px;height:inherit}


.slider-row_sm .slick-track{display:flex;margin-left: 0;}
.slider-row_sm .slick-slide > div{height:100%}
.slider-row_sm .slick-list{margin-right:-10px;margin-left:-10px}
.slider-row_sm .slick-slide{margin-right:10px;margin-left:10px;height:inherit}

.slider-row_small .slick-track{display:flex;margin-left: 0;}
.slider-row_small .slick-slide > div{height:100%}
.slider-row_small .slick-list{margin-right:-5px;margin-left:-5px}
.slider-row_small .slick-slide{margin-right:5px;margin-left:5px;height:inherit}

.flex {
    display: flex;    
}

.flex-wrap {
    flex-wrap: wrap;    
}
.between {
    justify-content: space-between;
}
.align-center {align-items: center;}

.flex-row {margin-right: -15px;margin-left: -15px;}
.flex-row > div, .flex-row > a {margin-right: 15px;margin-left: 15px;}

.flex-row_sm {margin-right: -5px;margin-left: -5px;}
.flex-row_sm > div, .flex-row_sm > a {margin-right: 5px;margin-left: 5px;}

.slick-arrow::before{display:none}

.slick-arrow{width:auto;height:auto;opacity:1;z-index:2;}

ul.slick-dots {
    bottom: -40px;
    border-radius: 60px;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.slick-dots li {
    width: 38px;
    height: 4px;
    background: #DEE1E8;
    border-radius: 10px;
    margin: 0 5px;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active {
    background: #923e34;
    width: 83px;
}

a, button {
    cursor: pointer;
}

a, input, button, select, textarea, .slick-slide {
    outline: none !important;
    box-shadow: none !important;
}
.bt {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    margin:  0;
    transition: 0.5s;
}
.btn-red {
    background: #953f36;
    padding: 6px 28px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid #953f36;
}
.btn-red:Hover {
    background: #fff;
    color: #953f36;
} 
.btn-redreverse {
    border: 1px solid #994137;
    font-size: 18px;
    line-height: 130%;
    color: #994137;
    padding: 10px 25px;
    text-align: center;
}

.btn-redreverse svg {
    margin-left: 10px;
}

.btn-redreverse:hover {
    background: #994137;
    color: #fff;
}

.btn-redreverse:hover svg path {
    fill: #FFF;
}
 
.btn-gray{background: #F5F5F5;padding: 8px 30px;line-height:22px;border: 1px solid #F5F5F5;margin-bottom:20px;color: rgba(41, 41, 41, 0.5);}
 

.btn-primary  {
    border-radius: 0px;
    border: 1px solid #953f36 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #fff !important;
    display: flex;
    align-items: center;
    padding: 14px 30px;
    justify-content: center;
    background: #953f36 !important;
}
.btn-primary svg{margin-left:17px} 

.btn-primary:hover {
    box-shadow: 0px 15.3357px 19.1696px rgba(136, 128, 190, 0.3) !IMPORTANT;
}






.pull-right .btn {
    margin-bottom: 50px;
}
label {
    font-size: 16px;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 16px;
    height: unset;
}



.pt-100px{padding-top:100px}
.mb-0px{margin-bottom:0!important}
.mb-10px{margin-bottom:10px!important}
.mb-15px{margin-bottom:15px!important}
.mb-20px{margin-bottom:20px!important}
.mb-25px{margin-bottom:25px!important}
.mb-30px{margin-bottom:30px!important}
.mb-40px{margin-bottom:40px!important}
.mb-50px{margin-bottom:50px!important}
.mb-60px{margin-bottom:60px!important}
.mb-65px{margin-bottom:65px!important}
.mb-70px{margin-bottom:70px!important}
.mb-80px{margin-bottom:80px!important}
.mb-90px{margin-bottom:90px!important}
.mb-100px{margin-bottom:100px!important}
.mb-120px{margin-bottom:120px!important}
.mb-130px{margin-bottom:130px!important}
.mb-140px{margin-bottom:140px!important}
.mb-170px{margin-bottom:170px!important}
.mb-200px{margin-bottom:200px!important}


.mb-100px.slick-initialized.slick-slider.slick-dotted, .mb-90px.slick-initialized.slick-slider.slick-dotted, .mb-80px.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 130px !important;
}


.hide{display:none!important}

.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5px;
  stroke-linecap:round;
}
  
.hamb6 .top{stroke-dasharray:40 172}
.hamb6 .middle{stroke-dasharray:40 111}
.hamb6 .bottom{stroke-dasharray:40 172}
.active .hamb6 .top, html.mm-wrapper_opening .hamb6 .top {stroke-dashoffset:-132px}
.active .hamb6 .middle, html.mm-wrapper_opening .hamb6 .middle {stroke-dashoffset:-71px}
.active .hamb6 .bottom, html.mm-wrapper_opening .hamb6 .bottom{stroke-dashoffset:-132px} 

.openMenu {
    display: none;    
} 

body.common-home {
    padding: 0;
}
 
 
  

 
 input.search-input{background:#F8F7FC;border:.5px solid #994137;border-radius:8px;width:100%;padding:6px 10px;padding-right:40px}
div#search{position:relative;margin:0;width:100%;max-width:295px}
 
.search-btn{position:absolute;top:0;right:0;width:37px;height:37px;display:flex;justify-content:center;align-items:center}
.live-search{margin-top:0!important}
.live-search{min-width:400px;padding-bottom:25px!important}
.live-search ul li a{display:flex !important;align-items:center}
.live-search ul li .product-image{float:none!important}
.live-search ul li .product-price{float:none!important}
.live-search .result-text .btn{font-size:12px;padding:5px;border-radius:5px;background:#7B73AD!important;color:#fff!important}
 
.cart-text{display: none;}
.cart-sep{display:none}
.cart-price{display:none}
.cart-btn{display:flex;align-items:center}
span#cart-total{position:relative}
.cart-number{position:absolute;right:-2px;top: -20px;width:17px;height:17px;border-radius:50%;background: #A84B40;display:flex;justify-content:center;align-items:center;font-size:12px;line-height:1.2;color: #fff;font-weight: 500;}
.cart-btn svg,.cart-btn img{margin-right:7px}
 







/*
============================================================
*/


/*
===========================================================
*/

.header-lang {
    position: relative;
    margin-right: 15px;
}
ul.header-list{list-style:none;padding:0;margin:0;display:flex;align-items:center}
.lang-active{display:none}
.language-select{font-weight:300;font-size:16px;line-height:1.3;color:#535353;position:relative;text-transform:uppercase;padding-right:10px}
.language-select::before{position:absolute;content:"/";right:2px}
ul.header-list li:last-child .language-select::before{opacity:0}
.language-select.active{font-weight:600;color:#994137}
 
 
body:not(.common-home) header#header {
    background: #FFF5ED;
    box-shadow: 0px 0px 57.9px rgba(0, 0, 0, 0.07);
} 
ul.breadcrumb{display:none}
header#header *{transition:.5s}
header#header.fixed {
    background: #FFF5ED;
    box-shadow: 0px 0px 57.9px rgba(0, 0, 0, 0.07);
}
div#cart{margin-bottom:0;position:relative;margin-right: 20px;}
 a.header-login {
    margin-right: 20px;
    width: 25px;
    height: 25px;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
} 

nav#mainnav{flex-grow:1}



.header-wrap{display:flex;flex-wrap:wrap;align-items:center;padding:15px 0}
a.header-phone{display:flex;align-items:center;color:#535353;margin-right:40px}
a.header-phone svg{margin-right:8px}
a.header-search_link{width:25px;height:25px;display:flex;justify-content:center;align-items:center}
.logo{margin-right:25px} 

 

ul.breadcrumb.prodpage-breadcrumb{display:block;border:none;background:none;padding:0;margin:0;margin-bottom: 30px;color: #535353;}
.breadcrumb > li:after{opacity:0}
.breadcrumb > li{display:none;padding:0}
.breadcrumb > li:nth-last-child(2){display:block}
ul.breadcrumb.prodpage-breadcrumb a {
    display: inline-flex;
    align-items: center;
}
ul.breadcrumb.prodpage-breadcrumb a svg {
    margin-right: 10px;
}


.alert.alert-success{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1100;width:95%;max-width:500px;padding:40px;color:#151515;font-size:18px;font-weight:400;text-align:center;line-height:1.5;border-radius:0;background:#FFF;box-shadow:0 4px 37px 0 rgba(0,0,0,0.20);border-color:#fff}
.alert.alert-success .fa{margin-right:auto;margin-left:auto;font-size:35px;display:table;margin-bottom:15px;color: #953f36;}
.alert.alert-success > button.close{color:#151515;opacity:1;font-size:40px;font-weight:400;position:absolute;top:0;right:10px}
.alert.alert-success a:hover{text-decoration:underline}
a.alertbtn-success{margin-top:30px}
.alert.alert-success a:hover{text-decoration:underline;color:#151515} 
.alert.alert-success a:nth-child(2){text-decoration:underline}



.slider-link, .accio-link {
    width: 100%;
    max-width: 215px;
}

 
.slider-wrap {
    position: relative;
}
 .slider-content {
    width: 50%;
}

.slider-img_wrap {
    width: 42%;
}
.slider-item{position:relative;height: 100vh;} 
.slider-flex{position:absolute;top: 50%;align-items: center;max-width: 1245px;display: flex;flex-wrap: wrap;transform: translate(0, -50%);justify-content: space-between;}
.slider-head{
    font-weight: 700;
    font-size: 46px;
    line-height: 1.4;
    color: #292929;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.slider-head span {
    color: #994137;
    display: block;
    font-size: 66px;
}
.slider-text{
    font-weight: 300;
    font-size: 23px;
    line-height: 138%;
    color: #535353;
    margin-bottom: 25px;
}
.slider-item_center .slider-text {
    max-width: 420px;
    margin: 0 auto 25px;
}

.slider-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/image/catalog/slider-bg0.jpg) no-repeat center center;
    z-index: -2;
    background-size: cover;
}

.slider-item.slider-item_center::after { 
    background: url(/image/catalog/slider-bg.jpg?v=1) no-repeat center center; 
    background-size: cover;
}

.slider-item_center .slider-flex {
    justify-content: center;
    text-align: center;
    width: 100%;
}

.slider-item_center .slider-content {
    width: 90%;
    max-width: 800px;
    margin: auto;
}

.slider ul.slick-dots{bottom:50px}
.slider .slick-dots li.slick-active{background:#fff}
.slider .slick-dots li{background:gray}

.form-control {
    border-radius: 0;
    padding: 13px 15px;
    height: unset;
    min-height: unset;
}


div#login_view{display:none}
#d_quickcheckout .panel-title .text{font-size:20px}
div#shipping_method_list .title{font-size:16px;line-height:1.3;display: none;}
div#shipping_method_list .title::before,
#d_quickcheckout .title::before  {
    display: none;
}
img.payment-image {
    display: none;
}
#d_quickcheckout label {
    font-size: 16px;
}
#d_quickcheckout .panel-default > .panel-heading{
    background: none;
    border: none;
    padding: 0; 
}
div#d_quickcheckout{margin-bottom:50px}
#d_quickcheckout .text{font-size:16px;line-height:1.3}

td.qc-total, td.qc-price, d.qc-quantity {
    white-space: nowrap;
}
#d_quickcheckout span.title {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
} 
#d_quickcheckout .panel-default{border:none;padding:0;box-shadow:none}
#d_quickcheckout .panel-body{padding:0}
#d_quickcheckout .panel-title{font-weight:600;font-size:22px;line-height:1.3;text-transform:uppercase;color:#292929;margin-bottom:30px;padding-left:45px;position:relative}
#d_quickcheckout .panel-title::before{position:absolute;content:"";width:30px;height:30px;background:#994137;border-radius:50%;left:0;font-weight:600;font-size:16px;color:#FFF;display:flex;justify-content:center;align-items:center}
div#cart_view #d_quickcheckout .panel-title::before{content:"1"}
#d_quickcheckout div#cart_view .panel-title::before{content:"1"}
div#cart_view .qc-cart thead td{font-size:14px;line-height:124.2%;color:#535353;padding:0;padding-bottom:15px}
div#cart_view .qc-cart tr{border:none!important;border-bottom:1px solid #E2E2E2!important}
div#cart_view .qc-cart td{border:none!important;vertical-align:middle!important;padding-top: 20px !important;padding-bottom: 20px !important;}
div#cart_view .qc-cart{border:none}
td.qc-image a{width:100px;height:100px;background:#FFF5ED;border-radius:50%;display:flex;justify-content:center;align-items:center}
td.qc-image img{mix-blend-mode:darken}
td.qc-image{width:100px}
#d_quickcheckout td.qc-name a{font-weight:600;font-size:16px;line-height:122.01%;color:#292929}
td.qc-name small{font-size:14px;line-height:124.2%;color:#535353}
td.qc-quantity .input-group{border:1px solid #4A4A4A;border-radius:35px;max-width:100px;  overflow: hidden;}
#d_quickcheckout td.qc-quantity .input-group input.qc-product-qantity{border:none;box-shadow:none!important;font-size:14px;padding:9px!important;height:unset!important;min-height:unset!important}
#d_quickcheckout td.qc-quantity .btn{border:none!important;border-radius:50%!important;background: none!important;display: block !important;}
td.qc-quantity .fa-chevron-down:before{content:"-"}
td.qc-quantity .fa-chevron-up:before{content:"+"}
#d_quickcheckout td.qc-quantity .btn .fa{font-size:20px;font-weight:700;color:#4A4A4A}
td.qc-total{font-weight:700;font-size:19px;line-height:124.2%;color:#292929}
#d_quickcheckout .btn-danger{background:none;border:1px solid #4A4A4A;width: 25px !important;height: 25px !important;padding: 0 !important;border-radius:50%;color:#4A4A4A;font-weight:400;background:url(/image/catalog/cart-delete.svg) no-repeat center center;background-size:50%;min-width: unset;}
#d_quickcheckout .btn-danger .fa{font-weight:400;display:none}
.qc-totals td{font-size:18px;line-height:122.01%;color:#535353}
#d_quickcheckout .qc-totals .row:last-child div:last-child{font-weight:700;font-size:26px;line-height:124.2%;color:#994137}
.qc-totals{margin-bottom:50px}

#d_quickcheckout div#payment_address .panel-title::before {
    content: "2";
} 
#d_quickcheckout div#shipping_method .panel-title::before {
    content: "3";
}
#d_quickcheckout div#payment_method .panel-title::before {
    content: "4";
}


#d_quickcheckout div#shipping_method_list input{position:absolute;top:0;left:0;margin:0;width:100%;height:100%;opacity: 0;cursor: pointer;z-index: 5;}
div#shipping_method_list .radio{margin-right:25px;margin-bottom:25px}
div#shipping_method_list .radio .text{border:1px solid #D2D2D2;font-size:30px;line-height:1.2;color:#535353;padding:22px 20px;padding-left:100px;padding-right:40px;display: block;}
#d_quickcheckout #shipping_method .radio label{position:relative;padding:0}
div#shipping_method_list{display:flex;flex-wrap:wrap;margin-bottom:20px}
div#shipping_method_list span.price{position:absolute;right:0;display:none}
div#shipping_method_list .radio:nth-child(2) .text{background:url(/image/catalog/cart-dost1.svg) no-repeat 35px 50%}
div#shipping_method_list .radio:nth-child(4) .text{background:url(/image/catalog/cart-dost2.svg) no-repeat 35px 50%}
#d_quickcheckout div#shipping_method_list input:checked ~ .text {
    border-color: #9a4238;
    color: #9a4238;
    outline: 2px solid;
}

#d_quickcheckout div#payment_method_list input {position:absolute;top:0;left:0;margin:0;width:100%;height:100%;opacity: 0;cursor: pointer;z-index: 5;}
div#payment_method_list .radio {margin-right:25px;margin-bottom:25px;margin-top: 0;}
div#payment_method_list .radio .text {border:1px solid #D2D2D2;font-size:30px;line-height:1.2;color:#535353;padding:22px 20px;padding-left:100px;padding-right:40px;display: block;}
#d_quickcheckout #payment_method .radio label {position:relative;padding:0}
div#payment_method_list {display:flex;flex-wrap:wrap;margin-bottom:20px}
div#payment_method_list span.price {position:absolute;right:0;display:none}
div#payment_method_list .radio:nth-child(1) .text {background:url(/image/catalog/cart-pay1.svg) no-repeat 35px 50%}
div#payment_method_list .radio:nth-child(2) .text {background:url(/image/catalog/cart-pay2.svg) no-repeat 35px 50%}
#d_quickcheckout .checkbox + .checkbox, #d_quickcheckout .radio + .radio {
    margin-top: 0;
}
#d_quickcheckout div#payment_method_list input:checked ~ .text {
    border-color: #9a4238;
    color: #9a4238;
    outline: 2px solid;
}
#d_quickcheckout .preloader {
    position: fixed;
    top: 0;
    left: 0;
}
textarea#confirm_comment {
    min-height: 80px;
}
button#qc_confirm_order {
    max-width: 300px;
}


div#payment_address {
    background: #FFF5ED;
    padding: 40px;
    margin-bottom: 40px;
}

div#payment_address .panel.panel-default {
    background: none;
}

form#payment_address_form .radio-input.form-group.sort-item label.control-label{font-size:18px!important;line-height:22px;color:#535353;padding-bottom:10px;margin-bottom:25px!important;border-bottom:1px solid #994137;width:100%;text-align:left!important}
#d_quickcheckout .radio-input.form-group.sort-item .col-xs-5{width:100%}
#d_quickcheckout .radio-input.form-group.sort-item .col-xs-7 .radio label{color:#535353}
#d_quickcheckout .radio-input.form-group.sort-item .col-xs-7{display:flex;flex-wrap:wrap;padding-left: 33px; position: relative;}
#d_quickcheckout .radio-input.form-group.sort-item .col-xs-7 .radio{margin-right:25px}


#d_quickcheckout .radio-input.form-group.sort-item .col-xs-7::before {
    content: "*";
    color: red;
    position: absolute;
    left: 17px;
    font-weight: bold;
    top: 0;
    font-size: 20px;
} 
#d_quickcheckout .radio-input.form-group.sort-item .col-xs-5 label::before {
    content: "";
}


input#payment_address_exists_new, input#payment_address_exists_new ~ label {
    display: none !important; 
}


.text-input.form-group.sort-item .col-xs-5{display:none}
form#payment_address_form{display:flex;flex-wrap:wrap;max-width:900px;justify-content:space-between}
div#payment_address_custom_field\.account\.2_input{width:100%}
form#payment_address_form .text-input.form-group.sort-item .col-xs-7{width:100%}
div#payment_address_address_1_input{width:100%}
.text-input.form-group.sort-item{width:32%}
#d_quickcheckout  .form-control{border-radius:0;width:100%;min-height:unset;height:unset;padding:13px 20px;font-size:16px}
div#payment_address_firstname_input{width:39%}
div#payment_address_telephone_input{margin-right:15px!important}
div#confirm_comment_input {
    width: 100%;
}
#d_quickcheckout .btn-primary {
    border-radius: 0;
}

.form-group.qc-coupon label.col-sm-4.control-label {
    display: none !important; 
}
.form-group.qc-coupon .col-sm-8 {
    float: right !important; 
}
button#confirm_coupon {
    height: 45px;   
}
#d_quickcheckout .alert.alert-success {  
    padding: 20px;   
    background: #00750b;
    color: #fff;
    border-color: #00750b;
}

#d_quickcheckout .alert.alert-success button.close { 
    opacity: 1;
    z-index: 1;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

#d_quickcheckout .alert.alert-success .fa.fa-exclamation-circle {
    color: #fff;
}

label[for="payment_address_newsletter"] input[type="checkbox"]{position:absolute;left:0;width:100%;cursor:pointer;z-index:2;opacity:0}
label[for="payment_address_newsletter"]{padding-left:30px}
label[for="payment_address_newsletter"] i{position:absolute;width:18px;height:18px;display:block;border:2px solid #AEAEAE;border-radius:50%;left:13px;top:8px}
label[for="payment_address_newsletter"] input:checked ~ i{border-color:#994137}
label[for="payment_address_newsletter"] i::before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#994137;border-radius:50%;opacity:0}
label[for="payment_address_newsletter"] input:checked ~ i::before{opacity:1}


label[for="payment_address_custom_field.account.3"] input[type="checkbox"]{position:absolute;left:0;width:100%;cursor:pointer;z-index:2;opacity:0;margin:0!important;height:100%}
label[for="payment_address_custom_field.account.3"]{padding-left:30px}
label[for="payment_address_custom_field.account.3"] i{position:absolute;width:18px;height:18px;display:block;border:2px solid #AEAEAE;border-radius:50%;left:13px;top:3px}
label[for="payment_address_custom_field.account.3"] input:checked ~ i{border-color:#994137}
label[for="payment_address_custom_field.account.3"] i::before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#994137;border-radius:50%;opacity:0}
label[for="payment_address_custom_field.account.3"] input:checked ~ i::before{opacity:1}


div#payment_address_custom_field\.account\.2_input .radio label input[type="radio"] {
    position: absolute;
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    height: 100%;
    margin: 0;
}
div#payment_address_custom_field\.account\.2_input .radio label{padding-left:30px}
div#payment_address_custom_field\.account\.2_input .radio label i{position:absolute;width:18px;height:18px;display:block;border:2px solid #AEAEAE;border-radius:50%;left:0;top:8px}
div#payment_address_custom_field\.account\.2_input .radio label input:checked ~ i{border-color:#994137}
div#payment_address_custom_field\.account\.2_input .radio label i::before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#994137;border-radius:50%;opacity:0}
div#payment_address_custom_field\.account\.2_input .radio label input:checked ~ i::before{opacity:1}

 
label[for="payment_address_exists_new"] {
    margin-bottom: 30px !important; 
} 

/*
============================================
*/
div#payment_view {
    display: none;
}
/*
============================================
*/
button#button-cart{display:flex;justify-content:center;align-items:center;max-width: 310px;border-radius:12px;padding: 25px 10px;margin-bottom:15px;order: -1;margin-right: 20px;}
button#button-cart svg{margin-right:10px}
.quantity_div{display:block;width:80px;height:26px;position:relative;padding:0;text-align:center;margin:10px auto;line-height:normal!important}
.form-group .quantity_div{display:inline-block;vertical-align:middle}
.quantity_input{text-align:center;width:28px;height:24px!important;margin:0 -3px!important;border:solid 1px #d2d2d2!important;border-radius:0!important;box-shadow:inset 1px 1px 1px #ddd;background:#fff!important;color:#555!important;font-family:Arial;height:unset!important;border:none!important;border-right:1px solid #CECECE!important;border-left:1px solid #CECECE!important;width:40px!important}
.plus,.minus{display:inline-block;vertical-align:top;height:24px!important;padding:3px 5px!important;color:#888;border:solid 1px #d2d2d2;background:#eee;text-shadow:0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;font-size:14px;cursor:pointer;font-family:Arial}
.minus{border-radius:3px 0 0 3px;border-right:none}
.plus{border-radius:0 3px 3px 0;border-left:none}
.plus:hover,.minus:hover{background:#e5e5e5}
.stock_warning{position:absolute;z-index:999;left:-49px;bottom:35px;width:180px!important;padding:10px!important;background:#fefefe;background:linear-gradient(to bottom,#fefefe 0%,#f0f0f0 100%);box-shadow:1px 1px 10px #ccc;line-height:15px;border:solid 1px #ddd;border-radius:10px;display:block;color:red!important;font-size:12px}
  
.quantity_div{background:#FFF;border:1px solid #DEDEDE;border-radius:600px;min-width:115px;margin:0;margin-right:5px;margin-bottom:15px;display:flex!important;justify-content:center;align-items:center;height:unset!important;padding:7px}
.plus,.minus{background:none;border:none;font-weight:450;font-size:20px;line-height:29px;color:#212121;display:block;height:unset!important;padding:0 10px!important}
 
.suptitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 124.2%;
    letter-spacing: 0.04em;
    color: #292929;
    margin-bottom: 5px;
}
.title, h1{position:relative;margin-bottom: 40px;font-weight: 700;font-size: 45px;line-height: 124.2%;letter-spacing: 0.03em;color: #292929;text-transform: uppercase;}
 
.title.catpage-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 30px;
}

body[class^='account-'] h1, body[class^='account-'] .title, .title.account-title, body[class^='account-'] h2{
   position:relative;margin-bottom: 30px;font-weight: 700;font-size: 25px;line-height: 124.2%;letter-spacing: 0.03em;color: #292929;text-transform: uppercase;
}
 
.title.about-title {
    margin-bottom: 20px;
}
.float-img img { 
    width: 100%;
}    
.about-images_item {
    width: calc(25% - 10px);
    margin-bottom: 10px;
}
.float-img {
    float: left;
    max-width: 35%;
    margin-right: 30px;
    margin-bottom: 30px;
} 
.about-img{width: 43%;}
.about-item{width: 51%;position:relative}
.text{font-size:18px;line-height: 1.5;color:#535353} 
 
.about-reverse {
    flex-direction: row-reverse;
}
.about-title{font-weight:700;font-size:34px;line-height:1.3;text-transform:uppercase;color:#292929;margin-bottom:20px}
.about-text{color:#535353}
a.tab-link{border:1px solid #DBDBDB;font-weight:700;font-size:30px;line-height:135%;letter-spacing:.03em;text-transform:uppercase;color:#292929;padding:20px 45px;display:flex;align-items:center;margin-right:30px}
.tab-wrap{display:flex;flex-wrap:wrap;margin-bottom:40px}
a.tab-link svg{margin-right:25px}
a.tab-link.active,a.tab-link:hover{border-color:#994137;color:#994137}


 .footer-text{font-size:37px;line-height:1.2;letter-spacing:.03em;background:linear-gradient(90deg,#994137 0%,#5D5788 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}
.footer-text div{margin-bottom:10px}
 .footer-item:last-child {
    margin-right: 0;
}

.footer-text img {
    width: 360px;
}
.footer-top{display:flex;flex-wrap:wrap;padding-top:50px;padding-bottom: 180px;justify-content: space-between;}
footer#footer{margin:0;border:none;color:#151515ba;padding: 0;position: relative;background: none;}
footer#footer a{font-size: 14px;line-height: 18px;color: #535353;}
.footer-head{margin-bottom: 20px;font-weight: 600;font-size: 20px;line-height: 1.2;color: #292929;}
.footer-item{margin-bottom:30px;margin-right:30px;max-width: 200px;}
.footer-menu a{display:block;margin-bottom:7px;}
.footer-abc{font-weight: 500;font-size: 12px;line-height: 1.2;color: #994137;}
 img.footer-bg{position:absolute;bottom:0;left:0;width:100%;z-index:2}
footer#footer::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:#FFF5ED;z-index:-1}
footer#footer .container{position:relative;z-index:3}
.footer-menu.footer-menu1{column-count:2}
.footer-open{font-size:14px;line-height:18px;color:#535353;margin-bottom:9px}
footer#footer a.footer-phone{font-size:16px}
footer#footer a.footer-contact_all{font-size:14px;line-height:1.2;color:#994137;text-decoration:underline}
.footer-menu a:hover{text-decoration:underline} 
 

.map{height: 360px;width: 100%;}
.map img,.map iframe{width:100%;height:100%;}
 
.contact{width: 68%;}
.contact-item a {
    display: block;
    margin-bottom: 8px;
}
.contact-item{padding: 25px 20px 15px;border: 1px solid #D9D9D9;font-size: 17px;line-height: 1.3;color: #292929;width: calc(33.33% - 10px);margin-bottom: 10px; }

.contact-item:first-child, .contact-item:nth-child(2) {
    width: calc(50% - 10px);
}

.contact-head{margin-bottom: 8px;font-weight: 400;font-size: 15px;line-height: 1.3;color: #888888;}
.contact-head img{margin-right:8px}
.social{display:flex;flex-wrap:wrap;margin-top: 10px;}
.contact-wrap .sidemenu {
    max-width: unset;
    width: 28%;
}
.sidemenu{max-width: 335px;width: 100%;margin-bottom: 50px;}
a.side-link{display:block;font-weight:300;font-size:18px;line-height:1.3;color:#535353;padding:20px 0;border-bottom:1px solid #A4A4A4;position:relative;transition:.5s}
a.side-link::before{position:absolute;content:">";color:#994137;left:0;font-weight:700;opacity:0}
a.side-link.active::before,a.side-link:hover::before{opacity:1}
a.side-link.active,a.side-link:hover{color:#994137;font-weight:600;padding-left:20px}
.contact .title{width:100%}

.social a {
    border-radius: 50%;
    background: linear-gradient(90deg, #994137 0%, #5D5788 100%);
    width: 34px;
    height: 34px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.social a .fa {
    font-size: 16px;
}


.contact-item:last-child {}
.catmenu-item {
}
.catmenu-item.active {
}
a.catmenu-link svg:first-child {
    margin-right: 8px;
} 
.catmenu-child_body:last-child a.catmenu-child_item {
    border: none;
}
.catmenu-box{border: 1px solid #DEDEDE;padding: 20px;}
.catmenu-head{border-bottom: 1px solid #DEDEDE;padding-bottom: 18px;font-weight: 600;font-size: 14px;line-height: 1.2;color: #292929;display: flex;align-items: center;}
.catmenu-head svg{margin-right:10px}

.catmenu-child_3{
    padding-left: 20px;
    /* display: none; */
}
.catmenu{padding-top:20px}
a.catmenu-link span{width:17px;height:17px;display:block;border:1px solid #C1C1C1;border-radius:50%;position:absolute;left:0;top:10px}
a.catmenu-link span::before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#994137;border-radius:50%;opacity:0}
a.catmenu-link.active span::before,a.catmenu-link:hover span::before{opacity:1}
a.catmenu-link.active span,a.catmenu-link:hover span{border-color:#994137}

a.catmenu-link{position:relative;width:100%;font-size: 14px;line-height: 1.3;color: #535353;padding: 10px 0;padding-left: 25px;}
a.catmenu-child_item.active{color: #994137;font-weight: 500;}
a.catmenu-child_item{font-size: 15px;line-height:1.3;position:relative;display:block;color: #151515;margin-bottom: 5px;}
.catmenu-link_wrap{display:flex;align-items:center;position:relative}
a.catmenu-link.active,a.catmenu-link:hover{font-weight: 600;color: #994137;}
.catmenu-link_svg{flex-grow:1;cursor:pointer;position:absolute;top:0;right:0;width:50px;z-index:2;height:50px;display:flex;justify-content:center;align-items:center;display: none;}
.catmenu-child{border-bottom:1px solid #E3E3E3;padding: 5px 20px;margin-bottom: 10px;border-top: 1px solid #E3E3E3;display: none;padding-right: 0;}
.catmenu-item.active .catmenu-child{
    display: block;
}
.catmenu-link_svg svg{transition:.5s}
.catmenu-link_wrap.active .catmenu-link_svg svg{transform: rotate(90deg);}
.catmenu-link_wrap.active .catmenu-link_svg svg path {
    stroke: #424B5A;
}

a.catmenu-child_item_3::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 8px;
    height: 1px;
    background: #424B5A;
}
a.catmenu-child_item_4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    color: #535353;
    position: relative;
    padding-left: 29px;
    margin-bottom: 5px;
    display: block;
}
a.catmenu-child_item_4.active {
    color: #5f598a;
    text-decoration: underline;
}
.catmenu-child_4 {margin-bottom: 10px;}

a.catmenu-child_item_4::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 13px;
    width: 5px;
    height: 5px;
    background: #424B5A;
    border-radius: 50%;
}
 
a.catmenu-child_item_3.active {
    color: #7c75af;
}
a.catmenu-child_item_3 {
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    display: block;
    padding-left: 19px;
}
 .catmenu-child_body_3 {
}
 .catmenu-child_body {
    padding: 5px 20px;
    width: 100%;
    padding-right: 0;
}

.catmenu-child_body.active {
    display: block;
}

.catmenu-child_body_3:last-child {
    /* border: none; */
}
.input-option{display:flex;flex-wrap:wrap}
.input-option .radio-img{margin:0;position:relative;margin-right:5px;margin-bottom:5px;width:20px;height:20px}
.options-category .input-option .radio-text{margin-right:5px;margin-bottom:5px}
.options-category{margin-top:10px}
 
.radio-text input{position:absolute;margin:0!important;width:100%;height:100%;z-index:2;cursor:pointer;opacity:0;left: 0;}
.radio-text input:checked ~ .radio-name{border-color: #953f36;color: #fff;background: #953f36;}
.radio-img input{margin:0!important;width:100%;height:100%;cursor:pointer;opacity:0}
.radio-img input:checked ~ img{width:20px;padding-bottom:5px;border-bottom:2px solid #252323}
.input-option .radio-text label{padding:0;margin:0}
.radio input:checked ~ span span.radio-name,.radio input:hover ~ span span.radio-name{background:#24c6ac;color:#fff;border:2px solid #24c6ac}
.radio.radio-text{margin:0;margin-right:10px;margin-bottom:10px}
.input-option .radio-img label{padding:0;margin:0;font-size:0}
.input-option .radio-text label{padding:0;margin:0}
.input-option .radio-text label{padding:0;margin:0}
.products-slider .product-thumb {
    margin-bottom: 0;
    height: 100%;
}
.form-group_option .control-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #292929;
    margin-bottom: 10px;
}
.products-slider .slick-arrow{top:-90px;left:unset;right:0;transform:none}
.products-slider .slick-arrow.slick-prev{right:70px}
.product-thumb:hover{border-color:#994137}
.product-thumb:hover .btn-gray,.btn-gray:hover{background:#994137;color:#fff}
.product-thumb:hover .btn-gray svg path,.btn-gray:hover svg path{fill:#fff;fill-opacity:1}

.product-thumb.product-thumb_brand .xd_stickers_wrapper {
    top: 60px;
}

.product-thumb_title span {
    font-weight: 600;
}
.products-slider .slick-arrow {
    top: -90px;
    left: unset;
    right: 0;
    transform: none;
} 

.products-slider .slick-arrow.slick-prev {
    right: 70px;
}
.product-thumb .image{background: #ffffff;border-radius: 10px;overflow: hidden;padding: 80px 0 15px;}
.product-thumb .image img{mix-blend-mode:darken}
.product-thumb{padding: 0;width: calc(33.33% - 30px);position:relative;overflow: visible;margin-bottom: 30px;display: flex !important;flex-direction: column;border: 1px solid #DDDDDD;}
.product-thumb.product-thumb-4 {
    width: calc(25% - 30px);
}
.product-thumb .image a:hover{opacity:1}
.product-thumb_desc{display:none}
.product-thumb_title{font-size: 16px;line-height:1.3;margin-bottom: 15px;color: #292929;}
.product-thumb .caption{padding: 0 15px 10px;min-height:unset;flex-grow: 1;display: flex;flex-direction: column;}
.product-thumb .price{margin-bottom: 15px;flex-grow: 1;font-weight: 700;font-size: 23px;line-height: 1.3;color: #292929;display: flex;flex-wrap: wrap;align-items: center;}
.product-thumb .price-old {
    font-size: 15px;
    order: -1;
    margin-left: 0;
    margin-right: 10px;
    font-weight: normal;
}
.product-thumb .precent {
    display: none;
}
.product-thumb_btn svg {
    margin-right: 15px;
}

.product-thumb_btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    max-width: 200px;
        padding: 8px;
}
.product-thumb_option{margin-bottom:20px;font-weight:400;font-size:14px;line-height:1.2;color:#777;display: none;}
.options-category .form-group{display:flex;align-items:center;flex-wrap:wrap}
.options-category .form-group label.control-label{margin-right:10px}
.product-thumb_brandname {
   position: absolute;
   top: 25px;
   left: 15px;
   background: #994137;
   border-radius: 30px;
   z-index: 2;
   font-size: 12px;
   line-height: 1.2;
   color: #FFFFFF;
   padding: 5px 23px;
}

 
.product-thumb_linkwrap{width:100%;}
.product-thumb_link{width: auto;font-size: 15px;max-width: 160px;padding: 10px 5px;display: none;}


.product-thumb_gray.btn-gray{width:100%;max-width:150px;display:block;margin:10px auto;box-shadow:0 0 10px 0 #00000026!important;padding:10px;display: none;}
.product-gray.btn-gray{width:100%;display:block;margin:10px 0;font-size:18px;padding:10px;display: none;}
.product-thumb_quantity{position:absolute;z-index:10;top:50%;left:50%;width:100%;text-align:center;transform:translate(-50%,-50%)}
.product-thumb_not{color:#151515;padding: 10px 7px;background:#fff;width:100%;text-align:center;display:block;margin:10px auto;max-width:150px;box-shadow: 0 0 10px 0 #00000026 !important;text-transform: uppercase;}
.product-thumb_zero::before{background:#f8f8f994;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:5}


.form-group_quantity_zero .input-group.select-quantity {
    display: none;
}



.xd_stickers {border-radius: 20px;display: flex;align-items: center;justify-content: center;color: #060606;text-transform: none !IMPORTANT;padding: 5px 10px !important;font-size: 12px;line-height: 1.3;background: #fff;margin-right: 10px;}
.xd_stickers_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


 



label.sort-label.input-group-addon{font-weight:600;font-size:15px;line-height:1.3;color:#444;background:none;height:unset;padding:0;width:unset;border:none;margin:0;margin-right:20px;display:block}
.form-group_sort.form-group{display:flex;flex-wrap:wrap;align-items:center}
.sort-wrap{margin-bottom:25px;max-width: 301px;}
select#input-sort{background:#FFF;border:1px solid #EBEBEB;border-radius:60px;width:auto;font-size: 14px;line-height: 1.2;color: #444444;height: auto;}
label.sort-label.input-group-addon img {
    margin-right: 8px;
}
 

.prodpage-stock { font-weight: 600; font-size: 14px; line-height: 1.3; color: #994137; position: relative; margin-bottom: 10px; padding-left: 15px; } 
.prodpage-stock::before { position: absolute; content: ""; top: 6px; left: 0; width: 7px; height: 7px; border: 3px solid #994137; border-radius: 50%; }
img.prodlogo {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 2;
    width: 55px;
}
.thumbimage{width: 50%;display:flex;flex-wrap:wrap;justify-content:space-between;position: relative;}
.prodpage-right{width: 46%;}
.prodpage-flex{justify-content:space-between;position: relative;align-items: flex-start;}
.slider-nav{width: 100%;}
.slider-for{width: 100%;}
.slider-for_item::before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(255,255,255,0.6);border-radius:50%;width:300px;height:300px}
.slider-nav_item::before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(255,255,255,0.6);border-radius:50%;width:90px;height:90px}
.slider-for_item{background: #FFF5ED;display:flex!important;justify-content:center;align-items:center;height:100%;position: relative;}
.slider-for_item img{mix-blend-mode:darken}
.slider-nav_item{background: #FFF5ED;display:flex!important;justify-content:center;align-items:center;position: relative;height: 150px;}
.slider-nav_item img{mix-blend-mode:darken;max-height: 90%;}
.slick-vertical .slick-slide{margin-top:5px;margin-bottom:5px}
.slick-vertical .slick-list.draggable{margin-top:-5px;margin-bottom:-5px}
.slider-for .slick-list.draggable{height:100%}
.slider-for .slick-track{display:flex;height:100%}
.slider-for .slick-slide{height:inherit}
.slider-for .slick-slide > div{height:100%}
.prodpage-title{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    color: #292929;
    text-transform: none;
}
.prodpage-flex .xd_stickers_wrapper{ 
    max-width: 400px;
    flex-direction: column;
}
.prodpage-flex .xd_stickers {
    display: none;
}

.xd_sticker_img {
    font-size: 9px !IMPORTANT;
    background: none ! IMPORTANT;
    text-align: center;
    max-width: 85px;
    padding: 0 !IMPORTANT;
    margin: 0;
    margin-bottom: 20px;
    width: 100%; 
}
 

.xd_sticker_img span {
    display: block;
    text-align: center;
}

.xd_sticker_img img {
    margin-bottom: 5px;
}

 

 
.prodpage-price{margin-bottom: 20px;display: flex;flex-wrap: wrap;align-items: center;font-weight: 500;font-size: 21px;line-height: 1.3;color: #292929;background: #FFF5ED;padding: 10px;margin-right: 10px;text-align: center;min-width: 210px;justify-content: center;}
span.prodpage-oldprice {
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
}


.head {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 420px;
    width: 100%;
}

.ingredient-img{background:#F8F7FC;border-radius:10px;overflow:hidden;height:230px;margin-bottom:15px}
.ingredient-img img{mix-blend-mode:darken;width:100%;height:100%}
.ingredient-name{font-size:18px;line-height:1.3;color:#535353}
 
 
.attrs{margin-bottom:25px}
 


  

.attr-item div {
    width: 48%;
}
.attr-item{color:#666;margin-bottom:7px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.attr-item div:last-child{color: #151515;font-weight: 500;}
.radio-name{border:1px solid #000;line-height:1;text-align:center;text-transform:uppercase;display:block;min-width:54px;color:#000;font-size:11px;padding: 10px 15px;font-weight: bold;}
.input-group.number-spinner .input-group-btn button.btn-default{border-radius:4px;background:none!important;color:#C7C7C7;display:flex;justify-content:center;align-items:center;width:32px;height:26px;padding:0}
.input-group.number-spinner .input-group-btn{width:auto}
.input-group.number-spinner .input-group-btn:last-child button.btn-default{color:#151515}
input#input-quantity{height:unset!important;border:none!important;background:none;text-align:center;border-radius:0;width:calc(100% - 80px)!important;font-size: 23px;line-height: 1.2;color: #151515;flex-grow: 1;}
.input-group.select-quantity{border: 1px solid #7B73AD;width:100%;margin-bottom: 15px;display:flex;align-items:center;position:relative;background: none;padding: 4px 30px;}
 .form-group_quantity.form-group .input-group-btn{width:auto;position:unset;white-space:normal}
.select-quantity i{font-size: 12px;}
.input-group.select-quantity .form-control[name^=quantity]{font-size:20px;min-height:unset;border-radius:0;padding:10px 15px;border:none}
.input-group.select-quantity{border:1px solid #DCDCDC;width:100%;margin-bottom: 20px;}
.input-group.select-quantity button.btn-default{border-radius:0!important;background:none!important;display:flex;justify-content:center;align-items:center;width:25px;height:25px;padding:0;color:#C7C7C7;border:2px solid #C7C7C7;margin-left:8px}
.input-group.select-quantity button.btn-default:first-child{border:2px solid #994137;color:#994137}
.input-group.select-quantity .input-group-btn{position:absolute;right:10px;z-index:5;display:flex;flex-wrap:wrap;width:auto;top:13px;flex-direction:row-reverse}


 

.price-text{font-weight:400;font-size:14px;line-height:1.3;color:#757575;margin-left:10px}
.attr-item a{font-weight:700}
.form-group_quantity.form-group{display:flex;flex-wrap:wrap;width: 100%;margin-top: 25px;display: none;}
button#button-cart img{margin-left:10px}

.tab-content>.tab-pane{display:block;border-bottom: 1px solid #D1D1D1;}
.tab-content_wrap{display: flex;flex-wrap: wrap;justify-content: space-between; }
  
.tab-pane_head{cursor:pointer;position:relative;font-weight: 600;font-size: 18px;line-height: 1.3;color: #292929;padding: 18px 0;padding-left: 25px;}
.tab-pane_head::before{position:absolute;content:"";top: 28px;left: 0;width:12px;height: 2px;transition: 0.5s;background: #292929;}
.tab-pane_text{font-weight:300;color:#535353;display:none;margin: 10px 0 30px;}
 
 .tab-pane_head.active {
    border-color: transparent;
}

.tab-pane_head.active::after {opacity: 0;}
 .prodpage-btn_favorite{background:#FFF5ED;width:56px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom: 20px;}
.button-cart_trigger{font-weight:600;font-size:14px;padding:14px 10px;margin-right:10px;width:100%;max-width:212px}
.price-wrap{display:flex;flex-wrap:wrap}
.dost-text{font-size:13px;line-height:1.2;color:#535353;margin-bottom:20px}
.tab-content{width:100%}
.tab-pane_head::after{position:absolute;content:"";top:23px;left:5px;height:12px;width:2px;transition:0;background:#292929}
.tab-pane_head.active::before{height:10px;background:transparent;border:2px solid #994137;transform:rotate(45deg) skewY(-13deg);border-bottom:none;border-left:none;top:25px;width:10px}
 
 
 
 
 
 
 

.title.banner-title_10 {
    display: none; 
}

.brands-slider .slick-arrow{top:-90px;left:unset;right:0;transform:none}
.brands-slider .slick-arrow.slick-prev{right:70px}

.brand-item{height: 70px;display:flex!important;justify-content:center;align-items:center;padding: 5px 30px;border: 1px solid #9D9D9D;}
.brand-item img{max-height:100%}

.accio-wrap{position: relative;}
.accio-wrap::before {
    position: absolute;
    content: "";
}
.title.banner-title_8{text-align:center;}
.accio-item{height: 430px;display:flex!important;position:relative;padding: 50px;background: url(/image/catalog/accio-wrap.jpg) no-repeat center center;background-size: cover;flex-direction: row-reverse;justify-content: space-between;align-items: center;}
.accio-slider .slick-prev{left:-100px}
.accio-slider .slick-next{right:-100px}
.accio-img{height: 100%;position: relative;width: 50%;text-align: center;}
.accio-img img{max-height: 100%;margin: auto;}
.accio-content{position:relative;z-index:2;padding-left: 55px;max-width: 600px;width:100%}
.accio-text{margin-bottom:15px;font-size: 18px;line-height: 150%;color: #292929;max-width: 400px;}
.accio-name{margin-bottom:20px;font-weight: 700;font-size: 45px;line-height: 124.2%;letter-spacing: 0.03em;text-transform: uppercase;color: #292929;}
 
.accio-text span {
    font-size: 50%;
}
.accio-name span {
    font-size: 80px;
    color: #994137;
}
 

.catksl-img{border-radius:15px;background:#F8F7FC;position:relative;overflow:hidden;margin-bottom:20px}
.catksl-label{background:#FFF;border:.2px solid rgba(30,30,30,0.15);border-radius:27px;position:absolute;top:25px;left:15px;font-size:18px;line-height:1.3;color:rgba(6,6,6,0.8);padding:10px 18px}
.catksl-name{font-weight:600;font-size:23px;line-height:122.01%;color:#151515;margin-bottom:20px;display:block}
.catksl-link{max-width:217px}
 
.title.banner-title_9{text-align:center;margin-bottom:70px}
.feat-text{color:#535353;max-width:300px;margin:auto}
.feat-item:last-child{border:none}
.feat-wrap{
    padding: 70px 0 130px;
    position: relative;
    background: url(/image/catalog/feat-bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 565px;
} 
.feat-item{position:relative;width: 33.33%;text-align: center;border-right: 1px solid #994137;padding: 0 30px;}
.feat-img{
    margin-bottom: 10px;
}
.feat-name{font-weight: 700;font-size: 20px;line-height: 1.2;color: #292929;margin-bottom: 10px;}
.feat-item:last-child{margin-bottom:0}
 
 

.insta-item img {
    width: 100%;
    height: 100%;
} 


.sort-wrap {
    display: none;
}

.forms.active .formsuccess{padding:10px 20px;margin-bottom:15px;background:green;max-width:500px;color:#fff;font-size:14px}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background:#DBDBDB;border-color:#DBDBDB;color:#151515;border-radius:0!important}
.pagination>li>a,.pagination>li>span{border-radius:0!important;color:#151515}
ul.pagination{margin-bottom:60px;display:flex;flex-wrap:wrap;justify-content:center}
ul.pagination li{margin:0 2px}


a.manuf-item {
    width: calc(33.33% - 30px);
    margin-bottom: 30px;
    border: 1px solid #CACACA;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 50px; 
    height: 175px;
}

a.manuf-item img{
    max-height: 90%;
}

.manuf-head{color:#333;font-size:18px;font-weight:600;margin-bottom:10px}
.manuf-left{width:38%;border-right: 1px solid #9941372b;padding-right:4%;margin-right:4%;position: relative;}
input#brand-input{background:rgba(255,255,255,0.2);border: 1px solid #9941372b;border-radius:10px;padding: 15px 25px;font-size:13px;width:100%;padding-right:60px;font-size: 25px;font-weight: 500;color: #994137;}
input#brand-input::placeholder {
    color: #1e1e1e7a;
}
.brand-search{position:relative;margin-bottom:40px;width:100%;max-width:430px}
.clear-button{position:absolute;top:0;right:0;z-index:2;width:60px;height:60px;display:flex;justify-content:center;align-items:center;cursor:pointer}
.manuf-right{width:58%}
.manuf-list a{font-size:20px;color:#666;display:block}
.hidden{display:none}
.visible{display:block}
.result-list_link{padding:5px;display:block;font-size:18px}
#result-list{display:none}
.manuf-categories{font-size:22px;line-height:1.3;color:#333;word-break:break-all}
div#result-list{position:absolute;top:85%;background:#f1f1f1;border-radius:0 0 10px 10px;padding:20px;width:100%}
.result-list_link[style="display: inline;"]{display:block!important}
.manuf-categories a{margin-right:20px;margin-bottom:10px;display:inline-block}
 


.dream-filter .panel-title > span svg:first-child {
    margin-right: 10px;
}
.dream-filter .btn{font-size:16px;font-weight:700;text-transform:uppercase;padding:11px 5px 8px;border-radius:5px}
.dream-filter .btn.btn-default{background:#DCDCDC;border-color:#DCDCDC;color: #151515;}
.dream-filter .panel-title svg{fill:none;float:none;margin: 0;}
.dream-filter .panel-title > span{font-style:normal;padding-right:35px;font-weight: 600;font-size: 14px;line-height: 16px;color: #292929;display: flex;align-items: center;}
.dream-filter .panel-title > span > span{flex-grow:1}
.dream-filter .panel-title > span svg:last-child{position:absolute;right: 15px;}
.dream-filter .panel,.dream-filter .panel+.panel{margin:0;border: 1px solid #E9E9E9;border-radius:0;margin-bottom: 20px;padding: 18px 15px;box-shadow: none;}
.dream-filter .panel-heading{background:none;border:none;padding:0;padding-bottom:15px;border-radius:0;padding-bottom:0}
.dream-filter .panel-group .panel-heading+.panel-collapse>.panel-body{border-top: 1px solid #e5e5e505;padding-top:5px;margin-top:10px;}
.dream-filter.filter-vertical .rdf-group{padding:10px 0}
 .rdf-header  svg {
    margin-right: 10px;
}
.dream-filter{margin-bottom:50px;z-index:90!important;position:relative;padding-bottom: 10px;}
.rdf-header{font-style:normal;padding-bottom: 14px;border-bottom:1px solid #E9E9E9;margin-bottom: 0px;font-weight: 600;font-size: 14px;line-height: 1.3;color: #151515;display: none !important;}
.rdf-header h3{font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;margin:0}
.dream-filter .irs-bar,.dream-filter .irs-bar-edge{background:#994137;height:2px}
.dream-filter .irs-line{height:2px}
.dream-filter .irs-handle,.dream-filter .irs-handle.state_hover,.dream-filter .irs-handle:hover{background:#994137;width:12px;height:12px;border-radius:50%;top:19px;border:none}
.dream-filter .irs-shadow{height:2px}
.dream-filter .irs-from,.dream-filter .irs-to,.dream-filter .irs-single{background:#994137}
.dream-filter .irs-from:after,.dream-filter .irs-to:after,.dream-filter .irs-single:after{border-top-color:#994137}
.dream-filter .rdf-group .rdf-label{background:#994137;right: 0px!important;font-size:12px;height:15px!important;line-height:15px!important;padding:0 3px;top:6px!important;margin-top:0!important}
.dream-filter .rdf-picked .btn{margin-bottom:10px}
.rdf-group input[type="checkbox"]{width:17px;height:16px;margin-left:-25px;top:-2px;z-index: 10;cursor: pointer;opacity: 0;}
.rdf-group .checkbox label{padding-left:28px;padding-right:10px}
.dream-filter .rdf-picked .btn{font-size:13px;white-space:normal;height:auto;text-align:left;line-height:1;padding:3px;text-transform:none;padding-right: 20px;}
.dream-filter .rdf-picked .btn>i {
    height: 18px;
}
.checkbox.rdf-val input ~ i{display:block;width: 17px;height: 17px;position:absolute;left:2px;top: 4px;cursor:pointer;z-index:2;border: 1px solid #C1C1C1;border-radius: 50%;}
.checkbox.rdf-val input:checked ~ i{
    border-color: #994137;
}
.checkbox.rdf-val input ~ i::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #994137;
    opacity: 0;
}

.checkbox.rdf-val input:checked ~ i::before {
    opacity: 1;
}
 .dream-filter .panel-group .panel-heading+.panel-collapse.in>.panel-body {
    border-top: 1px solid #E5E5E5;
}
.dream-filter .panel-title > span svg:last-child path {
    stroke: #994137;
} 


.news-item:nth-child(1),.news-item:nth-child(4){width:calc(59% - 20px)}
.news-item{margin-bottom:20px;width:calc(42% - 20px);height:330px;position:relative}
.news-img img{width:100%;height:100%}
.news-content{position:absolute;bottom:0;left:0;z-index:2;transition:.5s;max-width:100%}
.news-prev{display:none}
.news-name{display:block;font-weight:600;font-size:25px;line-height:1.2;color:#292929;background:#FFF5ED;padding:20px 35px;transition:.5s}
a.news-link{border:1px solid #FFF;background:#f9f9f961;padding:10px 15px;color:#FFF;display:none;margin-top:20px}
a.news-link svg{margin-left:10px}
.news-img{width:100%;height:100%;position:relative}
.news-img::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(153,65,55,0.54),rgba(153,65,55,0.54));opacity:0}
.news-item:hover .news-img::before{opacity:1}
.news-item:nth-child(odd):hover .news-content{bottom:50%;transform:translate(-50%,50%);left:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%}
.news-item:hover .news-name{background:none;color:#fff}
.news-item:hover .news-link{display:block}
.news-item:nth-child(even):hover .news-content{top:50%;right:50%;transform:translate(50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%}
.news-item:nth-child(even) .news-content{bottom:0;top:0;left:unset;right:0}

.newsitem{width:calc(25% - 10px);margin-bottom:20px}
.newsitem-img{width:100%;height:250px;margin-bottom:15px}
.newsitem-img img{width:100%;height:100%}
a.newsitem-name{font-weight:700;font-size:18px;line-height:122.01%;color:#292929;margin-bottom:10px;display:block}
.newsitem-prev{color:#535353}


body.information-information-3 .col-sm-3,
body.information-information-11 .col-sm-3,
body.information-information-12 .col-sm-3 {
    width: 33.33333333%;
}


.modal-content > button.close {
    position: absolute;
    top: 0;
    right: 11px;
    font-size: 45px;
    opacity: 1;
    font-weight: normal;
    z-index: 10;
}


.allimages {
    width: 100%;
    margin-bottom: 0px !IMportant;
}
.allimages .slick-list.draggable{height:100%}
.allimages .slick-track{display:flex;height:100%}
.allimages .slick-slide{height:inherit}
.allimages .slick-slide > div{height:100%}

.allimages_item {background: #FFF5ED;display:flex!important;justify-content:center;align-items:center;height: 450px;padding: 40px 70px;position: relative;}
.allimages_item img{mix-blend-mode:darken;max-height: 95%;}

.allimages .slick-arrow::before{display:none}
.allimages .slick-arrow{width:auto;height:auto;z-index:2;opacity:1}
.allimages .slick-next{right:25px}
.allimages .slick-prev{left:25px}
.allimages ul.slick-dots{bottom:30px}
div#modalProduct {
    display: block !important;
    z-index: -100;
    opacity: 0;
    visibility: hidden;
    background: rgba(153, 65, 55, 0.42);
    backdrop-filter: blur(55.3px)
}

div#modalProduct.in {
    z-index: 1050;
    opacity: 1;
    visibility: visible;
}


div#modalProduct .modal-dialog{width:95%;max-width: 1170px;}
div#modalProduct .modal-body{padding:75px 60px}
.prodpage-cartbtns{display:flex;flex-wrap:wrap;margin-bottom:20px}
div#modalProduct .prodpage-right{
    max-width: 280px;
}
div#modalProduct .thumbimage{width: 59%;margin-right:7%;}
.prodpage-category{font-size:13px;line-height:1.3;color:#555;margin-bottom:10px}
div#modalProduct .prodpage-flex{justify-content:unset}

.allimages_item::before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(255,255,255,0.6);border-radius:50%;width:280px;height:280px}
.product-modal_linkwrap{width:100%;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:20px}
.product-modal_linkwrap .product-thumb_btn{flex-grow:1;max-width:unset;margin-right:10px;width:auto;font-weight:500;font-size:14px;padding:16px 5px}
.product-thumb_favorite{width:56px;height:52px;background:#FFF5ED;display:flex;justify-content:center;align-items:center}
div#modalProduct .prodpage-title{font-size:25px;line-height:1.3;color:#292929;font-weight:400}
.prodpage-title span{font-weight:700;color:#292929}
.product-modal_link{font-weight:700;padding:16px 5px;flex-grow:1;text-align:center}

.product-modal_price{font-weight:700;font-size:25px;line-height:1.3;color:#292929;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:20px}
.product-modal_price .price-old{order:-1;font-size:14px;text-decoration-line:line-through;color:#9A9A9A;font-weight:400;margin-right:15px}
.product-modal_price .precent{background:#994137;font-weight:700;font-size:12px;color:#FFF;padding:6px 10px}
.product-modal_price .price-new{margin-right:10px}




.checkout-title {
    font-size: 24px;
    color: #535353;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
}

.checkout-title svg {
    margin-right: 20px;
}
 

body[class^='account-'] .btn-primary.btn-shopping-cart{border-radius:5px;width:34px;height:34px;padding:0;display:inline-flex;justify-content:center;align-items:center}
.btn-danger{padding:0!important;min-width:34px;height:34px;display:inline-flex;justify-content:center;align-items:center}
.btn-danger .fa{font-size:18px;padding:0!important}
body[class^='account-'] .btn-primary{width:auto;display:inline-block}
.account-well{width:calc(50% - 30px);margin-bottom:30px;display:flex;flex-direction:column;border-radius:0}
.list-group a{border-color:#D1D1D1;font-weight:300;font-size:18px;line-height:1.3;color:#333;padding:18px 40px;padding-right:20px}
.list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
.list-group.list-group_account > a{background:#962D42;color:#fff;padding:15px}
ul.list-unstyled.account-list{display:flex;flex-wrap:wrap;margin-bottom:50px}
ul.list-unstyled.account-list li:hover{border-color:#994137}
ul.list-unstyled.account-list li a{display:flex;flex-direction:column;justify-content:center;align-items:center}
ul.list-unstyled.account-list li{padding:40px 15px;border:1px solid #D1D1D1;width:185px;min-height:100px;margin-right:1rem;text-align:center;margin-bottom:20px;color:#333;border-radius:20px}
ul.list-unstyled.account-list img{margin-bottom:12px}
.small-title {
    padding-bottom: 25px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
    color: #151515;
}



div#modalCookies .modal-body{padding:60px}
.modal-title{font-weight:700;font-size:36px;line-height:124.2%;letter-spacing:.03em;color:#292929;margin-bottom:15px}
.modal-text{font-weight:500;font-size:14px;line-height:23px;color:#535353}
div#modalCookies{background:rgba(153,65,55,0.55);backdrop-filter:blur(18.8px)}
div#modalCookies .modal-dialog.modal-dialog-centered{width:95%;max-width:1165px}
.cookies{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between}
.cookies-left{width:calc(100% - 250px)}
.cookies-btns{width:160px}
.cookies-btn{font-size:14px;width:100%;max-width:160px;text-transform:uppercase;padding:8px 5px}
div#modalCookies.in{display:flex!important;justify-content:center;align-items:center}



.dost-img {
    width: 42%;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.dost-img img {
    width: 100%;
}
.dost-reverse .dost-img {
    float: right;
    margin-right: 0;
    margin-left: 30px;
} 













