header{
    padding: 17px 0 12px;
    position: sticky;
    top: 0;
    z-index: 888;
    background: var(--color-main-bg);
}
header .header-logo img{
    height: 42px;
    width: auto;
}
header .top-header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mini-cart a{
    display: block;
    position: relative;
    padding-right: 13px;
}
.mini-cart a i{
    font-size: 36px;
    color: var(--color-brown);
}
.mini-cart .cart-counter{
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: var(--color-brown);
    position: absolute;
    top: -5px;
    right: 5px;
    background: #fff;
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-brown);
    border-radius: 20px;
}
.bottom-header{
    margin-top: 7px;
}
header .menu-toggle i{
    line-height: 0px;
}
header .menu-toggle{
    font-size: 23px;
    line-height: 23px;
    display: inline-flex;
    padding: 13px 25px;
    background: var(--color-brown);
    color: var(--color-white);
    border-radius: 50px;
}
.header-menus{
    display: none;
}
header .bottom-header-wrapper{
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}
.header-search{
    width: 100%;
}
.header-search form{
    position: relative;
}
.header-search input{
    width: 100%;
    border: none;
    outline: none;
    height: 47px;
    padding: 0 50px 0 24px;
    border-radius: 50px;
}
.header-search button{
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    line-height: 0;
    right: 22px;
}
.header-search button i:before{
    font-size: 27px;
    line-height: 27px;
    color: var(--color-brown);
}
.header-search .help-block{
    position: absolute;
    bottom: 2px;
    left: 9px;
    font-size: 12px;
    line-height: 12px;
    color: var(--color-red);
    height: auto;
    overflow-y: visible;
}
.header-menus{
    position: fixed;
    right: -105vw;
    width: 100vw;
    height: 100vh;
    top: 0;
    transition: var(--base-transition);
    display: flex;
    flex-direction: column;
    background: var(--color-main-bg);
    z-index: 999;
    padding: 16px 17px 0px;
    overflow: hidden;
}
.show-menu .header-menus{
    right: 0;
}
.header-menus-top-mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #C0C0C0;
}
.header-menus-top-mobile i:before{
    color: var(--color-brown);
    font-size: 16px;
    line-height: 16px;
}
.header-menus-top-mobile .header-menu-close i,
.header-menus-top-mobile .header-menu-close{
    line-height: 0;
}
.header-menus-top-mobile{

}
.main-menu-wrapper{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.main-menu-wrapper .main-menu .dropdown ul{
    position: absolute;
    top: 0;
    right: -105vw;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: var(--color-main-bg);
    transition: var(--base-transition);
}
.langs-container ul{
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid var(--color-brown);
    padding: 4px;
    border-radius: 50px;
}
.header-menus-bottom-mobile{
    padding: 23px 17px 16px;
    background: var(--color-white);
    width: 100vw;
    margin-left: -17px;
}
.header-menus-bottom-mobile .langs-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #C0C0C0;
}
.langs-container ul li{
    padding: 7px 20px;
    border-radius: 50px;
}
.langs-container ul li span,
.langs-container ul li a{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: var(--color-black);
    text-decoration: none;
    text-transform: uppercase;
}
.langs-container ul li.active{
    background: var(--color-brown);
}
.langs-container ul li.active span{
    color: var(--color-white);
}
body.show-menu{
    overflow: hidden;
}

.header-menus-bottom-socials{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-messengers{
    display: flex;
    align-items: center;
    column-gap: 4.5px;
}
.header-messengers a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    /*border-radius: 70px;
    background: var(--color-brown);*/
    width: 32px;
    height: 32px;
    line-height: 0;
}
.header-messengers i:before{
    font-size: 19px;
    line-height: 19px;
}
.header-socials.social-icons a  {
    color: var(--color-brown);
}
.header-socials.social-icons a i:before{
    font-size: 26px;
}
.header-phones a{
    font-weight: 500;
    font-size: 16px;
    line-height: 18.75px;
    color: var(--color-black);
    text-decoration: none;
}
.header-menus-bottom-mobile .header-phones{
    margin-top: 13px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}
.main-menu-wrapper ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    list-style: none;
}
.main-menu-wrapper ul li a{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-brown);
    text-decoration: none;
}
.main-menu-wrapper .catalog-menu ul li.dropdown > a{
    width: calc(100% - 28px);
}
.catalog-menu-button{
    column-gap: 12px;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    background: var(--color-brown);
    border-radius: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-white)
}

.main-menu .dropdown{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toggle-mobile-menu{
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle-mobile-menu i{
    line-height: 0;
}

.open-submenu .main-menu-wrapper .dropdown.open-submenu-item ul{
    right: 0;
}
.header-menus-nav-toggle{
    font-weight: 400;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-grey);
    display: none;
    align-items: center;
    column-gap: 11px;
}
.header-menus-nav-toggle i:before{
    color: var(--color-grey);
}
.header-menus-nav-toggle i{
    line-height: 0;
}
.show-catalog-menu .header-menus-nav-toggle,
.open-submenu .header-menus-nav-toggle{
    display: flex;
}

.catalog-menu {
    position: fixed;
    top: 0;
    right: -105vw;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: var(--color-main-bg);
    transition: var(--base-transition);
}
.show-catalog-menu .catalog-menu{
    right: 0;
    position: absolute;
    overflow-y: auto;
}
.show-catalog-menu .main-menu-wrapper{
    overflow-y: hidden;
}
.catalog-menu .dropdown{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog-menu .dropdown .toggle-mobile-menu .icon-angle-right:before{
    content:'\0054';
    font-size: 14px;
    line-height: 14px;
}
.catalog-menu .dropdown .toggle-mobile-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--color-brown);
}
.catalog-menu .dropdown ul{
    padding-left: 40px;
    padding-top: 25px;
    width: 100%;
    display: none;
    row-gap: 17px;
}
.catalog-menu .dropdown ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
}

.catalog-menu .dropdown.open-submenu-item ul{
    display: flex;
}
.catalog-menu .dropdown.open-submenu-item .icon-angle-right:before{
    content:'\0053';
}
.section-home-slider-block .container-fluid .row .col-12,
.section-home-slider-block .container-fluid .row,
.section-home-slider-block .container-fluid{
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.swiper-home-slider-item-image picture{
    height: 349px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
}
.swiper-home-slider-item-image picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-home-slider-item-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 23px;
}
.swiper-home-slider-item-content-wrapper .slider-content{
    max-width: 70%;
}
.home-slider-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 28.13px;
    color: var(--color-white);
    margin-bottom: 22px;
}
.home-slider-title strong{
    display: block;
    font-weight: 700;
}

.home-slider-caption{
    color: var(--color-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 14.6px;
}
.home-slider-links{
    margin-top: 21px;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 12px;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    position: relative;
}
.home-slider-links .btn{
    width: 100%;
    padding: 25px 0;
}
.home-slider-links .btn.btn-o{
    border-color: var(--color-brown);
    color: var(--color-brown);
}
.home-slider-links .btn.btn-o:hover{
    border-color: var(--color-white);
    color: var(--color-white);
}

.section-home-slider-block .swiper-pagination{
    position: absolute;
    left: 23px;
    top: 30px;
    z-index: 9;
}
.swiper-product-slider-wrapper{
    background: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
}
.swiper-product-slider-wrapper .product-item-wide{
    padding: 28px 15px;
    background: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
}
.product-item-image{
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}
a.product-item-title,
.product-item-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-brown);
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
.product-item-data{
    margin-bottom: 10px;
}
.product-item-data div span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
    color: var(--color-black);
}
.product-item-data div.availability span:last-of-type{
    font-weight: 700;
}

.product-item-price{
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid var(--color-black);
    margin-bottom: 20px;
}
.item-price{
    display: flex;
    align-items: center;
}

.item-price .price{
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-brown);
}
.item-price .old-price{
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
    text-decoration: line-through;
    color: var(--color-black);

}
.product-item-price .item-price{
    justify-content: space-between;
}
.link-arrow-l{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
    color: var(--color-black);
    text-decoration: none;
}

.link-arrow-l span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
    color: var(--color-black);
    text-decoration: none;
}
.link-arrow-l .icon-arrow-lng-r-xl{
    line-height: 6px;
    font-size: 6px;
    height: 6px;
}
.link-arrow-l .icon-arrow-lng-r-xl:before {
    content: '\0050';
    font-size: 86px;
    line-height: 6px;
    color: var(--color-brown);
}

.swiper-product-slider-wrapper + .swiper-pagination{
    margin-top: 14px;
    justify-content: center;
}
.swiper-product-slider-wrapper + .swiper-pagination  .swiper-pagination-bullet{
    opacity: 1;
}
.link-to:hover{
    cursor: pointer;
}
.item-badges{
    position: absolute;
    top: 11px;
    right: 11px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    z-index: 9;
}
.item-badge{
    width: 69px;
    height: 69px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 23.44px;
    color: var(--color-white);
}
.item-badge.badge-new,
.item-badge.badge-special{
    background: var(--color-red);
}
.section-header-block{
    width: 100%;
    border-bottom: 1px solid var(--color-grey);
    padding-bottom: 15px;
    margin-bottom: 31px;
}
.section-header-block .section-header{
    font-weight: 700;
    font-size: 24px;
    line-height: 28.13px;
    color: var(--color-brown);
}
.category-item .category-item-image img:last-of-type{
    display: none;
}
.row-gap{
    row-gap: var(--bs-gutter-x)
}
.category-item{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border: 1px solid var(--color-grey);
    border-radius: 20px;
    align-items: center;
    padding: 23px 15px;
    transition: var(--base-transition);
}
.category-item > div{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.category-item .category-item-image{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.category-item .category-item-image img{
    height: 50px;
    width: auto;
}

.category-item .category-item-header{
    font-weight: 700;
    font-size: 16px;
    line-height: 21.09px;
    text-align: center;
    color: var(--color-brown);
    text-decoration: none;
}
.category-item .category-item-link{
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
    opacity: .31;
    color: var(--color-brown);
    text-decoration: none;
}
.section-categories-block .bottom-section-link{
    margin-top: 25px;
}
.section-categories-block .bottom-section-link .link-arrow-l .icon-arrow-lng-r-xl:before{
    font-size: 120px;
}
.section-about-block .row{
    flex-direction: column-reverse;
    row-gap: 38px;
}
.about-block-image picture{
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px
}
.about-block-image picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-block-content .about-block-header{
    font-weight: 700;
    font-size: 24px;
    line-height: 28.13px;
    color: var(--color-brown);
    margin-bottom: 13px;
}
.about-block-content .about-block-text{
    line-height: 16.41px;

}
.about-block-content .about-block-text p:last-of-type{
    margin: 0;
}
.about-block-content .about-block-button{
    margin-top: 15px;
}
.about-block-content .about-block-button a{
    display: flex;
    justify-content: center;
}
.product-home-item{
    padding: 28px 15px;
    background: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.section-product-home-block .row{
    row-gap: 15px;
}
.advantages-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}
.advantages-wrapper .advantages-item{
    width: 100%;
    padding: 12px;
    border: 1px solid var(--color-grey);
    border-radius: 20px;
    display: flex;
    align-items: center;
    column-gap: 35px;
    transition: var(--base-transition)
}
.advantages-wrapper .advantages-item:hover{
    background: var(--color-white);
}
.advantages-wrapper .advantages-item .advantages-item-image{
    width: 50px;
    flex-shrink: 0;
}
.advantages-item-image img{
    width: 100%;
    height: auto
}
.advantages-wrapper .advantages-item .advantages-header{
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-brown);
    margin-bottom: 3px;
}
.advantages-wrapper .advantages-item .advantages-text{
    line-height: 16.41px;
}






.swiper-reviews-slider .swiper-slide{
    display: flex;
    height: auto;
}
.reviews-item{
    width: 100%;
    padding: 14px 20px;
    border-radius: 20px;
    border:  1px solid var(--color-grey);
    height: 100%;
}
.reviews-item .reviews-item-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviews-item .reviews-item-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-black)
}
.reviews-item .reviews-item-rating{
    display: flex;
    align-items: center;
    column-gap: 3px;
}
.reviews-item .reviews-item-rating i,
.reviews-item .reviews-item-rating i:before{
    color: var(--color-yellow-s);
    line-height: 20px;
    font-size: 20px;
}
.reviews-item .reviews-item-rating i.icon-star-op{
    color:var(--color-grey)
}

.reviews-item .reviews-item-date{
    font-weight: 400;
    font-size: 12px;
    line-height: 14.06px;
    color: var(--color-black);
    width: 100%;
}
.reviews-item .reviews-item-content{
    margin-top: 20px;
    line-height: 16.41px;
}
.section-reviews-block .swiper-pagination{
    width: 100%;
    justify-content: center;
    margin-top: 29px;
}
.section-reviews-block .bottom-section-link{
    margin-top: 15px;
}
.section-reviews-block .bottom-section-link .link-arrow-l .icon-arrow-lng-r-xl:before{
    font-size: 118px;
}
.blog-item{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.blog-item .blog-item-image{
    margin-bottom: 5px;
}
.blog-item .blog-item-image picture{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 20px;
    height: 157px
}

.blog-item .blog-item-image picture img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-item .blog-item-header{
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-black);
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 64px;
}

.blog-item .blog-item-description{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--color-black);
    margin-bottom: 10px;
    line-height: 16.41px;
    min-height: 50px;
}
.blog-item .btn-more{
    display: flex;
    align-items: center;
    column-gap: 11px;
    opacity: 1;
    transition: var(--base-transition);
}
.blog-item  .btn-more span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
    text-decoration: underline;
    color: var(--color-brown);
}
.blog-item  .btn-more i{
    display: none;
}
.blog-item:hover  .btn-more{
    opacity: 1
}
.section-blog-block .bottom-section-link{
    margin-top: 20px;
}
.section-blog-block  .bottom-section-link .link-arrow-l .icon-arrow-lng-r-xl:before{
    font-size: 118px;
}


.banner-block-image picture{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 20px;
    height: 495px;
}
.banner-block-image picture img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-block-wrapper .banner-block-content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 60px 16px 16px;
    border-radius: 20px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.banner-block-wrapper .banner-block-content .banner-block-header{
    font-weight: 700;
    font-size: 24px;
    line-height: 28.13px;
    color: var(--color-brown);
    margin-bottom: 8px;
}
.banner-block-wrapper .banner-block-content .banner-block-header span{
    font-weight: 400;
}
.banner-block-wrapper .banner-block-content .banner-block-text p:last-of-type{
    margin: 0;
}
.section-banner-block .banner-block-button{
    margin-top: 8px;
}
.section-banner-block .banner-block-button a{
    display: block;
}



.section-logo-slider-block{
    background: var(--color-white);
    padding: 20px 0 ;
}
.text-image-block{
    padding-top: 57px;
    padding-bottom: 57px;
}


.text-image-block-img{
    height: 54vw;
    max-height: 491px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
}
.text-image-block-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-image-block-content strong,
.text-image-block-header{
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-black);
    margin-bottom: 10px;
}
section + .section-text-image-block .text-image-block:first-of-type{
    padding-top: 0;
}
.section-text-image-block .text-image-block .row{
    row-gap: 20px;
}
.section-text-image-block  .text-image-block:nth-of-type(odd) .row{
    flex-direction: column-reverse;
}

.section-text-image-block  .text-image-block:nth-of-type(even){
    background: var(--color-white);
}
.text-image-block-content ul{
    padding: 0;
    margin: 20px 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text-image-block-content li{
    width: 50%;
}
.text-image-block-content p:last-of-type{
    margin-bottom: 0;
}

.section-faq-block{
    padding-top: 35px;
    padding-bottom: 45px;
    margin-bottom: 0;
}
.section-faq-block .section-header-block{
    border: none;
    padding: 0;
    margin-bottom: 13px;
}
.faq-items-wrapper{
    padding: 21px 15px;
    background: var(--color-brown);
    border-radius: 20px;
}
.faq-answer{
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-white);
}
.faq-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    cursor: pointer;
}
.faq-question-text{
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-white);
}
.faq-items-wrapper .faq-item:not(:last-of-type){
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-white);
}
.faq-items-wrapper .faq-item + .faq-item{
    margin-top: 20px    ;
}
.faq-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    flex-shrink: 0;
}
.faq-toggle .icon-arrow-lng-r-xl:before{
    font-size: 60px;
    color: var(--color-white);
    line-height: 60px;
    transform: rotate(90deg);
    transition: var(--base-transition);
}
.faq-answer p:last-of-type{
    margin-bottom: 0;
}
.faq-item-open .faq-answer{
    display: block;
    padding-top: 15px;
}
.faq-item-open .faq-toggle .icon-arrow-lng-r-xl:before{
    transform: rotate(-90deg);
}
.section-map-block{
    line-height: 0;
    margin-bottom: 0;
}
footer .footer-wrapper{
    background: var(--color-brown-d);
    padding: 45px 0 35px;
}

.social-icons{
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.social-icons a{
    text-decoration: none;
    color: var(--color-white);
}
.social-icons a i:before{
    font-size: 20px;
    line-height: 20px;
}
.footer-rating-wrapper{
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.1px;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}
.footer-rating{
    position: relative;
    width: fit-content;
}
.footer-rating i:before{
    font-size: 14px;
    line-height: 14px;
    color: var(--color-yellow);
}
.footer-rating .empty_rating  i:before{
    color: #D9D9D9
}
.footer-rating .empty_rating,
.footer-rating .full_rating{
    display: flex;
    column-gap: 4px;
}
.footer-rating .full_rating{
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}
footer .col-12:first-of-type,
footer .col-12:nth-of-type(2),
footer .col-12:nth-of-type(3){
    margin-bottom: 25px;
}
footer .footer-links{
    margin: 0;
    padding: 0;
    list-style: none;

}
.footer-links a{
    font-weight: 500;
    font-size: 18px;
    line-height: 44px;
    color: var(--color-white);
    text-decoration: none;
}
.footer-heading{
    font-weight: 700;
    font-size: 18px;
    line-height: 21.47px;
    color: var(--color-white);
    margin-bottom: 3px;
}
.footer-contact-links,
.footer-contact-links a{
    font-weight: 300;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-white);
    text-decoration: none;
}
.footer-contact-links a{
    display: block;
}
.footer-contact-links + .footer-heading{
    margin-top: 22px;
}
.copyright-block{
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    color: var(--color-black);
    padding-top: 19px;
    padding-bottom: 6px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.copyright-block img{
    height: 16px;
    width: auto;
}
.copyright-block div:last-of-type {
    display: flex;
    column-gap: 5px;
    line-height: 10px;
    align-items: flex-end;
}
.breadcrumbs{
    margin-bottom: 12px;
}
.breadcrumbs ul{
    padding: 0;
    margin: 0;
    display: inline-flex;
    list-style: none;
    column-gap: 2px;
    flex-wrap: wrap;
}
.breadcrumbs ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 18.75px;
    color: #5225193D;
}
.breadcrumbs ul li a{
    color: #52251963;
    text-decoration: none;
}

.h1-header{
    color: var(--color-brown);
    border-bottom: 1px solid var(--color-grey);
    padding-bottom: 10px;
    margin-bottom: 0;
}
.section-header-breadcrumbs-block{
    margin-bottom: 17px;
}
.section-top-banner-block{
    margin-bottom: 0;
}
.divider-h{
    margin-bottom: 24px;
    border-bottom: 1px solid var(--color-grey) ;
    padding-bottom: 24px;
}
.section-blog .row{
    row-gap: 20px;
}
.pagination{
    border-top: 1px solid var(--color-grey);
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.pagination ul{
    border: 1px solid var(--color-grey);
    margin: 0;
    padding: 15px 30px;
    border-radius: 50px;
    display: flex;
    column-gap: 30px;
    align-items: center;
    list-style: none;
}
.pagination ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
    color: var(--color-black);
    text-decoration: none;
}
.pagination ul li.active a{
    font-weight: 700;
    color: var(--color-brown);
    font-size: 18px;
}
.pagination ul li.prev span,
.pagination ul li.next span,
.pagination ul li.prev a,
.pagination ul li.next a,
.pagination ul li.prev,
.pagination ul li.next{
    font-size: 17px;
    line-height: 10px;
    color: var(--color-brown);
}
.pagination ul li i:before{
    font-size: 17px;
    line-height: 17px;
    color: var(--color-brown);
    font-weight: 700;
}
.section-contact-block .contact-block-wrapper{
    padding: 28px 20px;
    border-radius: 20px;
    background: var(--color-brown);
    display: flex;
    flex-direction: row;
    row-gap: 15px;
    flex-wrap: wrap;
}
.contact-block-wrapper .contact-block-content,
.contact-block-wrapper .contact-block-form{
    width: 100%;
}
.contact-block-wrapper .contact-block-header{
    font-weight: 700;
    font-size: 24px;
    line-height: 28.13px;
    color: var(--color-white);
    margin-bottom: 15px;
}
.contact-block-wrapper .contact-block-text{
    color: var(--color-white);
}
.form-input-wrapper{
    margin-bottom: 7px;
}
.form-input{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-black);
    padding: 20px;
    border: 1px solid var(--color-black);
    background: var(--color-white);
    border-radius: 20px;
    text-align: center;
}
.form-input::placeholder{
    color:var(--color-brown);
}
.help-block {
    height: 0;
    overflow-y: hidden;
    transition: .3s all;
}
.has-error:not(.field-searchform-search) .help-block {
    background: red;
    color: var(--color-white);
    border-radius: 0px 0 10px 10px;
    padding: 0 10px;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 14px;
    margin-left: 14px;
    height: 18px;
}
.form-button-wrapper{
    margin-top: 22px;
}
.form-custom button[type="submit"],
.form-custom input[type="submit"]{
    border: 1px solid var(--color-white);;
    outline: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    background: none;
}
.form-custom button[type="submit"]:hover,
.form-custom input[type="submit"]:hover{
    color: var(--color-white);
}
.modal-header .btn-close{
    border: none;
    outline: none;
    background: none;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    color:var(--color-brown);
}
.modal-header{
    border: none;
}
.form-message-modal-text{
    font-size: 24px;
    line-height: 28.13px;
    color:var(--color-brown);
    font-weight: 700;
    padding: 30px;
}
.section-material-image picture{
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 330px;
}
.section-material-image picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-content-block p:last-of-type{
    margin-bottom: 0;
}
.product-item .product-item-wrapper{
    background: var(--color-white);
    border: 1px solid var(--color-grey);
    border-radius: 20px;
    padding: 15px;
}
.product-item  a.product-item-title,
.product-item  .product-item-title{
    font-size: 14px;
    line-height: 16.41px;
    min-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-item .product-item-data div span{
    font-size: 12px;
    line-height: 14.06px;
}
.product-item .product-item-data{
    margin-bottom: 16px;
}
.product-item .product-item-price{
    margin-bottom: 0;
    padding-top: 6px;
}
.product-item .button-buy{
    margin-top: 8px;
}

.product-item-wide .btn-link,
.product-item .button-buy a{
    display: flex;
    width: 100%;
    background: var(--color-red);
    border-radius: 16px;
    text-align: center;
    justify-content: center;
    padding: 19px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.09px;
    text-decoration: none;
    color: var(--color-white);
}
.product-item-wide .btn-link{
    display: inline-flex;
    padding: 19px 19px;
    width: 100%;
}
.section-home-products-block .bottom-section-link{
    margin-top: 22px;
}
.section-home-products-block .bottom-section-link .link-arrow-l .icon-arrow-lng-r-xl:before{
    font-size: 118px;
}
.section-home-products-block.section-sale{
    background: var(--color-white);
    padding: 35px 0;
}
.product-item .item-badges{
    top: 7px;
    right: 7px;
}
.product-gallery-main .item-badge,
.product-item .item-badge{
    width: 48px;
    height: 48px;
}
.item-badge{
    font-size: 14px;
    line-height: 14px;
}
.add-to-cart{
    position: relative;
    z-index: 9;
}
.modal-item-image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-bottom: 20px;
}
.modal-item-image img{
    height: 100%;
    width: auto;
}
.cart-message-buttons{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--color-grey);
}
.cart-message-buttons a,
.cart-message-buttons button{
    padding: 18px 0;
}
.cart-message-buttons button{
    background: none;
    color: var(--color-red);
    border-color: var(--color-red);
}
.cart-message-buttons a{
    background: var(--color-red);
    border-color: var(--color-red);
}
.modal-item-quantity,
.modal-item-price{
    margin-bottom: 15px;
}
.modal-item-total span{
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: var(--color-brown);
}
.quantity-input{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid var(--color-grey);
    border-radius: 30px;
    overflow: hidden;
    height: 47px;
    column-gap: 5px;
}
.quantity-input button{
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
    color: var(--color-black);
    background: none;
    border: none;
    padding: 0;
    outline: 0;
    width: 38px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity-input input::-webkit-outer-spin-button,
.quantity-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity-input input[type=number] {
    -moz-appearance:textfield;
}
.quantity-input input{
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
    color: var(--color-black);
    border: none;
    outline: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    text-align: center;
}
.section-children-schemas{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.category-inline-item{
    border: 1px solid rgba(82, 37, 25, 0.34);
    padding: 16px;
    border-radius: 55px;
    display: inline-block;
    text-align: center;
    color: var(--color-black);
}
.blog-item.scheme-item{
    background: var(--color-white);
    border: 1px solid var(--color-grey);
    padding: 15px;
    border-radius: 20px;
}
.section-scheme-search{
    margin-bottom: 25px;
}
.scheme-search-wrapper{
    position: relative;
}
.scheme-search-wrapper input{
    width: 100%;
    outline: none;
    padding: 0 50px 0 24px;
    border-radius: 50px;
    border: 1px solid var(--color-brown);
    height: 57px;
}
.scheme-search-wrapper i{
    line-height: 0;
    top: 15px;
    position: absolute;
    right: 22px;
}
.scheme-search-wrapper i:before{
    font-size: 27px;
    line-height: 27px;
    color: var(--color-brown);
}
.scheme-item.blog-item .blog-item-header{
    height: auto;
    min-height: 0;
}
.scheme-item.blog-item .blog-item-image picture{
    height: auto;
}
.product-item picture{
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-item picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-form-custom .modal-content{
    background: var(--color-brown);
    border-radius: 20px;
    padding: 25px 15px;
}

#item-review-modal .modal-header .btn-close{
    color: var(--color-white);
}
.modal-form-custom .form-review-header,
.modal-form-custom .form-header{
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    color: var(--color-white);
}
.stars.stars-review{
    display: flex;
    column-gap: 9px;
    font-size: 25px;
    color: #FFCB03;
}
.stars.stars-review i{
    transition: var(--base-transition);
}
.stars.stars-review i.icon-star-op:hover{
    cursor: pointer;
    color: #FFCB03;
}
.stars.stars-review i.icon-star-op{
    color: var(--color-grey);
}
.review-form  textarea.form-input{
    min-height: 100px;
    margin-top: 15px;
}
textarea.form-input + .help-block{
    margin-top: -5px;
}
.product-gallery{
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.product-gallery-main {
    width: 100%;
    background: var(--color-white);
    border-radius: 30px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    display: flex;
    justify-content: center;
}
.product-gallery-main  .swiper-button-next i,
.product-gallery-main  .swiper-button-prev i{
    line-height: 0;
}
.product-gallery-main  .swiper-button-next i:before,
.product-gallery-main  .swiper-button-prev i:before{
    font-size: 27px;
    line-height: 27px;
    color: #D9D9D9;
}
.product-gallery-main  .swiper-button-next,
.product-gallery-main  .swiper-button-prev{
    position: absolute;
    top: calc(50% - 27px / 2);
    left: 0;
}
.product-gallery-main  .swiper-button-next{
    left: auto;
    right: 0;
}
.product-gallery-thumbnails{
    width: 100%;
}
.product-gallery-thumbnail picture{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-gallery-thumbnail picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-gallery-main-item a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details{
    padding-top: 14px;
}
.product-details h1{
    font-weight: 700;
    font-size: 24px;
    line-height: 28.13px;
    color: var(--color-brown);
}
.product-details-rating{
    margin-top: 6px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.product-details-rating i{line-height: 0}
.product-details-rating i:before{
    color: var(--color-yellow);
    font-size: 19px;
    line-height: 19px;
}
.product-details-rating i.icon-star-op:before{
    color: #D9D9D9;
}
.product-details-meta{
    margin-bottom: 18px;
}
.product-details-quantity .quantity-input input{
    background: none;
}
.product-details-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--color-grey);
}
.product-details-info .product-item-data{
    margin: 0;
}
.product-item-data div span.stock-color-10{color: #0E9E15}
.product-item-data div span.stock-color-5{color: #c9b00e}
.product-item-data div span.stock-color-0{color: #9e0e0e}
.product-details-price{
    margin-top: 14px;
}
.product-details-price .item-price{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    row-gap: 0;
}
.product-details-price .item-price .price {
    font-size: 39px;
    line-height: 45.7px;
    color: var(--color-red);
}
.item-price .old-price-row{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.product-details-price .item-price .old-price{
    color: #AEAEAE;
    font-size: 24px;
    line-height: 28.13px;
}
.percent-discount{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 35px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.13px;
    color: var(--color-white);
    background: var(--color-red);
}
.product-details-buttons{
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.product-details-buttons .btn {
    width: 50%;
    padding: 24px 0;
}
.product-details-buttons .product-details-add-cart {
    background: var(--color-red);
    border-color: var(--color-red);
}
.product-details-buttons .buy-one-click{
    background: none;
    border-color: var(--color-red);
    color: var(--color-red);
}

.product-details-buttons .product-details-add-cart:hover {
    background: none;
    color: var(--color-red);
}
.product-details-buttons .buy-one-click:hover{
    background:  var(--color-red);
    color: var(--color-white);
}
.product-details-socials{
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-details-messengers{
    display: flex;
    flex-direction: row ;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 10px;
    align-items: center;
}
.product-details-messengers strong{
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: var(--color-black);
}
.product-details-messengers a{
    font-weight: 400;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-black);
}
.product-details-messengers a img{
    height: 21px;
    width: auto;
}
.product-details-socials .share-button img{
    height: 41px;
    width: auto;
}

.product-details-delivery-payment{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--color-grey);
}
.product-details-delivery-payment > div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-grey);
}
.product-details-delivery-payment  .heading{
    display: flex;
    align-items: center;
    column-gap: 15px;
    width: 50%;
}
.product-details-delivery-payment ul{
    width: 50%;
    margin: 0;
    padding: 0;
}
.product-details-delivery-payment ul span span{
    display: none;
}
.product-details-delivery-payment ul img{
    height: 15px;
    width: auto;
}
.product-details-delivery-payment ul li > span{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-details-delivery-payment ul li{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-black);
}
.product-details-delivery-payment ul li::marker {
    color: var(--color-red);
}
.product-details-delivery-payment  .heading img{
    height: 35px;
    width: auto;
}
.product-details-delivery-payment  .heading span {
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: var(--color-black);
}
.product-details-attributes{
    margin-top: 19px;
    display: flex;
    flex-direction: column;
    padding-bottom: 19px;
    row-gap: 12px;
    border-bottom: 1px solid var(--color-grey);
}
.product-details-attributes .product-attribute{
    display: flex;
    flex-direction: row;

}
.product-details-attributes .product-attribute > div{
    width: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-black);
}

.product-details-attributes .product-attribute > div.product-attribute-values{
    font-weight: 700;
}
.accordion{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.accordion .accordion-content{
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
    color: var(--color-black);
}
.accordion .accordion-content p:last-of-type{
    margin-bottom: 0;
}
.accordion .accordion-item{
    padding: 18px 0;
    border-bottom: 1px solid var(--color-grey);
}
.accordion-item .accordion-header i{
    transition: var(--base-transition);
}
.accordion-item .accordion-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-black);
}
.accordion-item .accordion-header.active i{
    transform: rotate(180deg);
}
.accordion-item .accordion-header.active{
    margin-bottom: 10px;
}
.accordion .active +.accordion-content{
    display: block;
}
.product-content-wrapper{
    padding: 16px 25px;
    border: 1px solid var(--color-grey);
    border-radius: 20px;
}
.product-content-header{
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-brown);
    margin-bottom: 8px
}
.product-content-wrapper p:last-of-type{
    margin: 0;
}
.section-product-view{
    margin-bottom: 32px;
}
.product-next-prev-wrapper{
    display: flex;
    column-gap: var(--bs-gutter-x);
}
.product-next-prev-wrapper > div{
    display: flex;
    width: calc(50% - var(--bs-gutter-x) / 2);
}
.product-next-prev-wrapper a {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 7px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--color-grey);
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-black);
}
.product-next-prev-wrapper a i{
    line-height: 0;
}
.product-next-prev-wrapper a i:before{
    font-size: 40px;
    color: var(--color-grey);
}
.buy-one-click.form-custom button[type="submit"] {
    border: 1px solid var(--color-red);
    background: var(--color-red);
}
.section-reviews-item-block .section-header-block .section-header{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.section-reviews-item-block .section-header-block .section-header .btn{
    background: none;
    padding: 18px 40px;
    color: var(--color-brown);
}
.section-reviews-item-block .section-header-block .section-header .btn:hover{
    color: var(--color-white);
    background: var(--color-brown);
}
.item-reviews-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.item-reviews-wrapper .reviews-item{
    border: 1px solid var(--color-grey);
}
.reviews-answer{
    margin-top: 20px;
    width: 100%;
    padding: 7px 17px;
    background: var(--color-white);
    border-radius: 20px;
}
.reviews-item .reviews-answer .reviews-item-content{
    margin-top: 0;
}
.reviews-item .reviews-answer .reviews-item-content p:last-of-type{
    margin-bottom: 0;
}
.download-more-reviews{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.download-more-reviews-btn{
    background: none;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-black);

}
.section-cart-wrapper{
    margin-top: 12px;
}
.cart-table-block{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.cart-table-block .cart-table-row{
    background: var(--color-white);
    border-radius: 20px;
    overflow-x: hidden;
    padding: 15px
}
.cart-table-block .cart-image{
    margin-bottom: 19px;
}
.cart-image .cart-table-info img{
    height: 164px;
    width: auto;
}
.cart-image .cart-table-content{
    justify-content: center;
    display: flex;
    width: 100%;
}
.cart-table-block .cart-remove{
    position: absolute;
    top: 14px;
    right: 14px;
    color: var(--color-brown);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.cart-table-header{
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
    color: var(--color-grey);
}
.cart-header .cart-table-info{
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    padding-bottom: 5px;
}
.cart-table-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
}
.cart-table-block  .cart-table-col{
    border-bottom: 1px solid var(--color-grey);
}
.cart-table-block  .cart-table-col.cart-table-total,
.cart-table-block  .cart-table-col.cart-image{
    border: none;
}
.cart-header .cart-table-content a{
    color: var(--color-brown);
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
}
.cart-sku .cart-table-content{
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
}
.cart-price .product-item-price-wrapper{
    display: flex;
    flex-direction: column;
}
.cart-table-total .total-cost,
.cart-price .product-item-price-wrapper .price{
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
    color: var(--color-brown);
}
.cart-price .product-item-price-wrapper .old-price{
    text-decoration: line-through;
}
.cart-total-hr{
    width: 100%;
    margin-top: 12px;
    border-top: 1px solid var(--color-grey);
}
.cart-total{
    margin-top: 12px;
    width: 100%;
}
.cart-total .cart-total-row{
    display: flex;
    justify-content: space-between;
}
.cart-total .cart-total-value,
.cart-total .cart-total-header{
    color: var(--color-brown);
    font-weight: 700;
    font-size: 20px;
    line-height: 23.44px;
}
.cart-total button[type="submit"].btn,
.cart-total .btn{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    background: var(--color-red);
    border-color: var(--color-red);
}
.cart-total button[type="submit"].btn:hover,
.cart-total .btn:hover{
    background: var(--color-white);
    color: var(--color-red);
}
.cart-empty-wrapper{
    font-weight: 700;
    font-size: 24px;
    line-height: 27.28px;
    text-decoration: none;
    color: var(--color-brown);
    text-transform: uppercase;
}
.order-form-header{
    color: var(--color-brown);
    font-weight: 700;
    font-size: 20px;
    line-height: 23.44px;
    margin-bottom: 12px;
}
.checkout-items .order-form-header{
    margin-bottom: 15px;
}
.checkout-items, .checkout-items.checkout-ok-items {
    padding: 18px;
    border-radius: 20px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    background: var(--color-white);
}
.checkout-items .cart-table-header{
    position: unset;
}
.checkout-item{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.checkout-items .checkout-item:not(:last-of-type){
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-grey);
    margin-bottom: 10px;
}
.checkout-item .checkout-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-item .checkout-item-image img{
    width: 200px;
    height: auto;
}
.checkout-item  .cart-table-content{
    color: var(--color-brown);
    font-weight: 700;
    font-size: 18px;
    line-height: 21.09px;
}
.checkout-form-wrapper{
    width: 100%;
    background: var(--color-white);
    border-radius: 30px;
    padding: 17px 23px;
    margin-bottom: 12px;
}
.order-form .form-control{
    width: 100%;
    border-radius: 50px;
    border: 1px solid var(--color-grey);
    padding: 15px 17px;
}
.order-form  .form-group {
    margin-bottom: 12px;
}
.order-form .field-orderform-comment.form-group{
    margin-bottom: 0;
}
.order-form  .hidden-fields{
    display: none;
}
.order-form textarea.form-control{
    min-height: 116px;
    border-radius: 30px;
}
.order-form .has-error .help-block{
    margin-right: 28px;
    margin-left: 28px;
}

.custom-checkboxes-wrapper label,
.delivery-set-field label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    border-radius: 30px;
    padding: 17px;
    border: 1px solid var(--color-grey);
    cursor: pointer;
}
.custom-checkboxes-wrapper label span.custom-checkboxes-label,
.delivery-set-field label span.delivery-label{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
    color: var(--color-brown);
    padding-left: 25px
}
.custom-checkboxes-wrapper label span.custom-checkboxes-label:before,
.delivery-set-field label span.delivery-label:before{
    content: "";
    border: 1px solid  var(--color-brown);
    width: 14px;
    height: 14px;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
}

.custom-checkboxes-wrapper  label input:checked + span.custom-checkboxes-label:before,
.delivery-set-field  label input:checked + span.delivery-label:before{
    background:  var(--color-brown);
}

.custom-checkboxes-wrapper label input,
.delivery-set-field label input{
    display: none;
}
.custom-checkboxes-wrapper .form-group > div,
.delivery-set-field #orderform-delivery_type{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.custom-checkboxes-wrapper label span.custom-checkboxes-label .custom-checkboxes-label-content  ,
.delivery-set-field label span.delivery-label .delivery-label-content{
    width: 100%;
    max-height: 0;
    overflow: hidden;
    font-size: 12px;
    color: var(--color-black);
}
.custom-checkboxes-wrapper label input:checked + span.custom-checkboxes-label .custom-checkboxes-label-content,
.delivery-set-field label input:checked + span.delivery-label .delivery-label-content{
    max-height: 500px;
}
.delivery_fields_widget-hiding-fields{
    margin-top: 30px;
}
.field-js-hide{
    display: none !important;
}
.field-js-hide.show{
    display: flex !important;
}
.same-data-switcher{
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 12px;
}
.same-data-switcher #checkbox-same-data{
    width: 16px;
    height: 16px;
    margin: 0;
}
.same-data-switcher .same-data-switcher-text{
    width: calc(100% - 31px);
}
.delivery_fields_widget-hiding-fields .form-group{
    position: relative;
    width: 100%;
}

.delivery_fields_widget-hiding-fields .form-group .delivery-select-container{
    position: absolute;
    top: 100%;
    padding: 15px;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    width: 100%;
    background: var(--color-grey);
    max-height: 250px;
    overflow-y: auto;
    z-index: 99;
}
.delivery_fields_widget-hiding-fields .form-group .delivery-select-container .select-item-element{
    padding: 7px 5px;
    color: var(--dark-blue);
    transition: all .2s ease-in-out;
    font-size: 14px;
}
.delivery_fields_widget-hiding-fields .form-group .delivery-select-container .select-item-element:hover{
    cursor: pointer;
    background: var(--dark-blue);
    color: #fff;
}
.delivery_fields_widget-hiding-fields .form-group .delivery-select-container.show-select{
    display: flex;
}
.checkout-field-title{
    font-weight: 300;
    font-size: 16px;
    line-height: 21.82px;
    color: var(--color-black);
}
.checkout-field-value{
    font-weight: 700;
    font-size: 20px;
    line-height: 27.28px;
    color: var(--color-brown);
}
.checkout-ok-wrapper .row{
    row-gap: 15px;
}
.checkout-form-wrapper:last-of-type{
    margin-bottom: 0;
}

.checkout-items::-webkit-scrollbar {
    width: 10px;
}
.checkout-items::-webkit-scrollbar-track {
    background: #F3F3F3;
    border-radius: 50px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkout-items::-webkit-scrollbar-thumb {
    background-color: var(--color-brown);
    border-radius: 50px;
}
.row-gap-20{
    row-gap: 20px;
}
.checkout-items{
    height: 400px;
}
.catalog-wrapper{
    padding-top: 30px;
}
.catalog-wrapper .row{
    row-gap: 15px;
}
.catalog-wrapper .row{

}
.sub-categories-block{
    margin-top: 10px;
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sub-categories-block .sub-categories-item{
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--color-brown);
    padding: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
    border-radius: 30px;
    color: var(--color-black);
}
.catalog-header-block-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-header-block{
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}
.section-catalog-block .h1-header{
    order: 2;
}
.sort-by{
    position: relative;
}
.sort-by ul{
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 66;
    background: #fff;
    padding: 10px 15px;
    row-gap: 8px;
    list-style: none;
    border-radius: 10px;
    right: 0;
    top: calc(100% + 10px);
}
.sort-by ul li a{
    white-space: nowrap;
}
.sort-by .active + ul{
    display: flex;
}
.sort-by .active i {
    transform: rotate(180deg);
}
.filter-btn{
    outline: none;
    padding: 11px 15px;
    border-radius: 30px;
    border: 1px solid var(--color-grey);
    align-items: center;
    column-gap: 25px;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.41px;
    letter-spacing: 0%;
    color: var(--color-black);
}
.filter-btn i:before{
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: var(--color-brown);
}

.sidebar-filters-wrapper{
    position: fixed;
    top: 0;
    left: -110vw;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    background: var(--color-main-bg);
    padding: 20px 15px 20px 15px;
    transition: var(--base-transition);
}
.show-filters-mobile .sidebar-filters-wrapper{
    left: 0;
}
.sidebar-filters-block{
    overflow-y: auto;
    height: calc(100% - 36px);
    padding-right: 10px;
}
.sidebar-filters-wrapper-top{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--color-grey);
    margin-bottom: 15px;
}
.sidebar-filters-close i:before{
    font-size: 17px;
    line-height: 17px;
    color: var(--color-brown);
}
.sidebar-header{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--color-black);
    margin-bottom: 10px;
}
.category_menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.category_menu a{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--color-black);
}
.category_menu li.sidebar-item-with-submenu{
    flex-wrap: wrap;
}
.category_menu li{
    display: flex;
    justify-content: space-between;
}
.category_menu li ul{
    width: 100%;
    padding-left: 12px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.category_menu li.sidebar-item-with-submenu > a{
    width: 75%;
}
.active-link-sidebar-category > a{
    font-weight: 700;
}
li.sidebar-item-with-submenu ul{
    display: none;
}
li.sidebar-item-with-submenu .open + ul{
    display: flex;
}
.sidebar-menu-toggler i:before{
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: var(--color-brown);
}
.sidebar-menu-toggler.open i:before{
    transform: rotate(180deg);
}

.category-count{
    width: 17px;
    text-align: center;
}
.sidebar-filters-block{
    margin-top: 20px;
}
.product-widget__list{
    display: none;
    padding: 0;
    margin: 0;
    row-gap: 11px;
    list-style: none;
    margin-top: 17px;
    flex-direction: column;
}
.product-widget__list input{
    display: none;
}
.product-widget__list label{
    display: flex;
    align-items: center;
    column-gap: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--color-black);
}

.product-widget__list .checkbox-icon{
    width: 30px;
    height: 30px;
    border: 1px solid var(--color-grey);
    border-radius: 30px;
}
.product-widget__list input:checked + label .checkbox-icon{
    background: var(--color-red);
}
.sidebar-filters-block .widget {
    padding: 16px 0;
    border-bottom: 1px solid var(--color-grey);
}
.sidebar-filters-block .widget .headline{
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    align-items: center;
}
.sidebar-filters-block .widget .filter-header{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: var(--color-black);
}
.sidebar-filters-block .widget .headline i:before{
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: var(--color-brown);
}
.sidebar-filters-block .widget .headline.open .filter-header{
    font-weight: 700;
}
.sidebar-filters-block .widget .headline.open i:before{
    transform: rotate(180deg);
}
.sidebar-filters-block  .open + .product-widget__list{
    display: flex;
}

.sidebar-filters-block .widget:last-child{
    border-bottom: none;
}
.filter-buttons{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.filter-buttons .submit-button{
    border-color: var(--color-red);
    background: var(--color-red);

}
.filter-buttons .reset-button{
    border-color: var(--color-red);
    color: var(--color-red);
    background: none;
}
#form-message-modal .form-message-modal-text{
    padding-top: 0;
}
#form-message-modal .modal-body{
    padding-top: 0px;
}
.error-page{
    padding: 80px 0;
}
.error-page h1{
    font-weight: 700;
    font-size: 85px;
    line-height: 85px;
    color: var(--color-brown);
}
.error-page .btn{
    padding: 20px 48px;
    display: inline-flex;
}

.product-item .product-item-price .item-price{
    flex-direction: column-reverse;
    display: flex;
    min-height: 38px;
}
.disabled{
    opacity: .5;
    filter: grayscale(100%);
}
.cart-button.disabled{
    pointer-events: none;
}
.cart-button:hover{
    cursor: pointer;
}


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


.section-content-block .text-content-customization ul,
.section-content-block .text-content-customization ol {
    list-style-position: inside;
}
.section-content-block .text-content-customization table {
    width: 100%;
    margin-bottom: 1rem;
}
.section-content-block .text-content-customization table td {
    padding: 10px;
    border: 1px solid #000;
}
.section-faq-block .faq-answer a:not(:hover) {
    color: #fff;
    text-decoration: underline;
}




