@charset 'utf-8'; :root {
    --maincolor: #968a74;
    --addcolor:  #323740;
    --lightcolor: #e9ebec;
    --font-light: 300;
    --font-normal: 400;
    --font-semibold: 600;
    --font-bold: 700;
    --gap: 15px;
}

.all-wrap { min-height: -webkit-calc(100vh - 230px); min-height: calc(100vh - 230px) } /* footer height */
.all-wrap > :last-child { margin-bottom: 50px; } /* footer margin */
.blocked { overflow: hidden; }

/* layout */

.wrap { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.grid-full { max-width: 100%; }
.grid-wrap { width: 100%; overflow-x: hidden; }
.grid-gap { margin-left: -10px; margin-right: -10px; }
.grid-gap > .item { padding: 0 10px 20px; }
.noflex .grid, .noflex .grid-gap { font-size: 0; display: block;}
.noflex .grid .item, .noflex .grid-gap .item { font-size: 15px; display: inline-block; vertical-align: top; }
.isflex .grid, .isflex .grid-gap { display: -webkit-flex; display: flex; -webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.isflex .grid .item, .isflex .grid-gap .item { max-width: 100%; }

.xs1 { width: 8.3333%; }
.xs2 { width: 16.6667%; }
.xs3 { width: 25%; }
.xs4 { width: 33.3333%; }
.xs5 { width: 41.6667%; }
.xs6 { width: 50%; }
.xs7 { width: 58.3333%; }
.xs8 { width: 66.6667%; }
.xs9 { width: 75%; }
.xs10 { width: 83.3333%; }
.xs11 { width: 91.6667%; }
.xs12 { width: 100%; }

[data-blur] {background-size: cover;}
[data-blur] img {width:100%; height:auto}

/* layout */
.title-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: baseline;
    align-items: baseline
}
.title-wrap .h1 { margin-bottom: 0; }

.breadcrumbs {padding:15px 0 15px;color: #968a74; /*border-bottom: 1px solid #e3e3e3;*/}
.breadcrumbs li { font-size:14px; display:inline-block; vertical-align: baseline; }

.breadcrumbs a, .breadcrumbs span { vertical-align:baseline; text-decoration: none;color: #89897e;}
.breadcrumbs a:hover { color:968a74; }
.breadcrumbs span span { color: #999; }

/* utilities */
a { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.colored { color: #968a74; }
.centered { text-align: center; }
.rounded { overflow: hidden; border-radius: 50%; margin: auto; }
.rounded-image { display: block; margin: 0; }
.tar { text-align: right; }
.jcc { -webkit-justify-content: center; justify-content: center; }
.w100p { width: 100%; }

/* buttons */
.to-top {position: fixed; z-index: 100; right: 22px; bottom: 50%; display: none; width: 50px; height: 50px; cursor: pointer; background: url(../images/arrow-up.svg) no-repeat center center #fff; background-size: 26px auto; box-shadow: 0 4px 17px 4px rgba(0, 0, 0, 0.09); border-radius: 50%;}
.to-top:hover { box-shadow:0px 8px 15px 4px rgba(43, 51, 54, 0.17); }

button {background-color: transparent; border-color: transparent;}
.btn {display: inline-block;padding: 8px 22px;text-align: center;vertical-align: middle;border: 1px solid;text-decoration: none;font-weight: 400;cursor: pointer;font-size: 15px;}
.btn-primary { color: #fff; background-color: #968a74; border-color: #968a74; }
.btn-secondary { color: #fff; background-color: #323740; border-color: #323740; }
.btn-default {color: #968a74;background-color: transparent;border-color: #968a74;font-weight: bold;}
.btn-default:hover { color: #fff; background-color: #968a74; }
.btn-secondary:hover { color: #fff; background-color: #323740; opacity: 0.8; }
.btn-primary:hover { color: #fff; opacity: 0.8; }
.btn-dotted { color: #968a74; border: 0; border-bottom: 1px dotted; background: none; font-weight: 600; line-height: 1.3; }
.btn-dashed { color: #968a74; border: 0; border-bottom: 1px dashed; background: none; font-weight: 600; line-height: 1.3; }
.btn-close { width: 50px; height: 50px; cursor: pointer; background: url('../images/btn-close.svg') center center no-repeat; background-size: 20px; }
[disabled] { cursor: default; }
.is-active .btn-menu-inner { -webkit-transition-delay: .12s; transition-delay: .12s; -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1); -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.is-active .btn-menu-inner::before { top: 0; -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out; transition: top .1s ease-out, opacity .1s .12s ease-out; opacity: 0; }
.is-active .btn-menu-inner::after { bottom: 0; -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1); transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1); transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1); transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.btn-menu-m { font: inherit; position: relative; z-index: 2; display: inline-block; overflow: visible; margin: 0; margin-left: 10px; padding: 4px; cursor: pointer; -webkit-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-property: opacity, -webkit-filter; transition-property: opacity, -webkit-filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; vertical-align: middle; text-transform: none; color: inherit; border: 0; background-color: transparent; }
.btn-menu-box { position: relative; display: inline-block; width: 32px; height: 24px; vertical-align: middle; }
.btn-menu-inner { top: 50%; display: block; margin-top: -2px; -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19); transition-timing-function: cubic-bezier(.55, .055, .675, .19); -webkit-transition-duration: .22s; transition-duration: .22s; }
.btn-menu-inner, .btn-menu-inner::before, .btn-menu-inner::after { position: absolute; width: 28px; height: 2px; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; border-radius: 4px; background-color: #191A1A; }
.btn-menu-inner::before, .btn-menu-inner::after { display: block; content: ''; }
.btn-menu-inner::before { top: -8px; -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in; transition: top .1s .25s ease-in, opacity .1s ease-in; }
.btn-menu-inner::after { bottom: -8px; -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19); transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19); transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19); transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19); }

/* links */
a { text-decoration: none; color: #448eb3;}
/* a:hover { opacity: 0.85; } */
.tel { color: inherit !important; text-decoration: none !important; }
.e-link { font-size: 10px; line-height: 1.3; position: relative; display: block; padding-left: 30px; text-align: left; text-decoration: none; text-transform: uppercase; opacity: .3; color: #fff; }
.e-link:hover { opacity: 1; }
.e-link:before { position: absolute; top: 50%; left: 0; display: inline-block; width: 24px; height: 24px; content: ''; vertical-align: middle; background: url('../images/e-logo-w.svg') no-repeat center center; background-size: contain; margin-top: -12px; }
.e-link span { display: inline-block; vertical-align: middle; }

/* typography */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { line-height: 1.3; }
h2, .h2, h3, .h3, h4, .h4 { font-weight: 700; }
h1, .h1 { font-size: 45px; margin-bottom: 28px; line-height: 1.1; }
h2, .h2 { font-size: 32px; margin-bottom: 22px; }
h3, .h3 { font-size: 22px; margin-bottom: 12px; }
h4, .h4 { font-size: 18px; margin-bottom: 12px; }
h5, .h5 { font-size: 16px; margin-bottom: 12px; color: #5f6669; }
.text-block { line-height: 1.6; color: #25333e; }
.text-block p { margin-bottom: 16px; }
.text-block ul li { position: relative; margin-bottom: 8px; padding-left: 10px; }
.text-block p:last-child, .text-block li:last-child { margin-bottom: 0; }
.text-block ul li:before { position: absolute; top: 10px; left: 0; display: block; width: 5px; height: 5px; margin-right: 6px; content: ''; background-color: #968a74; }
.text-block ol li { margin-bottom: 5px; list-style-position: inside; list-style-type: decimal; }
.text-block ol { counter-reset: li; }
.text-block ol li { position: relative; display: block; margin-bottom: 3px; padding-left: 26px; line-height: 28px; }
.text-block ol li::before { font-size: 12px; line-height: 20px; position: absolute; top: 4px; left: 0; width: 20px; height: 20px; content: counter(li); counter-increment: li; text-align: center; color: #fff; background-color: #968a74; }
.text-block ul, .text-block ol { margin-bottom: 16px; }
.text-block h2, .text-block h3 { color: #25333e; }
.text-block p + h2, .text-block p + h3 { margin-top: 30px; }
.text-block a { color: #448eb3; text-decoration: underline; }
.text-block a:hover {color: #968a74;}
.text-block img {vertical-align: middle;  width: auto; height: auto; /*display: block; margin: 30px auto; */ }
.text-block hr, .page-about hr { border:none; background:#e8e8e8; height:2px; margin: 30px 0; }

table, .text-block table { width: 100% !important; }
th { text-align: left; font-weight: 700; color: #968a74; }
th, td { padding: 10px 10px 10px 0; border-top: 1px solid #e8e8e8; }
th:last-child, td:last-child { padding-right: 0; }
tr:last-child th, tr:last-child td { border-bottom: 1px solid #e8e8e8; }

/* forms */
form {position: relative;}
[data-form-body].disabled { opacity: 0.7; }
[data-form-loader] { display: none; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../images/loader_1.svg) no-repeat center center; z-index: 10; }
[data-success], [data-error] { display: none; margin: 20px 0; }
.loader { margin: 40px auto; width: 40px; display: none; }
.loading { text-align: center; padding: 100px 0; background: url(../images/loader_1.svg) no-repeat center center; }
.form-desc { margin: 15px 0; font-size: 15px; }
.privacy-text { color: #888; font-size: 12px; margin: 15px 0; }
.privacy-text a { color: #968a74; }

.popup-dark { position: absolute; backdrop-filter: blur(5px); z-index: 998; top: 0; display: none; width: 100%; height: 100%; background: rgba(0,0,0,.8); }
.popup-box { position: absolute; z-index: 999; top: 50px; left: -webkit-calc(50% - 250px); left: calc(50% - 250px); display: none; width: 500px; background: #fff; }
.popup-box[data-box="quick-view"]{width:1600px; left: -webkit-calc(50% - 800px); left: calc(50% - 800px);}
.popup-box[data-box="quick-view"] .product-wrap {padding:0}
.popup-box[data-box="quick-view"] .wrap {width:auto}

.popup-box.popup-cart {width:720px; left: -webkit-calc(50% - 360px);}
.popup-cart .cart-item {border-bottom:1px solid #efefef; padding-top: 15px;  padding-bottom: 15px;}
.popup-cart .cart-buttons {margin-top:20px; float:right}
.popup-body { overflow: hidden; padding: 0 20px 20px 20px; }
.popup-header { position: relative; padding: 20px;}
.popup-header p {line-height: 30px; width: -webkit-calc(100% - 50px); width: calc(100% - 50px); margin: 0; text-align: left;}
.popup-box .btn-close { position: absolute; top: 0; right: 5px; height: 100%; }
.popup-body textarea { resize: none; }
.popup-body .success, .popup-body .error { display: none; }
.popup-body .textbox { overflow: hidden; margin-bottom: 0; padding-bottom: 14px; }
.popup-body .textbox p { margin-bottom: 10px; text-align: left; }

.textbox { margin-bottom: 20px; }
.textbox label, .textbox > p { margin-bottom: 6px; display: block; }
.textbox input, input.textbox, .textbox textarea, textarea.textbox { padding: 14px 20px; border: 1px solid #909c9c; }
.textbox input:focus, .textbox textarea:focus, input.textbox:focus, textarea.textbox:focus { border-color: #968a74; }
.textbox-info { font-size: 13px; color: #555; margin: 6px 0; display: block; }
input:disabled { color: #555; border-color: transparent !important; background-color: #ebebeb !important; }

.msg { margin-bottom: 20px; padding: 10px 15px; text-align: left; font-size: 14px; border: 1px solid; border-radius:3px; }
.msg:not(:first-child) {margin-top: 10px;}
.msg-success { color: #129679; border-color: #129679; font-weight: 600; background-color: #e0fbee; }
.msg-error { color: #7d3c3c; border-color: #f1bfbf; background-color: #fff8f8; }
.msg-info { color: #333; border-color: #eae3d1; background-color: #fff9e4; }
.msg p { margin-bottom: 0; }

.g-recaptcha { margin: 20px auto; }
.g-recaptcha > div { margin: auto; }

/* icons */
[class*='e-icon']::before {content: ''; display: inline-block; width: 22px; height: 22px;  vertical-align: middle; background-repeat: no-repeat; background-position: center center; background-size: contain; }
[class*='e-icon'].e-icon-single::before { margin-right: 0; }
[class*='e-icon'] span { display: inline-block; vertical-align: middle; margin-left: 6px; }

.pagination { margin: 30px 0; }
.pagination-list-item { display: inline-block; text-align: center; margin-right: 5px; vertical-align: middle; }
.pagination-list-item a , .pagination-list-item span {display: block;padding: 7px 12px;min-width: 38px;min-height: 38px;color: #000;background-color: #fff;border: 1px solid #000;-webkit-transition: none;transition: none;line-height: 1.5;}
.pagination-list-item a:hover { border-color: #968a74; color: #968a74; }
.pagination-list-item.active span {background-color: #968a74;cursor: default;color: #fff;border-color: #968a74;font-weight: 600;}
.link-prev::before, .link-next::after { content: ''; width: 18px; height: 18px; display: inline-block; vertical-align: middle; background-repeat: no-repeat; background-size: contain; background-position: center center; margin-top: -3px; }
.link-prev::before { background-image: url('../images/left-arrow.svg'); margin-right: 8px; }
.link-next::after { background-image: url('../images/right-arrow.svg'); margin-left: 8px; }

/* tabs */
.tabs { font-size: 0; margin-top: 40px; border-bottom: 2px solid #e8e8e8; position: relative; }
.tab-mob { display: none; }
.tabs li { font-size: 16px; display: inline-block; cursor: pointer; vertical-align: top; padding: 18px 0 17px; margin-right: 40px; font-weight: 700; position: relative; }
.tabs .active { color: #968a74; }
.tab-slider { display:inline-block; width:30px; height:4px; background-color:#968a74; position:absolute; z-index:9; bottom:-3px; -webkit-transition:all .2s linear; transition:all .2s linear; }
.content-list .tab-content { position: relative; display: none; }
.content-list .tab-content.active { display: block; }
.tabs.tabs-outline + .content-list { margin-bottom: 30px; }

/* page 404 */
.page-404 { text-align: center; background-color: #fff; padding: 30px; margin-top: 50px; }
.page-404 p { margin: auto; margin-bottom: 20px; max-width: 990px; }

.tooltip-text { -webkit-transition: all .2s ease-out; transition: all .2s ease-out; }
.tooltip { position: relative; }
.tooltip-text { font-size: 12px; position: absolute; z-index: 13; bottom: 100%; margin-bottom: 10px; left: 50%; display: block; visibility: hidden; width: 100px; margin-left: -50px; padding: 5px; text-align: center; opacity: 0; color: #fff; border-radius: 3px; background-color: #443b39; line-height: 1.3; -webkit-transform: translateY(-10px); transform: translateY(-10px) }
.no-touch .tooltip:hover .tooltip-text, .tooltip-text.visible { visibility: visible; opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) }
.tooltip-text::after { position: absolute; top: 100%; left: 50%; margin-left: -5px; content: ' '; border-width: 5px; border-style: solid; border-color: #443b39 transparent transparent; }





/* media */
@media screen and (max-width: 1599px) {
    .popup-box[data-box="quick-view"]{width:1400px; left: -webkit-calc(50% - 700px); left: calc(50% - 700px);}
}
@media screen and (max-width: 1366px) {
    .popup-box[data-box="quick-view"]{width:1200px; left: -webkit-calc(50% - 600px); left: calc(50% - 600px);}
}
@media screen and (min-width: 1024px) and (max-width: 1279px){
    .popup-box[data-box="quick-view"]{width:1000px; left: -webkit-calc(50% - 500px); left: calc(50% - 500px);}
}

@media screen and (max-width: 1023px) {
    h1, .h1 { font-size: 28px; margin-bottom: 16px; }
    h2, .h2 { font-size: 24px; margin-bottom: 16px; }
    h3, .h3 { font-size: 18px; margin-bottom: 12px; }
    h4, .h4 { font-size: 16px; margin-bottom: 12px; }
    .popup-box[data-box="quick-view"]{width:800px; left: -webkit-calc(50% - 400px); left: calc(50% - 400px);}
}


@media screen and (max-width: 767px) {

        h1, .h1, .text-block .h1 { font-size: 26px; }
        h2, .h2, .text-block .h2 { font-size: 22px; }
        .grid-gap { margin-left: -4px; margin-right: -4px; }
        .grid-gap> .item { padding: 4px; }

    .g-recaptcha { -webkit-transform: scale(.77); transform: scale(.77); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
    .popup-box { left: 5%; right: 5%; width: 90%; }

    .tab-mob::after { position: absolute; right: 0; top: 12px; content: ''; background: url('../images/arrow-down.svg') no-repeat center center; background-size: contain; width: 16px; height: 16px; display: block; }
    .tab-mob { font-weight: 500; display: block; border-bottom: 2px solid #e8e8e8; line-height: 1; padding: 16px 15px 12px 0; position: relative; background-color: transparent; }
    .tab-mob::after { top: 14px; }
    .tab-mob.active::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    .tab-content, .content-list { margin: 0; padding: 0; }
    .content-list { border-top: 2px solid #e8e8e8; margin-top: 20px; }
    .tab-content { margin-top: 10px; padding-bottom: 10px; border-bottom: 2px solid #e8e8e8; }
    .tabs { display: none; }

    .link-next, .link-prev { font-size: 0; }
    .pagination-list-item { margin-right: 0; }
    .link-prev::before, .link-next::after { margin: 0; }
    .pagination-list-item a, .pagination-list-item span { min-height: 0; padding: 10px 6px; min-width: 36px; }
}

@media screen and (min-width: 768px){
    .s1 { width: 8.3333%; }
    .s2 { width: 16.6667%; }
    .s20p { width: 20%; }
    .s3 { width: 25%; }
    .s4 { width: 33.3333%; }
    .s5 { width: 41.6667%; }
    .s6 { width: 50%; }
    .s7 { width: 58.3333%; }
    .s8 { width: 66.6667%; }
    .s9 { width: 75%; }
    .s10 { width: 83.3333%; }
    .s11 { width: 91.6667%; }
    .s12 { width: 100%; }
    .wrap, .wrap.wrap-full { width: 100%; padding-left: 30px; padding-right: 30px; }
}

@media screen and (min-width: 1024px){
    .m1 { width: 8.3333%; }
    .m2 { width: 16.6667%; }
    .m20p { width: 20%; }
    .m3 { width: 25%; }
    .m4 { width: 33.3333%; }
    .m5 { width: 41.6667%; }
    .m6 { width: 50%; }
    .m7 { width: 58.3333%; }
    .m8 { width: 66.6667%; }
    .m9 { width: 75%; }
    .m10 { width: 83.3333%; }
    .m11 { width: 91.6667%; }
    .m12 { width: 100%; }
    .wrap { width: 1000px; }
}

@media screen and (min-width: 1280px){
    .lg1 { width: 8.3333%; }
    .lg2 { width: 16.6667%; }
    .lg20p { width: 20%; }
    .lg3 { width: 25%; }
    .lg4 { width: 33.3333%; }
    .lg5 { width: 41.6667%; }
    .lg6 { width: 50%; }
    .lg7 { width: 58.3333%; }
    .lg8 { width: 66.6667%; }
    .lg9 { width: 75%; }
    .lg10 { width: 83.3333%; }
    .lg11 { width: 91.6667%; }
    .lg12 { width: 100%; }
    .wrap { width: 1230px; }
}

@media screen and (min-width: 1366px){
    .xlg1 { width: 8.3333%; }
    .xlg2 { width: 16.6667%; }
    .xlg20p { width: 20%; }
    .xlg3 { width: 25%; }
    .xlg4 { width: 33.3333%; }
    .xlg5 { width: 41.6667%; }
    .xlg6 { width: 50%; }
    .xlg7 { width: 58.3333%; }
    .xlg8 { width: 66.6667%; }
    .xlg9 { width: 75%; }
    .xlg10 { width: 83.3333%; }
    .xlg11 { width: 91.6667%; }
    .xlg12 { width: 100%; }
    .wrap { width: 1326px; }
}


@media screen and (min-width: 1600px){
    .wrap {width: 1500px;}
}