.windows8 {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto;
}

.windows8 .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.050000000000001s infinite;
    -o-animation: orbit 6.050000000000001s infinite;
    -ms-animation: orbit 6.050000000000001s infinite;
    -webkit-animation: orbit 6.050000000000001s infinite;
    -moz-animation: orbit 6.050000000000001s infinite;
}

.windows8 .wBall .wInnerBall {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(174, 18, 18);
    left: 0px;
    top: 0px;
    border-radius: 10px;
}

.windows8 #wBall_1 {
    animation-delay: 1.32s;
    -o-animation-delay: 1.32s;
    -ms-animation-delay: 1.32s;
    -webkit-animation-delay: 1.32s;
    -moz-animation-delay: 1.32s;
}

.windows8 #wBall_2 {
    animation-delay: 0.26s;
    -o-animation-delay: 0.26s;
    -ms-animation-delay: 0.26s;
    -webkit-animation-delay: 0.26s;
    -moz-animation-delay: 0.26s;
}

.windows8 #wBall_3 {
    animation-delay: 0.53s;
    -o-animation-delay: 0.53s;
    -ms-animation-delay: 0.53s;
    -webkit-animation-delay: 0.53s;
    -moz-animation-delay: 0.53s;
}

.windows8 #wBall_4 {
    animation-delay: 0.79s;
    -o-animation-delay: 0.79s;
    -ms-animation-delay: 0.79s;
    -webkit-animation-delay: 0.79s;
    -moz-animation-delay: 0.79s;
}

.windows8 #wBall_5 {
    animation-delay: 1.06s;
    -o-animation-delay: 1.06s;
    -ms-animation-delay: 1.06s;
    -webkit-animation-delay: 1.06s;
    -moz-animation-delay: 1.06s;
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

.cartline_wrapper.view-cartline {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.parent-sub-menu::before {
    content: '';
    position: absolute;
    top: 23px;
    right: 30px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-right: 1px solid #a38354;
    border-bottom: 1px solid #a38354;
    transform: rotate(315deg);
    transition: right .1s ease;
}

.parent-sub-menu:hover:before {
    right: 20px;
}

.blocker {
    background-color: #c8a25466 !important;
}

.modal {
    box-shadow: 0 0 10px #f0edea !important;
    border-radius: 2px !important;
}

.modal a.close-modal {
    width: 21px !important;
    height: 21px !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAOVBMVEUAAACtEBCuEhKtEhKvEhKtDw+uEhKsFRWuEhKuEhKuEhKuEhKuExOuEhKxFRWvEBCuEhKuEhIAAAC293LsAAAAEXRSTlMAH7z0uyLkJbrz8ucp4yQg33ZEai0AAAABYktHRACIBR1IAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH5QELDB87FXeQ/gAAAShJREFUWMOtl9kWgyAMRMG1G7b8/8/Wo1VBWZKZ+uRD5poDyZgY27Rdb6Cnn6XWNN77YUT04zBLb+buQcKi948lA4Sw6ucM+gEi/PRDv78+X4B+FQGEk0RNuAiUhES4ipAMVhAyoWJCNlBIKISJCMUgAaESUiWwAWyKskNy3CEbMznumrMERakmCapmSRCU7XohqA3jRAAsKyJAphkQIH1AAPWH8WO/jSAH8PsxAdMb8/6sejdh+u0Y4AQ2PUo49BiBvca9fiYH5RDUH0SI6hcgnOpfTbj0j5KQ6D8VIdm/CkKm/8WErH8ICQX/ERGK/iUgVPyvSqj6Z4Ug8N+Jnx/IIY0fE/lBlR+V+WGdXxf4hYVfmSIRvfbRi+dfVl9q+bZde0PX/1lqv3ZfOK+N7xmZAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIxLTAxLTExVDEyOjMxOjU5KzAwOjAws5PKDQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMS0wMS0xMVQxMjozMTo1OSswMDowMMLOcrEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC') !important;
    margin: 15px;
}

:root {
    --swiper-theme-color: #a38354 !important;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
    background-color: #ffffff;
}

.bx-blue .basket-item-amount-filed:hover {
    border-color: #a38354 !important;
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*.swiper-slide img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.bx-filter-button-box .bx-filter-block {
    height: 60px !important;
}

/* Custom filter */

.bx-filter-parameters-box-container {
    display: flex;
    justify-content: space-between;
}

.bx-ui-slider-part {
    display: none !important;
}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
    margin-left: -10px !important;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    width: 18px;
    height: 18px;
    top: -8px;
    border: 1px solid #dadada;
}

.bx-filter.bx-blue .bx-ui-slider-handle.right {
    margin-right: -10px !important;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    width: 18px;
    height: 18px;
    top: -8px;
    border: 1px solid #dadada;
}

.bx-filter.bx-blue .bx-ui-slider-handle:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    background: #f56d1f;
    border-radius: 1em;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #f2e9dc;
}

.bx-filter .bx-ui-slider-pricebar-vd, .bx-filter .bx-ui-slider-pricebar-vn, .bx-filter .bx-ui-slider-pricebar-v {
    z-index: 0;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #dadada;
}

.bx-filter .bx-ui-slider-track {
    height: 3px;
}

.bx-filter.bx-blue .bx-filter-section {
    background: #fff;
}

.bx-filter-parameters-box-title span {
    display: block;
    width: 100%;
    position: relative;
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    border: none !important;
    transition: .2s ease-out;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    border-bottom: 0;
}

.btn-themes-custom-view, .bx-filter-block-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transition: .2s ease-out;
    padding: 0;
}

.btn-themes-custom-discharge {
    font-size: 14px;
    color: #f2e9dc;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 0;
    border-radius: 0;
}

.btn-themes-custom-discharge:hover {
    color: #ffffff;
}

.bx-filter .bx-filter-popup-result {
    box-shadow: none !important;
}

.bx-filter .bx-filter-popup-result a {
    margin-left: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #f56d1f;
}

/* Basket */

.basket-items-list-item-container:nth-child(1) {
    border-top: 0;
}

.basket-items-list-item-container {
    border-top: 1px solid #f2f2f2;
}

.basket-items-list-item-container > td {
    border-top: 0;
}

/* Card product */

.product-item {
    margin-bottom: 10px;
    /*height: 505px;*/
    border-radius: 30px;
}

.catalog-section .product-item-container {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 992px) and (min-width: 300px) {
    .product-item {
        /*height: 370px;*/
    }

    .product-item .product-item-amount-field-container-empty {
        justify-content: center;
        transform: translate(0, 15px);
    }
}

.bestsellers .product-item {
    margin-bottom: 0;
}

@media (max-width: 999px) {
    .bestsellers .product-item {
        margin-bottom: 0;
    }
}

.product-item-detail-tab-link:after {
    background: #a38354;
}

.product-item-detail-tab-link {
    color: #333333;
}

.product-item-detail-pay-block {
    padding: 0;
    border: none;
    margin: 0;
}

.block-stars {
    display: flex;
}

.bx_item_detail_rating .bx_stars_container {
    height: 20px;
}

.product-item-detail-price-current {
    color: #333;
    line-height: inherit;
}

.product-item-amount-field-btn-minus:after, .product-item-amount-field-btn-plus:after {
    background: none;
}

.product-item-amount-field-btn-minus:after {

}

.product-item-amount-field-btn-plus:after {

}

/*.bx-catalog-element .btn-primary.btn-buy {*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;;*/
/*width: 100%;*/
/*height: 32px;*/
/*}*/

@media (max-width: 1300px) {
    .bx-catalog-element .btn-primary.btn-buy {
        width: 100%;
    }
}

.bx-catalog-element .product-item-amount-field-btn-minus, .product-item-amount-field-btn-plus {
    /*min-width: 34px;*/
    /*height: 32px;*/
}

.bx-catalog-element .product-item-amount-field-btn-minus:after {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.bx-catalog-element .product-item-amount-field-btn-plus:after {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.bx-catalog-element .product-item-detail-info-container {
    /*border-bottom: 1px solid #eee;*/
    /*padding-bottom: 0px;*/
}

.bx-catalog-element .bx_item_detail_rating {
    margin-bottom: 0;
}

.bx-catalog-element__price_total {
    position: absolute;
    left: -92%;
    top: 90%;
}

.bx-catalog-element .bx_stars_rating_votes {
    display: none;
}

.bx_item_detail_rating .bx_stars_bg {
    z-index: 11;
}

.bx-catalog-element .bx_item_detail_rating .bx_stars_progress {
    background: #F6C692;
}

.product-item-detail-tabs-list {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.btn-green-border:hover, .popup-window-buttons .btn-buy:first-child:hover, .bx-blue .btn.btn-default:hover {
    background-color: #a38354 !important;
    border-color: #a38354 !important;
}

.wrap_card {
    display: flex;
    flex-wrap: wrap;
}

.product__all-photo__list {
    flex: 10%;
    display: flex;
    flex-direction: column;
}

.product__all-photo__list img {
    width: 80%;
    height: auto;
    margin: 5px 0;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 4px rgba(210, 210, 210, 0.5));
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.product__all-photo__list img:hover {
    filter: drop-shadow(0px 9px 9px rgba(210, 210, 210, 0.5));
}

.product-item-detail-slider-container {
    flex: 70%;
}

.product-item-detail-slider-block {
    width: 100%;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 0 !important;
}

.catalog-section-list-item-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    margin: 15px 0;
    transition: all 0.5s;
}

.catalog-section-list-item-img:hover {
    box-shadow: 0 6px 10px 0 rgba(210, 210, 210, 0.5);
}

.catalog-section-list-item-title {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
}

/*.catalog-basket .total-price, .header .icon-box_item .total-price {*/
/*color: #333333;*/
/*font-size: 18px;*/
/*font-weight: 900;*/
/*margin-left: 20px;*/
/*}*/

.icon-item.basket-icon .goods_icon-counter {
    color: #fff;
    font-size: 12px;
}

.search-input-wrapper input[type=text], .search_wrapper .search__input input {
    width: 100%;
}

.search-suggest {
    color: #000 !important;
}

.header #favour_in, .header #user {
    font-weight: 700;
    margin-right: 3rem;
}

.title-search-wrapper .search-title-button {
    background: url(/local/templates/.default/images/static/icons/search-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

/* */

.wrapper-inner .bx-blue .btn.btn-default {
    outline: 0;
    background-color: #a38354;
    border-color: #a38354;
    color: #FFF;
}

.wrapper-inner .bx-soa-section.bx-selected {
    border: 1px solid #d6d5d5 !important;
}

.wrapper-inner .bx-soa-item-imgcontainer {
    border-radius: 0;
    border: 0;
}

.wrapper-inner .bx-soa-section.bx-selected .bx-soa-section-title-container, .bx-soa-section-title-container {
    padding: 30px 15px !important;
}

.wrapper-inner .bx-soa-section.bx-selected .bx-soa-section-title-container {
    border-color: #f0edea !important;
}

.wrapper-inner .bx-soa-section.bx-selected .bx-soa-section-title-container, .bx-soa-section-title-container {
    padding: 30px 15px !important;
    background: #f0edea !important;
}

.bx-sls .form-control.dropdown-block, .bx-slst .form-control.dropdown-block {
    background-color: #fff !important;
    border: 1px solid #f0edea !important;
    box-shadow: none !important;
}

.bx-soa-pp-desc-container .bx-soa-pp-company {
    background: #f0edea !important;
    border: 1px solid #f0edea !important;
    padding: 15px !important;
}

.wrapper-inner .bx-soa-pp-company-graf-container {
    border: 2px solid #f0edea !important;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border-color: #83cb1b !important;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    box-shadow: none !important;
}

.bx-soa-pp-company-smalltitle {
    text-align: left !important;
}

.bx-soa-pp-company:hover .bx-soa-pp-company-graf-container {
    border-color: #87c73d !important;
}

.wrapper-inner .bx-soa-section.bx-selected .bx-soa-more {
    border-color: #f0edea !important;
}

.wrapper-inner .bx-soa-pp-delivery-cost {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    color: #212529;
    padding: 3px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
    background: rgb(240 237 234);
    border-bottom: 2px solid #8cc945;
    border-right: 2px solid #8cc945;
}

.wrapper-inner .bx-soa-customer-field .bx-soa-tooltip.bx-soa-tooltip-danger {
    bottom: -5px !important;
}

.wrapper-inner .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
    display: none !important;
}

.wrapper-inner .bx-soa-customer-field .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
    color: #a38354 !important;
}

.wrapper-inner .bx-soa-customer-field.has-error .form-control {
    border-color: #a38354 !important;
}

.wrapper-inner .bx-soa-coupon {
    display: flex;
    justify-content: space-between;
}

.wrapper-inner .bx-soa-coupon-input input[type=text].form-control {
    border: 1px solid #f0edea !important;
}

.wrapper-inner .bx-soa-coupon-input:after {
    border-right: 2px solid #a38354;
    border-bottom: 2px solid #a38354;
}

.wrapper-inner .bx-soa-cart-total.bx-soa-cart-total-fixed, .wrapper-inner .bx-soa-cart-total {
    top: 75px !important;
    background: #f0edea !important;
}

.wrapper-inner .bx-slst .bx-ui-combobox-variant-active {
    background: #fff !important;
}

.bx-slst .bx-ui-combobox-variant:hover {
    background-color: #f0edea !important;
}

.bx-sls .bx-ui-sls-pane, .bx-slst .bx-ui-combobox-dropdown {
    border: 1px solid #fff !important;
    padding: 5px 5px 5px 5px !important;
}

.bx-ui-combobox-deselect-item, .bx-ui-slst-other-item {
    border-bottom: 1px solid #f0edea !important;
}

.bx-auth {
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding: 10px 0 60px 0 !important;
}

.sale-personal-section-index-block.bx-theme-blue {
    background: #a38354 !important;
    opacity: 1 !important;
    border-radius: 30px;
}

.sale-personal-section-index-block.bx-theme-blue h2 {
    color: white;
}

.sale-order-link, .sale-order-history-link {
    color: #a38354 !important;
}

.sale-order-list-shipment-button, .sale-order-list-cancel-link, .sale-order-list-about-link, .sale-order-list-change-payment {
    color: #a38354 !important;
}

.sale-order-list-repeat-link {
    color: #444 !important;
}

.sale-order-detail-general {
    border: 1px solid #a38354 !important;
    margin: 20px 0 60px 0;
}

.sale-order-detail-general-head {
    background: #a38354 !important;
}

.top-icon-box .fa-user-office {
    width: 26px;
}

.top-icon-box .fa-user-logout {
    width: 26px;
}

.sale-personal-section-row-flex {
    margin-bottom: 40px;
}

.bx-auth-input {
    vertical-align: middle;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.bx-registration-table {
    width: 100%;
}

.bx-registration-table input[type=submit] {
    background-color: #a38354;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 15px;
    display: block;
    width: 100%;
    border: 0;
}

.bx-registration-table td {
    display: flex;
}

.bg-cheese-link-yellow {
    position: absolute;
    color: #fff;
    background: #c8a254;
    padding: 10px;
    font-size: 18px;
    width: 100%;
}

.bg-cheese-link-red {
    position: absolute;
    color: #fff;
    background: #a38354;
    padding: 10px;
    font-size: 18px;
    width: 100%;
}

.bg-cheese-link-red:hover, .bg-cheese-link-yellow:hover {
    color: #fff;
}

.fluid-block__bg-cheese_wrap {
    position: relative;
}

.fluid-block__bg-cheese-info img {
    width: 100%;
    height: auto;
}

.fluid-block__bg-cheese-info .bg-cheese-link-yellow {
    position: absolute;
    color: #fff;
    background: #c8a254;
    padding: 10px;
    font-size: 18px;
    width: 80%;
    bottom: 40%;
    left: 0;
    height: 50px;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

.fluid-block__bg-cheese-info .bg-cheese-link-red {
    position: absolute;
    color: #fff;
    background: #a38354;
    padding: 10px;
    font-size: 18px;
    width: 80%;
    bottom: 40%;
    left: 0;
    height: 50px;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

.fluid-block__bg-cheese img {
    max-width: 450px;
    height: auto;
}

@media (max-width: 768px) {
    .fluid-block__bg-cheese img {
        width: 100%;
        height: auto;
    }
}

.owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before {
    display: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}

.swiper-button-prev {
    left: 10% !important;
    right: auto;
    background: #7f7f7f96;
    padding: 30px;
    border-radius: 10em;
    z-index: 999;
}

.swiper-button-next {
    right: 10% !important;
    left: auto;
    background: #7f7f7f96;
    padding: 30px;
    border-radius: 10em;
    z-index: 999 !important;
    transform: translate(5px, 0px);
}

.swiper-button-prev {
    left: 10% !important;
    right: auto;
    background: #7f7f7f96;
    padding: 30px;
    border-radius: 10em;
    z-index: 999 !important;
    transform: translate(-5px, 0px);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #a38354;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff !important;
    font-size: 25px !important;
}

.navigation-link-selected {
    color: #f56d20 !important;
    border-bottom: 1px solid;
}

.main-banner .item {
    /*height: 380px;*/
}

.fluid-block__bg-cheese-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fluid-block__bg-cheese-item a {
    text-align: center;
}

.fluid-block__bg-cheese-item a:focus {
    color: #fff;
}

.fluid-block__bg-cheese .main-category .owl-prev {
    left: 15% !important;
}

.fluid-block__bg-cheese .main-category .owl-next {
    right: 15% !important;
}

.fluid-block__bg-cheese .owl-carousel .owl-nav .owl-prev span, .fluid-block__bg-cheese .owl-carousel .owl-nav .owl-next span {
    background: #737373;
}

.fluid-block__bg-cheese .main-category .owl-prev {
    background-image: url("../images/static/icons/main-category-arrow-left.svg") !important;
    /*background-size: cover !important;*/
    width: 62px !important;
    height: 62px !important;
}

.fluid-block__bg-cheese .main-category .owl-next {
    background-image: url("../images/static/icons/main-category-arrow-left.svg") !important;
    /*background-size: cover !important;*/
    width: 62px !important;
    height: 62px !important;
    transform: rotate(180deg);
}

.fluid-block__bg-cheese .main-category .owl-prev:hover {
    background-image: url("../images/static/icons/main-category-arrow-right-hover.svg") !important;
    /*background-size: cover !important;*/
    width: 62px !important;
    height: 62px !important;
}

.fluid-block__bg-cheese .main-category .owl-next:hover {
    background-image: url("../images/static/icons/main-category-arrow-right-hover.svg") !important;
    /*background-size: cover !important;*/
    width: 62px !important;
    height: 62px !important;
}

.bx_profile .btn-themes {
    color: #fff;
    background: #a38354;
    border-radius: 30px;
}

.bx_profile .btn-themes:hover {
    background-color: #f56d1f;
}

.modern-page-navigation {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

.modern-page-navigation a, .modern-page-navigation span {
    border-color: transparent !important;
    font-size: 20px;
}

span.modern-page-current {
    font-weight: bold;
    color: #a38354;
}

.fast_view a {
    color: #fff;
}

/* Modal */

.blocker {
    z-index: 13 !important;
}

.modal {
    height: auto !important;
    max-width: initial!important;
    padding: 30px 30px 30px 30px !important;
}

.modal-fast-view.modal {
    max-width: 1100px !important;
    height: auto !important;
    padding: 30px 30px 30px 30px !important;
}

.modal-fast-view.modal a.close-modal, .modal a.close-modal {
    top: 3.5px !important;
    right: 3.5px !important;
}

.fast_view {
    /*display: none !important;*/
    transition: all 0s !important;
}

.product_item .product_item_img:hover .fast_view {
    z-index: 11;
}

.product_item_img:hover .product-item-image-wrapper {
    opacity: 1 !important;
}

.active:after, .submenu-link:after {
    display: none;
}

.search-suggest {
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    outline: 0;
    color: #000;
    padding: 15px;
    border-radius: 30px;
    border: 0;
}

.search-page input[type=submit] {
    background-color: #a38354;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30px;
    padding: 15px 30px;
    border: 0;
    margin-top: 0;
}

.promo-list .promo-list-row {
    margin-left: -8px;
    margin-right: -8px;
}

.promo-list .promo-list-item-container {
    position: relative;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.promo-list-item-block {
    padding-bottom: 62px;
}

.promo-list-item-img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: transform .3s ease-out;
    transform: scale(1.02);
}

.promo-list-item:hover .promo-list-item-img {
    transform: scale(1);
}

.promo-list-item {
    position: relative;
    height: 100%;
    border: 0;
    background: white;
    border-radius: 30px;
    overflow: hidden;
}

.promo-more-link {
    color: #80b366;
    font-size: 14px;
}

.promo-list-item-title,
.promo-list-item-title a {
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    font-size: 14px;
}

.promo-list-item-title, .promo-list-item-content {
    padding: 15px;
}

.promo-list-item-content {
    padding-top: 0;
}

.promo-list-item-title a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.promo-list-item-dates {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 20px 30px;
}

.promo-list-item-dates .fa {
    margin-right: 5px;
    font-size: 16px;
}

.promo-list-item-tags {
    color: #a4a4a4;
    font-size: 13px;
    padding-bottom: 5px;
    max-height: 80px;
}

.promo-list-item-content {
    font-size: 14px;
}

.promo-list-item-more {
    margin-top: 5px;
    margin-bottom: 5px;
}

.img_basket img {
    width: 100%;
    height: auto;
}


.static_page h1 {
    font-weight: 700;
    font-size: 36px;
}

.contact-bg {
    background: url("../images/pages/contact/webp/contact-bg.webp");
    padding: 60px 0;
    background-size: cover;
    text-align: center;
    color: #fff;
    border-radius: 30px;
}

.contact-bg h2 {
    font-size: 55px;
    color: white;
}

.contact-bg p {
    font-weight: 400;
    font-size: 23px;
}

.contact-btn {
    cursor: pointer;
    text-align: center;
    background: #a38354;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    border-radius: 2em;
    line-height: 30px;
    padding: 15px 40px;
    vertical-align: middle;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.contact-btn:hover, .contact-btn:focus, .contact-btn:active {
    color: #fff;
}

.content-box__flex {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content-box__default_img {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-box__flex-j-c {
    display: flex;
    justify-content: center;
}

.content-box__default {

}

.content-box__about {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
}

.content-box__about_img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.content-box__default_title {
    font-size: 19px;
}

.content-box__default_link {
    font-weight: 400;
    font-size: 19px;
}

.about img {
    width: 100%;
    height: auto;
}

.about-bg {
    background: url("../images/pages/about/webp/about-bg.webp");
    padding: 190px 0;
    background-size: cover;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.delivery-bg {
    background: url("../images/pages/delivery/webp/delivery-bg.webp");
    padding: 190px 0;
    background-size: cover;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.about .title_box {
    text-align: center;
}

.about .title_box h2, .delivery .title_box h2 {
    font-size: 36px;
    font-weight: 700;
}

.about h4, .delivery h4 {
    font-size: 24px;
    font-weight: 700;
}

.about .title_box p {
    font-weight: 400;
    font-size: 23px;
}

.delivery .title_box p {
    font-weight: 400;
    font-size: 17px;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.about p {
    font-size: 22px;
}

.about-partners {
    display: flex;
    flex-wrap: wrap;
}

.about-partners li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 18%;
    margin: 0 15px 15px 0;
    border: 0;
    transition: all .3s ease-out;
    background: white;
    border-radius: 30px;
}

.about-partners li:hover {
    border-color: transparent;
    box-shadow: 0 5px 25px 0 rgba(18, 25, 38, .1);
}

@media (max-width: 576px) {
    .tar {
        text-align: left;
    }

    .about-section-lift {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-partners li {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        width: 45%;
        margin: 0 15px 15px 0;
        border: 1px solid #eff1f5;
        transition: all .3s ease-out;
    }

    .about p {
        font-size: 16px;
    }

    .content-box__about.mr-5 {
        margin: 0;
    }
}

.delivery__h3 {
    font-weight: 400;
    font-size: 28px;
}

.delivery_box-icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.delivery_box-icon::before {
    content: "";
    position: absolute;
    right: -170%;
    width: 150%;
    height: 1px;
    background: #f56d1f;
    top: calc(50% - (calc(0.2px + 0.05em) / 2));
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .delivery_box-icon::before {
        right: -150%;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .delivery_box-icon::before {
        width: 0;
        right: 0;
    }
}

.hr-line {
    height: 1px;
    background: #E1EAD7;
    width: 100%;
}

.clear-line {
    content: "";
    width: 0;
}

.receipt-item-top .receipt-item-title {
    white-space: nowrap;
    overflow: hidden;
    /*padding: 5px;*/
    text-overflow: ellipsis;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
}

.receipt-item-title a {
    color: #053619;
}

.receipt-detail-content ul {
    list-style: disc;
    margin: 15px 0;
    padding-left: 30px;
}

.receipt-detail-content p {
    margin-bottom: 15px;
}

.owl-item .item {
    width: 100%;
}

.promo-detail-top-image {
    /*border: 1px solid #e2e2e2;*/
}

.promo-detail .promo-list-dates-row {
    padding: 20px 30px;
}

.chef .embed-responsive {
    padding: 100px;
}

.chef .receipt-item-row {
    display: flex;
}

.chef .receipt-item-bottom {
    position: inherit;
}

.chef .receipt-item-top .receipt-item-title {
    white-space: inherit;
    overflow: inherit;
    margin-bottom: 15px;
}

.chef .receipt-item-bottom {
    padding: 15px 0;
    border-top: 0;
}

.product_item__cart_empty {
    text-align: center;
    padding: 11px 0;
    font-weight: 700;
}

.product_item__cart_empty h3 {
    font-weight: 700;
    transform: translate(-17px, 0px);
}

/* Chef */

.chef .side-block:hover .btn.btn-lg {
    background-color: #a38354;
    border-color: #a38354;
    width: 100%;
    color: #fff;
    border-radius: 3px;
}

.chef .box-shadow {
    transition: .2s ease-in-out;
}

.chef .bordered {
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 5px 0 hsla(0, 0%, 82.4%, .5)
}

.chef .side-block__top {
    padding: 30px;
}

.chef .text-center {
    text-align: center;
}

.chef .box-shadow:hover {
    border-color: transparent;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .19);
}

.chef .btn.btn-transparent {
    width: 100%;
}

.chef .btn.btn-lg {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}

.chef .btn .btn-lg:hover {
    background-color: #a38354;
    border-color: #a38354;
    width: 100%;
    color: #fff;
    border-radius: 3px;
}

.chef .side-block__section-chef li {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.chef .side-block__section-chef li a {
    white-space: nowrap;
    overflow: hidden;
    color: #151414;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}

.chef .side-block__recipes, .chef .side-block__section-chef {
    margin-left: 15px;
}

.chef .side-block__recipes li {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.chef .side-block__recipes li a {
    white-space: nowrap;
    overflow: hidden;
    color: #151414;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}

.chef .side-block__recipes li a:hover, .chef .side-block__section-chef li a:hover {
    border-bottom: 1px solid #f56d20;
}

/* Filte checkbox*/

.bx-filter-input-checkbox {
    display: flex;
}

.ajax-filter-prod__label {
    display: inline-flex;
    cursor: pointer;
    transition: all .3s ease-in-out;
    padding: 3px 18px;
    margin: 3px 0;
    border-radius: 5em;
    color: #f2e9dc;
    font-size: 16px;
}

.ajax-filter-prod__label-active {
    color: #fff;
    background: #f56d20;
}

.ajax-filter-prod__label-active .bx-filter-param-text {
    color: #fff;
}

.ajax-filter-prod__label.ajax-filter-prod__label-active .ajax-filter-prod__checkbox-in {
    display: inline-flex;
}

.ajax-filter-prod__label.ajax-filter-prod__label-active .ajax-filter-prod__checkbox-un {
    display: none;
}

.ajax-filter-prod__label .ajax-filter-prod__checkbox-un {
    display: inline-flex;
}

.ajax-filter-prod__label .ajax-filter-prod__checkbox-in {
    display: none;
}

.ajax-filter-prod__checkbox-in, .ajax-filter-prod__checkbox-un {
    font-size: 19px;
    display: inline-flex;
    padding: 0 5px 0 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
    color: #7b1d07;
}

.fluid-block__bg-cheese-item.item, .fluid-block__bg-cheese-item a {
    height: 400px;
}

.fluid-block__bg-cheese-item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 60px;
    width: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.cart-list-item .ajax-filter-prod__checkbox-in {
    color: #a38354;
}

/* Checkbox Basket*/

.basket-equipment-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1;
}

.bx-filter-input-checkbox {
    display: flex;
}


.basket-equipment-label input[type=checkbox] {
    display: none;
}

.basket-equipment-label.ajax-filter-prod__label-active {
    color: #fff;
    background: transparent;
}

.basket-equipment-label.ajax-filter-prod__label-active .ajax-filter-prod__checkbox-in {
    display: inline-flex;
}

.basket-equipment-label.ajax-filter-prod__label-active .ajax-filter-prod__checkbox-un {
    display: none;
}

.basket-equipment-label .ajax-filter-prod__checkbox-un {
    display: inline-flex;
}

.basket-equipment-label .ajax-filter-prod__checkbox-in {
    display: none;
}

.ajax-filter-prod__checkbox-in, .ajax-filter-prod__checkbox-un {
    font-size: 19px;
    display: inline-flex;
    padding: 0 5px 0 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
    color: #7b1d07;
}

.bestsellers .owl-prev {
    left: -2% !important;
}

.bestsellers .owl-next {
    right: -2% !important;
}

.bestsellers .owl-carousel .owl-nav .owl-prev span, .fluid-block__bg-cheese .owl-carousel .owl-nav .owl-next span {
    background: #737373;
}

.bestsellers .owl-prev {
    background-image: url("../images/static/icons/main-category-arrow-left.svg") !important;
    /*background-size: cover !important;*/
    width: 62px !important;
    height: 62px !important;
}

.bestsellers .owl-next {
    background-image: url("../images/static/icons/main-category-arrow-left.svg") !important;
    /*background-size: cover !important;*/
    width: 62px !important;
    height: 62px !important;
    transform: rotate(180deg);
}

.bestsellers .owl-prev:hover {
    background-image: url("../images/static/icons/main-category-arrow-right-hover.svg") !important;
    /*background-size: cover !important;*/
    width: 62px !important;
    height: 62px !important;
}

.bestsellers .owl-next:hover {
    background-image: url("../images/static/icons/main-category-arrow-right-hover.svg") !important;
    /*background-size: cover !important;*/
    width: 62px !important;
    height: 62px !important;
}

#product-added-to-cart {
    display: none;
}

.basket-equipment-success-to-cart {
    color: #28a745;
    font-size: 16px;
    line-height: 1.3;
}

.basket-equipment-added-to-cart {
    font-size: 16px;
    color: #f56d1f;
    line-height: 1.3;
}

.product_item__cart .basket_icon.btn-buy.item-in-cart {
    cursor: auto;
    background: #28a08a;
    box-shadow: 0 2px 10px rgb(40 160 138);
}

button.add2Basket.basket_icon.btn-primary.btn-buy.item-in-cart:hover, button.add2Basket.basket_icon.btn-primary.btn-buy.item-in-cart:focus {
    cursor: auto;
    background: #28a08a;
    box-shadow: 0 2px 10px rgb(40 160 138);
}

.fluid-block__bg-cheese.fluid-block__bg-cheese-clear-b-a::before, .fluid-block__bg-cheese.fluid-block__bg-cheese-clear-b-a::after {
    content: '';
    background: transparent !important;
    width: 0 !important;
}

.product-item-detail-info-container .add2Basket-card.btn-primary {
    background: #a38354;
    box-shadow: 0px 2px 10px rgba(150, 45, 66, 0.35);
}

.product-item-detail-info-container .add2Basket-card.btn-primary:hover{
    background: #f56d20;
}

.product-item-amount-field.product-item-amount-field-input {
    display: inline-block;
    max-width: 70px;
    border: 1px solid #dadada;
    border-radius: 30px;
    height: auto;
    transition: border 300ms ease;
    text-align: center;
}

.product-item-amount-field.product-item-amount-field-input:focus {
    outline: none;
}

.product-item-amount-description-container-base-unit {
    /*font-size: 18px;*/
}

.btn-buy.basket-btn-checkout {
    background: white;
    /* box-shadow: 0px 2px 10px rgb(150 45 66 / 35%); */
    border-radius: 30px;
    /* padding: 15px 25px; */
    line-height: 1;
    border: 1px solid #a38354;
    color: #a38354;
    height: 44px;
    display: flex;
    align-items: center;
}

.basket-checkout-block-total-title span {
    color: #333;
    font-size: 30px;
    line-height: 0;
}

.product-item-amount-field-container-add-item {
    line-height: 3;
}

.product-item-amount-field-container-empty {
    display: flex;
}

.product-item-amount-field-container-add-item_span {
    font-weight: 900;
    color: #28a08a;
}

.product-item-amount-field-container-empty-item_span {
    color: #040404;
    font-weight: 900;
    font-size: 30px;
}

.product-item-amount-field-container-empty-item_span span {
    display: inline-flex;
    width: 45px;
    height: 45px;
    background: #a38354;
    align-items: center;
    justify-content: center;
    border-radius: 5em;
    color: #fff;
}

.product-item-amount-field-container-empty-item_span-min {
    color: #a8a8a8;
    font-weight: 100;
    font-size: 16px;
    padding: 15px;
}

.product-item-amount-field-container-empty-item_span-min span {
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #a38354;
    align-items: center;
    justify-content: center;
    border-radius: 5em;
    color: #fff;
    margin-left: 10px;
}

.product-item-container:hover .product-item-amount-field-container-empty-item_span-min, .product-item-container:hover .product-item-amount-field-container-empty-item_span-min span {
    transform: none;
}

.catalog-section-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    color: #053619;
}

.basket-checkout-coupon__success {
    font-weight: 400;
    font-size: 18px;
    color: #28a08a;
}

.basket-checkout-coupon__success-text {
    font-weight: 400;
    font-size: 12px;
    color: #2f3435;
}

.basket-checkout-coupon__danger {
    font-weight: 400;
    font-size: 18px;
    color: #a38354;
}

@media (max-width: 999px) {
    .catalog-section-title {
        font-size: 30px;
    }

    .cart-list-item-name-box {
        /*margin: 15px 0;*/
    }

    .basket-checkout-coupon__success {
        text-align: center;
    }
}

.personal-checkout-basket .cart-list-item-name-box .item_name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    height: auto;
}

.personal-checkout-basket .cart-list-item-price .price {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 30px */
    display: flex;
    align-items: center;
    letter-spacing: 0.0075em;
    color: #000000;
    /*padding-left: 25px;*/
}

.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    border-radius: 30px;
    /*color: #fff;*/
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: 1px solid #a38354;
    color: #a38354;
    background: white;
    box-shadow: none;
}

.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-minus:hover {
    color: white;
}

.product-item-amount-field-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

@media (max-width: 576px) {
    .product-item-amount-field-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 30px 0;
    }

    .product-item-amount-field-container-add-item {
        line-height: 1;
    }
}

.product-item-amount-field-container .count_input {
    /*margin: 0 10px;*/
}

.personal-checkout-basket .cart-list-item {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid hsla(0, 0%, 59.2%, .10);
    border-bottom: 0;
}

.personal-checkout-basket .cart-list-item:first-child {
    border-top: 0;
}

.bx-touch .product-item-container {
    width: 50%;
}

.search-page .product-item-container {
    width: 100%;
}

.owl-item .product-item-container {
    width: 100%;
}

.personal-checkout-basket .cart-list-item-price {
    /*margin-left: 15px;*/
}

#USER_REMEMBER_frm {
    margin-right: 10px;
}

.bx-system-auth-form input[type="text"],
.bx-system-auth-form input[type="password"],
.bx-auth-reg input[type="text"],
.bx-auth-reg input[type="password"] {
    font-size: 16px;
    font-weight: 300;
    outline: none;
    padding: 12px 50px 12px 25px;
    border-radius: 50px;
    border: 0 solid #d6d5d5;
    background: #F2F3F5;
    color: #000;
}

.bx-system-auth-form input[type="submit"],
.bx-auth-reg input[type="submit"] {
    background: #a38354;
    box-shadow: 0px 2px 10px rgb(150 45 66 / 35%);
    border-radius: 4px;
    text-align: center;
    background: #a38354;
    border: none;
    color: #fff;
    font-size: 14px;
    position: relative;
    border-radius: 3px;
    line-height: 30px;
    height: 40px;
    padding: 5px 20px;
    vertical-align: middle;
    outline: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.bx-system-auth-form td {
    padding: 10px 0;
}

.bx-soa-pp-company {
    z-index: 10 !important;
}

.personal-checkout-basket .close-btn {
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

@media (max-width: 999px) {
    .personal-checkout-basket .close-btn {
        top: 30px;
    }
}

@media (max-width: 580px) {
    .basket-btn-checkout {
        display: inline-block;
    }
}

.suc-modal-title {
    text-align: center;
}

#btn-sales_link {
    cursor: pointer;
    box-shadow: 1px 1px 0 0 #cca656;
    transition: all .3s ease-in-out;
}

#btn-sales_link:hover {
    cursor: pointer;
    box-shadow: 1px 1px 3px 1px #cca656;
}

.politic-success-box {
    display: flex;
}

.politic-success-box-1 {
    cursor: pointer;
    margin-right: 15px;
}

.politic-success-box-2 {
    font-size: 12px;
}

.politic-success .politic-success__checkbox-un {
    color: #9E9E9E;
    padding: 0 5px 0 0;
    line-height: 1;
    font-size: 22px;
    display: block;
}

.politic-success .politic-success__checkbox-in {
    color: #a38354;
    padding: 0 5px 0 0;
    line-height: 1;
    font-size: 22px;
    display: none;
}

.politic-success.politic-success-active .politic-success__checkbox-un {
    display: none;
}

.politic-success.politic-success-active .politic-success__checkbox-in {
    display: block;
}

.disabled-btn {
    cursor: no-drop !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 1px solid #a38354;
    border-radius: 30px;
    color: #a38354;
}

.mail-subscribe .disabled-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.disabled-btn:hover, .disabled-btn:focus, .disabled-btn:active {
    cursor: no-drop !important;
    background-color: #d9dfe3 !important;
}

.fluid-block__bg-cheese-cat .owl-carousel .owl-nav button.owl-next, .fluid-block__bg-cheese-cat .owl-carousel .owl-nav button.owl-prev {
    top: calc(50% - 31px);
}

.bx-auth-reg .errortext {
    color: #a38354;
}

.auth_content-success {
    color: #28a08a;
    font-size: 26px;
}

.main-receipts-list h2, .slider_wrapper h2 {
    font-size: 30px;
    margin-left: 5px;
}

.basket_icon.btn-primary.btn-buy.basket-btn-checkout.basket-btn-checkout-delete-all {
    background: transparent;
    color: #a38354;
    box-shadow: none;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #a38354;
    border-radius: 0;
}

.basket_icon.btn-primary.btn-buy.basket-btn-checkout.basket-btn-checkout-delete-all:hover {
    border-bottom: 1px solid transparent;
}

/* Reviews */

#reviews * {
    font-family: 'Evolventa-Regular';
}

#reviews #bmhouse-comments .bmhouse-comments-stat-line-fill {
    background-color: #a38354;
}

#reviews #bmhouse-comments .bmhouse-comments-stat-line {
    border: 1px solid #a38354;
}

#reviews #bmhouse-comments .bmhouse-comments-button a {
    background-color: #a38354;
    box-shadow: 0px 2px 10px rgb(150 45 66 / 35%);
}

#reviews #bmhouse-comments .bmhouse-comment-left > div {
    border: 2px solid #a38354;
    background: #a38354;
    color: #fff;
}

#reviews #bmhouse-comments .bmhouse-comment-name {
    color: #222;
}

#reviews #bmhouse-comments .bmhouse-comment-answer-add {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#reviews #bmhouse-comments .bmhouse-comment-answer-add a {
    font-size: 16px;
    color: #fff;
    padding: 14px 30px;
    font-weight: 400;
    background: #a38354;
    box-shadow: 0px 2px 10px rgb(150 45 66 / 35%);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

#reviews #bmhouse-comments .bmhouse-comment-answer-add textarea {
    border: 1px solid #a38354;
    border-radius: 20px;
    background: #fff;
}

#reviews #bmhouse-comments .bmhouse-comment {
    border-bottom: 0;
    box-shadow: none;
    padding: 30px 15px;
    background: white;
    border-radius: 30px;
}

#reviews #bmhouse-comments .bmhouse-comment-rating-foreground, #reviews #bmhouse-comments .bmhouse-comments-rating-foreground, #reviews #bmhouse-comments .bmhouse-comments-form-rating-star.bmhouse-comments-form-rating-star-hover {
    background: url(/local/templates/.default/images/static/icons/reviews-rating.svg) repeat-x;
    background-size: 22px 22px;
}

#reviews #bmhouse-comments .bmhouse-comment-rating-background, #reviews #bmhouse-comments .bmhouse-comments-rating-background, #reviews #bmhouse-comments .bmhouse-comments-form-rating-star {
    background: url(/local/templates/.default/images/static/icons/reviews-star_empty.svg) repeat-x;
    background-size: 22px 22px;
}

#reviews .bmhouse-comment-answer {
    background-color: #fed271;
    margin-top: 20px;
    padding: 10px 20px;
    color: #222;
    border-radius: 5px;
}

#reviews #bmhouse-comments .bmhouse-comments-stat-only-rating {
    background-color: #a38354;
    border: 1px solid #a38354;
    border-radius: 5px;
}

#reviews #bmhouse-comments .bmhouse-comments-form-item > input, #reviews #bmhouse-comments .bmhouse-comments-form-item > textarea {
    border: 1px solid #a38354;
}

.basket-btn-checkout-disabled {
    cursor: no-drop !important;
    background: #e7e7e7 !important;
    box-shadow: 0 2px 10px rgb(242 243 245) !important;
}

.owl-carousel .owl-item {
    min-height: 1px !important;
}

.icon-box-link.basket-link span {
    color: #333333;
    font-size: 18px;
}

.promo-detail-img {
    width: 100%;
    border-radius: 30px;
}

.promo-detail {
    background: white;
    border-radius: 30px;
}

.catalog-section-wrap {
    display: flex;
    flex-direction: column;
}

.ajax-filter-prod__label .ajax-filter-prod__checkbox-in {

}

.ajax-filter-prod__label .ajax-filter-prod__checkbox-un {

}

.wrapper-inner .bx-soa-coupon-input input[type=text].form-control {
    border: 1px solid #e2dfdf !important;
}

.bx-soa-coupon-label {
    font-size: 20px;
}

.basket-checkout-coupon__label label {
    /*font-weight: 400;*/
    /*font-size: 25px;*/
}

.basket-checkout-coupon__text {
    /*margin-bottom: 15px;*/
}

.basket-checkout-coupon__text .form-control {
    /* width: 250px; */
    border-radius: 30px;
    height: 44px;
}


.price.product-item-price-current .old-price, .price.product-item-detail-price-current .old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #a38354;
    font-weight: 100;
    position: absolute;
    top: -25px;
}




@media (max-width: 578px) {
    .price.product-item-price-current .old-price {
        display: none;
    }
}


.product_card-flags .flag-item.product_discount {
    background: #a38354;
}

.product_card-flags .flag-item.product_benefit {
    background: #28a08a;
}

.price.product-item-price-current .set-disc-price {
    color: #28a08a;
}


.product_card-flags-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product_card-flags-detail .product_card-flags-detail__flag-item {
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: left;
    cursor: default;
    position: relative;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #a38354;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    right: 0;
    width: initial;
    height: initial;
}

.product_card-flags-detail .product_card-flags-detail__flag-item.product_card__discount { background: #a38354; }
.product_card-flags-detail .product_card-flags-detail__flag-item.product_card__benefit { background: #28a08a; }
.product_card-flags-detail .product_card-flags-detail__flag-item.product_card__hit { background-color: #FFC107; }
.product_card-flags-detail .product_card-flags-detail__flag-item.product_card__new { background-color: #4D9FB9; }

.card-old-price {
    font-size: 18px !important;
    text-decoration: line-through;
    color: #a38354;
    font-weight: 100 !important;
    top: -25px;
}

.set-disc-price {
    color: #28a08a;
}

.product_benefit {
    display: none;
}



.sale-order-wrap {
    width: 100%;
    margin: 30px 0 60px 0;
}

.sale-order-wrap_links {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sale-order-wrap_desc {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
    flex-direction: column;
    align-items: center;
}

.sale-order-wrap_desc p {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
    color: #69717c;
}

.sale-order-wrap_desc a {
    border-bottom: 1px solid #70bb18;
    color: #70bb18;
    transition: all .3s ease-in-out;
}

.sale-order-wrap_desc a:hover {
    border-bottom: 1px solid transparent;
}


.sale-order-wrap .sale-order-history-link-btn {
    display: block;
    padding: 20px 15px;
    width: 280px;
    /*background: #70bb18;*/
    background-color: #f56d1f;
    color: #fff;
    text-align: center;
    margin: 0 15px;
    transition: all .3s ease-in-out;
    border-radius: 30px;
}

.sale-order-wrap .sale-order-history-link-btn:hover {
    opacity: 0.9;
}

.sale-order-wrap .sale-order-canceled-history-link-btn {
    display: block;
    padding: 20px 15px;
    width: 280px;
    border-radius: 30px;
    background: #c9c9c9;
    color: #fff;
    text-align: center;
    margin: 0 15px;
    transition: all .3s ease-in-out;
}

.sale-order-wrap .sale-order-canceled-history-link-btn:hover {
    opacity: 0.9;
}

.sale-order-list-container {
    background: white;
    border-radius: 30px;
    overflow: hidden;
}


.sale-order-title {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #bdbdbd;
    font-weight: 100;
}


.sale-order-list-button-container .sale-order-history-link-btn {
    display: block;
    padding: 10px 0;
    width: 280px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #70bb18;
    color: #fff;
    text-align: center;
    margin: 0 15px;
    box-shadow: 1px 1px 20px 1px #70bb1852;
    transition: all .3s ease-in-out;
}

.sale-order-list-button-container .sale-order-history-link-btn:hover {
    opacity: 0.9;
    box-shadow: 1px 1px 10px 1px #70bb1852;
}

.product_item_sort {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99;
    font-size: 12px;
}



@media (max-width: 999px) {
    .basket-checkout-section-inner {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
    }

    .basket-checkout-section-inner .basket-checkout-section-inner .basket-checkout-block-btn {
        padding: 15px 0;
    }

    .cart-list-item-price {
        margin-bottom: 10px;
    }

    .personal-checkout-basket .cart-list-item-name-box .item_name {
        margin-bottom: 10px;
    }

    .basket-checkout-coupon-box {
        display: inline-flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .basket-checkout-total-price {
        margin-bottom: 10px;
    }

}

@media (max-width: 768px) {
    .sender-btn.btn-subscribe {
        width: 200px;
        margin-top: 20px;
    }
}










