button:hover,
input[type="submit"]:hover,
a:not(.no-transparent):hover {
    opacity: 1;
}
.is-index-page {
    overflow-x: hidden;
} 
[name="variant_id"] {
    display: none;
}
.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #222939;
    border: 0px solid #ccc;
    font-weight: 400;
    width: 100%;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 10px;
    white-space: nowrap;
    outline: none;
}

.styledSelect:after {
    content: "";
    position: relative;
    top: 0px;
    right: -11px;
    width: 12px;
    height: 10px;
    background: url("arrow_more.svg") no-repeat center center / 11px transparent;
    display: inline-block;
}

.arrows {
    width: 12px;
    height: 10px;
    background: url("arrow_more.svg") no-repeat center center / 11px transparent;
    display: inline-block;
}

.styledSelect:active,
.styledSelect.active {
    background-color: transparent;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li { 
    margin: 0 0;
    padding: 0 10px;
}

.options li:hover {
    background-color: #39f;
    color: white;
}

.underline {
    text-decoration: underline;
}

.nartistHeader {
    background-color: #edebe9;
    color: #1e1e1e;
    font-weight: 700;
}

.container_wide {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1770px;
}

.container_narrow {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
}

.action-block__wrap > .row,
.divaloreHeader > .row {
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}

.divaloreHeader__left-side,
.divaloreHeader__icons,
.location {
    display: flex;
    flex: 1 1 50%;
    flex-wrap: nowrap;
}

.currency,
.location {
    font-size: 14px;
    font-weight: 300;
    padding: 0 30px;
    position: relative;
}

.currency select,
.location select {
    border: 0px solid;
}

.location:after {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    top: 0;
    left: 0;
    background: url("icon-geotag.svg") no-repeat center center / 11px transparent;
}

.curr__icon {
    width: 25px;
    height: 25px;
    background: url("currency_RUR.svg") no-repeat center center / cover transparent;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: -3px;
    display: none;
}

.curr_RUR {
    background: url("currency_RUR.svg") no-repeat center center / cover transparent;
}

.curr_USD {
    background: url("currency_USD.svg") no-repeat center center / cover transparent;
}

.main-wrapper {
    margin-top: 140px;
}

.header-wrapper {
    background-color: white;
    transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.header-wrapper.scrolled {
    box-shadow: 0 1px 0 0 #ebf0f5, 0 0px 25px rgba(0, 0, 0, 0.15);
    padding-bottom: 0px;
}

.header-wrapper.scrolled .divaloreHeader__logo {
    font-size: 28px;
}

.divaloreHeader__icons {
    justify-content: flex-end;
}

.divaloreHeader__icon {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
    margin: 0 17px;
    align-items: center;
    cursor: pointer;
}

.divaloreHeader__icon:last-child {
    margin-right: 0;
}

.divaloreStyle,
.divaloreHeader__logo {
    //font-family: "Cera Stencil PRO Trial";
    //font-size: 48px;
    //text-transform: uppercase;
    //font-weight: 500;
    //white-space: nowrap;
    text-align: center;
    position: relative;
    outline: none;
}

.divaloreHeader__logo {
    bottom: -2px;
}

.divaloreHeader__icons .search_widget {
    display: flex;
    width: 0px;
    overflow: hidden;
    background: white;
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    height: 50%;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.search_widget.search_opened {
    width: 35%;
    overflow: visible;
    position: absolute;
}

.inpt-group {
    width: 90%;
    border-bottom: 3px solid #1e1e1e;
    position: relative;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 30px;
    padding-bottom: 7px;
    margin-left: 25px;
    background: white;
}

.close {
    cursor: pointer;
    position: absolute;
    left: -30px;
    top: -5px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    z-index: 30;
}

.close::before,
.close::after {
    position: absolute;
    left: 15px;
    top: 8px;
    content: "";
    height: 15px;
    width: 1px;
    background-color: #333;
}

.close::after {
    transform: rotate(-45deg);
}

.close::before {
    transform: rotate(45deg);
}

header .search_widget-submit {
    position: relative;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("icon-1-search.svg") no-repeat center center transparent;
    opacity: 0.5;
}

.search_widget-result {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 8px 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 20px -10px rgba(0, 0, 0, 0.75);
}

.ajax-search-item {
    background-color: white;
}

.ajax-search-item:hover {
    background-color: #b78b69;
}

.ajax-search-link {
    padding: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.divaloreHeader__icon.search, .icon-search-black {
    background: url("icon-1-search.svg") no-repeat center center transparent;
}
.icon-search-black {
    height: 25px;
    width: 25px;
    padding: 30px;
    border: 0px solid;
}
.divaloreHeader__icon.favorites {
    background: url("icon-2-heart.svg") no-repeat center center transparent;
}

.divaloreHeader__icon.login {
    background: url("icon-3-user.svg") no-repeat center center transparent;
}

.divaloreHeader__icon.cart {
    background: url("icon-4-basket.svg") no-repeat 10px center transparent;
    width: auto;
    padding-left: 33px;
    white-space: nowrap;
    position: relative;
}

.dynamic_basket-drop {
    position: absolute;
    top: 0;
    left: 0;
}
.divaloreHeader__icons .icon-search-black {
    display: none;
}

.divaloreHeader__icons .search_widget input {
    padding: 0;
    border: 0px solid;
    flex: 1 1 100%;
    background: transparent;
}

.divaloreHeader__icon span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.divaloreHeader__icon.favorites span {
    right: -30px;
    position: relative;
}

.divaloreHeader__icon.favorites span.is-empty {
    display: none;
}

.cart_info {
    padding: 0;
}

.cart_summ {
    display: inline;
    font-weight: 300;
}

.cart_info b {
    padding: 0;
    line-height: 14px;
    font-size: 14px;
}

.divaloreHeader__mainnav {
    position: relative;
    bottom: -2px;
}

.divaloreHeader__mainnav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.divaloreHeader__mainnav a {
    color: #222939;
    font-family: Gilroy;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 20px;
    width: auto;
    height: 100%;
    text-align: center;
}

.divaloreHeader__mainnav li{position:relative}
.divaloreHeader__mainnav li ul{
    display:none;
    position:absolute;
    background: #fff;
    line-height: 180%;
    white-space: nowrap;
    padding: 10px 0;
    box-shadow: 3px 3px 5px #00000044;
}
.divaloreHeader__mainnav li:hover>ul{display:block}
.divaloreHeader__mainnav li:hover>ul li{opacity:0.5}
.divaloreHeader__mainnav li:hover>ul li:hover{opacity:1}


/* Prospero */
.menu__link {     
    color: #222939;
    font-family: Gilroy;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.tab button,
.divaloreHeader__mainnav .menu__link {
    position: relative;
    display: block;
    margin: 0 0.5em;
    padding: 0.75em 0;
    text-align: center;
    color: #222939;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    white-space: nowrap;
}

.divaloreHeader__mainnav:hover .menu__link {
    color: #bbb;
}

.divaloreHeader__mainnav .menu__item--current .menu__link,
.menu__item:hover .menu__link,
a.breadcrumb-link:hover {
    color: #222939;
}
.tab button::before,
.divaloreHeader__mainnav .menu__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #222939;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

.divaloreHeader__mainnav .menu__item--current .menu__link::before,
.divaloreHeader__mainnav .menu__item:hover .menu__link::before,
.tab button:hover::before, a[href="/page/aktsii"].menu__link::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* Ujarak */

.button--ujarak {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.button--ujarak::before,
.button--ujarak::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6cf75;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak::after {
    background: white;
    z-index: -3;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.button--ujarak,
.button--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak:hover {
    border-color: #222939;
}

.button--ujarak:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.promo {
    position: relative;
    z-index: 3;
}
.promo,
.carousel {
    width: 100%;
    overflow: hidden;
}
.promo__wrap {
    margin-top: 7px;
    margin-bottom: 25px;
}

.promo__img_wrapper {
    margin: 0 10px;
    height: 800px;
    overflow: hidden;
}

.promo__img_wrapper img {
    padding-top: 10px;
}

.promo_text {
    position: absolute;
    width: 304px;
    top: 27%;
    right: 15%;
    text-align: left;
    color: #222939;
    font-family: "Playfair Display";
    font-weight: 400;
    text-transform: uppercase;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.swiper-lazy-loaded {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.garderob__image_full .garderob__image_shadow:hover {
    background-position: 0 130px;
}

.garderob__image_shadow:hover a {
    text-decoration: underline;
}

.main-slider .swiper-slide {
    font-size: 24px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    max-height: 800px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    padding: 0px;
    object-fit: cover;
    width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: 100%;
}

.main-slider .swiper-slide .button1 {
    width: 168px;
    left: calc(50% - 117px);
    position: absolute;
    bottom: -25px;
    z-index: 15;
}

.swiper-button-next,
.swiper-button-prev {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: transparent;
    opacity: 0.9;
    outline: none;
}

.swiper-button-next {
    right: -50%;
}

.swiper-button-prev {
    left: -50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    background-color: #f6cf75;
    width: 77px;
    height: 50px;
    color: #222939;
    font-size: 21px;
    line-height: 51px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1), left 0.5s cubic-bezier(0.23, 1, 0.32, 1),
        right 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.swiper-button-prev::after {
    text-align: left;
    left: auto;
    right: 0;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    width: 90px;
}

.swiper-button-next::after {
    text-align: right;
}

.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(34, 41, 57, 0.7), rgba(34, 41, 57, 0.7));
}

.text1 {
    top: 47%;
    right: 10%;
}

.text3 {
    color: white;
    top: 65%;
    right: 10%;
}

.text4 {
    color: white;
    top: 77%;
    left: 30%;
}

.button1,
.button2 {
    cursor: pointer;
    display: block;
    background: transparent;
    border: 3px solid #222939;
    padding: 0 30px;
    width: 235px;
    height: 50px;
    line-height: 49px;
    color: #222939;
    font-family: Gilroy;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}
.button3 {
    cursor: pointer;
    display: block;
    background: transparent;
    border: 3px solid #d2d2d2;
    padding: 0 30px;
    width: auto;
    height: 42px;
    line-height: normal;
    color: #222939;
    font-family: Gilroy;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}

.button2 {
    border-color: #b78b69;
    background-color: #ffffff;
    color: #b78b69;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 45px;
}

.button2:hover {
    background-color: #b78b69;
    color: #ffffff;
}

h2 {
    color: #222939;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.greeting {
    background-color: #f1f1f1;
    position: relative;
    height: 900px;
    margin-bottom: 500px;
}

.greeting__wrap {
    height: 500px;
    position: relative;
}

.greeting:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50vw;
    height: 113%;
    background: url("pic1-cut5.png") no-repeat left center transparent;
    background-size: initial;
    z-index: 0;
}

.greeting:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background: url("pic12.png") no-repeat right bottom / contain transparent;
    z-index: 0;
}

.greeting .decor-divider {
    margin-top: 125px;
}

.greeting__header {
    text-align: center;
    padding: 75px 0;
    background-color: white;
}

.decor-divider {
    background: url("decor_black.svg") no-repeat center center / 65px transparent;
    width: 100%;
    height: 100px;
}

.decor-divider.white {
    background: url("decor_white.svg") no-repeat center center / 65px transparent;
}

.greeting__text {
    text-align: center;
    width: 410px;
    margin: 0 auto;
    color: #222939;
    font-family: Gilroy;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
}

.divarication {
    min-height: 519px;
    height: 100%;
    border: 1px solid #b78b69;
    background-color: #ffffff;
    padding: 9px;
    bottom: 0px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
}

.divarication:hover {
    border-color: rgba(78, 49, 24, 0.377);
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
}

.divarication__wrapper {
    position: relative;
    min-height: 519px;
    z-index: 5;
    bottom: -150px;
}

.divarication__block {
    background: repeating-linear-gradient(109deg, #b78b69, #b78b69 1px, #fff 1px, #fff 4px);
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px;
    margin: 0;
}

.divarication__block_wrap {
    text-align: center;
    background: white;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 75px 30px;
    flex-direction: column;
    align-items: center;
}

.divarication__icon_1,
.divarication__icon_2,
.divarication__icon_3,
.divarication__icon_4,
.action-block figure {
    width: 100%;
    height: 95px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.divarication__icon_1 {
    background-image: url("figure1.svg");
}

.divarication__icon_2 {
    background-image: url("figure2.svg");
}

.divarication__icon_3 {
    background-image: url("figure3.svg");
}

.divarication__icon_4 {
    background-image: url("figure4.svg");
}

figure.pants,
figure.needle {
    height: 100px;
    margin-bottom: 0;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

figure.needle {
    background-image: url("figure-needle.svg");
}

figure.pants {
    background-image: url("figure-pants.svg");
}

.icon__list figure.icon {
    transition: all 0.9s;
    position: relative;
    width: 175px;
    height: 175px;
    margin: 0 auto 20px;
    padding: 15px;
    background: url("figure5.svg") no-repeat center center / 130px 110px transparent;
    border-radius: 50%;
}

.icon__item {
    position: relative;
}

.icon__item:after {
    position: absolute;
    content: "";
    top: -5%;
    left: 2.5%;
    padding: 0;
    z-index: 10;
    border: 1px dashed #b78b69;
    width: 95%;
    height: 115%;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.icon__list .icon__item:nth-child(1) figure {
    background-image: url("figure5.svg");
}

.icon__list .icon__item:nth-child(2) figure {
    background-image: url("figure6.svg");
}

.icon__list .icon__item:nth-child(3) figure {
    background-image: url("figure7.svg");
    background-size: 90px 90px;
}

.icon__list .icon__item:nth-child(4) figure {
    background-image: url("figure8.svg");
}

.icon__item:hover:after {
    opacity: 1;
    transform: scale(1);
}

.divarication__title {
    color: #222939;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    height: 90px;
    width: 265px;
    line-height: 30px;
}

.divarication__text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}

.carousel_collections {
    padding: 0 0 90px;
}

.template-is-cart .carousel_collections {
    overflow: hidden;
}

.carousel_collections .decor-divider {
    height: 50px;
    margin-bottom: 19px;
}

.carousel_collections .tablinks {
    outline: none;
    background: none;
}

.action-block__wrap {
    border: 1px solid #e8e8e8;
    padding: 30px 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.action-block__wrap .row > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.action-block_title,
.action-block_link {
    font-size: 13px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.action-block_link {
    padding-top: 15px;
    font-weight: 300;
    text-decoration: underline;
}

.banner {
    margin-bottom: 50px;
}

.banner .half_right .half__img_framing {
    height: 100%;
}

.banner__wrap,
.banner2__wrap {
    display: flex;
    flex-wrap: nowrap;
    height: 800px;
}

.banner2__wrap {
    min-height: 430px;
}

.banner2 .half__img_full {
    height: 430px;
}

.banner__flip-wrap {
    position: relative;
}

#no-flip {
    z-index: -3;
}

#no-flip .half_right {
    visibility: hidden;
}

#no-flip.transitionend {
    z-index: 10;
}

#no-flip.transitionend .half_right {
    visibility: visible;
}

.banner__wrap {
    -webkit-transition: all 1100ms ease-in-out;
    -o-transition: all 1100ms ease-in-out;
    transition: all 1100ms ease-in-out;
    position: relative;
    left: 25%;
}

.banner__wrap .half_right {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner__wrap.cover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.aos-animate .banner__wrap {
    left: 0;
}

.aos-animate .banner__wrap.flip-front,
.aos-animate .banner__wrap.flip-back {
    z-index: 0;
}

.aos-animate .banner__wrap.flip-front {
    z-index: 3;
}

.banner__wrap.flip-front,
.banner__wrap.flip-back {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner__wrap.flip-front {
    z-index: 2;
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    background: transparent;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #f5f5f5;
}

.aos-animate .banner__wrap.flip-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.aos-animate .banner__wrap.flip-back {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
}

.aos-animate .banner__wrap.cover .half_right {
    visibility: visible;
}

.flip-back .half__img_full {
    background: repeating-linear-gradient(107deg, #b78b69, #b78b69 1px, #a98161 1px, #a98161 4px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.flip-front .half_left,
.flip-back .half__img_framing {
    visibility: hidden;
}

.half_left,
.half_right,
.wide-half_left,
.wide-half_right {
    flex: 1 1 50%;
    text-align: center;
    color: white;
    position: relative;
}

.half_left.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.half__img_full,
.garderob__image_full {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 150px;
}

.half_left .half__shadow,
.half_right .half__shadow,
.wide-half_left .half__shadow,
.wide-half_right .half__shadow,
.garderob__image_full .garderob__image_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.half__img_full {
    background: url("divalore_files/banner__right-img.jpg") no-repeat center center / cover transparent;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.garderob__image_full .garderob__image_shadow {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.half_right.invis {
    visibility: hidden;
}

.half_right .half__img_framing {
    background: repeating-linear-gradient(107deg, #b6b6b6, #b6b6b6 1px, #fff 1px, #fff 4px);
    height: auto;
    padding: 80px;
}

.half_right .half__shadow {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.half__shadow .bttn_favorite {
    display: flex;
    height: 15px;
    width: 15px;
    padding: 27px;
    position: relative;
    margin: 0 17px;
    background: url("icon-2-heart-white.svg") no-repeat center center transparent;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.half__text1 {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 50px 0;
    width: 261px;
}

.half__text2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 50px 0;
    width: 151px;
}

.half__shadow {
    -webkit-transition: all 900ms;
    -o-transition: all 900ms;
    transition: all 900ms;
    opacity: 1;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.half__shadow p {
    -webkit-transition: all 900ms;
    -o-transition: all 900ms;
    transition: all 900ms;
}

.half__shadow a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.half__shadow:hover {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-position: 0 30vh;
}

.half__shadow:hover a {
    transform: scale(1.1);
}

.half__shadow:hover p {
    transform: translate(0, 15px);
}

.wide-half_left,
.wide-half_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    height: auto;
}

.banner2 .button1 {
    position: relative;
    top: -25px;
    width: 235px;
    cursor: pointer;
}

.half__title2 {
    color: #1e1e1e;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 50px;
}

.icons {
    margin-bottom: 75px;
}

.template-is-product .icons,
.template-is-cart .icons,
.template-is-product .instagram {
    margin-top: 75px;
}

.template-is-collection .breadcrubms {
    padding-bottom: 0;
}

.icon__item {
    padding: 0 60px;
    text-align: center;
}

.icon__signature {
    text-transform: uppercase;
}

.instagram {
    min-height: 790px;
    background-color: #f1f1f1;
    background-image: url("pic3.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.instagram__wrap .row > div:first-child {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 75px;
  /*  padding-right: 50px; */
    padding-bottom: 150px;
}

.instagram__header {
    width: 136px;
    color: #222939;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
}

.instagram__icon {
    color: #222939;
    font-family: Gilroy;
    font-size: 13px;
    line-height: 55px;
    font-weight: 300;
    text-transform: uppercase;
    background: url("icon-insta.svg") no-repeat center left / 34px transparent;
    padding: 15px 0 15px 45px;
}

.instagram__wrap .row > a {
    display: flex;
    flex-wrap: wrap;
}

.instagram__text p {
    padding-top: 50px;
}

.instagram__text p.uppercase {
    padding-top: 150px;
}

.instagram__text b {
    padding-top: 30px;
    display: inline-block;
}

.uppercase {
    text-transform: uppercase;
}

.instagram .container {
    padding-left: 0;
    padding-right: 0;
}

.instagram__img {
    width: auto;
    object-fit: cover;
    max-height: 285px;
}

.instagram__input {
    margin-top: 35px;
    padding: 20px;
    width: 234px;
    height: 50px;
    border: 1px solid #d1d1d1;
    color: #d0d0d0;
    text-transform: uppercase;
}

.instagram__input::-moz-placeholder {
    color: #d0d0d0;
}

.instagram .button1 {
    width: 234px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
}

.addHelp {
    padding: 75px 20px;
    color: white;
    background: repeating-linear-gradient(107deg, #b78b69, #b78b69 1px, #a98161 1px, #a98161 4px);
    text-align: center;
}

.addHelp h2 {
    color: white;
}

.addHelp .decor-divider {
    height: 67px;
}

.addHelp span {
    line-height: 31px;
}

.addHelp__text {
    display: inline-block;
}

.addLinks {
    padding: 75px 0;
    text-transform: uppercase;
}

.addLinks__name {
    text-align: left;
}

.addLinks__name.divaloreStyle {
    padding-left: 0;
    left: -5px;
}

.addLinks__column {
    font-size: 13px;
}

.addLinks__title {
    color: #222939;
    font-weight: 700;
    line-height: 60px;
    font-size: 13px;
}

.addLinks__link {
    font-size: 13px;
    line-height: 31px;
}
.addLinks__link a {
    font-weight: 400;
}
.addLinks__link a:hover,
.addLinks__link a:focus {
    text-decoration: underline;
    color: #343435;
}

.link-tel {
    background: url("icon-tel.svg") no-repeat center left / 11px transparent;
}

.icon-whatsup-chat {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsup_icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    padding: 25px;
    background: url("icon-whatsupp.svg") no-repeat center center transparent;
}

.footer__map {
    height: 490px;
    position: relative;
}

.footer__map {
    height: 490px;
    position: relative;
}

.footer__map .filtermap {
    display: block;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222939;
    opacity: 0.5;
    z-index: 10;
    filter: brightness(0.5), hue-rotate(360deg), saturate(200%);
}

.footer__map .filtermap:hover {
    opacity: 0.85;
}

.divaloreFooter {
    background-color: #222939;
}

.divaloreFooter_container {
    padding: 0 0 10px;
    color: white;
    position: relative;
}

.divaloreFooter_container .row {
    text-align: center;
    justify-content: center;
    padding-top: 15px;
}

.divaloreFooter_container .column__name {
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.icon-soc {
    cursor: pointer;
    margin: 0 21px;
    font-size: 19px;
}

.js-to-top {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("arrow.svg") no-repeat center 15px / 18px transparent;
    width: 50px;
    height: 77px;
    background-color: #ffffff;
    opacity: 0.9;
    z-index: 100;
}

.garderob__image_full {
    height: 496px;
    overflow: hidden;
}

.garderob-slider .swiper-button-next {
    right: calc(-50% - 127px);
}

.garderob-slider .swiper-button-prev {
    left: calc(-50% - 127px);
}

.garderob-slider .next-shadow {
    position: absolute;
    content: "";
    top: 0;
    right: -9128px;
    width: 9000px;
    height: 496px;
    background-color: #222939;
    opacity: 0.5;
    z-index: 5;
}

.garderob-slider .prev-shadow {
    position: absolute;
    content: "";
    top: 0;
    left: -9128px;
    width: 9000px;
    height: 496px;
    background-color: #222939;
    opacity: 0.5;
    z-index: 5;
}

.garderob__collection {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 29px;
}

.garderob__title {
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 17px 29px 33px;
}

#rel_products .product__list,
.tabcontent .product__list {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
}

.product {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product.swiper-slide {
    align-items: flex-start;
}

.product .product-block {
    width: 100%;
}

.product-block_hidden {
    opacity: 0;
    position: absolute;
    top: -10px;
    left: -5px;
    padding: 10px;
    height: calc(100% + 20px);
    width: calc(100% + 10px);
    background: white;
    box-shadow: 0 0 72px 1px rgba(157, 157, 157, 0.35);
    z-index: 5;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.product:hover .product-block_hidden {
    opacity: 1;
}

.swiper-slide .product-block_hidden {
    left: -10px;
    width: 100%;
}

.product-wrapper {
    /* height: 100%; */
}

.product-img__wrap {
    /* height: 100%;
    max-height: 605px; */
    height: 605px;
    position: relative;
    overflow: hidden;
}

.product__related_wrap .product-img__wrap {
    overflow: visible;
}

.product.acessory .product-block_hidden {
    display: none;
}
.acessory .product-quad {
    max-height: 400px;
    position: relative;
}
.acessory .product-img__wrap {
    height: auto;
    overflow: visible;
}

.acessory .product-img__relative {
    height: auto;
    padding: 0 0 100% 0;
}

.product-img__wrap .bttn-favorite {
    top: 28px;
    right: 27px;
}

.product__related_header {
    font-size: 21px;
    text-align: center;
    font-family: "Playfair Display";
    margin-top: 40px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.product__related_wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-right: -10px;
}

.gallery__item {
    min-height: 536px;
}

.img__relative,
.product-img__relative {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.img__relative .product-img,
.product-img__relative .product-img,
.half__img_full img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: auto;
}

.half__img_full img {
    padding: 0px;
    object-fit: cover;
    width: 100%;
}

.item__wrap_list .product-img__relative {
    display: flex;
    flex: 0 1 133px;
    padding: 0 0 13% 0;
    overflow: hidden;
    max-height: 215px;
}

.item__wrap_list .product-img__relative .item__img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: auto;
    max-width: none;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.product__variants-count {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 25px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 10px;
    background-color: #222939;
    color: white;
    z-index: 1;
}
.product:hover .product__stick,
.product:hover .product__variants-count {
    z-index: 5;
}
.sticker__wrap {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.card_regular .sticker__wrap {
    z-index: 10;
}
.product__stick,
.stiker {
    width: auto;
    margin-right: 10px;
    padding: 1px 11px;
    white-space: nowrap;
    line-height: 19px;
}
.stiker-new {
    background-color: #222939;
    color: white;
}

.stiker-hit {
    background-color: #b78b69;
    color: white;
}

.stiker-sale {
    background-color: #722121;
    color: white;
}

.product__variants-count {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    line-height: 25px;
    font-size: 11px;
    font-weight: 700;
    background-color: white;
    color: #222939;
}

.product-img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__info {
    display: flex;
    flex-basis: 25%;
    flex-direction: column;
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 300;
    max-height: 90px;
}

.product__info span {
    white-space: nowrap;
}

#tabSlider .swiper-wrapper {
    justify-content: center;
}

.tab {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.tab button {
    cursor: pointer;
    border: 0px solid;
    font-size: 13px;
    color: #222939;
    padding: 10px 0;
    margin: 0 30px;
    text-transform: uppercase;
    transition: 0.3s;
    width: auto;
}

.tab button {
    white-space: nowrap;
}

.tab button.active {
    font-weight: 700;
}

.tabcontent {
    animation: fadeEffect 0.9s ease-in-out;
}

.card-bundle {
    padding: 45px 20px 0;
    flex: 0 1 667px;
    max-height: 667px;
    align-items: center;
    position: relative;
}

.card-bundle__item {
    display: flex;
    flex-direction: column;
    max-height: 217px;
    justify-content: center;
    align-items: flex-start;
}

.card-bundle__item .image-container {
    overflow: hidden;
}

.dynamic_item-image .image-container img,
.card-bundle__item .image-container img {
    width: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.card-bundle__price {
    color: #b78b69;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.card-bundle__img {
    object-fit: contain;
    max-height: 150px;
    margin: 0;
}

.card-bundle__item_title {
    color: #222939;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding-right: 6px;
    line-height: 18px;
}

.bundle__price {
    color: #b78b69;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.prod-title_wrap,
.price_wrap {
    display: flex;
    flex-direction: column;
}

.prod-title_wrap {
    flex-basis: 65%;
}

.price_wrap {
    flex-basis: 15%;
}

.price,
.item__price {
    color: #b78b69;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    white-space: nowrap;
}

.prod-title {
    color: #222939;
    font-size: 14px;
    font-weight: 300;
}

.prod-type {
    color: #222939;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 300;
}

.prod-title {
    color: #222939;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.price_old {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.product-name-block {
    padding: 15px 20px 10px;
    flex: 1 0 93px;
}

.product-name-block a {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
}

.product-name-block .bttn-favorite {
    margin: 21px;
    top: 8px;
    right: 13px;
}

.bttn-favorite {
    background: url("icon-2-heart.svg") no-repeat center right transparent;
    position: absolute;
    height: 19px;
    width: 140px;
    border: 0px solid;
    font-size: 13px;
    font-weight: 300;
    z-index: 5;
}

.bttn-favorite.is-added {
    background: url("icon-2-heart-yellow.svg") no-repeat center right transparent;
}

.product-block_hidden .bttn-favorite {
    top: 28px;
    right: 27px;
    line-height: 13px;
    font-size: 13px;
}

.card-bundle .bttn-favorite {
    top: 28px;
    right: 27px;
}

.card__bundle_wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}
.product-block_hidden a.underline {
    position: absolute;
    top: 38px;
    left: 37px;
    color: #222939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 15;
}

.burger-mobile {
    width: 70px;
    height: 50px;
    background: url("5-burger.svg") no-repeat center left / 23px transparent;
}

.topline {
    padding-top: 27px;
    margin-bottom: 15px;
    border-bottom: #222939 3px solid;
}

.breadcrubms,
.breadcrubms__list {
    display: flex;
    flex-wrap: nowrap;
}

.breadcrubms__list {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #8c8c8c;
}

.breadcrubms {
    justify-content: space-between;
    padding-bottom: 21px;
}

.breadcrumb__item {
    position: relative;
}

.breadcrumb__item:not(:last-child) {
    padding-right: 35px;
}

.breadcrumb__item:not(:last-child)::after {
    position: absolute;
    right: -7px;
    top: 3px;
    content: "";
    margin: 0 23px;
    padding: 0;
    display: block;
    height: 10px;
    border-right: 1px solid #8c8c8c;
    transform: rotate(45deg);
}

.cartRemoveAll {
    cursor: pointer;
    padding: 0;
    border: 0px solid;
    font-size: 13px;
}

.item.row {
    align-items: center;
    position: relative;
}

.item__img_wrap {
    padding-right: 10px;
    min-height: 187px;
}

.item__img_wrap {
    padding-right: 10px;
}

.acessory .item__img_wrap {
    height: 125px;
    min-height: auto;
    padding: 0;
}

.acessory .product-img__relative .item__img {
    height: auto;
    max-height: none;
    left: auto;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.item__wrap_list {
    border: 1px solid #e8e8e8;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.item__info_wrap {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    flex: 1 1 100%;
}

.item__inscription {
    flex: 0 0.5 41%;
    display: flex;
    flex-direction: column-reverse;
    color: #222939;
    font-size: 14px;
    font-weight: 300;
}

.item__link {
    flex: 1 1 10%;
    color: #1e1e1e;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.item__artic {
    flex: 0 1 40%;
    display: flex;
    flex-direction: column-reverse;
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}
.item__var_column {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 15%;
}
.item__var_wrap {
    display: flex;
    flex-direction: column;
    line-height: 23px;
    padding: 0 10px;
    justify-content: flex-start;
}

.item__var_name {
    color: #222939;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}

.item__var_value {
    min-width: 80px;
    height: 24px;
    background-color: white;
    border: 1px solid rgba(186, 186, 186, 0.9);
    text-align: center;
    color: #222939;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}

.value_color {
    display: block;
    height: 12px;
    width: 12px;
    background-color: #9e9e9e;
    margin-right: 5px;
}

.item__act {
    position: relative;
    display: flex;
    flex: 1 0 auto;
    align-items: center;
}

.item__act button,
.item__act .bttn-favorite.is-added {
    border: 0px solid;
    position: relative;
    width: 50px;
    height: 50px;
    background-position: center center;
}

.filters-clear .bttn-delete-item,
.item__act .bttn-delete-item,
.collection-filter-and-sort .collection-filter .filter-items-wrapper .bttn-delete-item,
.item-delete.dynamic_item-del {
    cursor: pointer;
    width: 23px; 
    height: 23px;
    border: 0px solid;
    background: url("icon-close-white.svg") no-repeat center center / 59% #b78b69;
}
.filter-span {
    width: 100%;
}
.quantity-controls {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.quantity-controls button {
    color: white;
    border: 0px solid;
    flex-basis: 33%;
    background: url("arrow_more.svg") no-repeat center center / 13px white;
}

.quantity-controls button:last-child {
    transform: scaleY(-1);
}

.quantity-controls input {
    border: 0px solid;
    border-bottom: 3px solid #222939;
    width: 17px;
    text-align: center;
    font-weight: bold;
}
.item__quantity {
    min-width: 115px;
}
.item__price_total {
    color: #c2c2c2;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
}

.gray-text {
    color: #8c8c8c;
}

.summary {
    padding: 0 0 40px;
}

.summary .gray-text {
    font-size: 12px;
    font-weight: 300;
}

.summary__wrap {
    height: 146px;
    margin-top: 7px;
    border: 3px solid #222939;
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
}

.summary__wrap > div {
    border-right: 3px solid #222939;
    height: 100%;
    display: flex;
}

.summary__promo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.summary__promo .notice {
    background-color: transparent;
    font-size: 19px;
}

.summary__promo .instagram__input {
    margin-top: 0;
    margin-bottom: 5px;
}

.summary__promo .button1 {
    border-color: #bbbbbb;
    width: 234px;
}

.summary__service {
    align-items: center;
    justify-content: center;
}

.summary__service figure.needle {
    margin: 0 0 0 20px;
    background-position: center center;
}

.checkbox__wrap {
    color: #222939;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.checkbox__wrap input {
    visibility: hidden;
    display: none;
}

.checkbox__wrap span {
    margin-right: 11px;
    flex: 0 0 18px;
    position: relative;
    width: 18px;
    height: 18px;
    box-shadow: inset 0 0 0 2px #222939;
    line-height: 1.2;
    background-color: white;
}

.checkbox__wrap input:checked + span {
}

.summary__summ {
    background-color: #b78b69;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart__total {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.cart__total b {
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    flex-basis: 35%;
}

.cart__total label {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 5px;
}

.summary__submit {
    background-color: #222939;
    justify-content: center;
    align-items: center;
}

.summary__submit .checkout-submit {
    border-color: white;
    color: white;
    background: #222939;
    cursor: pointer;
}

.summary__submit .checkout-submit:hover {
    color: #222939;
    background: white;
}

.product-block.acessory .product__buy,
.product-block_hidden.acessory .product__buy {
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 130px;
    height: 50px;
    border: 3px solid #222939;
    background-color: #ffffff;
    transform: translateX(-50%);
    cursor: pointer;
    padding: 0;
}

.product-block.acessory .product-name-block a,
.product-block_hidden.acessory .product-name-block a{
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.product-block.acessory .prod-title,
.product-block_hidden.acessory .prod-title {
    font-family: Gilroy;
    text-transform: none;
    color: #222939;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.product-block.acessory .price,
.product-block_hidden.acessory .price {
    font-size: 14px;
    font-weight: 400;
}

#gallery__slider,
#rel_products,
#add_products {
    width: calc(100% + 10px);
    position: relative;
    left: -5px;
}

#gallery__slider {
    margin-top: 10px;
}

#add_products .product__list {
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
}

.product__grid_half-left,
.product__grid_half-right {
    display: block;
    position: relative;
}

.product__grid_half-left .gallery {
    justify-content: space-between;
    overflow: hidden;
}
.product__grid_half-right .action-block__wrap {
    margin-top: 40px;
}
.product__grid_half-right,
.product__grid_footer .half_right {
    padding-left: 70px;
}

.product__grid_half-right {
    margin-bottom: 50px;
}

.product__info_1 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.product__info_1 .price_old {
    position: relative;
    top: -23px;
}

.product__inscription {
    color: #222939;
    font-size: 14px;
    font-weight: 400;
    line-height: 11px;
}

.product__link {
    color: #1e1e1e;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.product__price {
    color: #b78b69;
    font-size: 24px;
    line-height: 18px;
    padding: 30px 0;
}

.product__artic {
    bottom: 30px;
    width: auto;
    background-color: #f1f1f1;
    color: #8c8c8c;
}

.product__bundle {
    padding: 35px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    position: relative;
}

.product__bundle .bttn-favorite {
    background-position: center left;
    width: auto;
    padding: 10px;
    position: relative;
    top: -3px;
}

.bundle__name,
.product__description_name {
    color: #222939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 10px;
}

.bundle__artic,
.product__artic,
.guideLink {
    position: absolute;
    right: 75px;
    text-align: center;
    padding: 3px 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.bundle__artic:hover,
.product__artic:hover {
    color: black;
}

.item__info_wrap button {
    display: flex;
    align-self: stretch;
    flex-basis: 100%;
    flex-direction: column;
    position: relative;
    bottom: 0;
}
.option-selector .option,
.bundle__vars {
    margin-top: 21px;
    position: relative;
}

.guideLink {
    top: 40px;
    right: 39px;
    color: #b78b69;
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}
.option-label,
.bundle__variant {
    color: #222939;
    font-family: Gilroy;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 39px;
}

.bundle__list {
    display: flex;
    flex-wrap: wrap;
    padding-right: 30%;
}
.option-values,
.option-value {
    display: flex;
}

.option-values {
    flex-wrap: wrap;
}
.option-values .option-value input {
    visibility: hidden;
    display: none;
}
.option-values .option-value input + span,
.bundle__item_current,
.bundle__item_inactive,
.bundle__item {
    cursor: pointer;
    min-width: 80px;
    min-height: 24px;
    margin-bottom: 10px;
    font-family: Gilroy;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #bbbbbb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option-values .option-value:hover input + span,
.bundle__item:hover {
    background-color: #ebedf3;
    color: #222939;
}

.option-values .option-value.is-active input + span,
.bundle__item_current {
    padding: 0 10px;
    color: #222939;
    border: 1px solid rgba(187, 187, 187, 0.9);
}
input[disabled="tdisabledrue"] + span, 
.bundle__item_inactive {
    position: relative;
    border: 1px solid rgba(187, 187, 187, 0.9);
    overflow: hidden;
}
 input[disabled="tdisabledrue"] + span:before, 
 input[disabled="tdisabledrue"] + span:after { 
    position: absolute;
    content: "";
    bottom: 10.5px;
    left: -10px;
    width: 100px;
    height: 1px;
    background-color: rgba(187, 187, 187, 0.9);
    transform: rotate(-15.911deg);
    transform-origin: 50% 50%;
}

input[disabled="tdisabledrue"] + span:before {
    transform: rotate(15.911deg);
}

.bundle__price_wrap {
    width: 230px;
    margin: 21px 0 67px;
    padding-top: 1px;
    text-align: right;
}

.bundle__price_wrap .button1 {
    margin: 21px 0 0;
    position: absolute;
    z-index: 5;
}

.product__description_wrap {
    padding: 40px;
}

.product__description_wrap .product__info {
    margin-top: 13px;
}

.product__description_name {
    padding-left: 37px;
    position: relative;
    line-height: 40px;
}

.product__description_name:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background: url("6-garantiya.svg") no-repeat left center / 25px transparent;
}

.product__description {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 300;
    margin-top: 11px;
}

.accordion {
    height: 50px;
    line-height: 30px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    padding: 10px 40px;
    margin-top: -1px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.5s;
    color: #222939;
    font-family: Gilroy;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.accordion:last-of-type:not(.active-acc) {
    border-bottom: 0px solid #e8e8e8;
}

.active-acc,
.accordion:hover {
    background-color: #f5f5f5;
}

.accordion:after {
    content: "\002B";
    color: #222939;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
    line-height: 25px;
    font-family: "Playfair Display";
}

.active-acc:after {
    content: "\2212";
}
.accordion__panel:last-child {
    border-bottom: 0px solid #e8e8e8;
}
.active-acc + .accordion__panel {
    border-bottom: 1px solid #e8e8e8;
}

.accordion__panel {
    padding: 0 40px;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom: none;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion__panel p {
    padding: 10px 0;
}

.product__addLinks {
    margin-top: 10px;
}

.product__info_2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.other_link {
    color: #222939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-right: 70px;
    white-space: nowrap;
    line-height: 15px;
    margin-bottom: 30px;
}

.other_link:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 27px;
    background: transparent;
    border-bottom: 3px solid #222939;
}

.other_link:last-child {
    margin-right: 0;
}

.sticky {
    display: block;
    position: sticky;
    top: 110px;
}

.product__grid {
    margin-bottom: 130px;
}

.product__grid_half-left {
    padding-right: 5px;
}

.gallery .gallery__item {
    margin: -5px;
    margin-bottom: 15px;
}

.gallery__item:first-child {
    height: 100%;
    min-height: 1075px;
    margin: 0 0 15px;
}
.gallery__item.square-photo:first-child {
    min-height: 675px;
}
.gallery__item.square-photo {
    min-height: 405px;
}
.product__related {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 20px);
}

.product__related .product-block {
    padding: 0 10px 15px 0;
}

.product__grid_footer .product__related {
    margin-left: 0;
    margin-right: 0;
}

.product__grid_footer .half__img_full {
    padding: 0 0 107% 0;
}

.catalog__header {
    margin: 0 auto -5px;
    padding-top: 25px;
}

.collection-filter-and-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -7px 0 0;
    width: 100%;
}

.collection-filter [data-tab-anchor]::before,
.collection-filter [data-tab-anchor]::after {
    display: none;
}

.filters-clear {
    line-height: 33px;
    text-transform: uppercase;
    overflow: visible;
    position: relative;
    padding-right: 45px;
    top: -4px;
    white-space: nowrap;
}
.collection-order {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.collection-order .options li {
    text-transform: uppercase;
    white-space: nowrap;
}
.collection-order-wrapper .label-field {
    white-space: nowrap;
}
.collection-filter-and-sort .filters-clear,
.collection-filter-and-sort .styledSelect,
.collection-order .options li {
    text-transform: uppercase;
    font-size: 13px;
}
.options li[rel=""] {
    display: none;
}

.filters-clear .bttn-delete-item {
    position: absolute;
    top: 7px;
    right: 0;
    border: 0px saddlebrown;
}

.collection-filter-and-sort .collection-filter [type="button"] {
    padding: 0;
    border: 0px solid;
    background: transparent;
    width: 25px;
    height: 25px;
    display: block;
    top: -1px;
    outline: none;
}

.collection-filter-and-sort .collection-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    margin: 0;
}

.collection-filter-and-sort .collection-filter .filter {
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    padding: 0 35px 0 0;
    white-space: nowrap;
    height: 33px;
}

.collection-order.is-order .styledSelect,
.collection-order.is-order .options li {
    text-align: right;
}

.collection-filter .filter-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.collection-order-wrapper {
    flex: 1 1 20%;
    justify-content: flex-start;
    display: flex;
    align-items: self-start;
    line-height: 25px;
}

.collection-filter-and-sort .collection-filter .filter .filter-title span {
    padding: 0;
    color: #222939;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.filter-title {
    display: flex;
    flex-wrap: nowrap;
}

.filter-title span {
    cursor: pointer;
}

.filter-toggle.is-button-active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-toggle .styledSelect {
    padding: 0;
    background-color: transparent;
}

.filter-toggle .styledSelect:after {
    right: 0px;
    width: 100%;
    height: 100%;
}

.color-label {
    height: 13px;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.color-label span {
    line-height: 15px;
}

.collection-filter-and-sort .collection-filter .filter .filter-items-wrapper {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    height: auto;
    width: auto;
    border: 0px solid;
    background: white;
    z-index: 31;
    margin-left: -21px;
    min-width: 100%;
}

.filter-items-wrapper .bttn-delete-item {
    position: absolute;
    top: 0;
    right: 0;
}

.filter-items-wrapper.is-tab-active {
    max-height: 10000px;
    -webkit-transition: max-height 1.8s ease-in-out;
    -o-transition: max-height 1.8s ease-in-out;
    transition: max-height 1.8s ease-in-out;
    visibility: visible;
}

.filter-items-wrapper {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.collection-filter-and-sort .collection-filter .filter .filter-items-wrapper .filter-items-list {
    padding: 25px 40px;
}

.filter-items-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chkbx-label {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 17px;
}

.chkbx-label .chkbx-control {
    left: 0;
    position: absolute;
    top: 0;
}

.chkbx + .chkbx-control::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("check.svg");
    background-repeat: no-repeat;
    background-position: 2px 6px;
    -webkit-background-size: 65% 65%;
    background-size: 65%;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}
.chkbx:checked + .chkbx-control::after {
    opacity: 1;
}

.collection-size-and-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    flex-wrap: nowrap;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 29px;
}

.collection-size-and-pagination .collection-order-wrapper {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    -ms-flex-negative: 5;
    flex-shrink: 5;
}

.collection-size-and-pagination .pagination {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pagination {
    list-style: none;
    margin: 0;
    margin-left: 0px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    width: auto;
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-shrink: 1;
    margin-left: auto;
}

.collection-size-wrapper {
}

.collection-size-and-pagination .collection-size-wrapper .collection-size {
    flex: 0 1 20%;
    justify-content: flex-start;
    display: flex;
    align-items: self-start;
    font-size: 12px;
    text-transform: uppercase;
}

.collection-size .label-field {
    color: #222939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 19px;
    line-height: 23px;
    line-height: 35px;
    display: inline-block;
}

.collection-size .page_size-radio {
    cursor: pointer;
    margin: 0 9px 0 21px;
    line-height: 23px;
    color: #222939;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
    display: inline-block;
}

.page_size-radio-control {
    position: relative;
    line-height: 35px;
    display: inline-block;
}

.pagination {
    color: #222939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.pagination > .pagination-item {
    line-height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    position: relative;
}

.pagination-link {
    display: block;
    padding: 6px 7px;
    height: auto;
    min-width: 7px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 3px solid white;
}

.pagination-item:first-child .pagination-link,
.pagination-item:last-child .pagination-link {
    font-weight: 700;
}
.pagination-item:first-child .pagination-link .arrows {
    transform: rotate(90deg);
}

.pagination-item:last-child .pagination-link .arrows {
    transform: rotate(-90deg);
}
.pagination-link .fa {
    padding: 0 10px;
}

.page_size-radio [type="radio"]:checked + .page_size-radio-control,
.pagination-item.is-current .pagination-link {
    font-weight: 700;
    border: 0px solid;
    border-bottom: 3px solid #222939;
}

.catalog__text {
    padding: 100px 0;
}

.catalog__text_capton {
    color: #1e1e1e;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 30px;
}

.template-is-page_404 h1 {
    font-family: "Cera Stencil PRO Trial";
    font-size: 150px;
    text-align: center;
    margin: 75px 0;
}

.page-title {
    font-family: "Playfair Display";
    padding: 50px 0 10px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}

.page-content {
    padding: 90px 50px 150px;
}

.search_widget-result {
}

.alertify-notifier {
    font-size: 17px;
}

/* line 2599, indiz.scss */

.checkout__container {
    padding: 50px 0;
    text-align: center;
}

/* line 2603, indiz.scss */

.co-login {
    padding: 55px 0;
}

/* line 2606, indiz.scss */

.co-login-form_placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid whitesmoke;
    border-left: 0px solid;
    border-right: 0px solid;
}

/* line 2612, indiz.scss */

.co-form--login {
    width: 33%;
}

/* line 2616, indiz.scss */

.co-form-controls {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-around;
}

/* line 2622, indiz.scss */

.co-input-label,
.co-notice--flash {
    line-height: 35px;
}

/* line 2626, indiz.scss */

.co-input-text {
    margin-bottom: 25px;
}

/* line 2628, indiz.scss */

.co-input-text input {
    width: 100%;
    line-height: 31px;
    text-align: center;
}

/* line 2634, indiz.scss */

.co-input-select select,
.co-input-select {
    width: 100%;
    line-height: 31px;
    text-align: center;
}

/* line 2640, indiz.scss */

.co-button {
    border: 0px solid;
    min-height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

/* line 2647, indiz.scss */

.co-button.co-button--link {
    background-color: transparent;
    color: #1e1e1e;
}

/* line 2650, indiz.scss */

.co-button.co-button--link:hover {
    text-decoration: underline;
}

/* line 2653, indiz.scss */

.co-button.co-button--link:after {
    border-bottom: none !important;
}

/* line 2657, indiz.scss */

.co-button.js-co-login-submit {
    cursor: pointer;
    margin-bottom: 10px;
}

/* line 2662, indiz.scss */

.co-notice--flash {
    color: #6a4741;
}

/* line 2665, indiz.scss */

#new_client,
.co-input--nested {
    display: flex;
    flex-direction: column;
}

/* line 2671, indiz.scss */

.article_tags {
    font-size: 27px;
    text-align: center;
}

/* line 2675, indiz.scss */

.collections__more {
    position: relative;
    margin: 0 -20px 230px;
}

/* line 2679, indiz.scss */

.leaders {
    padding-top: 85px;
    padding-bottom: 65px;
}

/* line 2682, indiz.scss */

.leaders .leaders__wrap {
    position: relative;
}

/* line 2684, indiz.scss */

.leaders .leaders__wrap .section_title {
    margin-top: 0;
}

/* line 2691, indiz.scss */

.carousel_container {
    position: relative;
}

/* line 2696, indiz.scss */

.dynamic_basket-submit {
    background-color: black;
}

/* line 2698, indiz.scss */

.dynamic_basket-submit:hover {
    background-color: #313131;
}

/* line 2702, indiz.scss */

.dynamic_basket-incart {
    background-color: #edebe9;
    text-align: center;
    color: #313131;
}

/* line 2706, indiz.scss */

.dynamic_basket-incart:hover {
    background-color: #ddd;
}

.co-input--empty_nested .co-input-label {
    transform: translateY(50%);
}

.co-input--nested .co-input-label {
    top: -10px;
}

.m-input {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.js-button-checkout_submit,
.m-modal-button--checkout {
    background-color: #313131 !important;
}

.m-input--checkbox {
    flex-direction: row;
}

input#client_consent_to_personal_data {
    width: 13px;
    margin: 0 30px;
}

.m-input-label {
    margin: 1rem 0;
}

.m-input--checkbox .m-input-label {
    flex: 1 1 70%;
}

.m-input--checkbox #client_consent_to_personal_data {
    flex-basis: 10%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin: 7px;
}

#quick_checkout_form input {
    border: 3px solid #edebe9;
    height: 55px;
    padding: 0 30px;
    width: 70%;
}

#quick_checkout_form span.twitter-typeahead {
    padding: 0 30px;
    width: 70%;
}

#quick_checkout_form #shipping_address_full_locality_name {
    width: 100%;
}

.co-section--checkout_content {
    padding: 35px;
}

.adaptive .co-sidebar {
    box-shadow: none;
    border: 0px solid;
}

.m-modal-close {
    background: url("close.svg") no-repeat center center/11px transparent;
}

.template-is-collection .catalog > .container {
    padding: 10px 0 0;
    margin-top: -10px;
}
.template-is-collection .product__list {
    margin-top: 10px;
}

.collection-filter .filter,
.collection-order-wrapper .filter {
    padding: 0;
}

.collection-filter .filter-title,
.collection-order-wrapper .filter-title {
    text-transform: uppercase;
    font-weight: 400;
}

.collection-filter :before,
.collection-order-wrapper :before {
    color: rgba(46, 46, 46, 0.5);
    font-size: 11px;
}

.collection-filter-and-sort .collection-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    margin: 0;
}

.collection-filter-and-sort .collection-filter .filter .filter-title {
    padding-bottom: 0;
    position: relative;
    z-index: 31;
}

.collection-filter-and-sort .collection-filter .filter.is-active-container .filter-title span:before {
    display: block;
    opacity: 0.7;
    z-index: 30;
    top: 31px;
}

.collection-filter-and-sort .collection-filter .filter .filter-title span:before {
    content: "";
    display: none;
    position: absolute;
    background-color: #232631;
    opacity: 0;
    height: 300vh;
    width: 300vw;
    z-index: -5;
    top: 300vh;
    left: -100vw;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
}

.filter-field-marker {
    color: #bdbdbd;
    flex-basis: 13px;
    height: 13px;
    line-height: 1.7rem;
    background-color: white;
    margin-right: 0.5rem;
    position: relative;
    border: 1px solid #bdbdbd;
    width: 13px;
    display: inline-block;
}

.collection-filter-and-sort .collection-filter .filter .filter-items-wrapper .filter-body {
    padding: 25px 40px;
}

.collection-filter-and-sort .collection-filter .filter .filter-items-wrapper .filter-items-list {
    padding: 25px 23px;
}

.collection-filter-and-sort .collection-filter .filter .filter-items-wrapper .filter-color {
    border: 1px solid #c2c2c2;
    padding: 0px;
    margin-right: 10px;
    display: block;
    width: 17px;
    height: 17px;
    overflow: hidden;
    cursor: pointer;
}

.collection-filter-and-sort
    .collection-filter
    .filter
    .filter-items-wrapper
    input[type="checkbox"]:checked
    + .filter-color {
    box-shadow: 0px 0px 1px 1px #b78b69;
}

.collection-filter-and-sort .collection-filter .filter .range-slider {
    min-width: 315px;
}

.collection-filter-and-sort .collection-filter .filter .range-slider .irs-line {
    height: 1px;
    background-color: #fff;
}

.collection-filter-and-sort .collection-filter .filter .range-slider .irs-from:before,
.collection-filter-and-sort .collection-filter .filter .range-slider .irs-to:before {
    display: none;
}

.collection-filter-and-sort .collection-filter .filter .range-slider .irs-bar {
    height: 1px;
}

.collection-filter-and-sort .collection-filter .filter .range-slider i:first-child {
    cursor: pointer;
    top: -3px;
    left: 15%;
    width: 13px;
    height: 13px;
    margin-left: -1px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid black;
}

.collection-filter-and-sort .collection-filter .filter .range-slider .irs-handle:hover > i:first-child {
    background-color: #b9b9b9;
}

.collection-filter-and-sort .collection-order-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
}

.collection-filter-and-sort .collection-order-wrapper .collection-order select {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(46, 46, 46, 0.5);
    font-weight: 400;
    padding-right: 13px;
}

.filters-clear.in-filter {
    text-transform: uppercase;
    font-weight: 700;
    color: #222939;
    text-decoration: underline;
    line-height: 25px;
    padding: 0 20px 15px 20px;
}
.reviews-wrapper {
    display: flex;
    flex-direction: column;
}
.reviews-wrapper .button3 {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.reviews-wrapper .form-field {
    width: 100%;
    border: 0px solid;
    border-bottom: 3px solid #222939;
}
.reviews-form {
    display: none;
}
.added-title {
    font-family: "Playfair Display";
    padding: 50px 0 10px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}
.added-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.added-link {
    height: 100%;
    min-width: 235px;
    margin: 10px;
    text-align: center;
    padding: 0 30px;
    min-width: 235px;
    line-height: 49px;
    outline: none;
}
.cart-empty {
    padding: 10%;
    text-align: center;
    font-size: 30px;
}
.template-is-checkout .divaloreHeader__mainnav,
.template-is-checkout2 .divaloreHeader__mainnav {
    bottom: 500px;
    height: 0;
}
.template-is-checkout .divaloreHeader__left-side,
.template-is-checkout2 .divaloreHeader__left-side {
    display: none;
}
.template-is-checkout2 .header-wrapper {
    padding-bottom: 0;
    box-shadow: 0 1px 0 0 #ebf0f5, 0 0px 25px rgba(0, 0, 0, 0.15);
}
.template-is-checkout .page-title,
.template-is-checkout2 .page-title {
    padding: 50px 0 50px;
}
.template-is-checkout2 .divaloreHeader > .row {
    justify-content: space-between;
}
.template-is-checkout2 .divalore_main-wrapper {
    margin-top: 77px;
    position: relative;
    padding-right: 50vw;
}
.template-is-checkout2 .page-title {
    background: repeating-linear-gradient(107deg, #b6b6b6, #b6b6b6 1px, #fff 1px, #fff 4px);
}
.co-sidebar-wrapper {
    position: absolute;
    //right: 0;
  margin-left:50%;
    top: 0;
    width: 100%;
    height: 100%;
}
.co-sidebar-wrapper .co-sidebar {
    overflow-y: visible;
}
.co-sidebar {
    position: sticky;
    top: 70px;
}
.co-basket {
    margin: 0 auto;
}

.search-results-toolbar {
    padding-bottom: 150px;
}
.template-is-search .notice {
    text-align: center;
}
.collection-notice {
    width: 100%;
}
.collection-notice .notice {
    text-align: center;
}

.dynamic_basket {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px 1px #868686;
    box-shadow: 0 1px 3px 1px #868686;
}
.dynamic_basket form {
    text-align: center;
}
.dynamic_basket .button1  {
    margin: 0 auto;
}

.dynamic_basket-header {
    text-align: center;
    padding: 1rem; 
}

.dynamic_basket-empty {
    padding: 1rem 0;
}

.dynamic_item {
    border-bottom: 3px solid #f1f1f1;
    padding: 11px 0;
}
.dynamic_item > .row {
    flex-wrap: nowrap;
}
.dynamic_item-quantity,
.dynamic_item .quantity {
    margin: 0 0.5em;
}

.dynamic_basket-drop { 
    width: 300px;
    z-index: 15;
    position: absolute;
    top: 1000000%;
    opacity: 0;
    left: calc(-300px + 100%);
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
.divaloreHeader__icon:hover 
.dynamic_basket-drop {
    top: 100%;
    opacity: 1;
}
.dynamic_item-title {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0 0.5em;
    padding: 0;
    text-align: left;
    color: #222939;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    white-space: normal;
}
.dynamic_basket-total {
    flex-wrap: nowrap;
    padding: 10px;
}
.dynamic_item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.js-favorite {
    padding-bottom: 75px;
}
.template-is-account .page-title {
    padding: 0;
    margin: 0;
}
 
/* line 143, indiz.scss */
#menu .mobile_navline {
    position: relative;
    display: flex;
    height: 75px;
    justify-content: center;
    align-items: center;
}
/* line 149, indiz.scss */
#menu .mobile_navline .search__widget_mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/* line 158, indiz.scss */
#menu .mobile_navline .search_widget-control {
    border: 0px solid;
    padding: 13px;
}
/* line 162, indiz.scss */
#menu .mobile_navline .search_top_close {
    padding: 15px 30px;
}
.search_top_close {
    cursor: pointer;
    background: url("close.svg") no-repeat center center/11px transparent;
    height: 19px;
    width: 19px;
    padding: 15px;
}
/* line 165, indiz.scss */
#menu .mobile_navline .inpt-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    background: #b78b69;
    height: 100%;
}
/* line 173, indiz.scss */
#menu .mobile_navline .divaloreHeader__icon {
    padding: 15px 30px;
    height: 19px;
    width: 19px;
    top: 0;
    left: 0;
}
/* line 179, indiz.scss */
#menu .mobile_navline .divaloreHeader__icon small {         
    top: -13px;
    right: -20px;
    position: relative;
}
/* line 183, indiz.scss */
#menu .mobile_navline .divaloreHeader__icon:after {
    border: 0px solid;
}
/* line 189, indiz.scss */
#menu .mobile_navline:after {
    display: none;
}
/* line 192, indiz.scss */
#menu .mobile_logo {
    position: relative;
    height: 75px;
}
/* line 195, indiz.scss */
#menu .mobile_logo .nartistHeader__logo {
    position: absolute;
    top: 0;
    left: 0;
}
/* line 200, indiz.scss */
#menu .mobile_logo:after {
    display: none;
}
/* line 203, indiz.scss */
#menu .mobile_logo:before {
    display: none;
}
/* line 207, indiz.scss */
#menu .mobile_navline:before {
    display: none;
}
/* line 210, indiz.scss */
#menu ul.mm-spn--open {
    top: 50px;
} 
.link-tel {
    position: relative;
    padding-left: 10px;
}
.link-tel:after {

} 
.additional {
    font-size: 11px;
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
}
.address {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.action-block__wrap .action-block_text {text-align: center;}
