* {
    font-family: "Garamond"!important;
}
.product-item-checkout__wr-info a {
    flex-wrap: wrap;
}
.main-container {
    position: absolute;
    right: 0;
    z-index: 100;
    display: none;
    overflow: hidden;
    width: 400px;
    max-width: 100vw;
}
.cart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-family: Montserrat, Sans-Serif;
}
ul#cart__product-list {
    padding: 0 !important;
}
.main-container.box_cart:hover,
.header__basket:hover + .main-container.box_cart,
.main-container.box_cart.in {
    display: block !important;
}
#information-4 .entry-design {
    max-width: 100%;
}
.cart-popup {
    padding: 16px 0;
    background-color: #232323;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #fff
}
.cart-popup .products-wrap {
    width: calc(100% + 1px);
    padding-right: 5px;
    overflow-y: scroll;
    height: auto;
    max-height: 261px
}
.cart-popup .products-wrap::-webkit-scrollbar {
    width: 1px
}
.cart-popup .products-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.4)
}
.cart-popup .products-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #fff
}
.cart-popup .products-wrap::-webkit-scrollbar-track {
    background-color: transparent
}
.cart-popup .btn_black-brdr {
    border-color: rgba(255,255,255,.2)
}
.cart-popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    margin-top: -4px;
    margin-bottom: 27px
}
.cart-popup__header span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px
}
.cart-popup__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    text-align: center;
}
.cart-popup__buttons a {
    flex: calc(50% - 4px);
    line-height: 45px;
    display: block;
    width: 100%;
    border-bottom: 0px solid white;
    margin: 0 2px;
}
.cart-popup__buttons a .btn{
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    text-transform: none;
}
.cart-popup__buttons a:last-child button,article .main-seo ul li:last-child {
    margin-bottom: 0
}
.cart-popup__buttons button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    margin-bottom: 16px
}
.cart-popup__buttons {
    overflow: hidden;
}
button.btn.btn_white.btn_full {
    color: #232323;
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    padding: 0;
    line-height: 45px;
    margin-bottom: 0;
    cursor: pointer;
    height: 45px;
    min-width: 128px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
}
.btn_black-brdr:hover {
    color: #232323;
    background-position: left bottom;
}
.cart-popup .btn_black-brdr {
    border-color: rgba(255,255,255,.2);
}
.btn_black-brdr {
    color: #fff;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(52%,#fff),color-stop(48%,#232323)) left top/100% 200% no-repeat;
    background: -webkit-linear-gradient(bottom,#fff 52%,#232323 48%) left top/100% 200% no-repeat;
    background: -o-linear-gradient(bottom,#fff 52%,#232323 48%) left top/100% 200% no-repeat;
    background: linear-gradient(to top,#fff 52%,#232323 48%) left top/100% 200% no-repeat;
    border: 1px solid #fff;
}
.btn_black-brdr, .btn_white-brdr, .btn_white-brdr_te {
    -webkit-transition-property: background-position,color;
    -o-transition-property: background-position,color;
    transition-property: background-position,color;
    -webkit-transition-timing-function: ease-in-out,ease-in;
    -o-transition-timing-function: ease-in-out,ease-in;
    transition-timing-function: ease-in-out,ease-in;
    -webkit-transition-duration: .3s,.3s;
    -o-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
}
.btn_white-brdr, .btn_white-brdr_te {
    border: 1px solid #ebebeb;
}
.btn_white-brdr {
    background: -webkit-gradient(linear,left bottom,left top,color-stop(52%,#232323),color-stop(48%,#fff)) left top/100% 200% no-repeat;
    background: -webkit-linear-gradient(bottom,#232323 52%,#fff 48%) left top/100% 200% no-repeat;
    background: -o-linear-gradient(bottom,#232323 52%,#fff 48%) left top/100% 200% no-repeat;
    background: linear-gradient(to top,#232323 52%,#fff 48%) left top/100% 200% no-repeat;
    color: #232323;
}
.cart-wrapper, a.link__cart {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}a.link__cart {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-left: auto;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     max-width: 326px;
 }
.btn_white-brdr:active, .btn_white-brdr:hover {
    color: #fff;
    background-position: left bottom;
}
.cart-popup .product-item-checkout__price {
    margin-top: 0
}
.cart-popup .checkout-items__item {
    margin-bottom: 0;
    overflow: hidden
}
.cart-popup .checkout-items__item .product-item-checkout {
    padding: 0;
    border: 0!important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    position: relative;
}
.cart-popup .checkout-items__item .product-item-checkout * {
    color: #fff
}
.cart-popup .checkout-items__item .product-item-checkout__brand_title {
    font-family: sans-serif!important;
    font-size: 12px!important;
    line-height: 18px;
    font-weight: 500!important;
    margin-right: 20px;
    margin-bottom: 1px
}
a.product-item-checkout__img-link+div {
    padding: 0px 10px;
    max-width: 219px;
}
.cart-popup .checkout-items__item .product-item-checkout__title {
    font-family: sans-serif!important;
    font-size: 12px!important;
    line-height: 18px;
    font-weight: 400!important;
    margin-right: 20px
}
.cart-popup .checkout-items__item .product-item-checkout__description {
    display: none
}
.cart-popup .checkout-items__item .product-item-checkout__price {
    line-height: 20px;
    height: 20px
}
.cart-popup .checkout-items__item .product-item-checkout__price .prices__price {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}
.cart-popup .checkout-items__item .product-item-checkout__price .prices__price_old {
    color: rgba(255,255,255,.4)
}
.cart-popup .checkout-items__item .product-item-checkout__info {
    margin-top: 0;
    display: block
}
.cart-popup .checkout-items__item .product-item-checkout__info .product-info {
    display: inline;
    min-height: initial!important;
    border: 0;
    margin: 0;
    text-align: left
}
.cart-popup .checkout-items__item .product-item-checkout__info .product-info_color {
    font-size: 12px;
    display: inline;
    margin-right: 15px
}
.cart-popup .checkout-items__item .product-item-checkout__info .product-info_color__title {
    color: rgba(255,255,255,.4)!important
}
.cart-popup .checkout-items__item .product-item-checkout__info .product-info__title {
    padding: 0;
    color: rgba(255,255,255,.4)!important
}
.cart-popup .checkout-items__item .product-item-checkout__info .product-info__text span:first-of-type {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400!important
}
.cart-popup .checkout-items__item .product-item-checkout__info .product-info span {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: normal!important
}
.cart-popup .checkout-items__item img {
    height: 81px;
    width: 65px
}
.cart-popup .icon-close {
    padding: 5px;
    top: 0;
    color: #7d7d7d!important;
    position: absolute;
    right: 5px;
    font-size: 12px !important;
}
.cart-popup .cart__all-price {
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-top: 10px
}
.cart-popup .cart__all-price p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px
}
.data-container+.close+.data-container {
    display: none;
}
.cart__full {
    width: 100%;
    padding: 0 16px;
}
@media (max-width: 768px){
    .entry-col.col-2.col-md-4.col-lg-3.order-2.justify-content-end.justify-content-lg-center.justify-content-xl-end.align-items-center {
        display: flex !important;
        text-align: center;
        justify-content: center !important;
    }
    .entry-widget.widget-cart.d-md-none.order-md-1.flex-grow-0.flex-shrink-0 {
        display: none !important;
    }
    .entry-widget.widget-cart.d-none.d-md-block.order-md-2.flex-grow-0.flex-shrink-0.align-self-end.align-self-md-auto.align-self-lg-stretch.align-self-xl-auto {
        display: flex !important;
    }
    .cart .cart-icon+.cart-info, .cart:not(.no-title) .cart-info{
        display: none !important;
        height: 0px !important;
    }
    .main-container {
        top: 51px;
    }
}
.header__basket {
    display: -webkit-flex;
    display: flex;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.container:before,
.container:after {
    display: none;
}
@media (min-width: 576px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 920px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1360px) {
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1700px) {
    .container {
        max-width: 100%;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mr-0, .mx-0 {
    margin-right: 0 !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: .4rem !important;
}
.mt-1, .my-1 {
    margin-top: .4rem !important;
}
.mr-1, .mx-1 {
    margin-right: .4rem !important;
}
.mb-1, .my-1 {
    margin-bottom: .4rem !important;
}
.ml-1, .mx-1 {
    margin-left: .4rem !important;
}
.m-2 {
    margin: .8rem !important;
}
.mt-2, .my-2 {
    margin-top: .8rem !important;
}
.mr-2, .mx-2 {
    margin-right: .8rem !important;
}
.mb-2, .my-2 {
    margin-bottom: .8rem !important;
}
.ml-2, .mx-2 {
    margin-left: .8rem !important;
}
.m-3 {
    margin: 1.6rem !important;
}
.mt-3, .my-3 {
    margin-top: 1.6rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1.6rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1.6rem !important;
}
.ml-3, .mx-3 {
    margin-left: 1.6rem !important;
}
.m-4 {
    margin: 2.4rem !important;
}
.mt-4, .my-4 {
    margin-top: 2.4rem !important;
}
.mr-4, .mx-4 {
    margin-right: 2.4rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 2.4rem !important;
}
.ml-4, .mx-4 {
    margin-left: 2.4rem !important;
}
.m-5 {
    margin: 4.8rem !important;
}
.mt-5, .my-5 {
    margin-top: 4.8rem !important;
}
.mr-5, .mx-5 {
    margin-right: 4.8rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 4.8rem !important;
}
.ml-5, .mx-5 {
    margin-left: 4.8rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0, .py-0 {
    padding-top: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.pb-0, .py-0 {
    padding-bottom: 0 !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: .4rem !important;
}
.pt-1, .py-1 {
    padding-top: .4rem !important;
}
.pr-1, .px-1 {
    padding-right: .4rem !important;
}
.pb-1, .py-1 {
    padding-bottom: .4rem !important;
}
.pl-1, .px-1 {
    padding-left: .4rem !important;
}
.p-2 {
    padding: .8rem !important;
}
.pt-2, .py-2 {
    padding-top: .8rem !important;
}
.pr-2, .px-2 {
    padding-right: .8rem !important;
}
.pb-2, .py-2 {
    padding-bottom: .8rem !important;
}
.pl-2, .px-2 {
    padding-left: .8rem !important;
}
.p-3 {
    padding: 1.6rem !important;
}
.pt-3, .py-3 {
    padding-top: 1.6rem !important;
}
.pr-3, .px-3 {
    padding-right: 1.6rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1.6rem !important;
}
.pl-3, .px-3 {
    padding-left: 1.6rem !important;
}
.p-4 {
    padding: 2.4rem !important;
}
.pt-4, .py-4 {
    padding-top: 2.4rem !important;
}
.pr-4, .px-4 {
    padding-right: 2.4rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 2.4rem !important;
}
.pl-4, .px-4 {
    padding-left: 2.4rem !important;
}
.p-5 {
    padding: 4.8rem !important;
}
.pt-5, .py-5 {
    padding-top: 4.8rem !important;
}
.pr-5, .px-5 {
    padding-right: 4.8rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 4.8rem !important;
}
.pl-5, .px-5 {
    padding-left: 4.8rem !important;
}
.breadcrumb {
    color: #6c757d;
    border-bottom: 0 solid #ddd;
    display: block;
    padding: 1.15rem 0rem;
    margin-bottom: 3rem;
    list-style: none;
    background-color: transparent;
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
    display: inline;
}
.breadcrumb-item.active {
    color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.8rem;
    color: #000;
    content: "/";
}
.row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-2_4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-2_4, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-2_4, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-2_4, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-2_4, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-2_4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 220px) {
    .col-wee-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-2_4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-2_4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 31;
        order: 31;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
}
@media (min-width: 1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-2_4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 31;
        order: 31;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .order-lg-13 {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-14 {
        -ms-flex-order: 14;
        order: 14;
    }

    .order-lg-15 {
        -ms-flex-order: 15;
        order: 15;
    }

    .order-lg-16 {
        -ms-flex-order: 16;
        order: 16;
    }

    .order-lg-17 {
        -ms-flex-order: 17;
        order: 17;
    }
}
@media (min-width: 1360px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-2_4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
div.langmarkdata {
    display: none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #ebebeb;*/
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 0 solid #ddd;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem;
}
.card-title {
    margin-bottom: 2rem;
}
.card-subtitle {
    margin-top: -1rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 2.5rem;
}
.card-header {
    padding: 2rem 2.5rem;
    margin-bottom: 0;
    border-bottom: 0 solid #ddd;
}
.card-footer {
    padding: 2rem 2.5rem;
    border-top: 0 solid #ddd;
}
.card-header-tabs {
    margin-right: -1.25rem;
    margin-bottom: -2rem;
    margin-left: -1.25rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .8rem;
    /*font-family: Montserrat, Sans-Serif;*/
    font-weight: 700;
    line-height: 1.2;
    color: #232323;
}
h1, .h1 {
    font-size: 2.5em;
}
h2, .h2 {
    font-size: 2em;
}
h3, .h3 {
    font-size: 1.75em;
}
h4, .h4 {
    font-size: 1.5em;
}
h5, .h5 {
    font-size: 1.25em;
}
h6, .h6 {
    font-size: 1em;
}
p {
    margin-top: 0;
    margin-bottom: 1.6rem;
}
.btn {
    /*display: inline-block;*/
}
.btn-primary {
    color: #141414;
    background-color: #ebebeb;
    border: 1px solid #000;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 220, 220, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #141414;
    background-color: #fff;
    border-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #141414;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 220, 220, .5);
}
.form-group {
    margin-bottom: 1.6rem;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}
label {
    display: inline-block;
    margin-bottom: .8rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 0);
    padding: .6rem 1.2rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #454545;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #636363;
    outline: 0;
}

.form-control::-ms-input-placeholder, .form-control::-moz-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
    color: #000;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #000;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}
.ac-container .form-row > .form-group {
    margin-top: 30px;
}
.ac-container .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.ac-container label.form-label {
    top: 0;
    color: #afafaf;
    font-size: 12px;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .1s ease-in-out,top .1ms linear,font-size .2ms linear;
    -o-transition: opacity .1s ease-in-out,top .1ms linear,font-size .2ms linear;
    transition: opacity .1s ease-in-out,top .1ms linear,font-size .2ms linear;
}
.ac-container label.form-label.hidden {
    top: 24px;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out,top .1ms linear,font-size .2ms linear;
    -o-transition: opacity .1s ease-in-out,top .1ms linear,font-size .2ms linear;
    transition: opacity .1s ease-in-out,top .1ms linear,font-size .2ms linear;
}
.ac-container input.form-control {
    height: 40px;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #232323;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 0;
}
.ac-container input.form-control::placeholder {
    color: #454545;
}
.ac-container .subscription-text {
    color: #919191;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 20px;
}
.ac-container .form-check {
    padding-left: 0;
}
.ac-container .form-check+.form-check {
    margin-top: 15px;
}
.ac-container .form-check input {
    display: none;
}
.ac-container .form-check label {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 21px;
    min-height: 18px;
    display: inline-block;
    color: #232323;
}
.ac-container .form-check label:hover {
    cursor: pointer;
}
.ac-container .form-check label:before,
.ac-container .form-check label:after {
    content: '';
    position: absolute;
    display: inline-block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.ac-container .form-check label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    outline: 1px solid #f7f7f7;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ac-container .form-check label:hover:before {
    border-color: #000;
}
.ac-container .form-check label:after {
    width: 11px;
    height: 9px;
    left: 3px;
    top: 4px;
    opacity: 0;
}
.ac-container .form-check input[type=radio]:checked+label:before {
    background-color: #232323;
    border: 7px solid #fff;
}
.ac-container .form-check input[type=radio]:checked+label:after {
    opacity: 1;
}
.ac-container input.form-control::placeholder {
    color: #919191;
}
.ac-container input.form-control:hover,
.ac-container input.form-control:focus {
    border-color: #919191;
}
.content {
    background-color: #ebebeb !important;
}
.list-group-item {
    background-color: #ebebeb;
}
.btn-primary {
    background-color: #ebebeb;
}
.benefits_item {
    background-color: #ebebeb !important;
}
.content-image .image-thumb .thumbnail {
    background-color: #ebebeb !important;
}
.content-image .image-gallery .swiper-container-vertical {
    background-color: #ebebeb;
}
.content-image .image-gallery.thumbnail-left .image-additional {
    background-color: #ebebeb;
}
.content-image .image-gallery .swiper-slide.swiper-slide-active {
    background-color: #ebebeb;
}
#product-manufacturer-list {
    background-color: #ebebeb;
}
#mz-component-1789073441 {
    background-color: #ebebeb;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    background-color: #ebebeb;
}
.cart-wrapper .cart-right {
    background-color: #ebebeb !important;
}
#simplecheckout_step_menu > .checkout-heading {
    background-color: #ebebeb !important;
}
.simple-content .buttons {
    background-color: #ebebeb;
}
[id*="simplecheckout_form"] > #simplecheckout_cart .checkout-heading {
    background-color: #ebebeb !important;
}
a {
    color: #454545;
    text-decoration: none;
    background-color: transparent;
    outline: none !important;
}
a:hover {
    color: #000;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
.ac-aside .list-group-item:hover, .ac-aside .list-group-item.active {
    background-color: #dadada !important;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
.alert {
    position: relative;
    padding: 1.2rem 1.4rem;
    margin-bottom: 1.6rem;
    border: 0 solid transparent;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 2.8rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.2rem 1.4rem;
    color: inherit;
}
.alert-primary {
    color: #858585;
    background-color: white;
    border-color: white;
}
.alert-primary hr {
    border-top-color: #f2f2f2;
}
.alert-primary .alert-link {
    color: #6b6b6b;
}
.alert-secondary {
    color: #121212;
    background-color: lightgray;
    border-color: #c1c1c1;
}
.alert-secondary hr {
    border-top-color: #b5b5b5;
}
.alert-secondary .alert-link {
    color: black;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #131313;
    background-color: lightgray;
    border-color: #c2c2c2;
}
.alert-info hr {
    border-top-color: #b5b5b5;
}

.alert-info .alert-link {
    color: black;
}
.alert-warning {
    color: #3a3a3a;
    background-color: #e2e2e2;
    border-color: #d7d7d7;
}
.alert-warning hr {
    border-top-color: #cacaca;
}
.alert-warning .alert-link {
    color: #212121;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b1b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #858585;
    background-color: white;
    border-color: white;
}
.alert-light hr {
    border-top-color: #f2f2f2;
}
.alert-light .alert-link {
    color: #6b6b6b;
}
.alert-dark {
    color: #0a0a0a;
    background-color: #d0d0d0;
    border-color: #bdbdbd;
}
.alert-dark hr {
    border-top-color: #b0b0b0;
}
.alert-dark .alert-link {
    color: black;
}
.w-100 {
    width: 100% !important;
}
.btn-warning {
    color: #fff;
    background-color: #707070;
    border-color: #707070;
}
.btn-warning:hover {
    color: #fff;
    background-color: #5d5d5d;
    border-color: #575757;
}
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(133, 133, 133, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #707070;
    border-color: #707070;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #575757;
    border-color: #505050;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(133, 133, 133, .5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    padding: 0.6rem 1.2rem;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
legend {
    font-weight: 600;
    margin-bottom: .8rem;
}
.form-text {
    display: block;
    margin-top: .4rem;
}
.form-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.text-danger {
    color: #dc3545 !important;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group.date .input-group-addon {
    cursor: pointer;
}
.input-group-append {
    margin-left: 0;
}
.input-group-prepend, .input-group-append {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2;
    padding: 0.6rem 1.2rem;
}
table {
    border-collapse: collapse;
}
.table {
    width: 100%;
    margin-bottom: 1.6rem;
    color: #000;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.table-bordered th, .table-bordered td {
    border: 0 solid #ddd;
}
.table th, .table td {
    padding: 0;
    vertical-align: top;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0 solid #ddd;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.preview-card {
    margin-bottom: 30px;
}
.preview-wrapper {
    border-bottom: 1px solid #ebebeb;
    height: 100%;
}
.preview-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 18px;
    position: relative;
}
.preview-header .preview {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
.preview-header .btn-round {
    border-radius: 50%;
    display: block;
    min-width: unset;
    padding: 0;
    bottom: 8px;
    position: absolute;
    right: 8px;
}
.preview-header .btn-round.btn-add {
    background: #232323;
    border: 1px solid #232323;
    color: #fff;
    height: 48px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    width: 48px;
}
.preview-header .btn-round.btn-add:hover {
    background: #fff;
    color: #232323;
}
.preview-header .btn-round.btn-remove {
    top: 8px;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    border: 1px solid #fff;
    color: #232323;
    height: 36px;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preview-header .btn-round.btn-remove:hover {
    border: 1px solid #232323;
}
.preview-info {
    margin: 0 0 18px;
}
.preview-info .pi-brand {
    color: #232323;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 8px;
}
.preview-info .pi-name {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 12px;
    min-height: 40px;
}
.preview-info .pi-price {
    color: #232323;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 6px;
}
.preview-info .pi-price b{
    font-weight: normal;
    color: #c62525;
}
.preview-info .pi-price s{
    color: #919191;
    margin: 0 0 0 22px;
}
@media (max-width: 767px) {
    .ac-aside:after {
        width: calc(100% + 30px);
        left: -15px;
        height: 140%;
        top: 0;
    }
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 0);
    padding: .6rem 2.8rem .6rem 1.2rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right 1.2rem center/8px 10px;
    background-color: #fff;
    border: 0 solid #ced4da;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #636363;
    outline: 0;
}
.custom-select:focus::-ms-value {
    color: #000;
    background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.2rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select-sm {
    height: calc(1.5em + .8rem + 0);
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-left: .8rem;
    font-size: .875em;
}
.custom-select-lg {
    height: calc(1.5em + 2.4rem + 0);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 1.6rem;
    font-size: 1em;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}
.text-success {
    color: #28a745 !important;
}
.promo {
    height: 100%;
}
.promo-item__img {
    position: relative;
}
.promo-item {
    height: 100%;
    padding: 0;
}

@media (max-width: 1100px) {
    .promo {
        margin-top: 0;
        top: 61px;
    }
    .promo-item__img {
        width: 100% !important;
        height: auto;
    }
}
@media (max-width: 768px) {
    .promo {
        margin-top: 0;
        top: 0;
    }
    .promo-item {
        padding: 61px 0 0;
    }
}
@media (max-width: 479px) {
    .mob-bottom-soc .contact-item {
        padding: 20px 10px;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
}
@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}
.catalog__wrapper {
    flex-wrap: wrap;
    align-items: flex-start !important;
}
.range .irs--round .irs-from, .range .irs--round .irs-to {
     display:block!important;
}
.irs--round .irs-from, .irs--round .irs-single, .irs--round .irs-to {
    width: 77px;
    height: 42px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
    text-align: center;
    background: #FFFFFF;
}
.range .irs--round .irs-from::before, .range .irs--round .irs-to::before {
    display:none;
}
#simplecheckout_cart .btn {
    display: flex;
}
.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 4.8rem 1.2rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -ms-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-height: calc(100% - 1.6rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1.6rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1.6rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1.6rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    outline: 0;
}
@media screen and (max-width: 1080px){
    .modal-content {
        width: 100%;
    }
}
.modal-content input {
    border: 1px solid #2525251b;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show,
.modal-backdrop.in {
    opacity: .5;
}
.modal-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6rem 1.6rem;
    border-bottom: 0 solid #ddd;
}
.modal-header .close {
    padding: 1.6rem 1.6rem;
    margin: -1.6rem -1.6rem -1.6rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.6rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.6rem;
    border-top: 0 solid #ddd;
}
.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (max-width: 575px) {
    .modal-header {
        padding-bottom: 0;
    }
    .modal-body {
        padding-top: 0.6rem;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 614.4px;
        margin: 11.2rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 22.4rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 22.4rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 22.4rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 22.4rem);
    }
    .modal-sm {
        max-width: 460.8px;
    }
    .modal-open .modal {
        padding-right: 0!important;
    }
}
@media (min-width: 1024px) {
    .modal-lg, .modal-xl {
        max-width: 819.2px;
        justify-content: center;
    }
}
@media (min-width: 1360px) {
    .modal-xl {
        max-width: 1088px;
    }
}
.modal-body.entry-component.justify-content-xl-center.align-items-xl-center {
    border: 1px solid !important;
}
.close.sp-modal-close {
    position: absolute;
    z-index: 99;
    right: 25px;
    top: 25px;
    background-color: #fff;
    color: #141414;
    border-radius: 50rem;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 1 !important;
    box-sizing: content-box;
    font-size: 1em;
    width: 1em;
    height: 1em;
    line-height: 1;
    padding: 0.5em;
    border: 1px solid;
}
.close.sp-modal-close::before {
    content: "";
}
@media screen and (max-width: 1080px){
    .catalog-card--full .catalog-card__wrap {
        grid-template-columns: repeat(2, 1fr)!important;
    }
}
.nav, .nav-tabs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .8rem 1.6rem;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    margin-bottom: 1rem;
    border-bottom: 0;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
}
.nav-tabs .nav-item:not(:last-child) {
    margin-right: 3rem;
}
.nav-tabs .nav-link {
    color: #adb5bd;
    border: none;
    font-size: 1.25em;
    font-family: Montserrat, Sans-Serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: .65rem 0;
}
@media (max-width: 767.98px) {
    .nav-tabs .nav-link {
        font-size: 1.07125em;
    }
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #232323;
    color: #000;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-color: #fff;
    color: #000;
}
.nav-tabs .dropdown-menu {
    margin-top: 0;
}
.nav-pills.flex-column {
    padding-left: 0;
    padding-right: 0;
}
.nav-pills .nav-link {
    padding: 1.2rem 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #232323;
    background-color: transparent;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.table.table-bordered.size-list-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
}
.table.table-bordered.size-list-table th, .table.table-bordered.size-list-table td {
    border: 1px solid #888;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.table.table-bordered.size-list-table th, .table.table-bordered.size-list-table td {
    border: 1px solid #888;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.table.table-bordered.size-list-table td:hover {
    background: #fffabe;
}
.table.table-bordered.size-list-table td:hover:before {
    background-color: #ccc;
    content: '';
    height: 100%;
    left: -5000px;
    position: absolute;
    top: 0;
    width: 10000px;
    z-index: -2;
}
.table.table-bordered.size-list-table td:hover:after {
    background-color: #ccc;
    content: '';
    height: 10000px;
    left: 0;
    position: absolute;
    top: -5000px;
    width: 100%;
    z-index: -1;
}
.filter__btn {
    display: flex;
    margin-top: 10px;
}
.list-group > .list-group {
    padding-left: 14px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0px 10px 0px 11px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid #ddd;
    text-transform: capitalize;
    font-family: Formular,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    line-height: 21px;
    font-weight: 400;
    padding-top: 14px;
    color: #454545;
}
.list-group .list-group-item.active {
    font-family: Formular,sans-serif;
    background-color: #fff;
    font-weight: bold;
    color: #000000;
    font-family: Formular,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: none;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
#simplecheckout_customer > .checkout-heading {
    border-bottom: 0;
}
.checkout__wrapper {
    margin-bottom: 100px;
}
.bottom-form .btn {
    display: flex;
}
.gender-sec-item__title {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translate(-50%, -50%);
    background-color: #23232354;
    line-height: 49px;
    padding: 0 20px;
    cursor: pointer;
    overflow: hidden;
}
.gender-sec-item__title:after{
    content:"";
    display:inline-block;
    background-color:#000000;
    position:absolute;
    -webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;
    -o-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;
    transition:all .3s cubic-bezier(.4,0,.2,1) 0s;
}
.gender-sec-item__title:after{
    z-index:-1;
    height:100%;
    width:100%;
    left:-100%;
    top:0;
}
.promo-slider-buttons {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translate(-50%, -50%);
}
.promo-slider-buttons a {
    line-height: 31px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 700;
    font-size: 1rem;
    background-color: rgba(255,255,255,0);
    border: 0.125rem solid #fff;
    color: #fff;
    padding: 0.5rem 1rem;
    min-width: 12.125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.promo-slider-buttons a:hover {
    transition: all 0.3s ease-in-out;
    color: #000!important;
    background: #fff!important;
    border-color: #fff!important;
}
.collection-category-item {
    display:block !important;
}
.collection-category-item .collection-category-item__title {
    margin:0 !important;
}
.catalog-card .catalog-card__btn {
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.card__price {
    margin-top: 9px;
}
.card__descr {
    margin-bottom: 0.4rem;
    font-size: 18px;
}
.card__size {
    top: 10px;
}
#add-to-cart {
    background: #000;
    border: 1px solid #000;
}
#add-to-cart:hover {
    color: #000;
    background: #fff;
    opacity: 1
}
.card-top .btn--trans {
    color: #000;
}
.card-top .btn--trans:hover {
    border-color: #000;
    background-color: #000;
}
.size-item.active {
    border: 1px solid #111;
}
.brand_sym_wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid rgba(28,28,27,.1);
    padding-bottom: 10px;
}
.brand_sym {
    float: left;
    color: #1c1c1b;
    font-size: 26px;
    line-height: 24px;
    text-transform: uppercase;
    margin-right: 32px;
    width: 55px;
    text-align: center;
}
.brand_list {
    width: calc(100% - 87px);
    float: left;
}
.brand_list .row {
    margin-bottom: 20px;
}
.symbols_list {
    display: flex;
    padding: 30px 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    justify-content: space-between;
}
.basket-prod-top .prod__name {
    margin-left: 215px;
}
.basket-item__size {
    width: 128px;
    height: 44px;
}
.basket-item .select-two__top {
    padding: 12px 30px;
}
.basket-item .select-two__top::after {
    top: 20px;
}
.cart_total_prod {
    font-weight: 500;
    font-size: 25px;
    line-height: 26px;
    color: #252525;
}
.basket__wrapper {
    margin-top: 32px;
}
.basket-item__right svg {
    position: relative;
    top: 5px;
    margin-right: 3px;
    fill: #252525;
    width: 20px;
    height: 24px;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.btn-line {
    width: max-content;
}
.basket-prod .basket-item__add {
    padding-left:27px;
}
.basket-prod .basket-item__add::before {
    content: "";
    position: absolute;
    background-image: url(../img/favorite.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    width: 22px;
    height: 21.5px;
    left: 0;
    bottom: 6px;
    transition: all 0.3s ease-in-out;
}
.basket-item__title {
    margin-bottom: 5px;
}
.brand__wrapper {
    margin-top:0;
}
.brand__left {
    position: relative;
    padding-top:0;
    width: 100%;
}
.brand-text-more {
    max-height: 330px;
    height: 330px!important;
}
.brand-text-more.collapsed_auto{
    max-height: none;
    height: auto!important;
}
.brand-text-more span,
.brand-text-more h2,
.brand-text-more p,
.brand-text-more li {
	font-family: Montserrat,Sans-Serif !important;
}
.catalog-brand .catalog-mob {
    grid-template-columns: repeat(2, 1fr);
}
.btn-more-text {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
}
.js-collapse-wrapper {
    /*height: 330px!important;*/
    margin-bottom: 30px;
}
.form-group textarea {
    border: 1px solid #454545;
}
.basket-right #column-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#modal-stylist .modal-body {
    padding-top: 0;
}
#modal-stylist .modal-header {
    padding-bottom: 0;
}
.info-page__right li {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    opacity: 0.8;
    margin-bottom: 15px;
    list-style: disc;
}
@media screen and (max-width: 575px) {
    .info-page__right li {
        font-size: 18px;
        line-height: 23px;
    }
}
.entry-section, .entry-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
#information-4 .entry-section > .entry-row {
    flex: 0 0 auto;
}
.entry-col {
    -ms-flex-direction: row;
    flex-direction: row;
}
.entry-content, .entry-module, .entry-widget, .entry-design, .entry-menu, .entry-row {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
#information-4 .figure {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.info-page__left {
    width: calc(38% - 40px)!important;
    min-height: fit-content;
    padding-top: 60px;
}
.info-page__wrapper {
    margin-top: 32px;
}
.info-page .info-page__wrapper ul {
    margin-left: 15px;
}
.lang:not(:last-child) {
    margin-right: 10px;
}
.lang.active::before {
    transform: translateY(5px);
    opacity: 1;
}
.promocode button {
    font-size: 12px;
}
.basket-prod-row {
    grid-template-columns: 80% 10%;
}
.basket-item__brand {
    font-weight: 700;
    font-size: 21px;
}
.brand.nodes {
    margin-bottom: 0;
}
.product-slider-swiper2 {
    height: max-content;
}
.product-slider-swiper2 .swiper-slide a {
    display: block;
    width: 100%;
}
.new-arrivals {
    margin-top: 0;
}
.card__size--item.medium {
    font-size: 10px;
    line-height: 12px;
    word-break: break-word;
}
.card__size--item.long {
    font-size: 9px;
    line-height: 12px;
    word-break: break-word;
}
.card__size--item.extra {
    font-size: 11px;
    line-height: 12px;
    word-break: break-word;
    width: 65px;
}
.card__price__old {
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #454545;
    margin-right: 15px;
}
#modal-size-list .footer-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
}
#modal-size-list .footer-description {
    font-size: 19px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 10px;
}
#modal-size-list .bottom-inf {
    padding-top: 10px;
}
#modal-size-list .contact-item {
    margin-top: 11px;
    display: inline-flex;
}
#modal-size-list .contact-item::before {
    filter: invert(1);
}
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings'!important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.promo__heading {
    margin-bottom: 7px;
}
.promo__heading i {
    font-size: 12px;
    padding-right: 5px;
}
.promocode input {
    padding-left: 13px;
}
.checkout-form .radio,
.checkout-form .forget-pass,
.simplecheckout .checkbox,
.simplecheckout .link-back,
.price-list li span {
    font-size: 17px;
    font-weight: 400;
}

.card-top__wrapper {
    justify-content: normal;
}
.product-slider {
    overflow: hidden;
    height: 48.6111111111vw;
}
.product-slider .product-slider-swiper {
    overflow: hidden;
    height: 48.6111111111vw!important;
    width: auto;
    min-width: auto;
    margin-right: 0;
}
.product-slider .slider__main {
    height: 100%;
}
.promo-bottom {
    bottom: 41%;
    padding: 0 50px 24px 50px;
}
.promo-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin :0;
    margin-right: 20px;
}
.promo-swiper .swiper-pagination-bullet {
    position: relative;
    width: 100px;
    height: auto;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    margin-right: 20px;
    background-color: transparent;
}
.promo-swiper .swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: rgba(256, 256, 256, 0.5);
}
.promo-swiper .swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left:  0;
    z-index: 2;
    width: 0%;
    height: 2px;
    background-color: rgba(256, 256, 256, 1);
}
.promo-swiper .swiper-pagination-bullet-active {
    background-color: transparent;
}
.promo-swiper .swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate ;
    animation-fill-mode:forwards;
}
@keyframes countingBar {
    0% {width: 0;}
    100% {width:100%;}
}
.promo .swiper-button-next::after, .promo .swiper-button-prev::after {
    border: none;
    font-size: 31px;
}
.card__title {
    font-size: 22px;
}
.card-top__category {
    font-size: 18px;
}
.old-price {
    font-size: 17px;
}
.sale {
    font-size: 14px;
}
.oneclick-brand {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}
.oneclick-name {
    font-weight: normal;
}
.oneclick-price-old {
    text-decoration: line-through;
}
.oneclick .size-wrap {
    margin-top: 0;
}
.oneclick .text-error {
    font-size: 16px;
}
.size-item {
    text-align: center;
}
.size-item.extra, .size-item.medium {
    font-size: 11px;
    line-height: 14px;
}
.size-item.long {
    line-height: 1;
    white-space: nowrap;
    width: unset;
    padding: 3px 5px;
}
.cart-popup .btn_black-brdr {
    width: 50%;
    max-width: 50%;
}
.card-top__btn {
    padding: 22px 3px;
}
.error {
    margin-top: -5px;
}
.basket-item .top-text.single {
    cursor: inherit;
    padding: 5px 10px;
    white-space: nowrap;
    text-align: center;
}
.basket-item .top-text.single::after {
    display: none;
}
.basket-right.has-error {
    padding-top: 12px;
}
.basket-right .alert-danger {
    margin-bottom: 12px;
}
.checkout-card-wrap {
    border-bottom: none;
}
.empty__cart .header__basket {
    display: inline-flex;
    margin-right: 10px;
}
.empty__cart .error-bottom__text {
    font-size: 18px;
    line-height: 24px;
}
.empty__cart .error-bottom__wrap {
    margin-top: 40px;
    transform: translateX(7%);
}
.error.empty__cart {
    padding-top: 100px;
}
.error__bg {
    filter: brightness(67%);
}
.breadcrumbs-list__item a,
.breadcrumbs-list__item span,
#simplecheckout_customer > .checkout-heading > span,
#simplecheckout_cart a,
#simplecheckout_cart div,
.checkout-form-wrap .form-control,
.simplecheckout label {
    font-size: 17px!important;
}
#simplecheckout_cart .price-list span {
    font-size: 19px!important;
}
.checkout-form-item__title {
    font-size: 21px;
}
.wishlist_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wishlist_header span {
    font-size: 18px;
}
.card-discount {
    position: absolute;
    z-index: 2;
    left: 30px;
    top: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.card-sticker-special {
    display: inline-block;
    position: absolute;
    padding: 0.0001em 0.3em;
    top: 0;
    z-index: 1;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 70px;
    margin-left: 15px;
}
.product-slider .swiper-button-next::after, .product-slider .swiper-button-prev::after,
.recommend .swiper-button-next::after, .recommend .swiper-button-prev::after {
    background-color: rgba(0,0,0,.24);
    color: #fff;
    height: 36px;
    width: 36px;
    border: none;
}
.product-slider .swiper-button-next:hover::after, .product-slider .swiper-button-prev:hover::after,
.recommend .swiper-button-next:hover::after, .recommend .swiper-button-prev:hover::after {
    background-color: rgba(0,0,0,.24);
    color: #fff;
}
.basket-item__remove {
    cursor: pointer;
}
.promo__footer {
    margin-top: 6px;
    cursor: pointer;
    width: fit-content;
}
.promo__footer i {
    margin-right: 3px;
}
.basket-right {
    margin-bottom: -100px;
}
.header {
    padding-top: 50px!important;
}
.header.scroll-hed {
    padding-top: 40px!important;
}
.siteTestBanner {
    z-index: 100;
    top:0;
    position: absolute;
    background: #000;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    height:30px;
}
@media screen and (max-width: 380px) {
    .siteTestBanner {
        font-size: 14px;
    }
}
.info-row__block {
    display: flex;
    width: 35600px;
    height: 100%;
    margin: 0;
    line-height: 30px;
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -moz-animation: slide 1200s linear 1s infinite;
    -webkit-animation: slide 1200s linear 1s infinite;
    animation:slide 1200s linear 1s infinite;
}
.info-row__text {
    display: inline-flex;
    align-items: center;
    margin-right: 64px;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
}
.card-markers {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.card-markers--top {
    position: absolute;
    top: 5px;
    left: 5px;
    flex-direction: column;
    z-index: 2;
    align-items: flex-start;
}
.card-marker {
    text-transform: uppercase;
    font-family: 'FuturaMediumC', sans-serif !important;
}
.card-marker--new, .card-marker--runaway, .card-marker--sale {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #111;
}
.card-marker--extra, .card-marker--last {
    padding: 1px 2px;
    background: rgba(233, 233, 233, 0.8);
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}
.card-marker--extra {
    display: block;
    width: max-content;
    margin-top: 10px;
}
.card-marker--last {
    align-self: center;
}
@media screen and (max-width: 575px) {
    .card-marker--new, .card-marker--runaway, .card-marker--sale, .card-marker--extra, .card-marker--last {
        font-size: 10px;
    }
}
@-moz-keyframes slide {
    0%   { -moz-transform: translateX(0%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slide {
    0%   { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes slide {
    0%   {
        -moz-transform: translateX(0%); /* Firefox bug fix */
        -webkit-transform: translateX(0%); /* Firefox bug fix */
        transform: translateX(0%);
    }
    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}
@media screen and (min-width:64.0625em) and (pointer:coarse){
    .gender-sec-item__title:hover{
        color:#ffffff;
    }
    .gender-sec-item__title:hover:after{
        left:-100%;
    }
}
@media screen and (min-width:64.0625em){
    .gender-sec-item__title:hover{
        color:#fff;
    }
    .gender-sec-item__title:hover:after{
        left:0;
    }
}
@media (min-width: 681px) {
    .card-top__left {
        width: calc(53%);
    }
    .product-slider .product-slider-swiper {
        /*margin-right: 20px;*/
    }
    #shipping_address_store {
        width: 200%;
    }
    #information-4 .flex-sm-shrink-0 {
        flex-shrink: 0.6 !important;
    }
    .card-top__left {
        position: relative!important;
        width: auto!important;
    }
    .product-slider .slider__left {
        width: 9.5vw;
        margin-right: 0.5vw;
    }
    .product-slider-swiper2 {
        position: relative;
        width: 39vw;
    }
    .card-top__right {
        margin-left: 7.8vw;
    }
}
@media (max-width: 600px) {
    .promo-swiper .swiper-pagination-bullet {
        width: 15%
    }
    .card-discount {
        left: 15px;
    }
}
@media (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
    #modal-size-list .bottom-inf {
        background-color: #f1f3f6;
        padding: 19px 39px 9px;
        color: #0b0806;
    }
    #information-4 .info-page__right {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    #information-4 .container-wrapper,
    #information-custom .container-wrapper {
        margin-bottom: 5rem;
    }
    .promo-slider-buttons a:first-child:not(:last-child) {
        margin-right: 30px;
    }
}
@media (min-width: 1030px) {
    #shipping_address_store {
        width: 237%;
    }
    .checkout__wrapper {
        grid-template-columns: minmax(300px, 550px) minmax(300px, 450px);
    }
    .complete {
        max-width: 1080px;
        margin: 100px auto 0;
    }
}
@media (min-width: 1360px) {
    #information-4 .entry-design {
        padding-right: 2rem;
    }
    .complete {
        max-width: 1400px;
    }
}
@media (max-width: 1550px) {
    .card-top .swiper-slide {
        align-items: flex-start;
    }
}
@media (max-width: 1450px) {
    .card-top__category {
        font-size: 18px;
        line-height: 20px;
        margin-top: 25px;
    }
    .old-price {
        font-size: 16px;
    }
    .basket-prod-row {
        grid-template-columns: 83% 12%;
    }
}
@media (max-width: 1100px) {
    .header__wrapper .nav {
        flex-wrap: nowrap;
        padding-right: 0;
    }
    .header__wrapper .nav__item {
        width: 100%;
        position: relative;
        padding-left: 32px;
        font-size: 13px;
        line-height: 1.2;
        border-radius: 0;
        border-bottom: 1px solid #252525;
    }
    .header__wrapper .nav__item .nav__link {
        position: relative;
        display: block;
        margin: 0;
        padding: 18px 0;
    }
    .header__wrapper .nav__item .submenu__arrow {
        display: block;
        width: 37px;
        height: 37px;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
    }
    .submenu__arrow::before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        top: 11px;
        right: 12px;
    }
    .submenu__arrow.active::before {
        transform: rotate(225deg);
        top: 15px;
    }
    .submenu-col .submenu__arrow::before {
        top: 0;
    }
    .submenu-col .submenu__arrow.active::before {
        transform: rotate(225deg);
        top: 5px;
    }
    .mob-bottom {
        width: 100%;
        transform: none;
    }
    .header__wrapper .submenu-img {
        display: none;
    }
    .header__wrapper .submenu-col {
        width: 100%;
        position: relative;
    }
    .header__wrapper .lang {
        margin-left: 32px;
    }
    .header__wrapper {
        justify-content: space-between;
    }
    .catalog-sort .select-two,
    .catalog-sort .select-two-item {
        text-align: right;
    }
    .catalog-sort .select-two__top {
        display: block;
    }
    .catalog-sort .select-two__top::after {
        display: none;
    }
    .basket__wrapper {
        margin-top: 0;
    }
    .basket-prod {
        margin-top: 0;
    }
    .basket__title {
        margin-top: 6px;
    }
    .title {
        font-family: Montserrat;
    }
    .promo-item__title {
        font-family: Montserrat;
    }
    .bottom-form__title {
        font-family: Montserrat;
    }
    .card__price__old {
        font-size: 14px;
        line-height: 16px;
    }
    .slider__main {
        width: 100%;
    }
    .basket-right {
        margin-bottom: -80px;
    }
}
@media screen and (max-width: 842px) {
    .promo-slider-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .promo-slider-buttons a:first-child:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 780px) {
    .info-page__left {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .brand {
        margin-bottom: 0;
    }
    .brand_sym {
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
    .brand_list {
        float: none;
        width: 100%;
    }
    .brand_list .row {
         margin-bottom: 0;
    }
    .brand_list .brand_name {
        line-height: 21px;
        margin-bottom: 15px;
    }
    .brand__wrapper .js-collapse-wrapper,
    .brand__wrapper .js-collapse-text {
        min-height: 85px;
    }
    .brand-text-more h2, .brand-text-more h3 {
        font-size: 20px;
    }
    .brand-text-more {
        max-height: 130px;
    }
    .js-collapse-wrapper {
        margin-bottom: 0;
    }
    .brand-text-more h1 {
        margin-top: 0!important;
        line-height: 1!important;
        font-size: 1.7em;
    }
    .logo {
        width: 165px;
    }
    .recommend__wrapper .swiper-button-next,
    .recommend__wrapper .swiper-button-prev {
        top: 31%;
    }
    .catalog-mob.sticky {
        position: fixed;
        margin-top: -10px;
        background: #fff;
    }
    .basket-prod-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .basket-item__right {
        display: flex;
        flex-direction: column;
        grid-column: 2;
    }
    .card__size {
        padding: 0 10px;
    }
    .card__price__old {
        padding: 0 10px;
        margin-right: 0;
    }
    #modal-size-list .contact-item::before {
        width: 25px;
        height: 25px;
    }
    .basket-item__remove{
        top: 47px;
    }
    .basket-item__remove::before {
        content: "\e014";
    }
    .promo-bottom {
        display: none;
    }
    .size-item.long {
        font-size: 14px;
        line-height: 21px;
    }
    .size-item.extra, .size-item.medium {
        font-size: 10px;
    }
    .promo-slider-buttons {
        bottom: 3%;
    }
    .promo-slider-buttons a {
        display: flex;
        padding: 0.3rem 0.5rem;
        line-height: 28px;
        min-width: 9.125rem;
    }
}
@media (max-width: 680px) {
    .card-top__left .product-slider {
        height: auto;
    }
    .basket-item__title {
        padding-right: 10px;
    }
    .brand .brand__img {
        margin: 0 auto 5px;
        transform: translateX(-20px)!important;
        width: calc(100% + 40px);
    }
    .brand .page-title {
        line-height: 20px;
    }
    .brand .brand-text-more h1 span {
        font-size: 15pt!important;
    }
    .brand .js-collapse-wrapper {
        /*height: 125px!important;*/
    }
    .catalog-brand .catalog-mob {
        margin-top: 10px;
    }
    .catalog-brand .catalog-mob-btn {
        padding: 17px 20px;
    }
    .catalog-brand .catalog__wrapper {
        margin-top: 5px;
    }
    .symbols_list {
        display: block;
        line-height: 1.5;
    }
    .info-page__left {
        display: none;
    }
    .card__title,.card__descr,.card__price {
        font-size: 19px;
        padding: 0;
    }
}
@media (max-width: 480px) {
    .basket-item__size {
        left: 0;
        bottom: 10px;
        position: absolute;
    }
    .card__price__old {
        font-size: 14px;
        line-height: 15px;
        padding-left: 0;
        padding-right: 7px;
    }
    #modal-size-list .footer-description a {
        display: block;
    }
    .card__title,.card__descr,.card__price {
        font-size: 16px;
    }
}
@media (max-width: 350px) {
    .recommend__wrapper .swiper-button-next,
    .recommend__wrapper .swiper-button-prev {
        top: 26%;
    }
}
@media (max-height: 750px) and (min-width: 1100px){
    .error__wrapper {
        max-width: 725px;
    }
    .error__title {
        font-size: 240px;
        line-height: 275px;
        margin-top: 35px;
    }
    .error__subtitle {
        font-size: 29px;
        line-height: 34px;
        margin-top: -20px;
    }
}
@media (max-height: 620px) and (min-width: 1100px){
    .error__wrapper {
        max-width: 1200px;
    }
    .error__subtitle {
        font-size: 25px;
        line-height: 30px;
    }
}
@media (prefers-color-scheme: dark) {
    /*.logo, .header__icon, .mob-bottom-top .header__icon::before, .mob-bottom-soc .contact-item {filter:invert(0)!important;opacity:0.7;}*/
    /*.burger span {background: #787878}*/
}
@media screen and (max-width: 600px) {
    .card-sticker-special {
        margin-left: 0;
    }
}
@media screen and (max-width: 575px) {
    .card__title, .card__bottom {
        padding-left: 10px;
    }
}