body ::selection {
    color: #fff;
    background: #000
}

.swiper-slide:not(:first-child) {
    display: block
}

.no-padding {
    padding: 0 !important
}

.anime-decor {
    position: absolute;
    pointer-events: none
}

@media (max-width: 1399px) {
    .anime-decor {
        display: none
    }
}

.anime-decor.animated svg path {
    stroke-dashoffset: 0 !important
}

.anime-decor svg {
    display: block
}

.anime-decor svg path {
    stroke: #EBC82F;
    -webkit-transition: all 3s linear;
    transition: all 3s linear
}

.anime-decor.position-01 {
    top: 80px;
    right: 120px
}

@media (max-width: 1199px) {
    .anime-decor.position-01 {
        right: 0
    }
}

.anime-decor.position-02 {
    top: 62%;
    left: 80px
}

@media (max-width: 1199px) {
    .anime-decor.position-02 {
        left: 0
    }
}

.anime-decor.position-03 {
    top: -95px;
    right: 80px
}

@media (max-width: 1199px) {
    .anime-decor.position-03 {
        right: 0
    }
}

.anime-decor.position-04 {
    top: -80px;
    left: 90px
}

@media (max-width: 1199px) {
    .anime-decor.position-04 {
        left: 0
    }
}

.anime-decor.position-05 {
    bottom: 0;
    right: 80px
}

@media (max-width: 1199px) {
    .anime-decor.position-05 {
        right: 0
    }
}

#g-letter svg path {
    stroke-dasharray: 1650;
    stroke-dashoffset: -1650
}

#a-letter svg path {
    stroke-dasharray: 900;
    stroke-dashoffset: -900
}

#r-letter svg path {
    stroke-dasharray: 830;
    stroke-dashoffset: -830
}

#n-letter svg path {
    stroke-dasharray: 1160;
    stroke-dashoffset: -1160
}

.address {
    font-weight: 400
}

.mail, .tel {
    font-size: 1rem;
    color: #EBC82F;
    font-weight: 500
}

@media (min-width: 992px) {
    .mail:hover, .tel:hover {
        color: #2B2B2B
    }
}

.ratting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ratting .star {
    width: 14px;
    height: 14px;
    margin-right: 2px
}

.ratting .star:last-child {
    margin-right: 0
}

.ratting .star.check svg, .ratting .star.hover svg {
    fill: #EBC82F
}

.ratting .star svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #cccccc
}

.ratting.set-rate .star {
    cursor: pointer
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #EBC82F;
    margin: 0 10px;
    overflow: hidden
}

@media (min-width: 992px) {
    .social-link:hover {
        border-color: transparent
    }

    .social-link:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .social-link:hover svg {
        fill: #FFFFFF
    }
}

.social-link:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #EBC82F;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.social-link svg {
    display: block;
    position: relative;
    width: 20px;
    height: auto;
    fill: #EBC82F;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.acc-body {
    display: none
}

.product-volume-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 991px) {
    .product-volume-select {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }
}

.product-volume-select.style01 .product-volume {
    line-height: 40px
}

@media (min-width: 992px) {
    .product-volume-select.style01 .product-volume:hover {
        color: #FFFFFF;
        background-color: #EBC82F
    }
}

.product-volume-select.style01 .product-volume.selected {
    color: #FFFFFF;
    background-color: #EBC82F
}

.product-volume-select.style02 .product-volume {
    line-height: 38px;
    border: 1px solid #EDEBE7
}

@media (min-width: 992px) {
    .product-volume-select.style02 .product-volume:hover {
        color: #FFFFFF;
        border-color: #EBC82F;
        background-color: #EBC82F
    }
}

.product-volume-select.style02 .product-volume.selected {
    color: #FFFFFF;
    border-color: #EBC82F;
    background-color: #EBC82F
}

.product-volume-select .caption {
    margin-right: 20px
}

@media (max-width: 991px) {
    .product-volume-select .caption {
        width: 100%;
        margin: 0 0 5px 0
    }
}

.product-volume-select .product-volume {
    height: 40px;
    min-width: 70px;
    font-weight: 300;
    letter-spacing: normal;
    background-color: #fff;
    margin-right: 1px;
    text-align: center;
    padding: 0 7px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

@media (max-width: 991px) {
    .product-volume-select .product-volume {
        min-width: 55px
    }
}

@media (min-width: 992px) {
    .product-volume-select .product-volume:hover {
        color: #FFFFFF;
        background-color: #EBC82F
    }
}

.product-volume-select .product-volume:last-child {
    margin-right: 0
}

.product-volume-select .product-volume.selected {
    color: #FFFFFF;
    background-color: #EBC82F
}

.quantity-product {
    width: 166px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.quantity-product.style02 {
    border: 1px solid #EDEBE7
}

.quantity-product input {
    width: 32px;
    font-size: 1.125rem;
    color: #2B2B2B;
    text-align: center;
    padding-top: 2px
}

.quantity-product .q-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

@media (min-width: 992px) {
    .quantity-product .q-btn:hover {
        background-color: #EDEBE7
    }

    .quantity-product .q-btn:hover:after, .quantity-product .q-btn:hover:before {
        background-color: #2B2B2B
    }
}

.quantity-product .q-btn:after, .quantity-product .q-btn:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -1px;
    width: 14px;
    height: 2px;
    background-color: #979797;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.quantity-product .dec {
    margin-right: 7px
}

.quantity-product .add {
    margin-left: 7px
}

.quantity-product .add:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.prod0 .info-text {
    font-size: .9rem
}

.filters-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0 30px
}

@media (max-width: 991px) {
    .filters-button-group {
        margin: 20px 0
    }
}

.filters-button-group .button {
    height: 52px;
    width: 180px;
    color: #5B5B5B;
    line-height: 50px;
    font-size: .866rem;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #EDEBE7;
    letter-spacing: 0.08em;
    margin-right: -1px;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media (max-width: 991px) {
    .filters-button-group .button {
        width: 50%;
        margin-bottom: -1px
    }
}

.filters-button-group .button:last-child {
    margin-right: 0
}

@media (min-width: 992px) {
    .filters-button-group .button:hover {
        background-color: #EDEBE7
    }
}

.filters-button-group .button.is-checked {
    color: #2A2A2A;
    background-color: #EDEBE7
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-top: 50px
}

@media (max-width: 1549px) {
    .product-list {
        margin: 0 -15px
    }
}

@media (max-width: 991px) {
    .product-list {
        padding-top: 30px
    }
}

@media (max-width: 1549px) {
    .product-list {
        padding-top: 20px
    }
}

.product-item {
    width: 33.333%;
    padding: 0 25px
}

@media (max-width: 1549px) {
    .product-item {
        width: 50%
    }
}

@media (max-width: 991px) {
    .product-item {
        width: 50%;
        padding: 0 15px
    }

    .product-item:last-child .product {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .product-item {
        width: 100%
    }
}

.product-item .product {
    margin: 0 auto 80px
}

@media (max-width: 991px) {
    .product-item .product {
        margin: 0 auto 40px
    }
}

@media (max-width: 991px) {
    .product-item .product-volume-select .caption {
        width: 100%;
        margin: 0 0 5px 0;
        display: none
    }
}

@media (max-width: 767px) {
    .product-item .product-volume-select .caption {
        display: block
    }
}

.product {
    position: relative;
    max-width: 470px;
    padding: 0 30px 40px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 991px) {
    .product {
        padding: 0 15px 40px
    }
}

@media (min-width: 992px) {
    .product:hover .hover-buttons {
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .product:hover .hover-img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }
}

.product:before {
    position: absolute;
    content: '';
    top: 200px;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("../img/product-bg.jpg") no-repeat center;
    background-size: cover
}

.product.adding .hover-buttons {
    opacity: 1
}

.product.adding .hover-img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.product__top {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .product__top {
        margin-bottom: 15px
    }
}

.product__img {
    display: block;
    position: relative;
    text-align: center;
    height: 380px;
    z-index: 3
}

.product__img img {
    max-height: 100%;
    width: auto;
    margin: 0 auto
}

.product__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    height: 2.8em;
    font-size: 1.333rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    z-index: 1
}

@media (max-width: 767px) {
    .product__middle {
        height: auto
    }
}

.product__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    overflow-y: hidden
}

.product__title .title {
    display: inline-block;
    color: #2B2B2B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media (min-width: 992px) {
    .product__title .title:hover {
        color: #EBC82F
    }
}

@media (max-width: 767px) {
    .product__title .title {
        -webkit-line-clamp: 10
    }
}

.product .product-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    font-weight: 300;
    font-size: 1.2rem!important;
    color: #EBC82F!important;
    white-space: nowrap;
    text-align: right;
    margin: 4px 0 0 10px
}

.product .product-price .price {
    font-weight: 700
}

.product .hover-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 4
}

@media (max-width: 991px) {
    .product .hover-buttons {
        opacity: 1
    }
}

.product .hover-buttons .quantity-product {
    width: 50%
}

/*.product .hover-buttons .add-to-card-btn{width:50%}*/
.product .hover-img {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 2
}

@media (max-width: 991px) {
    .product .hover-img {
        display: none
    }
}

.product .hover-img img {
    margin: 0 auto
}

.product .product-volume-select {
    position: relative;
    z-index: 3
}

.product .info-text {
    position: absolute;
    left: 30px;
    bottom: 7px;
    z-index: 2
}

@media (max-width: 991px) {
    .product .info-text {
        left: 15px
    }
}

.s-benefits .title-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px
}

@media (max-width: 1399px) {
    .s-benefits .title-block {
        margin-bottom: 50px
    }
}

@media (max-width: 991px) {
    .s-benefits .title-block {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .s-benefits .title-block .title {
        margin-bottom: 10px
    }
}

.s-benefits .subtitle {
    max-width: 600px;
    letter-spacing: 0.03em
}

@media (max-width: 991px) {
    .s-benefits .subtitle {
        line-height: 1.6
    }
}

.benefits {
    position: relative;
    padding: 140px 0 0
}

@media (max-width: 1399px) {
    .benefits {
        padding: 100px 0 0
    }
}

@media (max-width: 991px) {
    .benefits {
        padding: 50px 0 0
    }
}

.benefits.style01 .benefits-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    z-index: -1
}

@media (max-width: 1549px) {
    .benefits.style01 .benefits-bg {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.benefits.style01 .benefits-img {
    float: left;
    width: calc(50vw - 15px)
}

@media (max-width: 991px) {
    .benefits.style01 .benefits-img {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }
}

.benefits.style01 .benefits-img img {
    width: 100%
}

.benefits.style01 .benefits-wrap {
    margin-bottom: 50px
}

@media (max-width: 1399px) {
    .benefits.style01 .benefits-wrap {
        margin-bottom: 0
    }
}

@media (max-width: 1399px) {
    .benefits.style02 {
        padding-top: 50px
    }
}

@media (max-width: 991px) {
    .benefits.style02 {
        padding-top: 30px;
        padding-bottom: 50px
    }
}

.benefits.style02 .benefits-bg {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 100px;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

@media (max-width: 1399px) {
    .benefits.style02 .benefits-bg {
        bottom: 0
    }
}

.benefits.style02 .benefits-img {
    float: right;
    width: calc(50vw - 15px)
}

@media (max-width: 991px) {
    .benefits.style02 .benefits-img {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }
}

.benefits.style02 .benefits-img img {
    width: 100%
}

.benefits.style02 .benefits-wrap {
    padding-left: 45px;
    margin-bottom: 150px
}

@media (max-width: 1399px) {
    .benefits.style02 .benefits-wrap {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .benefits.style02 .benefits-wrap {
        padding-left: 15px
    }
}

.benefits.style02 .h2.title {
    margin-left: 30px
}

@media (max-width: 991px) {
    .benefits.style02 .h2.title {
        margin-left: 0
    }
}

.benefit {
    margin-bottom: 50px;
    padding-right: 30px
}

@media (max-width: 1549px) {
    .benefit {
        padding-right: 0;
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .benefit {
        padding-right: 0;
        margin-bottom: 20px
    }
}

.benefit .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-bottom: 23px
}

@media (max-width: 1399px) {
    .benefit .icon {
        margin-bottom: 10px
    }
}

.benefit .icon img {
    max-height: 100%
}

.benefit .title {
    font-size: 1.466rem;
    color: #2B2B2B;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px
}

@media (max-width: 1399px) {
    .benefit .title {
        font-size: 1.3rem;
        margin-bottom: 5px
    }
}

.benefit .desc {
    font-weight: 300
}

.benefit .desc span {
    color: #2B2B2B;
    font-weight: 500
}

.benefit .small-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px 0
}

.benefit .small-images img {
    margin-right: 5px
}

.seo-img {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 36%;
    overflow: hidden;
    z-index: 1
}

@media (max-width: 1399px) {
    .seo-img {
        /*top: -50px*/
    }
}

@media (max-width: 991px) {
    .seo-img {
        display: none
    }
}

.seo-img img {
    height: 100%;
    max-width: none;
    width: auto
}

.b-seo {
    position: relative
}

.seo-content {
    padding: 90px 30px 80px 95px
}

@media (max-width: 1399px) {
    .seo-content {
        padding: 50px 0 50px 15px
    }
}

@media (max-width: 991px) {
    .seo-content {
        padding: 40px 0 40px 15px
    }
}

@media (max-width: 767px) {
    .seo-content {
        padding: 40px 0
    }
}

.seo-content .title {
    margin-bottom: 15px
}

@media (max-width: 1399px) {
    .seo-content .title {
        margin-bottom: 10px
    }
}

.seo-content .acc-body {
    margin-top: 35px
}

@media (max-width: 1399px) {
    .seo-content .acc-body {
        margin-top: 20px
    }
}

.read-more {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: .866rem;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #EBC82F;
    padding-right: 25px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 50px
}

@media (max-width: 1399px) {
    .read-more {
        margin-top: 20px
    }
}

@media (min-width: 992px) {
    .read-more:hover {
        color: #2B2B2B
    }

    .read-more:hover:after {
        border-color: #2B2B2B
    }
}

.read-more:after {
    position: absolute;
    content: '';
    right: 0;
    top: -3px;
    width: 10px;
    height: 10px;
    border: 1px solid #EBC82F;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.read-more.active:after {
    top: 4px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.read-more.active .first {
    display: none
}

.read-more.active .second {
    display: block
}

.read-more .second {
    display: none
}

.s-reviews .title.h2 {
    margin-bottom: 70px
}

@media (max-width: 1399px) {
    .s-reviews .title.h2 {
        margin-bottom: 50px
    }
}

@media (max-width: 991px) {
    .s-reviews .title.h2 {
        margin-bottom: 30px
    }
}

.s-reviews .title.h4 {
    margin-bottom: 50px
}

@media (max-width: 1399px) {
    .s-reviews .title.h4 {
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .s-reviews .title.h4 {
        margin-bottom: 30px
    }
}

.reviews .title.h2 {
    margin-bottom: 55px
}

@media (max-width: 1199px) {
    .reviews .title.h2 {
        margin-bottom: 30px
    }
}

.reviews .title.h4 {
    margin-bottom: 70px
}

@media (max-width: 1399px) {
    .reviews .title.h4 {
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .reviews .title.h4 {
        margin-bottom: 30px
    }
}

.reviews .b-review {
    margin-bottom: 100px
}

@media (max-width: 991px) {
    .reviews .b-review {
        margin-bottom: 50px
    }
}

.reviews .b-review:last-child {
    margin-bottom: 0
}

.swiper-custom.style01 .swiper-slide {
    height: auto;
}

.review {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    height: calc(100% - 48px);
    position: relative;
    padding: 8px 0 40px 80px
}

button.cart-single-add-item {
    background: none;
}


@media (max-width: 767px) {
    .review {
        padding-bottom: 20px;
        height: auto;
    }
}

@media (max-width: 575px) {
    .review {
        padding: 0
    }
}

.review.style02 {
    padding-top: 75px
}

@media (max-width: 575px) {
    .review.style02 {
        padding: 0
    }
}

.review__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 80px;
    bottom: 0;
    max-width: 150px;
    max-height: 330px;
    min-width: 74px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 575px) {
    .review__img {
        display: none
    }
}

.review__img img {
    max-height: 100%;
    width: auto;
    max-width: none
}


.review__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.review__text {
    flex-grow: 1;
    background: url("../img/product-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 35px 50px 55px 90px
}

@media (max-width: 1549px) {
    .review__text {
        padding: 35px 20px 55px 90px
    }
}

@media (max-width: 767px) {
    .review__text {
        padding: 30px 15px 30px 90px
    }
}

@media (max-width: 575px) {
    .review__text {
        padding: 20px 15px
    }
}

.review .product-name {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #2B2B2B;
    letter-spacing: 0.02em;
    margin-left: 90px;
    margin-bottom: 10px
}

@media (max-width: 575px) {
    .review .product-name {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .review .product-name:hover {
        color: #EBC82F
    }
}

.review .ratting {
    margin-left: 90px;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .review .ratting {
        margin-left: 0
    }
}

.review .name {
    font-weight: 500;
    font-size: 1.466rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2B2B2B;
    margin-bottom: 8px
}

@media (max-width: 1399px) {
    .review .name {
        font-size: 1.2rem
    }
}

.review .text {
    font-weight: 300;
    letter-spacing: 0.04em
}

.single-product {
    padding-top: 10px
}

@media (max-width: 991px) {
    .single-product {
        padding-top: 20px
    }
}

.product-slide-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    overflow: hidden
}

.product-slide-image:hover img:first-child {
    opacity: 0
}

.product-slide-image img {
    width: 100%
}

.product-slide-image img.zoomImg {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.product-detail {
    padding-left: 125px;
    margin-top: -10px
}

@media (max-width: 1549px) {
    .product-detail {
        padding-left: 15px
    }
}

@media (max-width: 991px) {
    .product-detail {
        margin-top: 0;
        padding-left: 0
    }
}

.product-detail .title {
    margin-bottom: 23px
}

@media (max-width: 991px) {
    .product-detail .title {
        margin-bottom: 10px
    }
}

.product-detail .text {
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .product-detail .text {
        margin-bottom: 25px
    }
}

.product-detail .product-volume-select {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .product-detail .product-volume-select {
        margin-bottom: 10px
    }
}

.product-detail .product-volume-select .caption {
    font-size: 1.066rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5B5B5B;
    margin-right: 30px
}

@media (max-width: 575px) {
    .product-detail .product-volume-select .caption {
        margin-right: 0
    }
}

.product-detail .info-text {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .product-detail .info-text {
        margin-bottom: 10px
    }
}

@media (max-width: 991px) {
    .product-info {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .product-info {
        margin-bottom: 2px
    }
}

.product-info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 65px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #EDEBE7
}

@media (max-width: 575px) {
    .product-info .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto;
        padding: 10px 0
    }
}

.product-info .item:first-child {
    border-top: 1px solid #EDEBE7
}

.product-info .item .left {
    font-size: .933rem;
    font-weight: 400;
    text-transform: uppercase;
    width: 30%;
}

.product-info .item .right {
    font-weight: 500;
    font-size: 1.066rem;
    color: #2B2B2B;
    text-align: right;
    width: 70%;
}
@media( max-width: 574px){
    .product-info .item .right{
        text-align: inherit;
        width: 100%;
    }
}

.pd-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 575px) {
    .pd-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.pd-bottom .product-price {
    width: 140px;
    font-size: 1.35rem;
    text-align: right;
    color: #EBC82F;
    font-weight: 300;
    margin: 0 10px
}

@media (max-width: 575px) {
    .pd-bottom .product-price {
        margin-right: 0
    }
}

.pd-bottom .product-price .price {
    font-size: 1.466rem;
    font-weight: 700
}

@media (max-width: 575px) {
    .pd-bottom .add-to-card-btn {
        width: 100%;
        margin-top: 10px
    }
}

.b-info {
    margin-top: 70px
}

@media (max-width: 991px) {
    .b-info {
        margin-top: 0px
    }
}

.s-other-products .title.h3 {
    margin-bottom: 45px
}

.error-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.s-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    text-align: center;
    padding: 10vh 0
}

.s-error .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 18.666rem;
    line-height: .8;
    letter-spacing: 0.1em;
    text-shadow: -2px 0 #EBC82F, 0 2px #EBC82F, 2px 0 #EBC82F, 0 -2px #EBC82F;
    margin-bottom: 33px
}

@media (max-width: 1399px) {
    .s-error .title {
        font-size: 10rem;
        text-shadow: -1px 0 #EBC82F, 0 1px #EBC82F, 1px 0 #EBC82F, 0 -1px #EBC82F;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .s-error .title {
        font-size: 8rem
    }
}

.s-error .subtitle {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.3;
    color: #2B2B2B;
    margin-bottom: 10px
}

@media (max-width: 1399px) {
    .s-error .subtitle {
        font-size: 1.8rem
    }
}

.s-error .text {
    margin-bottom: 33px
}

@media (max-width: 1399px) {
    .s-error .text {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .s-error .text {
        margin-bottom: 20px
    }
}

.error-decor {
    position: absolute;
    width: 250px
}

@media (max-width: 991px) {
    .error-decor {
        display: none
    }
}

.error-decor img {
    width: 100%
}

.error-decor.ed-01 {
    left: 120px;
    bottom: 0
}

.error-decor.ed-02 {
    right: -65px;
    top: 50px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.content-section .title {
    margin-bottom: 25px
}

@media (max-width: 1399px) {
    .content-section .title {
        margin-bottom: 50px
    }
}

@media (max-width: 991px) {
    .content-section .title {
        margin-bottom: 20px
    }
}

.contacts-main .title.h2 {
    margin-bottom: 60px
}

@media (max-width: 1399px) {
    .contacts-main .title.h2 {
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .contacts-main .title.h2 {
        margin-bottom: 20px
    }
}

.contacts-main .title.h4 {
    margin-top: 100px;
    margin-bottom: 15px
}

@media (max-width: 1399px) {
    .contacts-main .title.h4 {
        margin-top: 50px
    }
}

.contacts-main .form {
    max-width: 600px;
    margin: 0 auto
}

.contacts-main .form .btn {
    margin-top: 20px
}

.contacts-info {
    padding-top: 35px;
    padding-bottom: 35px
}

@media (max-width: 767px) {
    .contacts-info {
        padding-top: 0;
        padding-bottom: 35px
    }
}

.contacts-info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .contacts-info .item {
        margin-bottom: 15px
    }
}

.contacts-info .item:last-child {
    margin-bottom: 0
}

.contacts-info .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px
}

@media (max-width: 991px) {
    .contacts-info .item__inner {
        padding-top: 5px
    }
}

.contacts-info .item .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #EBC82F;
    padding: 12px;
    margin-right: 15px
}

@media (max-width: 991px) {
    .contacts-info .item .icon {
        width: 40px;
        height: 40px;
        padding: 8px
    }
}

.map-wrapper {
    height: 450px;
    margin-left: 20px
}

@media (max-width: 1199px) {
    .map-wrapper {
        margin-left: 0
    }
}

.info-box {
    background-color: #000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 15px 30px
}

.info-box h5 {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px
}

.info-box p {
    font-size: 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7)
}

.cart-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
    margin-right: -10px
}

.cart-list .cart-item {
    margin-bottom: 30px
}

.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-right: 85px
}

@media (max-width: 991px) {
    .cart-item {
        padding-right: 60px
    }
}

@media (max-width: 767px) {
    .cart-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 50px
    }
}

.cart-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 125px;
    height: 125px
}

@media (max-width: 991px) {
    .cart-item__img {
        width: 80px;
        height: 80px
    }
}

@media (max-width: 767px) {
    .cart-item__img {
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {
    .cart-item__img:hover {
        opacity: .8
    }
}

.cart-item__img:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 57%;
    background: url("../img/product-bg-3.jpg") no-repeat center;
    background-size: cover
}

.cart-item__img img {
    position: relative;
    max-height: 100%
}

.cart-item__center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 30px
}

@media (max-width: 991px) {
    .cart-item__center {
        padding: 10px 15px
    }
}

@media (max-width: 767px) {
    .cart-item__center {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: calc(100% - 80px);
        padding: 10px 0 10px 10px;
        margin-bottom: 5px
    }
}

.cart-item__center .title {
    display: inline-block;
    font-size: 1.333rem;
    line-height: 1.1;
    color: #2B2B2B;
    max-height: 3.2em;
    overflow: hidden
}

@media (max-width: 1366px) {
    .cart-item__center .title {
        font-size: 1.1rem;
        line-height: 1.4
    }
}

@media (max-width: 991px) {
    .cart-item__center .title {
        font-size: 1.1rem;
        line-height: 1.4
    }
}

@media (max-width: 767px) {
    .cart-item__center .title {
        max-height: none
    }
}

@media (min-width: 992px) {
    .cart-item__center .title:hover {
        color: #EBC82F
    }
}

.cart-item__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.4
}

.cart-item__detail .volume {
    font-weight: 300;
    font-size: 1.066rem;
    line-height: 1.4;
    color: #5B5B5B;
    margin-right: 25px;
    margin-top: 2px
}

.cart-item__detail .single-price .price {
    font-weight: 700;
    font-size: 1.2rem;
    color: #2B2B2B
}

.cart-item .quantity-product {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 767px) {
    .cart-item .quantity-product {
        width: 130px;
        height: 45px
    }
}

.cart-item .product-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    line-height: 1.4;
    color: #EBC82F;
    text-align: right;
    margin-left: 20px
}

.cart-item .product-price .price {
    font-size: 1.2rem;
    font-weight: 700
}

.cart-item .btn-close-2 {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17px
}
.cart-item .btn-close-2 {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17px
}

.wp_checkout_form .btn-close-2 {
    right: -50px!important;
}

.cart-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*border-top: 1px solid #EDEBE7;*/
    padding-top: 30px
}

@media (max-width: 991px) {
    .cart-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 17px
    }
}

@media (max-width: 767px) {
    .cart-bottom {
        padding-top: 15px
    }
}

.cart-bottom .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 767px) {
    .cart-bottom .btn {
        width: 100%;
        height: 40px;
        line-height: 38px
    }
}

@media (max-width: 767px) {
    .cart-bottom .btn-3 {
        margin-bottom: 10px
    }
}

@media (max-width: 991px) {
    .cart-bottom .btn-primary {
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .cart-bottom .btn-primary {
        margin-left: 0
    }
}

.cart-bottom .cart-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
    text-align: left
}

@media (max-width: 991px) {
    .cart-bottom .cart-price {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .cart-bottom .cart-price {
        margin-bottom: 10px
    }
}

.cart-bottom .cart-price .total-price {
    width: 150px
}

@media (max-width: 991px) {
    .cart-bottom .cart-price .total-price {
        width: auto
    }
}

.cart-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.466rem;
    line-height: 1.4;
    margin: 0 10px
}

@media (max-width: 991px) {
    .cart-price {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        margin: 0 0 25px
    }
}

@media (max-width: 767px) {
    .cart-price {
        margin: 0 0 15px
    }
}

.cart-price .caption {
    color: #2B2B2B;
    margin-right: 20px
}

.cart-price .total-price {
    color: #EBC82F;
    font-weight: 300
}

.cart-price .total-price span {
    font-weight: 700
}

.checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

@media (max-width: 1199px) {
    .checkout {
        margin-top: 30px
    }
}

@media (max-width: 991px) {
    .checkout {
        margin-top: 20px
    }
}

.checkout__left {
    width: 42%
}

@media (max-width: 1549px) {
    .checkout__left {
        width: 40%
    }
}

@media (max-width: 1199px) {
    .checkout__left {
        width: 100%;
        margin-bottom: 35px
    }
}

.checkout__left .item {
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .checkout__left .item {
        margin-bottom: 40px
    }
}

.checkout__left .item:last-child {
    margin-bottom: 0
}

.checkout__left .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .checkout__left .item .title {
        margin-bottom: 15px
    }
}

.checkout__left .item .title span {
    margin-right: 10px
}

.checkout__left .item .title a {
    display: block;
    width: 87px
}

.checkout__left .form-row:nth-child(2) {
    margin-top: -10px
}

.checkout__left .form-row:last-child {
    margin-bottom: -10px
}

.checkout__right {
    width: 58%;
    padding-left: 90px
}

@media (max-width: 1549px) {
    .checkout__right {
        width: 60%;
        padding-left: 25px
    }
}

@media (max-width: 1199px) {
    .checkout__right {
        width: 100%;
        padding-left: 0
    }
}

.checkout .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px;
    /*margin-bottom: 30px;*/
    border-bottom: 1px solid #EDEBE7
}
.cart-list.order_review.cart-wrapper{
    margin-top: 30px;
}
.product-info .item.free_delivery_item_active{
    border-top: 0px;
}

@media (max-width: 767px) {
    .checkout .title-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 20px
    }

    .checkout .title-wrap .edit-order {
        margin-top: 5px
    }
}

.checkout .edit-order {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5B5B5B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

@media (min-width: 992px) {
    .checkout .edit-order:hover {
        color: #EBC82F
    }
}

.checkout .radio-buttons {
    margin: 10px 0
}

.checkout .radio-buttons .radio-btn {
    margin-right: 70px
}

@media (max-width: 767px) {
    .checkout .radio-buttons .radio-btn {
        margin-right: 40px
    }
}

.checkout .radio-buttons .radio-btn:last-child {
    margin-right: 0
}

.checkout .cart-list {
    height: auto
}

.checkout .cart-item {
    padding-right: 0
}

.checkout .cart-item .product-price {
    margin-left: 0
}

.checkout .cart-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkout .cart-bottom .cart-price {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .checkout .cart-bottom .cart-price {
        margin: 0 0 15px
    }
}

.checkout .cart-item__center .title {
    line-height: 1.4
}

.shipping-dropdown .selects-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .shipping-dropdown .selects-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.shipping-dropdown .selects-wrap .custom-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 767px) {
    .shipping-dropdown .selects-wrap .custom-select {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%
    }
}

.shipping-dropdown .selects-wrap .custom-select:first-child {
    margin-right: 24px
}

@media (max-width: 767px) {
    .shipping-dropdown .selects-wrap .custom-select:first-child {
        margin: 0 0 20px
    }
}

.s-order .title.h3 {
    margin-bottom: 15px
}

.s-order .subtitle {
    font-size: 1.066rem;
    margin-bottom: 30px
}

.b-order {
    max-width: 766px;
    margin: 0 auto
}

.b-order__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .b-order__header {
        margin-bottom: 10px
    }
}

.b-order__header .number {
    font-weight: 500;
    font-size: 1.466rem;
    letter-spacing: 0.02em;
    color: #2B2B2B
}

.b-order__header .date {
    font-size: .866rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5B5B5B
}

.b-order__header .date > * {
    display: inline-block;
    margin-left: 20px
}

.b-order__info {
    margin-bottom: 30px
}

.b-order__info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 70px;
    border: 1px solid #EDEBE7;
    padding: 10px 20px;
    margin-bottom: -1px
}

@media (max-width: 767px) {
    .b-order__info .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5px 10px
    }
}

.b-order__info .name {
    width: 50%;
    color: #2B2B2B;
    line-height: 1.3
}

@media (max-width: 767px) {
    .b-order__info .name {
        width: 100%;
        margin: 10px 0 5px
    }
}

.b-order__info .volume {
    width: 35px;
    margin-left: 10px
}

@media (max-width: 767px) {
    .b-order__info .volume {
        margin-left: 0
    }
}

.b-order__info .i-count {
    margin-left: 10px
}

.b-order__info .i-count .single-price span {
    color: #2F2F2F;
    font-weight: 700
}

.b-order__info .i-count .x {
    padding: 0 4px
}

.b-order__info .i-count .count {
    font-weight: 500
}

.b-order__info .price {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #EBC82F;
    text-align: right
}

.b-order__info .price span {
    font-weight: 700;
    font-size: 1.2rem
}

.b-order__contacts .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 70px;
    font-weight: 500;
    border: 1px solid #EDEBE7;
    padding: 10px 20px;
    margin-bottom: -1px
}

@media (max-width: 767px) {
    .b-order__contacts .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5px 10px
    }

    .b-order__contacts .item > * {
        width: 100%
    }
}

.b-order__contacts .item > div:first-child {
    font-weight: 300
}

.b-order__footer .order-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EDEBE7;
    padding: 17px 10px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .b-order__footer .order-price {
        margin-bottom: 20px;
        padding: 13px 10px
    }
}

.b-order__footer .caption {
    font-weight: 500;
    font-size: 1.466rem;
    color: #2B2B2B;
    margin-right: 30px
}

@media (max-width: 767px) {
    .b-order__footer .caption {
        font-size: 1.2rem;
        margin-right: 10px
    }
}

.b-order__footer .total-price {
    color: #EBC82F
}

.b-order__footer .total-price span {
    font-size: 1.466rem;
    font-weight: 700
}

@media (max-width: 767px) {
    .b-order__footer .total-price span {
        font-size: 1.2rem
    }
}

.popup-wrapper {
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.popup-wrapper.active {
    left: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.popup-wrapper .bg-layer {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0
}

.popup-wrapper.active .bg-layer {
    opacity: 1
}

.popup-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    left: -10000px;
    padding: 32px;
    overflow-x: hidden
}

@media (max-width: 1399px) {
    .popup-content {
        padding: 0 32px
    }
}

@media (max-width: 575px) {
    .popup-content {
        padding: 0 10px
    }
}

.video-popup .popup-align {
    padding: 0
}

.video-popup .embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.video-popup iframe {
    width: 100%;
    height: 100%;
    position: absolute
}

.popup-content.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    left: 0;
    -webkit-transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
    position: relative
}

.popup-content:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: ""
}

.popup-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    white-space: normal;
    text-align: left;
    background: #fff
}

.popup-container.size-1 {
    max-width: 570px
}

.popup-container.size-2 {
    max-width: 970px
}

.popup-container.size-3 {
    max-width: 1500px
}

.popup-content .layer-close {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10000px
}

.popup-align {
    padding: 60px 70px 70px 70px;
    font-size: 1rem;
    overflow: hidden
}

.popup-content .btn-close {
    position: absolute;
    right: -28px;
    top: -25px;
    cursor: pointer
}

@media (max-width: 575px) {
    .popup-content .btn-close {
        right: -5px;
        top: -10px
    }
}

.popup-success {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1050px;
    width: 100%;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #2B2B2B;
    margin: 15px;
    z-index: 11
}

@media (max-width: 1199px) {
    .popup-success {
        width: calc(100% - 30px);
        -webkit-transform: none;
        transform: none;
        left: 0;
        bottom: 0;
        max-width: none
    }
}

.popup-success__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #EBC82F;
    background: #FFFFFF;
    padding: 25px 30px
}

@media (max-width: 1199px) {
    .popup-success__inner {
        padding: 15px
    }
}

.popup-success a {
    color: #EBC82F;
    text-decoration: underline
}

@media (min-width: 992px) {
    .popup-success a:hover {
        text-decoration: none
    }
}

.popup-success .btn-close-2 {
    margin-left: 90px
}

@media (max-width: 1199px) {
    .popup-success .btn-close-2 {
        margin-left: 15px
    }
}

.review-popup .popup-align {
    padding: 60px 70px 70px 70px
}

@media (max-width: 767px) {
    .review-popup .popup-align {
        padding: 45px 15px 15px
    }
}

.review-popup .title {
    line-height: 1.3;
    margin-bottom: 20px
}

.review-popup .ratting {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.review-popup .ratting .star {
    width: 20px;
    height: 20px
}

.review-popup .btn {
    margin-top: 20px
}

.cart-popup .popup-container {
    height: calc(100% - 60px)
}

@media (max-width: 575px) {
    .cart-popup .popup-container {
        height: calc(100% - 20px)
    }
}

.cart-popup .popup-align {
    height: 100%;
    padding: 60px 70px 90px 70px
}

@media (max-width: 1399px) {
    .cart-popup .popup-align {
        padding: 30px 50px
    }
}

@media (max-width: 1199px) {
    .cart-popup .popup-align {
        padding: 45px 15px 30px
    }
}

@media (max-width: 767px) {
    .cart-popup .popup-align {
        padding: 35px 15px 15px
    }
}

.cart-popup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 1050px;
    margin: 0 auto
}

.cart-popup .h3.title {
    margin-bottom: 85px
}

@media (max-width: 1399px) {
    .cart-popup .h3.title {
        margin-bottom: 50px
    }
}

@media (max-width: 1199px) {
    .cart-popup .h3.title {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .cart-popup .h3.title {
        margin-bottom: 15px
    }
}

.thank-popup .popup-align {
    padding: 40px
}

@media (max-width: 1199px) {
    .thank-popup .popup-align {
        padding: 40px 15px
    }
}

@media (max-width: 767px) {
    .thank-popup .popup-align {
        padding: 35px 15px
    }
}

.footer {
    background-color: #2B2B2B
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 15px
}

@media (max-width: 1329px) {
    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 991px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__logo {
    width: 69px;
    margin-right: 90px
}

@media (max-width: 1549px) {
    .footer__logo {
        margin-right: 30px
    }
}

@media (max-width: 991px) {
    .footer__logo {
        margin-right: 0
    }
}

.footer__menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 1329px) {
    .footer__menu {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (max-width: 991px) {
    .footer__menu {
        margin-top: 25px
    }
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .footer__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 1329px) {
    .footer__menu ul li {
        margin: 0 15px
    }

    .footer__menu ul li:last-child {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .footer__menu ul li {
        margin: 5px 15px
    }

    .footer__menu ul li:last-child {
        margin-right: 15px
    }
}

.footer__menu ul a {
    color: #ffffff
}

@media (min-width: 992px) {
    .footer__menu ul a:hover {
        color: #EBC82F
    }
}

.footer .social-list {
    margin: 0 0 0 80px
}

@media (max-width: 1549px) {
    .footer .social-list {
        margin: 0 0 0 30px
    }
}

@media (max-width: 1329px) {
    .footer .social-list {
        width: 50%;
        margin: 25px 0 0 -10px
    }
}

@media (max-width: 991px) {
    .footer .social-list {
        width: auto;
        margin: 25px 0 0
    }
}

.footer .developer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .866rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #A7A7A7;
    margin-left: 45px
}

@media (max-width: 1549px) {
    .footer .developer {
        margin-left: 30px
    }
}

@media (max-width: 1329px) {
    .footer .developer {
        margin-top: 25px
    }
}

@media (max-width: 991px) {
    .footer .developer {
        width: auto;
        margin: 25px 0 0
    }
}

@media (min-width: 992px) {
    .footer .developer:hover {
        color: #FFFFFF
    }
}

.footer .developer .icon {
    width: 78px;
    margin-left: 10px
}


.item.free_delivery_item_noactive{
    display: none;
}
.item.free_delivery_item_active{
    display: flex;
}

.sumo_billing_nova_poshta_warehouses .custom-select .SumoSelect>.optWrapper>.options li.opt {
    padding-top: 0;
}
.sumo_billing_nova_poshta_warehouses .SumoSelect > .optWrapper > .options li label {
    white-space: normal;
    line-height: 1.5;
    padding: 5px 0;
}
.sumo_billing_nova_poshta_warehouses .SumoSelect > .optWrapper > .options li:last-child label {
    border-bottom: none;
}
.SumoSelect .search-txt{
    display: block;
}




.select2-container .select2-selection--single{
    height: 60px;
}
.select2-container--default .select2-selection--single{
    border-radius: 0;
    border: 1px solid #edebe7;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 58px;
    color: #5b5b5b;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: auto;
    top: 50%;
    right: 16px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 30px;
    padding-left: 16px;
}
.select2-dropdown{
    border: 1px solid #edebe7;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
    background-color: #fff;
    color: #EBC82F;
}
.select2-search--dropdown .select2-search__field{
    padding: 0 8px;
}
.select2-search--dropdown{
    padding: 8px 16px;
}
.select2-results__option{
    padding: 6px 16px;
}
.select2-search--dropdown .select2-search__field{
    padding: 6px 8px;
}
.select2-container--open .select2-dropdown--above{
    border-radius: none;
}

.cart.header__cart{
	display: none!important;
}



.header__cart {
    cursor: pointer;
}

#content-block .popup-content[data-rel="you-will-be-redirected"] .title .links-array {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.popup-content[data-rel="you-will-be-redirected"] .links-array a {
    max-width: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 86px;
    transition: 0.3s ease all;
}

.popup-content[data-rel="you-will-be-redirected"] .links-array a img {
    height: auto;
    width: auto;
    display: block;
    max-width: 80px;
    max-height: 80px;
    transition: 0.3s ease all;
}

.popup-content[data-rel="you-will-be-redirected"] .links-array a:hover {
    background: #fbfbfb;
    transition: 0.3s ease all;
}

.popup-content[data-rel="you-will-be-redirected"] .links-array a:hover img {
    transform: scale(0.9);
    transition: 0.3s ease all;
}

@media (max-width: 600px) {
    #content-block .popup-content[data-rel="you-will-be-redirected"] .title .links-array {
        gap: 10px;
    }

    .popup-content[data-rel="you-will-be-redirected"] .links-array a {
        max-width: 30%;
    }
}