.top-menu__links {
    display: flex;
    justify-content: flex-end;
    order: 1;
}
.top-menu .btn-group {
    justify-content: flex-end;
}
.header-phones__main {
    order: 1;
}

@font-face {
    font-family: "TTProstoSans";
    src: url("../fonts/TTProstoSansTrial/TTProstoSansTrial-Regular.woff")
    format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/montserrat-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "TTProstoSans";
    src: url("../fonts/TTProstoSansTrial/TTProstoSansTrial-Bold.woff")
    format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "TTProstoSans";
    src: url("../fonts/TTProstoSansTrial/TTProstoSansTrial-Italic.woff")
    format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "TTProstoSans";
    src: url("../fonts/TTProstoSansTrial/TTProstoSansTrialLight.woff")
    format("woff");
    font-weight: 300;
    font-style: normal;
}
body {
    font-family: "TTProstoSans", sans-serif !important;
    font-weight: 300;
    font-style: normal;
}

header .header-block__item-logo {
    padding: 0 100px 0 0;
}
.unicheckout__shipping {
    padding: 26px;
    border: 1px solid #eeeef5;
    border-radius: 9px;
}

.header-menu__btn.btn {
    height: 40px;
    border: 1px solid var(--menu-main-header-c) !important;
    display: flex;
    align-items: center;
    gap: 5px;
    /* padding: 0 15px; */
    width: 142px;
    justify-content: center;
}
.header-menu__btn.btn .header-menu__icon-close {
    display: none;
    font-size: 15px;
}
.header-menu__btn.btn:hover {
    color: var(--menu-main-header-bg);
    background: var(--menu-main-header-c);
}

.header-menu__btn.btn.show {
    color: var(--menu-main-header-bg);
    background: var(--menu-main-header-c);
    display: flex !important;
}

header .header-block__item-search {
    padding: 0;
    height: 40px;
}
.header-compare.uni-href {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-menu__btn.btn:hover svg path {
    fill: var(--menu-main-header-bg);
}

.header-menu__btn.btn.show svg {
    display: none;
}

.header-menu__btn.btn.show .header-menu__icon-close {
    display: block;
}

.header-menu__btn.btn span {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    margin-left: 5px;
}
.header-block__item.header-block__item-search.hidden-xs.hidden-sm
.header-search
.header-search__form {
    border-radius: 10px;
    height: 41px;
}
.header-block__item.header-block__item-search.hidden-xs.hidden-sm
.header-search
.header-search__form
input {
    height: 41px;
    border: 1px solid #c9ccd3;
}
.header-block__item.header-block__item-search.hidden-xs.hidden-sm
.header-search
.header-search__form
input:hover,
.header-block__item.header-block__item-search.hidden-xs.hidden-sm
.header-search
.header-search__form
input:focus {
    border: 1px solid #ef7f1a;
}
.header-cart__btn.dropdown-toggle {
    height: 20px;
}
.header-search__btn.search-btn .fa.fa-search {
    color: #ef7f1a;
}
.header-block__item.header-block__item-wishlist:hover
.header-block__item-caption,
.header-block__item.header-block__item-compare:hover
.header-block__item-caption,
.header-block__item.header-block__item-cart:hover .header-block__item-caption {
    color: #ef7f1a;
}
#product .product-page__compare-btn.btn.btn-sm.compare:hover svg path {
    fill: #ef7f1a;
}
.header-block__item.header-block__item-compare:hover svg path {
    fill: #ef7f1a;
}
.header-block__item.header-block__item-wishlist:hover svg path {
    stroke: #ef7f1a;
}
#product .product-page__wishlist-btn.btn.btn-sm.wishlist:hover svg path {
    stroke: #ef7f1a;
}
.header-block__item.header-block__item-cart:hover svg path {
    stroke: #ef7f1a;
}
.header-block__item.header-block__item-cart:hover svg circle {
    fill: #ef7f1a;
}
.product-thumb__compare.compare:hover {
    background-color: #fff;
}
.product-thumb__wishlist.wishlist:hover {
    background-color: #fff;
}
.product-thumb__compare.compare:hover svg path {
    fill: #ef7f1a;
}
.product-thumb__wishlist.wishlist:hover svg path {
    stroke: #ef7f1a;
}
.category-list__icon svg {
    width: 35px;
    height: 35px;
}
.uni-slideshow_v2-1.uni-slideshow_v2.owl-carousel.owl-loaded.owl-drag {
    border-radius: 30px;
    overflow: unset;
}
.uni-slideshow_v2-1.uni-slideshow_v2 .owl-nav {
    top: unset;
    bottom: -50px;
    display: flex;
    justify-content: center;
    gap: 10px;

    transform: unset;
}
.uni-slideshow_v2-1.uni-slideshow_v2 .owl-nav .owl-prev,
.uni-slideshow_v2-1.uni-slideshow_v2 .owl-nav .owl-next {
    transform: unset;
    position: static;
}
.owl-item .article-module__item.uni-item {
    border-radius: 20px;
}
.article-module__image {
    padding: 10px;
}
.article-module__date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: #eeeef5;
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #2b231c;
}
.article-module__item .article-module__image img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
    max-height: 335px;
}
.header-block__item .header-block__item-caption {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    text-align: right;
    color: #707380;
}
.article-module__description .article-module__name {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    color: #2b231c;
}
.article-module__description .article-module__category-date-viewed {
    margin: 0 0 20px 0;
}
.article-module__description .article-module__text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #707380;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 15px;
}
.article-module__more.uni-href {
    width: 100%;
    display: block;
    /* height: 50px; */
    padding: 10px;
    border: 1px solid #c6c6c6;
    border-radius: 20px;
    text-align: center;

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #2b231c;
}
.icon_success {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.icon_success .cart__btn_block_wrapper {
    width: 100%;
}
#modal-quick-order .option__group .option__item {
    width: max-content;
    margin: 0;
}

.order_number {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #ef7f1a;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin: 20px 0;
}
.error-not-found.uni-wrapper .error-not-found__404 {
    font-size: unset;
}
.error-not-found.uni-wrapper {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    leading-trim: both;
    text-edge: cap;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}
.error-not-found.uni-wrapper p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    color: #707380;
}
.unicheckout-sticky__confirm .input input[type="checkbox"]:checked {
    height: 30px;
    width: 30px;
    border-radius: 10px;
    background: unset;
    border: 1px solid #ef7f1a;
}
.unicheckout-sticky__confirm .input input[type="checkbox"]:checked:after {
    border: solid 2px #ef7f1a;
    border-top: none;
    border-right: none;
    width: 15px;
    height: 8px;
}

.footer .subscribe::before {
    content: "";
    position: absolute;
    right: 0;

    width: 800px;
    height: 800px;
    background-image: url(../image/footer_image.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#unicheckout__form .unicheckout__user,
#unicheckout__form .unicheckout__shipping,
#unicheckout__form .unicheckout__payment,
#unicheckout__form .unicheckout__pickup-item {
    margin: 40px 0;
}

.unicheckout__shipping .shipping-method {
    display: flex;
    gap: 10px;
    flex-flow: column;
}
.unicheckout__shipping .shipping-method__item.radio {
    max-width: 100%;
    flex: 1;
    border: 1px solid #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 8px;
    margin: 0;
}
.unicheckout__shipping
.shipping-method__item.radio
.shipping-method__label.input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #c2c2c2;
    height: 35px;
}
.unicheckout__shipping
.shipping-method__item.radio
.shipping-method__label.input
input {
    display: none;
}
.unicheckout__payment .payment-method {
    display: flex;
    align-items: center;
    gap: 10px;
}

.unicheckout__payment .payment-method .radio {
    max-width: 50%;
    flex: 1;
    height: 107px;
    border: 1px solid #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 8px;
    margin: 0;
}
.unicheckout__payment .payment-method .payment-method__title {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #c2c2c2;
}
.unicheckout__payment .payment-method input {
    display: none;
}
#fv_container .irs-line {
    background: #ff760a;
    border: 1px solid #ff760a;
    height: 5px;
}
#fv_container .irs-handle,
#fv_container .irs-slider {
    background: #ff760a;
    border: 1px solid #ff760a;
    top: 26px;
    width: 18px;
    height: 18px;
}
#fv_container .fv-box_slider .fv-box_grid_slider {
    min-height: 50px;
}
#fv_container .irs {
    height: 40px;
}
#fv_container .fv-icon_items_show_default:before {
    content: "\f078";

    font-family: "Font Awesome\ 5 Free";
}
#uni_banner_1 .uni-banner__title {
    display: none;
}
#uni_banner_0 .uni-banner__a {
    display: none;
}
#uni_banner_1.uni-banner.row.row-flex .uni-banner__item {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}
#uni_banner_1 .uni-banner__a {
    position: absolute;
    bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 17px 25px;
    background: #ffffff;
    border-radius: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #ef7f1a;
}
#content .pagination li.active span,
.pagination li.active span:hover,
.pagination li.active span:focus {
    background: unset;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #707380;
    margin: 0;
}

.pagination li a:hover,
.pagination li a:visited {
    background: unset;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #707380;
    margin: 0;
}

#content .pagination li a {
    font-family: "Font Awesome\ 5 Free";
    align-items: center;
    justify-content: center;
    background: #eeeef5;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    width: 38px;
    height: 38px;
    margin: 0;
    color: #000;
    font-weight: bold;
}
/*#content .uni-wrapper .pagination li:last-child a{*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	background: #EEEEF5;*/
/*	border-radius: 50%;*/
/*	padding: 5px;*/
/*	display: flex;*/
/*	width: 38px;*/
/*	height: 38px;*/
/*}*/
#content .uni-wrapper .pagination li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#content .pagination-center {
    display: none;
}
.content-top #uni_banner_1::before {
    content: "";
    display: block !important;
    position: absolute;
    background: #e8e8ed;
    height: calc(100% + 150px);
    width: 100vw;
    left: calc(((100vw - 1535px + 30px) / 2) * -1);
    top: -70px;
    bottom: -80px;
}
#uni_banner_0 .owl-stage {
    padding: 0 !important;
}
#uni_banner_1 {
    position: relative;
}
.category-list.owl-carousel.owl-loaded.owl-drag
.item.col-xxl-5.col-lg-6.col-md-6.col-sm-6.col-xs-6 {
    width: 100%;
    height: 150px;
    padding: 0;
}
/*.uni-banner .uni-banner__item{*/
/*	padding: 0px 30px 0 0;*/
/*}*/
body .container {
    width: 1535px;
}
.top-links__ul.dropdown-menu.dropdown-menu-left .top-links__li .top-links__a {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
}
.top-links__ul.dropdown-menu.dropdown-menu-left
.top-links__li
.top-links__a:hover {
    color: var(--top-menu-btn-c-hover);
}
.article-module__date .fa.fa-calendar {
    display: none;
}
.article-module .owl-nav {
    display: none;
}
.top-menu__links .header-phones__main {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}

.uni-module__wrapper.row-flex.owl-carousel.owl-loaded.load-complete {
    margin: 0 0 120px 0;
}
.container .main-menu.set-before:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    content: "";
    background: #eeeef5;
    transform: translateX(-50%);
    z-index: 99;
}
.subscribe__block .fa.fa-envelope.hidden-sm {
    display: none;
}
.main-menu.set-before .col-xs-12.hidden-xs.hidden-sm {
    min-height: 39px;
    background: #fff;
}
#menu2.menu.menu2.menu-right.new {
    height: 39px;
    min-height: 39px;
    background: #fff;
}
#menu2.menu2 .menu__collapse {
    height: 39px;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #fff;
}
#menu2.menu2 .menu__collapse .menu__level-1-li {
    box-shadow: unset;
    background: #fff;
    height: 39px;
    min-height: 39px;
    flex: unset;
    border: unset;
}
.checkout-cart__name a {
    padding-bottom: 20px;
}
.breadcrumb-h1 h1 {
    display: flex;
    align-items: center;
}
.checkout-cart__item-wrapper
.product-thumb__attribute.product-thumb__description.attribute
div {
    display: flex;
    justify-content: space-between;
}
.checkout-cart__item-wrapper
.product-thumb__attribute.product-thumb__description.attribute {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

#content .product-thumb__addit {
    width: 50px;
    left: 44%;
}
#content .product-thumb__addit-item.active {
    border-color: #707380;
}
.breadcrumb-h1 h1 .category-count {
    margin: 5px;
    padding: 0px 10px;
    background: #ff760a;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    height: 25px;
    display: flex;
    align-items: center;
}
#menu2.menu2 .menu__collapse .menu__level-1-li .menu__level-1-a {
    padding: 0;
    background: #fff;
    height: 39px;
    min-height: 39px;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}
#menu2.menu2 .menu__collapse .menu__level-1-li .menu__level-1-a:hover {
    color: var(--top-menu-btn-c-hover);
}
#menu2 .menu__collapse .menu__level-1-li:last-child .menu__level-1-a {
    color: #e81e21;
}
.container.topstripe__container-text .topstripe__text {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    leading-trim: both;
    text-edge: cap;
    color: #ffffff;
}
.container.topstripe__container-text .topstripe__close {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}
footer.footer {
    padding: 0;
}
.product-thumb__image .sticker {
    right: 10px;
    top: 5px;
    left: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #ef7f1a;
    border-radius: 15px;
}
.unicheckout__address.payment-address {
    padding: 26px;
    border: 1px solid #eeeef5;
    border-radius: 9px;
}
.product-thumb__price.price .price-new {
    margin: 0 5px 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #ec6a50;
}
.product-thumb__price.price .price-old {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #858699;
}
.product-thumb__caption .product-thumb__name {
    order: 1;
    font-style: normal;
    font-weight: 300;
    font-size: 14.4892px;
    line-height: 1;
    text-align: left;
}
#product .product-page__image-addit .owl-nav {
    left: 5px !important;
    right: 5px !important;
}
#product .product-page__image-addit .owl-nav button {
    background: #ececec;
    color: #000;
    border: unset !important;
}
.product-thumb__caption .product-thumb__attribute {
    order: 3;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.option__item .option__name {
    background: unset;
    border-radius: 10px;
    border: 1px solid #ef7f1a;
}
#product .option__item .option__name,
#modal-quick-order .option__item .option__name {
    background: unset;
    border: 1px solid #eeeef5;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
    color: #2b231c;
    display: flex;
    align-items: center;
    height: 36px;
    justify-content: center;
}
.required.option__group.col-xs-12 .option__group-name {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    color: #707380;
}
#product .product-block .product-data__item .product-data__item-div {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #707380;
}
#product .product-block .product-data__item {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #2b231c;
}
#product-product .product-page-tabs-wrap .heading {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #2b231c;
}
#product-product .product-data__item {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #2b231c;
    display: flex;
    align-items: center;
}
.product-thumb__caption .product-thumb__attribute div {
    display: flex;
    justify-content: space-between;
}
.tab-pane.active .stock {
    display: none;
}
.text_attribute_product {
    /*color: #FF760A;*/
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.text_attribute_product span {
    display: flex;
    align-items: center;
    justify-content: center;
}
#fv_container .fv-icon_items_hide_default:before {
    content: "\f077";
    font-family: "Font Awesome\ 5 Free";
}
#product .tab-pane.active .stock {
    display: none;
}
#product-product .product-data__item .product-data__item-div {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #707380;
}
#product .product-data__item-div:first-child:after {
    content: unset;
}
#product .option__item {
    display: flex;
    margin: 0;
    gap: 10px;
}
#input-option258 {
    display: flex;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
}

.option__group .option__item:not(.ended) input:checked + .option__name {
    background: #ef7f1a;
}
#product .option__group .option__item:not(.ended) input:checked + .option__name,
#modal-quick-order
.option__group
.option__item:not(.ended)
input:checked
+ .option__name {
    border: 1px solid #ef7f1a;
}
#category-module .menu-module__ul {
    background: unset;
    border: 1px solid #ececec;
}
#category-module .menu-module__li .menu-module__a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #2b292a;
}
#category-module .menu-module__li:not(:first-child) {
    border: unset;
}
#category-module .menu-module__children.collapse.in .menu-module__children-a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #2b292a;
}
.product-thumb__caption .product-thumb__option {
    order: 4;
}
.product-thumb__caption .product-thumb__rating {
    order: 2;
    color: #2b231c;
    font-size: 14.4892px;
}
.product-thumb__caption .product-thumb__rating span {
    font-style: normal;
    font-weight: 300;
    font-size: 14.4892px;
    line-height: 1;
    text-decoration-line: underline;
    color: #707380;
    flex: none;
    /* order: 2; */
    padding: 0 5px;
}
.product-thumb__caption .product-thumb__price {
    order: 0;
    margin: 0 0 5px;
    justify-content: left;
}
.product-thumb__caption .product-thumb__cart {
    order: 5;
    align-items: center;
    justify-content: space-between;
}

.uni-module__wrapper .uni-module__item,
.uni-module .owl-item {
    padding: 0 5px;
}

.product-thumb__caption {
    padding: 0 15px 15px;
}
.sticker .sticker__item {
    margin: 0;
}
.uni-module__wrapper.load-complete {
    margin: 0 0 80px 0;
}
.product-thumb.uni-item {
    padding: 0;
    margin: 0 0 10px 0;
}
.uni-banner__div .uni-banner__title {
    box-shadow: unset;
    background: unset;
    text-align: left;
    width: 13ch;
    overflow-wrap: break-word;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #ffffff;
    text-shadow: unset;
}
.product-thumb__add-to-cart.add_to_cart.btn span {
    /*font-size: 18px;*/
}
.uni-banner.row.row-flex {
    margin: 0 0 80px 0;
}
.product-thumb__cart .add_to_cart {
    width: 60%;
    border-radius: 5px;
    background: #ef7f1a;
    height: 44px;
    order: 2;
}
.product-thumb__wishlist.wishlist {
    width: 44px;
    height: 44px;
    padding: 0;
    order: 1;
}
.product-thumb__compare.compare {
    width: 44px;
    height: 44px;
    padding: 0;
    order: 0;
}
.product-thumb__option .option__name {
    background: #fff;
    border: 1px solid #ef7f1a;
    border-radius: 5px;
    font-size: 15px;
    height: auto;
}
.subscribe {
    padding: 30px 0;
    height: 267px;
    display: flex;
    align-items: center;
    background: #2a2d33;
    position: relative;
    overflow: hidden;
}
.subscribe .row.row-flex {
    flex-flow: column;
    gap: 15px;
}
.subscribe .row.row-flex .col-xs-12.col-sm-12.col-md-7 {
    display: flex;
    flex-flow: column;
    gap: 30px;
}
.subscribe__bottom {
    display: none;
}
.subscribe .subscribe__info.subscribe-info.col-sm-12.col-md-5.col-lg-4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    width: 550px;
}
.subscribe
.subscribe__info.subscribe-info.col-sm-12.col-md-5.col-lg-4
.subscribe__icon.far.fa-envelope {
    display: none;
}
.subscribe .subscribe__block {
    width: 530px;
    position: relative;
}
.subscribe .subscribe__btn {
    border-radius: 20px;
    position: absolute;
    right: 0;
    height: 41px !important;
}
.subscribe .subscribe__inputs {
    width: 70%;
}
.subscribe .subscribe__input-email {
    width: 100%;
    border-radius: 20px 0 0 20px;
    height: 41px !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    padding: 6px 18px;
}
.subscribe .subscribe__agree.input span {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.product-page__option.option.row {
    order: 2;
}
.article-module .owl-carousel .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    background: unset;
    border: 1px solid #c6c6c6 !important;
}
.uni-slideshow_v2.owl-carousel {
    margin: 0 0 120px 0;
}
.article-module .owl-carousel .owl-dots .owl-dot.active {
    background: #ef7f1a;
}

.subscribe .subscribe__agree.input span a.agree {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #ffffff !important;
    padding: 5px;
}
.uni-slideshow_v2-1.uni-slideshow_v2.owl-carousel.owl-loaded.owl-drag
.owl-nav
button {
    /*border: solid 1px rgba(0, 0, 0, .07)!important;*/
    background: rgba(0 0 0 / 0.07);
}
.subscribe__agree.input #confirm {
    width: 30px;
    height: 30px;
    background: unset;
    border: 1px solid #ef7f1a !important;
    border-radius: 10px;
}
.subscribe__agree.input input[type="checkbox"]:checked:after {
    border: solid 2px #ef7f1a;
    border-top: none;
    border-right: none;
    width: 15px;
    height: 8px;
}
#subscribe + .container > .row.row-flex {
    padding: 40px 0 0;
}
.footer .footer__column-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 25px 0;
}
.footer .footer__column.col-sm-6.col-md-6 .footer__column-li .footer__column-a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;

    color: #292b33 !important;
}
.footer .footer__column.col-sm-6.col-md-6 .footer__column-li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;

    color: #292b33 !important;
}
.footer .footer__column-li .footer__column-a {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
}
footer.footer .footer__column-li .footer__column-a:hover {
    color: #ef7f1a !important;
    text-decoration: unset;
}
.uni-slideshow_v2-0.uni-slideshow_v2.owl-carousel.owl-loaded.owl-drag {
    margin: 0 0 80px;
}
.home-page div.heading {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;

    display: flex;
    align-items: center;
    color: #2b292a;
}
.uni-module.category-wall.category-wall_v2-0
.uni-module__wrapper.load-complete
.uni-module__item,
.uni-module.category-wall.category-wall_v2-0 .owl-item .uni-item {
    width: auto !important;
    height: 400px;
    padding: 0 5px;
    flex: 1;
}
.uni-module.category-wall.category-wall_v2-0 .img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.footer__column.col-sm-6.col-md-2 {
    width: 22%;
}
.footer__column.col-sm-6.col-md-6 .footer__column-li {
    width: 50%;
}
.footer__column.col-sm-6.col-md-6 {
    width: 46%;
}

#uni_banner_1 .uni-banner__item .uni-banner__img {
    max-height: unset;
}
.uni-module.category-wall.category-wall_v2-0 .owl-dots {
    display: none;
}
.uni-module.category-wall.category-wall_v2-0 .category-wall__ul.child-empty {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.category-wall__title.child-empty a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    color: #fafafa;
}
.uni-module.category-wall.category-wall_v2-0 .category-wall__item.uni-item {
    padding: 0;
    position: relative;
}
.uni-module.category-wall.category-wall_v2-0 .category-wall__image {
    width: 100%;
    height: 100%;
}
.home-page .uni-slideshow_v2 .owl-nav button {
    background: unset;
    color: #2b231c;
}
.home-page .uni-slideshow_v2 .owl-dots {
    display: none;
}

.category-list.row.row-flex .col-xxl-5.col-lg-6.col-md-6.col-sm-6.col-xs-6 {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    max-width: 168px;
    width: 100%;
    padding: 0 5px;
}
.category-list.row.row-flex .category-list__item.uni-item {
    height: 100%;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}
.cart__btn_block_wrapper .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 9px;
    gap: 10px;
    height: 50px;
    border-radius: 8px;
    margin: 0;
    flex: 1;
}
.cart__btn_block_wrapper .cart__btns-catalog.btn.btn-xl {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    background: #ff760a;
}
.cart__btn_block_wrapper .cart__btns-home.btn.btn-xl {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #ff760a;
    border: 1px solid #ff760a;
}

.footer .footer__text {
    border: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 35px;
}
.footer .footer__text a {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #707380 !important;
}
.cart__btn_block_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    width: 30%;
}
.category-list.row.row-flex .category-list__img {
    border-radius: 10px;
    height: 60px;
    width: 60px;
}
.category-list.row.row-flex .category-list__name {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2b231c;
    justify-content: center;
    padding: 0;
}

#column-left .menu-module__li .menu-module__a {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}
#column-left .menu-module__chevron:hover,
.menu-module__chevron.open {
    background: unset;
}
.product-layout.product-grid.grid-view.col-sm-6.col-md-4.col-lg-4.col-xxl-5 {
    padding: 0 5px;
}
.breadcrumb-h1 .breadcrumb li {
    font-size: 13px;
    line-height: 15px;

    color: #707380;
}
.breadcrumb-h1 .breadcrumb li > a {
    font-size: 13px;
    line-height: 15px;

    color: #707380;
}
.breadcrumb li + li:before {
    content: "\f054";
    color: #707380;
    padding: 0 10px 0 5px;
}
#column-left .menu-module__li i.menu-module__chevron {
    justify-content: flex-start;
}

#column-left .menu-module__li i.menu-module__chevron.open {
    justify-content: flex-end;
}
#content .category-list__item {
    padding: 5px !important;
    width: 100%;
}
#content .product-thumb__image img {
    border-radius: 10px;
}
#menu.menu1.new .menu__level-2 {
    left: 30%;
    width: 70%;
}
#menu .menu__level-1-a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 0 0 20px;
}
#menu .menu__level-1-li.has-children:after {
    content: unset;
}
#menu.menu1.new .menu__level-2-a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: var(--menu-main-level-2-c);
}

#menu.menu1.new .menu__level-2-a:hover {
    color: var(--menu-main-level-2-c-hover);
}

#menu.menu1.new .column-4 {
    width: 80%;
}
#product-product h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    leading-trim: both;
    text-edge: cap;
    color: #707380;
    margin: 0;
}

#menu .menu__level-2-ul.col-md-3:nth-child(n + 5):before,
#menu .menu__level-2-ul.col-md-4:nth-child(n + 4):before,
#menu .menu__level-2-ul.col-md-6:nth-child(1n + 3):before,
#menu .menu__level-2-ul.col-md-12:nth-child(n + 2):before {
    content: unset;
}
#menu .menu__level-1-li.has-children {
    border: unset;
    width: 94%;
}
#menu .menu__level-1-li {
    width: 94%;
    border: unset;
}
#menu .menu__collapse.main-menu__collapse {
    background: unset;
    border-right: 1px solid #e9ebf0;
    width: calc(29% - 15px);
    display: flex !important;
    flex-flow: column;
    align-items: end;
}
#menu.menu1.new .menu__level-2-a {
    font-weight: 400;
    color: var(--menu-main-level-2-c-hover);
}
#menu .menu-wrapper.new .menu__collapse {
    display: flex;
    flex-flow: column;
    align-items: end;
}
.uni-slideshow_v2__image.text-over-image img {
    height: 100%;
}
#product-category .category-list__item {
    width: 100%;
    background: unset;
    border: 1px solid #dfdfdf;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: end;
    font-size: unset;
    font-weight: unset;
}

#product-category .category-list__item .category-list__img {
    width: 100%;
    height: 60px;
    max-width: 100px;
    object-fit: cover;
}
#product-category .category-list__item .category-list__name {
    padding: 0;
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #2b231c;
    text-align: center;
    padding: 5px;
    justify-content: center;
    height: 40%;
}
#product-category .category-list__item:hover {
    border: 1px solid #ff760a;
}

#column-left .heading {
    display: none;
}
#content .pagination-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*margin: 40px 0;*/
}
.category-info-bottom {
    display: none;
}
#content #input-limit.form-control {
    position: absolute;
    right: 0;
    top: -10px;
}
.footer__socials-payments .footer__location.col-sm-12.col-md-5 {
    display: flex;
    flex-flow: column;
    align-items: self-start;
    justify-content: center;
    padding: 0;
    width: 30%;
}
.footer__socials-payments .footer__location-button.btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__socials-payments .row {
    align-items: center;
    justify-content: center;
    display: flex;
}
.footer__socials-payments .footer__payments {
    align-items: center;
    gap: 40px;
    height: 44px;
}
.footer__socials-payments .footer__payments .footer__payments-icon {
    margin: 0;
}
.footer__socials-payments .footer__location-button.btn {
    background: unset;
    border: 1px solid #707380 !important;
    border-radius: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    text-decoration-line: underline;
    color: #707380;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 141px;
    height: 44px;
}
.footer__socials-payments .col-sm-12.col-md-7 p {
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #707380;
}
.footer .footer__socials-payments {
    padding: 25px 0;
    background: #ebebee;
}
.footer__socials-payments .footer__payments span {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #707380;
}

.footer__column.col-sm-6.col-md-2:nth-of-type(3) .footer__column-heading {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #707380;
    margin: 0 0 10px;
}
.footer__column.col-sm-6.col-md-2:nth-of-type(3) .footer__column-li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 5px;
    background: #c9ccd3;
    border-radius: 10px;
    width: 44px;
    height: 44px;
    justify-content: center;
}
.footer__column.col-sm-6.col-md-2:nth-of-type(3) .footer__column-li {
    margin: 0;
}
.footer__column.col-sm-6.col-md-2:nth-of-type(3) {
    display: flex;
    flex-flow: column;
    align-items: start;
    width: 10%;
}
/*.uni-module.category-wall.category-wall_v2-0 .owl-stage{*/
/*	width: 100%!important;*/
/*}*/
/*.uni-module.category-wall.category-wall_v2-0 .owl-stage .owl-item{*/
/*	width: auto!important;*/
/*}*/
.footer__column.col-sm-6.col-md-2:nth-of-type(3)
.footer__column-ul.footer__column-ul-3.collapse.list-unstyled {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
.footer__column.col-sm-6.col-md-6 .footer__column-ul {
    display: flex !important;
    /* gap: 10px; */
    align-items: center;
    justify-content: space-between;
    padding-block-end: 20px;
}
.footer__column.col-sm-6.col-md-6 .footer__column-heading:nth-of-type(2) {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    margin: 0 0 10px;
    color: #707380;
}
.footer__column.col-sm-6.col-md-6 .footer__column-ul .footer__column-li {
    margin: 0;
}

#product .product-page__image:not(.fixed) {
    width: 70%;
}
#product .product-block.col-sm-7 {
    position: sticky;
    top: 120px;
    box-shadow: 0px 0px 16px rgba(45, 21, 3, 0.1);
    width: 30%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-flow: column;
    gap: 15px;
}
header.fixed .main-menu.set-before .col-xs-12.hidden-xs.hidden-sm {
    display: none;
}
#product .nav-tabs li a:after {
    content: unset;
}
#product .price .price-new {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #d9753b;
}
#product .price .price-old {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    leading-trim: both;
    text-edge: cap;
    text-decoration-line: line-through;
}
/*#product .product-page__image-addit.owl-carousel.owl-loaded{*/
/*	display: flex;*/
/*	flex-flow: column;*/
/*	align-items: center;*/
/*	width: 100%;*/
/*	margin: 0 -5px;*/
/*}*/
#product .product-page-tabs.nav.nav-tabs li.active a {
    color: #fff;
    background: #ef7f1a;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 20px;
}
#product .product-page-tabs.nav.nav-tabs li a {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #2b292a;
}
#product #tab-description {
    background: unset;
}
#product .product-page-tabs-wrap {
    width: 100%;
    margin-top: 20px;
    border-radius: 15px;
    padding: 15px 30px;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
}
.unicheckout-sticky__confirm-agree .input {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #707380;
}
.unicheckout-sticky__confirm-agree .input a {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #707380;
}
.fa-circle-question:before,
.fa-question-circle:before {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff760a;
}

.unicheckout-sticky__confirm .unicheckout-sticky__confirm-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 71px;
    gap: 10px;
    background: #ef7f1a;
    border-radius: 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    order: 0;
    margin: 10px 0;
}
.checkout-cart__name {
    width: 100%;
    order: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #707380;
    display: flex;
    flex-flow: column;
}
.checkout-cart__name a {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #707380;
}

.checkout-cart__name .checkout-cart__model {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #707380;
    margin: 10px 0;
}
.checkout-cart__name .checkout-cart__reward-item {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #707380;
}
.checkout-cart__wrapper .checkout-cart__item {
    padding: 26px;
}
.checkout-cart__item .checkout-cart__image {
    width: 30%;
    flex: unset;
}
.checkout-cart__quantity {
    width: 50%;
    order: 3;
    padding: 5px 0;
}
.checkout-cart__item-wrapper {
    flex-wrap: wrap;
    width: 70%;
    gap: 10px;
}
#tab-specification .product-page-tabs-wrap .tab-pane.active {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.attribute_group {
    width: 45%;
}
.checkout-cart__buttons {
    width: 48%;
    display: flex;
    order: 4;
    justify-content: end;
    gap: 10px;
}
#fv_container.fv-container .fv-head_name_filter.fv-icon_filter_show {
    display: none;
}
#fv_container.fv-container {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 12px;
}
#fv_container .fv-items {
    border: unset;
    background: unset;
}
.fv-items .irs-bar {
    background: #ff760a;
    border: 1px solid #ff760a;
    height: 5px;
}
.fv-items .fv-icon.fv-icon_items_action {
    display: none;
}
.fv-items .irs-from,
.fv-items .irs-to {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #7a7a7a;
    background: unset;
}

.product-page-tabs-wrap #tab-specification .desc-collapse {
    height: 46px;
    background: #f8f8f8;
    text-align: left;
    display: none;
}
.product-page-tabs-wrap
#tab-specification
.desc-collapse
.spec-toggle-btn
span {
    display: flex;
    align-items: center;
}

.product-page-tabs-wrap #tab-specification .desc-collapse:before {
    background: linear-gradient(0deg, #f8f8f8 0%, transparent 100%);
}
.tab-pane.active .spec-toggle-btn {
    display: block;
    padding: 10px 15px;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #ef7f1a !important;
    border-radius: 8px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #ef7f1a;
    height: 46px;
}
#product-category
.product-thumb__attribute.product-thumb__description.attribute
div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fv_container .fv-items:not(.fv-choices) .fv-items_name {
    order: 1;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #2b292a;
}
#fv_container .fv-head_group,
#fv_container .fv-items_title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #2b292a;
}
#fv_container .fv-box_item .fv-item_text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #2b292a;
}
#fv_container input.form-control {
    height: 48px;
}
#fv_container .fv-ajax_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 5px;
    background: #ff760a;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-align: right;
    color: #fff;
}
#fv_container .fv-icon_ajax_btn_clear:before {
    font-size: 1.4em;
}
#fv_container .fv-more_switch_bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    gap: 5px;
    background: #eeeef5;
    border-radius: 46px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-align: right;
    color: #7a7a7a;
    margin-top: 20px;
    box-shadow: unset;
}
.filter_tags.row.owl-carousel.owl-loaded.owl-drag .owl-nav {
    display: none;
}
#modal-cart .modal-dialog .cart__btn_block_wrapper {
    width: 100%;
}
#fv_container .fv-box_list_more_switch .fv-icon.fv-more_show:before {
    content: "\f078";
    font-family: "Font Awesome\ 5 Free";
}
#fv_container .fv-items_head {
    gap: 5px;
}
#fv_container .fv-icon.fv-icon_items {
    order: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}
#fv_container .fv-items:hover {
    box-shadow: unset;
}
#fv_container .fv-symbol_prs {
    display: none;
}

/*#fv_container .fv-icon_items_show_default:before {*/
/*	content: "\f054";*/
/*}*/
.checkout-cart__quantity .qty-switch__cart .qty-switch__btn.fa-minus {
    border-radius: 3px;
    background: unset;
}
.checkout-cart__quantity .qty-switch__cart .qty-switch__btn.fa-plus {
    border-radius: 3px;
    background: unset;
}
.checkout-cart__quantity .qty-switch__cart .qty-switch__input {
    border: unset !important;
}
.checkout-cart__quantity .qty-switch.qty-switch__cart {
    border: 1px solid #eeeef5;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.unicheckout-sticky .unicheckout-sticky__total-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 10px;
    gap: 10px;
    border: 1px solid #eeeef5;
    border-radius: 5px 0 0 5px;
    height: 50px !important;
}
.unicheckout__comment .checkout-comment.form-control {
    border: 1px solid #c2c2c2;
    border-radius: 6.70707px;
}

.unicheckout__forms .unicheckout__form .form-control {
    padding: 7.18615px 10.0606px;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #000;
}
.checkout-customer__register-label a {
    font-size: 13px;
    line-height: 1;
    color: #c2c2c2;
    font-style: normal;
    font-weight: 300;
}
.checkout-customer__group {
    font-size: 13px;
    line-height: 1;
    color: #c2c2c2;
    font-style: normal;
    font-weight: 300;
}
.checkout-customer__group .checkout-customer__group-label {
    font-size: 13px;
    line-height: 1;
    color: #c2c2c2;
    font-style: normal;
    font-weight: 300;
}

.unicheckout-sticky .unicheckout-sticky__total-div.show {
    height: 65px;
}
.unicheckout-sticky .unicheckout-sticky__total-btn {
    height: 50px;
    border-radius: 0 5px 5px 0;
}
.checkout-cart__price {
    width: 100%;
    order: 1;
    flex: unset;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #707380;
}
.checkout-cart__price .checkout-cart__price-text,
.checkout-cart__total .checkout-cart__total-text {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #707380;
    margin: 10px 0;
}

.checkout-cart__total {
    width: 100%;
    order: 2;
    flex: unset;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #ef7f1a;
    position: relative;
    display: flex;
    gap: 5px;
}

.checkout-cart__total .old_total {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #858699;

    order: 1;
}

.unicheckout-sticky__confirm {
    display: flex;
    flex-flow: column;
}
.unicheckout-sticky__confirm-agree {
    order: 1;
    margin: 10px 0;
}
.unicheckout__wrapper .unicheckout-sticky__heading {
    border-bottom: 1px solid #eeeef5;
    padding: 5px 0 15px;
    margin: 0;
}
.unicheckout-sticky__confirm-agree .input a b {
    font-weight: 300;
}
#product .nav-tabs li {
    padding: 0 15px 0 0;
}
#product .product-page__image-addit-img.selected {
    border: 1px solid #ff760a;
}
#product-product .owl-dots {
    display: none;
}
#product-product .heading {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    leading-trim: both;
    text-edge: cap;
    color: #2b231c;
}
#product .product-block.col-sm-7 .stock {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 6px;
    gap: 5px;
    border: 1px solid #15af5a;
    border-radius: 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: #15af5a;
    width: max-content;
    order: 2;
    margin-top: 10px;
}
#product .product-block.col-sm-7 .stock .product-data__item-div {
    display: none;
}
#product .product-data {
    order: 3;
    margin: 0;
}

#product .product-page__wishlist-compare {
    width: 20%;
    margin: 0;
    order: 2;
    display: flex;
    /* flex-flow: column; */
    align-items: center;
    justify-content: center;
}
#product button.product-page__wishlist-btn,
#product button.product-page__compare-btn,
#product .product-page__share-btn {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product .product-page__quick-order {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 9px;
    gap: 10px;
    height: 50px;
    border: 1px solid var(--quick-order-btn-c) !important;
    order: 5;
    border-radius: 8px;
}

#product .product-page__quick-order span {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
}
#product .product-page__add-to-cart.add_to_cart.btn.btn-xl {
    width: 75%;
    margin: 0;
    padding: 11px 9px;
    box-shadow: 0px 1px 4px rgba(223, 223, 223, 0.9);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.unicheckout__forms .unicheckout-sticky__wrapper {
}
#product .product-page__add-to-cart.add_to_cart.btn.btn-xl span {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #ffffff;
}
#product .qty-switch {
    width: 100%;
    height: 50px;
    margin: 0;
}
#product .product-page .qty-switch__input {
    width: 100%;
    height: 50px;
}
#product .product-page__cart {
    gap: 10px;
    justify-content: space-between;
    order: 4;
    margin: 0;
}

#product .product-block.col-sm-7 .stock::before {
    content: "";
    width: 5.5px;
    height: 5.5px;
    background: #15af5a;
    flex: none;
    order: 0;
    flex-grow: 0;
    border-radius: 50%;
}
#product .product-page__wishlist-btn.btn.btn-sm.wishlist {
    order: 1;
    background-color: #fff;
}
#product .product-page__compare-btn.btn.btn-sm.compare {
    order: 0;
    background-color: #fff;
}
#product .product-page .qty-switch__btn {
    width: 25px;
    /* height: 19px; */
    height: 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product .product-page .sticker {
    left: unset;
    right: 10px;
}
#product .rating-model {
    display: none;
}

#product .product-block .rating-model {
    display: flex;
    order: 0;
    margin: 0;
}
#product .product-page__price {
    order: 1;
    margin: 0;
}
#content .pagination li a.next:before {
    content: "\f054";
}
#content .pagination li a.prev:before {
    content: "\f053";
}
#content .pagination li span {
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #707380;
}

#product-product .breadcrumb-h1 {
    margin: 0 0 20px;
}
#uni_banner_1 .owl-dots .owl-dot.active {
    background: #ef7f1a;
}
#uni_banner_1 .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #c6c6c6 !important;
}
#uni_banner_0 .owl-dots {
    display: none;
}
#menu .column-4 .menu__level-2-wrap {
    flex: 1 1 65%;
}

#menu .column-4 .menu__banner {
    flex: 1 1 35%;
    max-width: 100%;
}

.product-page-tabs.nav.nav-tabs {
    background: unset;
    width: 100%;
    position: relative;
    margin-right: 0;
    margin-left: 0;
}
#column-left #fv-debug_box {
    display: none;
}
/* Filter Tags Dropdown */
#product-category .filter_tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
}
#product-category .filter_tags-group {
    position: static;
}
#product-category .filter_tags-group.hidden-group {
    display: none;
}
#product-category .filter_tags-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #707380 !important;
    border-radius: 20px;
    background: #fff !important;
    font-size: 16px;
    font-weight: 300;
    color: #707380 !important;
    cursor: pointer;
    white-space: nowrap;
}
#product-category #content {
    position: relative;
}
#product-category .filter_tags-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #707380 !important;
    border-radius: 20px;
    background: #fff !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #707380 !important;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
#product-category .filter_tags-toggle:hover {
    color: #ef7f1a !important;
    border-color: #ef7f1a !important;
}
#product-category .filter_tags-group.active .filter_tags-toggle {
    background: #ef7f1a !important;
    border-color: #ef7f1a !important;
    color: #fff !important;
}
#product-category .filter_tags-arrow {
    display: flex;
    align-items: center;
    transition: transform 0.2s;
}
#product-category .filter_tags-group.active .filter_tags-arrow {
    transform: rotate(180deg);
}
#product-category .filter_tags-dropdown {
    display: none !important;
    position: absolute;
    width: calc(100% + 10px);
    top: 100%;
    left: -5px;
    right: 0;
    z-index: 100;
    background: #fff;
    border: 1px solid #e0e0e5;
    border-radius: 16px;
    padding: 24px 32px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
#product-category .filter_tags-group.active .filter_tags-dropdown {
    display: block !important;
}
#product-category .filter_tags.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 10px;
}
#product-category .filter_tags.row::before {
    content: unset !important;
}
#product-category .filter_tags.row .filter_tags_item {
    width: fit-content;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 16px;
    border: 1px solid #707380;
    border-radius: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #707380;
    transition: border-color 0.15s, color 0.15s;
}
#product-category .filter_tags.row .filter_tags_item:hover {
    border-color: #ef7f1a;
    color: #ef7f1a;
}
#product-category .filter_tags.row .filter_tags_item a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 769px) {
    #product-category .filter_tags-dropdown .filter_tags.row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    #product-category .filter_tags-dropdown {
        max-height: 340px;
        overflow-y: auto;
        padding: 16px;
    }
    #product-category .filter_tags.row .filter_tags_item {
        width: auto;
    }
}

.unicheckout__wrapper .unicheckout-sticky__wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0px 5px 16px rgba(169, 169, 169, 0.2);
    border-radius: 8px;
}
.unicheckout__wrapper .unicheckout-sticky__total-item {
    border-top: unset;
    padding: 10px 0;
}
.unicheckout-sticky__total {
    border-bottom: 1px solid #eeeef5;
}
.category-list.owl-carousel.owl-loaded.owl-drag .owl-prev,
.category-list.owl-carousel.owl-loaded.owl-drag .owl-next {
    background: #eeeef5;
    box-shadow: 0px 5.54167px 11.0833px rgba(136, 140, 155, 0.1);
    border: unset !important;
    color: #000;
}
.unicheckout__forms .checkout-cart__wrapper {
    padding: 0px;

    border: 1px solid #eeeef5;
    border-radius: 8px;
    box-shadow: unset;
}
#unicheckout__form .unicheckout__user {
    padding: 26px;

    border: 1px solid #eeeef5;
    border-radius: 9px;
}
#unicheckout__form .unicheckout__payment {
    padding: 26px;
    border: 1px solid #eeeef5;
    border-radius: 9px;
}
.header-cart__empty {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    leading-trim: both;
    text-edge: cap;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    width: 100%;
}
.header-cart__empty p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    color: #707380;
}
.uni-module.category-wall.category-wall_v2-0 .owl-carousel .owl-nav .owl-next {
    background: #eeeef5;
    color: #000;
    border: unset !important;
}
.uni-module.category-wall.category-wall_v2-0 .owl-carousel .owl-nav .owl-prev {
    background: #eeeef5;
    color: #000;
    border: unset !important;
}
#unicheckout__form .unicheckout__comment {
    padding: 26px;
    border: 1px solid #eeeef5;
    border-radius: 9px;
}
.product-page-tabs-wrap #tab-description .desc-collapse {
    background: #f8f8f8;
    text-align: left;
}
.product-page-tabs-wrap #tab-description .desc-collapse .btn.btn-default {
    padding: 11px 9px;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #ef7f1a !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #ef7f1a;
    height: 46px;
}
.unicheckout__form .form-control.input-warning {
    border-color: #ef7f1a !important;
}
.unicheckout__form .unicheckout__custom-field {
    margin: unset;
}
.owl-carousel .owl-stage-outer {
    width: 100%;
}
.product-page__image-addit .owl-item {
    cursor: pointer;
}
#uni_banner_1.owl-carousel .owl-stage-outer {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}
.text_deleviry_product {
    order: 6;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #707380;
    flex-wrap: wrap;
}
.text_deleviry_product p {
    margin: 0;
    width: 100%;
}
.header_list_product {
    order: 3;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #2b292a;
}
#tab-specification .text_deleviry_product {
    display: none;
}
#tab-specification .header_list_product {
    display: none;
}
.unicheckout__form div.heading span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.unicheckout__form div.heading {
    gap: 5px;
}
#unicheckout__form.unicheckout__form .heading:before {
    content: unset;
}
.product-page-tabs-wrap #tab-description .desc-collapse:before {
    background: linear-gradient(0deg, #f8f8f8 0%, transparent 100%);
}
.footer__socials-payments .col-sm-12.col-md-6:nth-of-type(1) {
    width: 70%;
}
.footer__socials-payments .col-sm-12.col-md-6:nth-of-type(2) {
    width: 30%;
    height: 44px;
}

.footer__socials-payments
.col-sm-12.col-md-6:nth-of-type(1)
.footer__media
.col-sm-12.col-md-7 {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
@media (max-width: 1830px) {
    body .container {
        width: 1440px;
    }
    .content-top #uni_banner_1::before {
        left: calc(((100vw - 1440px + 30px) / 2) * -1);
    }
    /*.content-top #uni_banner_1::before{*/
    /*	content: unset;*/
    /*}*/
}

@media (max-width: 1440px) {
    body .container {
        width: 98%;
    }
    .content-top #uni_banner_1::before {
        left: -30px;
    }
    #menu.menu1.new .menu__level-2 {
        left: 30%;
    }
    #menu .menu__collapse.main-menu__collapse {
        width: calc(29% - 15px);
    }
    #menu.menu1.new .column-4 {
        width: 80%;
    }

    .uni-module.category-wall.category-wall_v2-0 .owl-dots,
    .uni-module.category-wall.category-wall_v2-0 .owl-nav {
        display: none;
    }
    /*.uni-module.category-wall.category-wall_v2-0 .owl-stage {*/
    /*	width: max-content!important;*/
    /*}*/
}
@media (max-width: 1200px) {
    .header-cart__btn.dropdown-toggle {
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-compare.uni-href {
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-wishlist.uni-href {
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #menu .menu__level-1-a {
        padding: 0 0 0;
    }
    .checkout-cart__buttons {
        width: 47%;
    }
}
@media (max-width: 991px) {
    header.fixed {
        position: fixed;
        z-index: 1028;
        background: #fff;
        width: 100%;
    }
    .unicheckout-sticky__confirm-agree .input {
        display: flex;
        align-items: center;
        height: 31px;
    }
    .product-page-tabs-wrap #tab-specification .desc-collapse {
        display: block;
    }
    #product .product-page-tabs-wrap {
        width: 100%;
    }
    .footer__socials-payments .col-sm-12.col-md-6:nth-of-type(1) {
        width: 50%;
    }
    .footer__socials-payments .col-sm-12.col-md-6:nth-of-type(2) {
        width: 50%;
    }
    .product-thumb__caption .product-thumb__option {
        display: flex !important;
    }
    .checkout-cart__quantity .qty-switch.qty-switch__cart {
        width: 60%;
    }
    .footer__column.col-sm-6.col-md-6 {
        width: 50%;
    }
    .footer__column.col-sm-6.col-md-2:nth-of-type(3) {
        align-items: flex-start;
    }
    .footer__column.col-sm-6.col-md-6 .footer__column-ul {
        gap: 20px;
        flex-wrap: wrap;
    }
    .footer__column.col-sm-6.col-md-6 .footer__column-ul .footer__column-li {
        width: 100%;
    }
    .footer__socials-payments .footer__payments span {
        display: none;
    }
    .tab-pane.active .spec-toggle-btn {
        display: flex !important;
    }
    .footer__socials-payments .visible-xs.visible-sm {
        display: none !important;
    }
    .footer__socials-payments .col-md-6:nth-of-type(1) {
        width: 50%;
    }
    .footer__socials-payments .col-md-6:nth-of-type(1) .row-flex.col-sm-12 {
        gap: 0;
    }
    .footer__socials-payments
    .col-md-6:nth-of-type(1)
    .footer__location.col-sm-12.col-md-5 {
        width: 50%;
    }
    .footer__socials-payments .footer__payments {
        justify-content: center;
    }
    .footer__socials-payments
    .col-md-6:nth-of-type(1)
    .row-flex.col-sm-12
    .col-sm-12.col-md-7 {
        width: 50%;
        padding: 0;
    }
    .footer__socials-payments .col-md-6:nth-of-type(2) {
        width: 33%;
    }
    .header-menu__btn.btn {
        border: unset !important;
        color: #fff;
        background: #ef7f1a;
        width: 48px;
        height: 40px;
    }
    .header-block .hidden-sm {
        display: block !important;
    }
    header .main-menu.set-before {
        display: none !important;
    }

    header #search2 {
        display: none !important;
    }
    header .header-block__item-logo {
        flex: unset;
    }
    .header-block__item.header-block__item-menu.hidden-xs.hidden-sm {
        order: 0;
        height: 40px;
    }

    .header-block__item.header-block__item-logo {
        order: 1;
        height: 40px;
        padding: 0;
    }
    .header-menu__btn.btn svg path {
        fill: #fff;
    }
    .footer__column.col-sm-6.col-md-6 .footer__column-heading:nth-of-type(2) {
        margin: 0 0 20px;
    }

    .header-block__item.header-block__item-search.hidden-xs.hidden-sm {
        order: 2;
        padding: 0;
        height: 40px;
    }
    .footer .subscribe::before {
        width: 400px;
        height: 400px;
    }
    .footer__column.col-sm-6.col-md-2 {
        width: 50%;
        flex: unset;
    }
    .header-block__item.header-block__item-wishlist {
        order: 3;
        height: 40px;
    }

    .header-block__item.header-block__item-compare {
        order: 4;
        height: 40px;
    }

    .header-block__item.header-block__item-cart {
        order: 5;
        height: 40px;
    }
    .header-menu__btn.btn span {
        display: none;
    }
    #uni_banner_1.uni-banner.row.row-flex .uni-banner__item {
        padding: 0 10px 0 0;
    }
    .owl-carousel .owl-stage {
        padding: 0 !important;
    }
    /*.owl-carousel.owl-drag .owl-item{*/
    /*	margin-inline-end: 10px;*/
    /*}*/
    .header-block {
        gap: 5px;
    }
    .top-menu {
        display: none;
    }
    .subscribe .subscribe__info.subscribe-info.col-sm-12.col-md-5.col-lg-4 {
        width: 100%;
    }
    .subscribe .row.row-flex .col-xs-12.col-sm-12.col-md-7 {
        width: 100%;
    }
    .subscribe .subscribe__block {
        width: 100%;
    }
    .subscribe .subscribe__inputs {
        width: 85%;
    }
    .content-top #uni_banner_1::before {
        left: -30px;
    }
    .uni-module__wrapper .uni-module__item,
    .uni-module .owl-item {
        width: 50% !important;
    }
    .uni-banner__div .uni-banner__img {
        max-height: 206px;
    }
    /*.content-top #uni_banner_1::before{*/
    /*	width: calc(100% + 80px);*/
    /*	left: -40px;*/
    /*}*/
    .uni-slideshow_v2-1.uni-slideshow_v2 .owl-nav {
        display: none;
    }
    .uni-slideshow_v2.owl-carousel {
        margin: 0 0 80px 0;
    }
    #product .product-page__image {
        width: 100%;
        position: relative;
        padding: 0;
    }
    #product .product-page__image:not(.fixed) {
        width: 100%;
    }
    #product .product-block.col-sm-7 {
        width: 100%;
        margin: 0 0 30px;
        position: relative;
        top: unset;
    }
    #product .product-page__wishlist-compare {
        width: 10%;
    }
    #product .product-page__add-to-cart.add_to_cart.btn.btn-xl {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .top-links .top-links__a {
        margin-top: 0;
    }
}

@media (max-width: 770px) {
    .content-top #uni_banner_1::before {
        left: -25px;
    }
    #subscribe .subscribe__btn {
        width: auto !important;
        margin: unset;
    }
    footer.footer .footer__column:not(:first-child) {
        padding-top: unset;
        border-top: unset;
    }
    #product .owl-nav {
        display: none;
    }
    #product .product-page__wishlist-compare {
        width: 20%;
    }
    #product .product-page__add-to-cart.add_to_cart.btn.btn-xl {
        width: 70%;
    }
    .attribute_group {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .unicheckout__shipping
    .shipping-method__item.radio
    .shipping-method__label.input {
        max-width: 100%;
        width: 100%;
        flex: unset;
        height: 44px;
        align-items: start;
        padding-left: 15px !important;
    }
    .unicheckout__payment .payment-method {
        flex-wrap: wrap;
        gap: 15px;
    }
    .unicheckout__payment .payment-method .radio {
        max-width: 100%;
        width: 100%;
        flex: unset;
        height: 44px;
        align-items: start;
        padding-left: 15px;
    }

    #product-category .category-list__item .category-list__name {
        word-break: break-word;
        padding: 5px;
        font-size: 13px;
    }
    .footer__socials-payments .col-sm-12.col-md-6:nth-of-type(1) {
        width: 100%;
    }
    .footer__socials-payments .col-sm-12.col-md-6:nth-of-type(2) {
        width: 100%;
        height: auto;
    }
    .footer__socials-payments .col-md-6:nth-of-type(1) .row-flex.col-sm-12 {
        gap: 20px;
    }
    .option__group .option__item {
        margin: 0 0 15px 0;
        width: 100%;
    }
    .cart__btn_block_wrapper {
        width: 100%;
        flex-wrap: wrap;
    }
    #product .option__group .option__item {
        margin: 0 15px 15px 0;
        width: auto;
    }
    .product-thumb__option .option__name {
        text-align: center;
    }
    #product-category .filter_tags.row .filter_tags_item {
        padding: 10px 22px;
    }
    .error-not-found.uni-wrapper {
        width: 100%;
    }
    .cart__btn_block_wrapper .btn {
        flex: unset;
        width: 100%;
    }
    .menu-wrapper.show {
        top: var(--header-height);
        background: #fff;
        box-shadow: unset;
    }
    .menu1 .menu__header {
        display: none;
    }
    #menu .menu__collapse.main-menu__collapse {
        width: 100%;
    }
    #menu .menu__level-1-li.has-children {
        width: 100%;
        padding: 0 0 0 20px;
        background: #fff;
    }

    #menu .menu__level-1-li {
        width: 100%;
        padding: 0 0 0 20px;
        background: #fff;
    }
    #menu.menu1.new .column-4 {
        width: 100%;
    }
    #menu .menu__level-2-ul {
        width: 100%;
        background: unset;
        border: none;
    }
    #menu.menu1.new .menu__level-2-a {
        background: #fff;
        border: none;
        padding: 0 0 0 40px;
    }
    #uni_banner_1.uni-banner.row.row-flex .uni-banner__item {
        padding: 0 10px 0;
    }
    header .header-block__item-wishlist,
    header .header-block__item-compare,
    header .header-block__item-account {
        display: flex;
    }
    #uni_banner_1 .uni-banner__item .uni-banner__img {
        border-radius: 50px;
    }
    .header-block__item.header-block__item-menu.hidden-xs.hidden-sm {
        display: none !important;
    }
    .subscribe .subscribe__block {
        margin: 0;
    }
    .uni-slideshow_v2-0.uni-slideshow_v2.owl-carousel.owl-loaded.owl-drag
    .owl-nav {
        display: none;
    }
    .header-block__item.header-block__item-search.hidden-xs.hidden-sm {
        display: none !important;
    }
    .subscribe .row.row-flex {
        gap: 10px;
        padding: 0 10px;
    }
    .subscribe .subscribe__agree.input span a.agree {
        padding: 0;
    }
    .footer .subscribe::before {
        width: 200px;
        height: 400px;
    }
    .footer__socials-payments .row {
        flex-wrap: wrap;
        gap: 10px;
    }
    .footer__socials-payments .col-md-6:nth-of-type(1) {
        width: 100%;
    }
    .footer__socials-payments .col-md-6:nth-of-type(2) {
        width: 100%;
    }
    .footer__socials-payments
    .col-md-6:nth-of-type(1)
    .footer__location.col-sm-12.col-md-5 {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .footer__socials-payments
    .col-md-6:nth-of-type(1)
    .row-flex.col-sm-12
    .col-sm-12.col-md-7 {
        width: 100%;
        text-align: center;
    }
    .footer__socials-payments .footer__payments span {
        display: flex;
        width: 100%;

        justify-content: center;
    }
    .footer__column.col-sm-6.col-md-2 .fas.fa-chevron-down.visible-xs {
        display: none !important;
    }
    .footer__socials-payments .footer__payments {
        align-items: center;
        gap: 10px;
        height: auto;
        justify-content: center;
    }
    .footer__column.col-sm-6.col-md-2:nth-of-type(3) {
        width: 100%;
    }
    .footer__column .collapse {
        display: block;
    }
    .footer__column.col-sm-6.col-md-6 {
        width: 100%;
    }
    .subscribe .row.row-flex .col-xs-12.col-sm-12.col-md-7 {
        gap: 20px;
    }
    .subscribe .subscribe__agree.input span {
        display: block;
    }
    header .main-menu.set-before {
        display: block !important;
    }
    .header-block {
        padding: 20px 0 10px;
        justify-content: space-between;
    }
    #content .uni-slideshow_v2__image.text-over-image img {
        object-fit: contain;
        min-height: auto;
        max-height: unset;
    }
    #content .uni-slideshow_v2-0 .uni-slideshow_v2__item {
        height: auto;
    }
    .header-block .header-logo {
        max-width: 300px;
    }
    .header-block .header-block__item-logo {
        padding: 0 60px 0 0;
    }

    .uni-module.category-wall.category-wall_v2-0
    .uni-module__wrapper.load-complete
    .uni-module__item,
    .uni-module.category-wall.category-wall_v2-0 .owl-item .uni-item {
        height: 290px;
    }
    .uni-slideshow_v2-0.uni-slideshow_v2.owl-carousel.owl-loaded.owl-drag {
        margin: 0 0 50px;
    }
    .uni-module__wrapper.load-complete {
        margin: 0 0 50px;
    }
    .uni-banner.row.row-flex {
        margin: 0 0 50px;
    }
    .product-thumb__caption .product-thumb__name {
        font-size: 13px;
    }
    body .container {
        padding: 0 5px;
    }
    .product-thumb__price.price .price-new {
        font-size: 23px;
        width: 100%;
    }
    .uni-module__wrapper .uni-module__item,
    .uni-module .owl-item {
        padding: 0 5px 0 0;
    }
    #content .uni-module {
        padding: 0;
    }
    .product-thumb__caption .product-thumb__cart {
        flex-wrap: wrap;
        justify-content: center;
    }
    .article-module__image {
        padding: 0;
    }
    .uni-banner .uni-banner__item {
        padding: 0 5px 0 0;
        margin: 0;
    }
    .product-thumb.uni-item {
        margin: 0 0 5px;
    }
    .product-thumb__cart .add_to_cart {
        width: 100%;
    }
    #content .uni-slideshow_v2-1 .uni-slideshow_v2__item {
        height: auto;
    }
    .uni-slideshow_v2.owl-carousel {
        margin: 0 0 50px 0;
    }
    .article-module__description .article-module__name {
        font-size: 8px;
        text-transform: uppercase;
        line-height: 9px;
    }
    .article-module__date {
        font-size: 8px;
        background: unset;
        padding: 0;
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 9px;
    }
    .article-module__description .article-module__text {
        display: none;
    }
    .article-module__item .article-module__image img {
        max-height: 129px;
    }
    .product-thumb__caption {
        gap: 10px;
    }
    .content-top #uni_banner_1::before {
        left: -10px;
    }
    header #search2 {
        display: block !important;
        padding-block-end: 20px;
    }
    .article-module .owl-carousel .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
    }
    .header-search__form {
        z-index: 1070;
    }
    .article-module__description .article-module__category-date-viewed {
        margin: 0 0 10px 0;
    }
    .menu-open {
        z-index: 1070;
        position: relative;
        background: #ef7f1a;
    }
    header .menu,
    header .menu__level-1-li {
        background: #fff;
    }
    header #search2 .header-search__input.form-control {
        border: 1px solid #ff840a;
        border-radius: 10px;
        background: unset;
    }
    #uni_banner_1 .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
    }
    #column-left.fv-parent_bar {
        z-index: 1071;
    }
    #product-category #fv_mobile_parent.fv-mobile_open {
        display: none !important;
    }
    #fv_container.fv-container {
        max-width: 100vw;
        top: calc(var(--header-height, 100px) + 55px);
        height: auto;
        z-index: 1000000;
    }
    .unicheckout__form .unicheckout__custom-field {
        margin: unset;
    }
    .checkout-cart__wrapper .checkout-cart__item {
        flex-wrap: wrap;
        padding: 15px;
    }
    .checkout-cart__item .checkout-cart__image {
        width: 100%;
        margin: 0;
    }
    .checkout-cart__item-wrapper {
        width: 100%;
    }
    .checkout-cart__buttons {
        width: 45%;
    }
    .checkout-cart__quantity .qty-switch.qty-switch__cart {
        width: 100%;
    }
    .checkout-cart__image-img.img-responsive {
        margin-bottom: 15px;
    }
    .checkout-cart__total {
        padding: 0;
    }
    .checkout-cart__name {
        margin: 0;
    }
    *[class*="col-"] {
        padding: 0 15px;
    }
}

/* Блок "Часто ищут" внизу страницы */
#product-category .filter_tags-popular {
    margin-top: 40px;
    margin-bottom: 40px;
}
#product-category .filter_tags-popular__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #2b231c;
    margin-bottom: 16px;
}

/* Fix menu */
#menu .menu__collapse.main-menu__collapse {
    padding-top: 20px;
}
#menu.menu1.new .menu__level-2 {
    display: flex !important;
    flex-direction: column;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
    padding-bottom: 0 !important;
}
#menu.menu1.new .menu__level-2-ul {
    flex-shrink: 0;
}
.menu__level-2-a.has-children {
    margin: 10px 0 15px;
}
.menu__level-3-a {
    font-size: 14px;
    margin: 0;
    padding: 6px 0;
    color: var(--menu-main-level-3-c-hover) !important;
}
.menu__level-3-a:hover {
    color: var(--menu-main-level-3-c) !important;
}
@media (max-width: 767px) {
    /* Скрыть выпадающие подменю на мобильных */
    #menu.menu1.new .menu__level-2 {
        display: none !important;
    }

    /* Скрыть стрелку chevron на мобильных */
    #menu.menu1.new .menu__chevron-level-1 {
        display: none !important;
    }

    /* Убрать pointer events чтобы клик по категории вёл на страницу а не открывал подменю */
    #menu.menu1.new .menu__level-1-li.has-children .menu__level-1-a {
        pointer-events: auto !important;
    }
}

.column-3 .menu__level-2-wrap {
    flex: 0 1 60%;
}
.column-3 .menu__banner {
    flex: 0 1 40%;
}
.menu__banner {
    max-width: 400px !important;
}

.menu__level-2-ul.has-image {
    padding-left: 0 !important;
}
.menu__level-2-ul.has-image .menu__level-2-img {
    top: 11px;
    left: 0 !important;
    width: 24px !important;
}
.menu__level-2-ul.has-image .menu__level-2-a {
    padding-left: 30px !important;
}

/* Remove blur */
main.blur::after,
footer.blur::after {
    display: none !important;
}

.product-category-list {
    text-align: center;
    background: none;
}
.product-category-list__item {
    display: inline-block;
    border: 1px solid #707380;
    border-radius: 100px;
    padding: 3px 15px;
}
.product-category-list__item a {
    color: #707380;
}
.product-category-list__item:hover:before, .product-category-list__item.selected:before {
    background: none;
}
.product-category-list__item.selected, .product-category-list__item:hover {
    color: var(--a-c);
    border-color: var(--a-c);
    background: none;
}
.product-category-list__item.selected a, .product-category-list__item:hover a {
    color: var(--a-c);
}

#menu.menu1.new .menu__level-2-footer {
    margin-top: auto;
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    background: var(--menu-bg, var(--menu-main-level-2-bg));
    padding: 15px 0 20px !important;
}

#menu.menu1.new .menu__view-all {
    display: inline-block !important;
    width: 400px !important;
    padding: 10px 30px !important;
    border: 1px solid var(--menu-main-level-3-c-hover) !important;
    border-radius: 0px !important;
    color: var(--menu-main-level-3-c-hover) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-align: center !important;
}
#menu.menu1.new .menu__view-all:hover {
    border-color: var(--menu-main-level-3-c) !important;
    color: var(--menu-main-level-3-c) !important;
}

#menu .menu__level-2 .menu__level-3-ul {
    columns: 180px auto;
    column-gap: 15px;
}

#menu .menu__level-2 .menu__level-3-li {
    break-inside: avoid;
}

.menu__level-3-li + li {
    margin: 0!important;
}

#menu.menu1.new .menu__level-2:not(.open) {
    display: none !important;
}

#menu.menu1.new .menu__level-2.open {
    display: flex !important;
    flex-direction: column;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
    padding-bottom: 0 !important;
}

header {
    box-shadow: 0 8px 16px #622D040F;
}

ul.breadcrumb {
    margin-top: 25px;
}

.uni-banner__item.width-1 {
    padding: 0;
}

.account-wishlist__delete {
    right: -10px;
    z-index: 100;
}