h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
}
.wpb_text_column.wpb_content_element:not(:has(> .wpb_wrapper > .section-block-reviews)) a,
.wpb_text_column.wpb_content_element:not(:has(> .wpb_wrapper > .section-block-reviews)) a *,
.article-body-container a {
    color: #a22531 !important;
    text-decoration: none !important;
}
.wpb_text_column.wpb_content_element:not(:has(> .wpb_wrapper > .section-block-reviews)) a:hover,
.wpb_text_column.wpb_content_element:not(:has(> .wpb_wrapper > .section-block-reviews)) a:hover *,
.article-body-container a:hover {
    text-decoration: underline !important;
}
.header-logos{
    display: flex;
    column-gap: 5px;
    position: relative;
    top: -2.5px
}
.header-logos a{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 110px;
    height: 40px;
}
.header-logos a img{
    height: 24px;
    width: auto;
}
.header-top-email{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-right: 60px;
}
.top-phone{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.top-phone a{
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    color: #fff;
}

.top-phone div:last-of-type{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    width: 88px;
}

.menu-toggle-icon{
    width: 22px;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}
.menu-toggle-icon i{
    height: 3px;
    width: 100%;
    border-radius: 50px;
    background: #fff;
}
.categories-btn{
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    padding: 12px 15px;
    background: #A22531;
    border-radius: 7px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
#place_order:hover,
.cart-totals-inner .checkout-button:hover,
.cart-actions .button[name="update_cart"]:hover,
.cart-actions .button[name="apply_coupon"]:hover,
.header-callback-button a:hover,
.categories-btn:hover{
    background: #404040;
    color: #fff;
}
.wd-header-cart .wd-tools-icon img{
    width: 40.5px;
    height: 29px;
}
.wd-header-cart.wd-design-5{
    margin-right: 0;
}
#place_order,
.cart-totals-inner .checkout-button,
.cart-actions .button[name="update_cart"],
.cart-actions .button[name="apply_coupon"],
.header-callback-button a{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border-radius: 7px;
    padding: 12px 65px;
    background: #A22531;
    text-transform: none;
    transition: all .4s ease-in-out;
}
#place_order,
.cart-totals-inner .checkout-button{
    padding: 12px 0px;
}

header .wd-header-nav .menu > li{
    padding-left: 15px;
    padding-right: 15px;
}
header .wd-header-nav .menu > li > a{
    padding: 0;
}
header .wd-header-nav .menu > li:last-of-type{
    padding-right: 0;
}
header .wd-header-nav .menu > li:first-of-type{
    padding-left: 0;
}

header .wd-header-nav .menu a{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: none;
    color: #000;
}
.wd-nav[class*="wd-style-"]>li.current-menu-item>a, .wd-nav[class*="wd-style-"]>li.wd-active>a{
    color: #000;
}
.language-switcher{
    position: relative;
}
.language-switcher .current-lang{
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}
.language-switcher .languages-list {
    display: none;
    flex-direction: column;
    row-gap: 5px;
    position: absolute;
    top: calc(100% + 10px);
    background: #fff;
    padding: 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.4);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.language-switcher.open .languages-list{
    display: flex;
}
.wd-header-search .wd-tools-icon img{
    width: 31px;
    height: 30px;
}
.header-callback-button a img{
    display: none;
}
footer .footer-sidebar .footer-column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
footer .footer-sidebar .footer-column-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
footer.footer-container{
    background-color: #404040;
    padding-top: 65px;
}
.section-faq-items{
    margin-bottom: 106px;
}
.footer-column-3 .widget-title,
.footer-column-4 .widget-title,
.footer-column-2 .widget-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 29px;
    color: #fff;
}
.footer-column-2 a,
.footer-column-4 a,
.footer-column-3 a{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 29px;
}
footer .menu li{
    margin-bottom: 5px;
}
.footer-address-text{
    margin-bottom: 20px;
}
.footer-address-text div{
    display: flex;
    color: #fff;
    column-gap: 10px;
    align-items: center;
    font-size: 14px;
}
.footer-address-text div + div{
    margin-top: 10px;
}
.footer-address-text div i{
    width: 18px;
}
.footer-address-text div a{
    font-size: 24px;
    color: #fff;
}


.image-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    row-gap: 10px;
}
.image-container a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 75px;
    border-radius: 7px;
    background: #fff;
}
.image-container a img{
    height: 35px;
    width: auto;
}
.copyrights-wrapper{
    border: none;
}
.copyrights-wrapper .hr{
    height: 1px;
    width: 100%;
    background: #fff;
}
footer .min-footer > div.col-left{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    text-align: left;
}
.copyright_sprava{
    display: flex   ;
    align-items: self-end;
    column-gap: 7px;
    text-align: left;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
}
footer .copyright_sprava > a{
    padding: 0;
}
footer .min-footer > div{
    flex: 1 0 50%;
    max-width: 50%;
}
.footer-payments{
    display: flex;
    align-items: center;
    column-gap: 4px;
    justify-content: flex-end;
}
.footer-payments img{
    height: 31px;
    width: auto;
    flex-shrink: 0;
}
footer .footer-logo{
    margin-bottom: 17px;
}
footer .footer-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 20px;
}
footer .footer-socials{
    display: flex;
    align-items: center;
    column-gap: 35px;
    margin-bottom: 15px;
}
footer .footer-socials a{
    flex-shrink: 0;
}
.rating-widget{
    flex-direction: column-reverse;
    align-items: flex-start;
    color: #fff;
    row-gap: 5px;
}
.rating-widget .rating-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}
.footer-sidebar {
    padding-top: 0;
}
.show-catalog-menu{
    overflow: hidden;
}
.side-catalog-menu-backdrop{
    width: 100vw;
    height: 100vh;
    z-index: 391;
    background: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.side-catalog-menu{
    z-index: 395;
    position: fixed;
    top: 0;
    left: -780px;
    height: 100vh;
    background: #fff;
    width: 780px;
    padding: 50px 60px 60px 120px;
    transition: all .4s ease-in-out;
}
.show-catalog-menu .side-catalog-menu-backdrop{
    display: flex;
}
.show-catalog-menu .side-catalog-menu{
    left: 0;
}
.side-catalog-menu-logo{
    margin-top: 15px;
    width: 284px;
    margin-bottom: 40px;
    cursor: pointer;
}
.side-catalog-menu-close{
    position: absolute;
    top: 35px;
    right: 30px;
    font-size: 24px;
    cursor: pointer;
}
.side-catalog-menu-wrapper{
    height: 100%;
    overflow: hidden;

}
.side-catalog-menu-catalog{
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 100px);
    padding-right: 12px;
}
.side-catalog-menu-catalog .widget_product_categories .product-categories .children{
    display: none;
    padding-left: 20px;
}

.side-catalog-menu-catalog .widget_product_categories .product-categories li a{
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    padding: 24px 0;
    color: #000000;
}
.side-catalog-menu-catalog .widget_product_categories .product-categories li a:hover{
    font-weight: 700;
    color: #A22531;
}
.side-catalog-menu-catalog .widget_product_categories .product-categories > li:not(:last-of-type){
    border-bottom: 1px solid #C0C0C0;
}
.side-catalog-menu-catalog .widget_product_categories .product-categories li.show-subcategory > .children{
    display: flex;
    flex-direction: column;
}
.side-catalog-menu-catalog .wd-cats-toggle{
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-catalog-menu-catalog .widget_product_categories .wd-cats-toggle{
    position: unset;
    border-radius: 0;
    background: none;
}
.side-catalog-menu-catalog .widget_product_categories .product-categories .cat-item{
    flex-direction: row;
    align-items: center;
}
.side-catalog-menu-catalog .widget_product_categories .product-categories .children{
    order: 5;
}

.side-catalog-menu-catalog .categories-accordion-on .widget_product_categories .product-categories{
    padding: 0;
}
.side-catalog-menu-catalog .widget_product_categories .product-categories{
    row-gap: 0;
}


body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg){
    background-color: #fff;
}
.side-catalog-menu-footer,
.side-catalog-menu-main-menu-mobile,
.side-catalog-menu-catalog-mobile{
    display: none;
}

.whb-header{
    margin-bottom: 0;
}
.section-home-slider-block,
.home-slider-carousel picture,
.home-slider-carousel{
    height: 652px;
}
.home-slider-carousel picture{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.home-slider-carousel picture img{
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider-carousel .home-slider-item{
    position: relative;
}
.home-slider-carousel .home-slider-item-content-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg,rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .7) 25%, rgba(255, 255, 255, .2) 33%, rgba(255, 255, 255, 0) 100%);

}
.home-slider-item-content{
    display: flex;
    flex-direction: column;
    position: relative;
}

.home-slider-item-content .slider-header{
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    color: #000;
    margin-bottom: 22px;
}
.home-slider-item-content .slider-text{
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}
.home-slider-item-content .slider-buttons{
    margin-top: 48px;
    display: flex;
}

.r-cs-btn{
    background: #A22531;
    display: flex;
    padding: 30px 75px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}
.r-cs-btn:hover{
    background:  #404040;
    color: #fff;
}
.home-slider-carousel .owl-prev i,
.home-slider-carousel .owl-next i{
    color: #fff;
    line-height: 50px;
    font-size: 50px;
}
.home-slider-carousel .owl-prev,
.home-slider-carousel .owl-next{
    position: absolute;
    top: calc(50% - 25px);
    left: 35px;
}
.home-slider-carousel .owl-next{
    left: auto;
    right: 35px;
}
.r-cs-dots .owl-dots{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
    margin: 0;
}
.r-cs-dots .owl-dots .owl-dot{
    margin: 0;
}
.r-cs-dots .owl-dots .owl-dot span{
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: 1px solid #000;
    background: #fff;
    margin: 0;
}
.r-cs-dots .owl-dots .owl-dot.active span{
    border-color: #A22531;
    background: #A22531
}
.home-slider-carousel.r-cs-dots  .owl-dots{
    position: absolute;
    left: calc((100vw - 1670px) / 2);
    bottom: 64px;
}
.vc_row.wpb_row.section-mb,
.section-mb{
    margin-bottom: 100px !important;
}
.bottom-archive-content{
    margin-top: 100px;
}
.section-about-block .section-about-wrapper{
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.section-about-block picture{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-about-block picture img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-about-block .section-about-inner{
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 45px;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    column-gap: 60px;
}
.section-about-block .section-about-logo{
    width: 460px;
    flex-shrink: 0;
}
.section-about-block .section-about-logo img{
    width: 100%;
    height: auto;
}
.section-about-block .section-about-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}
.section-about-block .section-about-text p {
    margin-bottom: 5px;
}
.section-about-block .section-about-text p:last-of-type{
    margin-bottom: 0;
}
.categories-slider-item{
    display: flex;
    row-gap: 25px;
    column-gap: 20px;
    flex-wrap: wrap;
}
.categories-slider-item a:nth-of-type(1),
.categories-slider-item a:nth-of-type(2),
.categories-slider-item a:nth-of-type(5),
.categories-slider-item a:nth-of-type(6){
    width: calc(41% - (40px / 3))
}
.categories-slider-item a:nth-of-type(3),
.categories-slider-item a:nth-of-type(4){
    width: calc(18% - (40px / 3))
}
.categories-slider-item a{
    height: 376px;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    transition: all .2s ease-in-out;
}
.categories-slider-item a picture{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}
.categories-slider-item a picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.categories-slider-item a .categories-slider-item-title{
    position: absolute;
    top: 0;
    left: 30px;
    padding: 15px 20px;
    background: #A22531;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-weight: 400;
    font-size: 24px;
    line-height: 19px;
    color: #fff;
}
.categories-slider-item a .categories-slider-item-hover{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFFC4;
    width: 100%;
    left: 0;
    padding: 50px 0 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 19px;
    color: #A22531;
    bottom: -100%;
    transition: all .2s ease-in-out;
}
.categories-slider-item a i{
    line-height: 0px;
    font-size: 0px;
    height: 10px;
}
.categories-slider-item a i:before{
    color: #A22531;
    line-height: 20px;
    font-size: 100px;
}
.categories-slider-item a:hover .categories-slider-item-hover{
    bottom: 0;
}
.section-categories-slider-block .owl-dots{
    margin-top: 24px;
    justify-content: center;
}
.section-header{
    display: flex;
    align-items: center;
    position: relative;
    column-gap: 60px;
    margin-bottom: 50px !important;
}
.section-header span h3,
.section-header span{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    flex-shrink: 0;
    margin-bottom: 0;
}
.section-header a{
    position: absolute;
    right: 120px;
    display: flex;
    padding: 0 18px;
    background: #fff;
    z-index: 3;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.section-header:before{
    width: 100%;
    display: block;
    content: "";
    height: 1px;
    background: #A22531;
    z-index: 2;
    position: relative;
    order: 2;
}
.section-header.with-arrow:after{
    border: solid #A22531;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 0;
}
.product-grid-item .product-image-link{
    margin: 0 auto;
    width: 300px;
    height: 300px;
}
.product-grid-item .product-image-link img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products .product-grid-item .product-wrapper{
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    padding: 20px 36px 30px 36px;
}
.products .product-grid-item .product-information{
    padding: 0;
}
.products .product-grid-item .product-information .wd-entities-title{
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.wd-hover-base .wrapp-product-price{
    align-items: flex-start;
}

.wd-hover-base .wrapp-product-price .product-availability{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #A22531;
}
.wd-hover-base .wrapp-product-price .product-availability span{
    font-weight: 400;
    color: #000;
}
.wd-hover-base .wrapp-product-price .product-availability.stock-style-instock{
    color: #225920;
}



.product-grid-item .price{
    border-top: 1px solid #A22531;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    visibility: visible;
    padding-top: 5px;
}
.product-grid-item .price del {
    order: 3;
    text-decoration-color: #000;
}
.product-grid-item .price del bdi{
    text-decoration-color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000;
}
.product-grid-item .price bdi{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #000;
}
.product-grid-item .price ins bdi{
    color: #A22531;
}
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a{
    width: 100%;
    text-align: center;
    border-radius: 7px;
    padding: 30px 0;
    background-color: #A22531;
    text-transform: none;
}
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a span{
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}
.wd-hover-base .product-grid-item .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a:hover,
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a:hover{
    background-color: #225920;
}
.wd-hover-base .content-product-imagin{
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    border: 1px solid #A22531;
}

.product-labels{
    right: 0;
    left: auto;
}
.section-bottom-link{
    display: none;
}
.section-slider-with-preview-wrapper{
    display: flex;
    align-items: center;
    padding: 70px 0px 45px 40px;
    column-gap: 70px;
    border-radius: 7px;
    background: #404040;
    overflow: hidden;
}
.section-slider-with-preview-wrapper .section-slider-with-preview-left{
    width: calc(33% - 35px);
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
.section-slider-with-preview-wrapper .section-slider-with-preview-right{
    width: calc(67% - 35px);
}
.section-slider-with-preview-slider{
    position: relative;
    right: -8px;
}
.section-slider-with-preview-left .header{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}
.section-slider-with-preview-left .text{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}
.section-slider-with-preview-item{
    height: 344px;
    border-radius: 7px;
    overflow: hidden;
    display: block;
    position: relative;
}
.section-slider-with-preview-item picture{
    height: 100%;
    width: 100%;
}
.section-slider-with-preview-item picture img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-slider-with-preview-item span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(358.49deg, #000000 1.28%, rgba(0, 0, 0, 0) 46.65%);
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 19px;
}
.section-slider-with-preview-slider.r-cs-dots .owl-dots{
    margin-top: 35px;
    justify-content: center;
}
.section-slider-with-preview .container{
    padding: 0;
}
.section-advantages .advantage-item{
    display: flex;
    align-items: center;
    padding: 25px 15px 25px 35px;
    column-gap: 30px;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 7px;
    min-height: 140px;
}
.section-advantages .advantage-item:hover{
    border: 1px solid #A22531;
}
.section-advantages .advantage-item picture{
    flex-shrink: 0;
}
.section-advantages .advantage-item span{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.home-products-section-wide .products .product-grid-item .product-wrapper{
    display: flex;
    align-items: center;
    column-gap: 63px;
    flex-direction: row-reverse;
}
.home-products-section-wide .product-grid-item .product-information,
.home-products-section-wide .product-grid-item .product-element-top{
    width: 50%;
}
.section-block-logo .r-cs-dots .owl-dots{
    justify-content: center;
    margin-top: 50px;
}

body:not(.single-product) .container.container-custom{
    padding: 0;
}
.section-blog-grid .vc_pageable-slide-wrapper{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.section-blog-grid .vc_pageable-slide-wrapper:before,
.section-blog-grid .vc_pageable-slide-wrapper:after{
    display: none;
}
.section-blog-grid .vc_pageable-slide-wrapper .vc_grid-item{
    width: calc((100% - 60px) / 4);
    padding: 12px 12px 25px 12px;
    border-radius: 7px;
    border: 1px solid  #D9D9D9;
}
.section-blog-grid .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-a{
    height:auto;
    aspect-ratio: 1 / 1;
    border-radius: 7px;
    overflow: hidden;
    background-color: unset !important;
    padding: 0;
}
.section-blog-grid .vc_pageable-slide-wrapper .vc_gitem-zone{
    background-color: unset !important;
}
.section-blog-grid .vc_pageable-slide-wrapper .vc_gitem_row .vc_gitem-col{
    padding: 0;
}
.section-blog-grid.vc_grid-container .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title > div{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}
.section-blog-grid.vc_grid-container .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt > div{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section-blog-grid.vc_grid-container .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt > div p{
    margin-bottom: 0;
}
.section-blog-grid .vc_btn3-container{
    margin-bottom: 0;
}
.section-blog-grid .vc_btn3-container .vc_general.vc_btn3{
    text-align: center;
    border-radius: 7px;
    padding: 30px 75px;
    background-color: #A22531;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}
.section-blog-grid .vc_btn3-container .vc_general.vc_btn3:hover{
    background-color: #404040 !important;
}

.section-contact-form-block{
    background-color: #404040;
    padding: 35px 0;
}
.section-contact-form.vc_row[data-vc-full-width]{
    overflow: visible;
}
.section-contact-form-block-image{
    height: calc(100% + 170px);
    margin-top: -85px;
    overflow: hidden;
    border-radius: 7px;
}
.section-contact-form-block-image picture{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.section-contact-form-block-image picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-contact-form-block-form{
    padding-left: 100px;
}
.section-contact-form-block-form .header{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 12px;
}
.section-contact-form-block-form .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 20px;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="email"],
.form-wrapper textarea{
    padding: 20px 18px;
    height: auto;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 11px;
}
.form-wrapper textarea{
    height: 199px;
    min-height: 0;
}
.form-wrapper .btns{
    margin-top: 30px;
}
.form-wrapper .btns input{
    width: 100%;
    padding: 30px 0;
    border-radius: 7px;
    background: #A22531;
    border: 1px solid #A22531;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-transform: none;
}
.form-wrapper .btns input:hover{
    border: 1px solid #fff;
    background: #404040;
}
.section-text-gallery-custom{
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.section-text-gallery-custom > div{
    width: calc((100% - 20px) / 2);
}
.section-text-gallery-custom .projects-images-custom-gallery{
    display: flex;
    gap: 20px;
}
.section-text-gallery-custom .projects-images-custom-gallery a{
    border-radius: 7px;
    display: flex;
    overflow: hidden;
    width: calc(67% - 20px / 2);
    height: 100%;
}
.section-text-gallery-custom .projects-images-custom-gallery div{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(33% - 20px / 2);
    height: 100%;
}
.section-text-gallery-custom .projects-images-custom-gallery div a{
    width: 100%;
    height: calc(50% - 20px / 2);
}
.section-text-gallery-custom .projects-images-custom-gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-text-gallery-custom .projects-custom-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-text-gallery-custom .header h3,
.section-text-gallery-custom .header{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
}

.section-text-gallery-custom .header h3{
    margin-bottom: 0;
}
.section-text-gallery-custom .text{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
.section-text-gallery-custom + .section-text-gallery-custom{
    margin-top: 20px;
}
.section-breadcrumbs{
    margin-top: 40px;
}
.breadcrumb-header{
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    margin-bottom: 10px;
}
.breadcrumbs-items span,
.breadcrumbs-items a{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #737272;
}
.contact-plate{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 55px;
    border-radius: 7px;
    border: 1px solid #D9D9D9;
}
.contact-plate .image{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.contact-plate .header{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    min-height: 28px;
    margin-bottom: 8px;
}
.contact-plate .text{
    min-height: 48px;
}
.contact-plate .text,
.contact-plate .text a{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}
.contact-plate .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-banner{
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}
.about-banner picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-banner picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-banner .about-banner-wrapper{
    padding: 80px 40% 80px 55px;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
    position: relative;
}
.about-banner .about-banner-wrapper .header{
    font-weight: 700;
    font-size: 41px;
    line-height: 41px;
    color: #fff;
    margin-bottom: 20px;
}
.about-banner .about-banner-wrapper .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}
.about-banner .about-banner-wrapper .text a{
    color: #fff;
    text-decoration: underline;
}
.about-counter-item{
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0);
    transition: all .2s ease-in-out;
}
.about-counter-item:hover{
    border-color: #A22531;
    box-shadow: 0px 0px 31.8px 0px #4040402B;
}
.about-counter-item .counter{
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
}
.about-counter-item .text{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.section-map .wpb_gmaps_widget,
.section-map {
    margin-bottom: 0 !important;
}
.site-content{
    margin-bottom: 0;
}
.section-text-gallery-custom .projects-images-custom-gallery div.one-image,
.projects-images-custom-gallery .one-image{
    width: 100%;
    height: 300px;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projects-images-custom-gallery .one-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-bottom-item .wpb_content_element{
    margin-bottom: 0;
}
.about-bottom-item .wpb_content_element .wpb_wrapper{
    padding: 25px 20px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #A22531;
    box-shadow: 0px 0px 31.8px 0px #4040402B;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    min-height: 280px;
}
.about-bottom-item .wpb_content_element .wpb_wrapper .header{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    min-height: 58px;
}
.section-catalog-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
    height: auto;
}
.section-catalog-banner picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-catalog-banner picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-catalog-banner .section-catalog-banner-content{
    width: 100%;
    padding: 182px 102px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, #000000 1.28%, rgba(0, 0, 0, 0) 46.65%);
    position: relative;
    align-items: flex-start;
}
.section-catalog-banner .header{
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    color: #fff;
}
.section-catalog-banner .text{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}
.section-catalog-banner .btns{
    margin-top: 30px;
}
.single-post-navigation .back-to-archive a{
    display: none;
}
.single-post-navigation{
    border-bottom: none;
    border-top: 1px solid #A22531;
}
.single-post-navigation .btn-label{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-transform: none;
    color: #000;
}
.single-post-navigation .prev-btn a:after{
    content: '\0045';
    font-family: 'richman font';
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin: 0;
    top: auto;
    left: 0;
}
.single-post-navigation .next-btn a:after{
    content:'\0044';
    font-family: 'richman font';
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin: 0;
    top: auto;
    right: 0;
}
.single-post-navigation .prev-btn a{
    padding-left: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.single-post-navigation .next-btn a{
    padding-right: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.single-post-navigation .next-btn a:before{
    width: 80px;
    height: 80px;
    border-radius: 150px;
    border: 1px solid #000;
    display: block;
    content: "";
    position: absolute;
    top: auto;
    right: 0;
}
.single-post-navigation .prev-btn a:before{
    width: 80px;
    height: 80px;
    border-radius: 150px;
    border: 1px solid #000;
    display: block;
    content: "";
    position: absolute;
    top: auto;
    left: 0;
}
.single-post-navigation .wd-entities-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    width: 100%;
}

aside.sidebar-container .widget .custom-categories-widget .widget-title,
.custom-categories-widget .widget-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    border-bottom: 1px solid #A22531;
    text-transform: none;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.custom-categories-widget ul{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.custom-categories-widget ul li{
    margin-bottom: 0;
}
.custom-categories-widget ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 53px;
    padding: 0 11px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    transition: all .2s ease-in-out;
    color: #000;
    column-gap: 10px;
}
.custom-categories-widget ul li a svg{
    flex-shrink: 0;
}
.custom-categories-widget ul li a:hover{
    background: #A22531;
    color: #fff;
}
.custom-categories-widget ul li a:hover svg path{
    fill: #fff;
}
.custom-categories-widget ul li span:last-of-type{
    line-height: 0;
    display: flex;
    width: 49px;
    justify-content: center;
}
aside.sidebar-container .widget.sidebar-widget.widget_products{
    margin-top: 15px;
    border-top: 1px solid #A22531;
    padding-top: 10px;
}
aside.sidebar-container .sidebar-widget.widget_products .widget-title,
.sidebar-widget.widget_products .widget-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    text-transform: none;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
aside.sidebar-container .sidebar-widget.widget_products .widget-title:after{
    content:'\0043';
    transform: rotate(180deg);
    display: inline-block;
    font-family: 'richman font';
    font-weight: 100;
    transition: all .2s ease-in-out;
}
aside.sidebar-container .sidebar-widget.widget_products .widget-title.hide:after{
    transform: rotate(0deg);
}
aside.sidebar-container .sidebar-widget.widget_products .widget-title.hide + .product_list_widget{
    display: none;
}
.sidebar-widget.widget_products .product_list_widget{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.sidebar-widget.widget_products .product_list_widget li{
    margin: 0;
    padding: 0;
    border: none;
}
.sidebar-widget.widget_products .product_list_widget li .widget-product-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
.sidebar-widget.widget_products .product_list_widget li .widget-product-wrap .widget-product-img{
    width: calc(40% - 10px);
    margin: 0;
}
.sidebar-widget.widget_products .product_list_widget li .widget-product-wrap .widget-product-info{
    width: calc(60% - 10px);
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 5px;
}
.sidebar-widget.widget_products .product_list_widget li .widget-product-wrap .widget-product-img img{
    width: 100%;
    height: auto;
    max-width: none;
}
.sidebar-widget.widget_products .product_list_widget li .widget-product-wrap .widget-product-info a{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000;
}
.sidebar-widget.widget_products .product_list_widget li .widget-product-wrap .widget-product-info  .price{
    width: 100%;
    padding: 7px 0;
    border-radius: 7px;
    background: #A22531;
    visibility: visible;
    text-align: center;
}
.sidebar-widget.widget_products .product_list_widget li .widget-product-wrap .widget-product-info  .price .amount{
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}
.product-tabs-wrapper{
    border: none;
}
.tabs-layout-tabs .tabs{
    justify-content: flex-start;
    display: flex;
    border-top: 1px solid #A22531;
}
.tabs-layout-tabs .tabs li a:after{
    margin-bottom: -6.5px;
    height: 13px;
    border-radius: 7px;
}
.tabs-layout-tabs .tabs li a {
    padding-top: 12px;
    text-transform: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #CBCBCB;
    opacity: 1;
}
.tabs-layout-tabs .tabs li.active a{
    color: #000;
}
nav[class*="-pagination"] ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
nav[class*="-pagination"] ul li{
    margin: 0;
}
nav[class*="-pagination"] ul li > span,
nav[class*="-pagination"] ul li > a{
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #A22531;
}
nav[class*="-pagination"] ul li > span,
nav[class*="-pagination"] ul li > a:hover{
    color: #fff;
    border-color: #A22531;
    background: #A22531;;
}
nav[class*="-pagination"] ul li > span.dots{
    border: none;
    background: none;
}
nav[class*="-pagination"] ul li > a.prev,
nav[class*="-pagination"] ul li > a.next{
    border-color: #fff;
}

.woocommerce-product-gallery .thumbnails button{
    display: none !important;
}
.thumbnails.slick-slider .slick-slide{
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    overflow: hidden;
    padding: 7px;
    margin-top: 7px;
    margin-bottom: 7px;

}
.woocommerce-product-gallery__wrapper{
    border-radius: 7px;
    border: 1px solid #A22531;
}
.product-image-summary-wrap{
    margin-top: 75px;
}
.product-image-summary-wrap .section-breadcrumbs{
    margin-top: 0;
}
.product-image-summary-wrap .wd-entities-title{
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
}
.product-image-summary-wrap .summary-inner{
    padding-left: 100px;
}
.custom_sku{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #737272;
    margin-bottom: 30px;
}
.custom_sku .sku{
    color: #000;
}
.product-image-summary-inner .summary-inner > .price{
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    row-gap: 5px;
    column-gap: 5px;
    align-items: baseline;
}
html .product-image-summary-wrap .summary-inner > .price > .amount,
html .product-image-summary-wrap .wd-scroll-content > .price > .amount,
html .product-image-summary-wrap .summary-inner > .price > ins .amount,
html .product-image-summary-wrap .wd-scroll-content > .price > ins .amount,
.product-image-summary-inner .summary-inner > .price ins  bdi{
    font-family: "Roboto", Arial, Helvetica, sans-serif;;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #A22531;
    margin-left: 0;
}
.product-image-summary-wrap .summary-inner p.stock{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;

}


.product-image-summary-inner .summary-inner > .cart {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 15px;
    margin-bottom: 45px;
}
.product-image-summary div.quantity{
    margin: 0;
}
.product-image-summary .single_add_to_cart_button{

}
.product-image-summary .single_add_to_cart_button{
    background: #A22531 !important;
    display: flex;
    padding: 30px 135px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    text-transform: none;
    margin: 0;
}
.product-image-summary .single_add_to_cart_button:hover{
    background:  #404040!important;
    color: #fff;
}
.product-image-summary-inner div.quantity input[type="button"]:first-of-type{
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}
.product-image-summary-inner div.quantity input[type="button"]:last-of-type{
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}
.product-image-summary-inner div.quantity input[type="button"]{
    height: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    background: #fff;
    border-color: #000;
    color: #000;
    padding: 0 15px;
}
.product-image-summary-inner div.quantity input[type="number"]{
    width: 65px;
    height: 100%;
    border-color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #A22531;
}
.product-image-summary-inner div.quantity input[type="button"]:hover{
    background: #A22531;
    color: #fff;
}
.text-after-cart-add{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 15px;
}
.text-after-cart-add .text-item{
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    align-items: center;
}
.text-after-cart-add .text-item span:first-of-type{
    width: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-after-cart-add .text-item span:last-of-type{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.meta-location-add_to_cart .product_meta{
    border-color: #A22531   ;
}
.meta-location-add_to_cart .product_meta>span{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #000;
}
.product_meta>span a, .product_meta>span span{
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%
}
.product-share .share-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #000;
}
.product-share{
    flex-direction: column;
    display: flex;
    row-gap: 5px;
    margin-bottom: 20px;
}
.product-share .wd-social-icons{
    column-gap: 9px;
}
.product-share .wd-social-icons.icons-design-default .wd-social-icon{
    padding: 0;
}
.product-share .wd-social-icons.icons-design-default .wd-social-icon .wd-icon{
    font-size: 20px;
    color:  #A22531   ;
}
.woocommerce-product-details__short-description{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000;
}
.wd-products-per-page{
    margin-right: 45px;
    margin-bottom: 0;
}

.wd-products-per-page .per-page-variation,
.wd-products-per-page .per-page-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #737272;
    padding: 0 4px;
}
.wd-products-per-page .per-page-border:after{
    content: "\\";
}
.wd-products-per-page .per-page-variation:hover,
.wd-products-per-page .per-page-variation.current-variation {
    color: #A22531;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}
.woocommerce-ordering{
    margin: 0;
}
.woocommerce-ordering select{
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #A22531;
    padding-right: 23px;
    max-width: 270px;
    width: auto;
    background: url("/wp-content/themes/woodmart/images/svg/arrow-bottom.svg");
    background-position: right 3px;
    background-repeat: no-repeat;
}
.section-products-price{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #A22531;
}
.section-products-price .section-header{
    margin-bottom: 5px !important;
}
.section-products-price .section-header:before{
    background: #fff;
}
.section-products-price .section-header span h3,
.section-products-price .section-header span{
    color: #fff;
}
.section-products-price .section-header + p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    max-width: 330px;
    margin-bottom: 35px;
}
.section-products-price .cat_price_table thead th{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-transform: none;
    padding: 15px 0;
}
.section-products-price .cat_price_table{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.section-products-price .cat_price_table table{
    display: flex;
    flex-direction: column;
}
.section-products-price .cat_price_table tbody td,
.section-products-price .cat_price_table thead th,
.section-products-price .cat_price_table thead tr{
    border: none;
}

.section-products-price .cat_price_table tbody tr td:first-of-type,
.section-products-price .cat_price_table thead tr th:first-of-type{
    width: 80%;
}
.section-products-price .cat_price_table tbody tr td:last-of-type,
.section-products-price .cat_price_table thead tr th:last-of-type{
    width: 20%;
}
.section-products-price .cat_price_table tbody {
    padding: 40px 20px ;
    background: #fff;
    border-radius: 10px;
}
.section-products-price .cat_price_table thead{
    padding: 0 20px;
}
.section-products-price .cat_price_table thead{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.section-products-price .cat_price_table table tr{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.section-products-price .cat_price_table table tbody tr{
    border-bottom: 1px solid #737272;
}
.section-products-price .cat_price_table table tbody tr td{
    padding: 15px 0;
}
.section-products-price .cat_price_table tbody tr td{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}
.section-products-price .cat_price_table tbody tr td:last-of-type{
    font-weight: 700;
}
.section-products-price .cat_price_table tbody tr:first-of-type td{
    padding-top: 0;
}
.section-products-price .cat_price_table tbody tr:last-of-type td{
    padding-bottom: 0;
}
.section-products-price .cat_price_table table tbody tr:last-of-type{
    border: none;
}

.tax-product_cat .sidebar-container ,
.woocommerce-shop .sidebar-container {
    padding-top: 0;

}
.tax-product_cat .products.elements-grid,
.woocommerce-shop .products.elements-grid{
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
}
.tax-product_cat .products .product-grid-item,
.woocommerce-shop .products .product-grid-item{
    padding: 0;
    -ms-flex: 0 0 calc((100% - 40px) / 3);
    flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
}
.tax-product_cat .elements-grid.wd-spacing-20>[class*="col"],
.woocommerce-shop .elements-grid.wd-spacing-20>[class*="col"]{
    margin-bottom: 0;
}
.woocommerce-shop aside.sidebar-container .widget + .widget.widget_text,
.tax-product_cat aside.sidebar-container .widget + .widget.widget_text{
    margin-top: 30px;
}
.woocommerce-shop aside.sidebar-container .widget.widget_text .widget-title,
.tax-product_cat aside.sidebar-container .widget.widget_text .widget-title,
aside.sidebar-container .widget.widget_product_categories .widget-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    border-bottom: 1px solid #A22531;
    text-transform: none;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.widget_product_categories .product-categories{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.widget_product_categories .product-categories .cat-item{
    display: flex;

}
.widget_product_categories .product-categories li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    padding: 0;
}
.widget_product_categories .product-categories .cat-item:hover .count,
.widget_product_categories .product-categories .cat-item .count{
    color: #404040A8;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    border: none;
    background: none;
    padding: 0;
    border-radius: 0;
}
.widget_product_categories .wd-cats-toggle:after{
    content: '\0043';
    font-family: 'richman font';
    color: #000;
}
.widget_product_categories .wd-cats-toggle{
    font-size: 16px;
}

aside .widget_product_categories .product-categories .cat-item{
    padding: 10px 8px;
    border-radius: 7px;
    align-items: center;
}

aside .widget_product_categories .product-categories .cat-item .count{
    display: flex;
    align-items: center;
}
aside .widget_product_categories .product-categories .cat-item.current-cat{
    background: #A22531;

}
aside .widget_product_categories .product-categories li.current-cat li a,
.widget_product_categories .product-categories li.current-cat li .count,
.widget_product_categories .product-categories .cat-item.current-cat:hover .count,
aside .widget_product_categories .product-categories li.current-cat>.count,
aside .widget_product_categories .product-categories li.current-cat>a{
    color: #fff;
}
.categories-accordion-on .widget_product_categories .count{
    margin-top: 0;
}


aside.sidebar-container .widget.woocommerce-widget-layered-nav{
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid #A22531;
}
.widget_layered_nav ul li{
    margin-bottom: 5px;
}
.widget_layered_nav ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #000;
}
.widget_layered_nav ul li a:before, .wd-widget-stock-status a:before{
    width: 19px;
    height: 19px;
    border: 1px solid #000;
    border-radius: 20px;
    margin-right: 15px;
}
.widget_layered_nav ul .chosen a:after{
    display: none;
}


.widget_layered_nav  .woocommerce-widget-layered-nav-list{
    display: none;
    margin: 0;
}

.widget_layered_nav .widget-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    cursor: pointer;
    text-transform: none;
    margin: 0 !important;
}
.widget_layered_nav .widget-title:after{
    content: '\0043';
    font-family: 'richman font';
    color: #000;
    transition: all .2s ease-in-out;
}
.woocommerce-shop aside.sidebar-container .widget.widget_text .widget-title, .tax-product_cat aside.sidebar-container .widget.widget_text .widget-title{
    border-bottom: none;
}
.widget_layered_nav .widget-title.show:after{
    transform: rotate(180deg);
}
.widget_layered_nav .widget-title.show + .woocommerce-widget-layered-nav-list{
    display: block;
    margin-top: 10px;
}
aside.sidebar-container .widget.woocommerce-widget-layered-nav:nth-of-type(3){
    border-top: 1px solid #A22531;
}
.widget_price_filter{
    margin-top: 20px;
}
.widget_price_filter .widget-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-bottom: 14px;
    text-transform: none;
}
.widget_price_filter .ui-slider-horizontal:before{
    background: #737272;
}
.widget_price_filter .ui-slider .ui-slider-range{
    margin-top: -3.5px;
    height: 7px;
}
.widget_price_filter .ui-slider .ui-slider-handle:after{
    width: 19px;
    height: 19px;
    border-radius: 20px;
}
.widget_price_filter .price_slider_amount .button:hover{
    background: #A22531;;
    color: #fff;
}

.widget_price_filter .price_slider_amount .button{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    padding: 18px;
    border: 1px solid #000;
    border-radius: 7px;
    color: #000;
    text-transform: none;
    background: none;
}
.categories-accordion-on .widget_product_categories .children{
    margin-top: 10px;
}

.woodmart-woocommerce-layered-nav .layered-nav-link:hover+.count,
.woodmart-woocommerce-layered-nav .layered-nav-link:focus+.count,
.woodmart-woocommerce-layered-nav .chosen .count, .widget_product_categories .product-categories li a:hover+.count,
.widget_product_categories .product-categories li a:focus+.count,
.widget_product_categories .product-categories li.current-cat>.count{
    color: #404040A8;
    border: none;
    background: none;
}
.cart-totals-inner,
.cart-actions .coupon .input-text{
    border-radius: 7px;
    border: 1px solid #D9D9D9;
}
.cart-totals-inner h2,
.cart-table-section table th{
    text-transform: none;
}

.woocommerce-cart-form__cart-item .quantity input[type="button"]:first-of-type{
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}
.woocommerce-cart-form__cart-item .quantity input[type="button"]:last-of-type{
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

.woocommerce-cart-form__cart-item .quantity input[type="button"]{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    background: #fff;
    border-color: #000;
    color: #000;
}
.woocommerce-cart-form__cart-item .quantity input[type="number"]{
    border-color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #A22531;
}
.woocommerce-cart-form__cart-item .quantity input[type="button"]:hover{
    background: #A22531;
    color: #fff;
}
.cart-totals-inner table th,
.cart-totals-inner table td,
.cart-table-section table th,
.cart-table-section table td{
    border-bottom:  1px solid #D9D9D9;
}

.woocommerce-additional-fields textarea,
.woocommerce-shipping-fields input[type='tel'],
.woocommerce-shipping-fields input[type='email'],
.woocommerce-shipping-fields input[type='text'],
.woocommerce-additional-fields textarea,
.woocommerce-billing-fields input[type='tel'],
.woocommerce-billing-fields input[type='email'],
.woocommerce-billing-fields input[type='text']{
    padding: 20px 18px;
    height: auto;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
body .woocommerce-shipping-fields  .select2-container--default .select2-selection--single,
body .woocommerce-billing-fields  .select2-container--default .select2-selection--single{
    padding: 20px 18px;
    height: auto;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

body .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
body .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 18px;
}
.woocommerce-additional-fields .woocommerce-invalid textarea,
.woocommerce-shipping-fields .woocommerce-invalid input[type='tel'],
.woocommerce-shipping-fields .woocommerce-invalid input[type='email'],
.woocommerce-shipping-fields .woocommerce-invalid input[type='text'],
.woocommerce-additional-fields .woocommerce-invalid textarea,
.woocommerce-billing-fields .woocommerce-invalid input[type='tel'],
.woocommerce-billing-fields .woocommerce-invalid input[type='email'],
.woocommerce-billing-fields .woocommerce-invalid input[type='text'],
.woocommerce-shipping-fields .woocommerce-invalid input:not(:focus),
.woocommerce-shipping-fields.woocommerce-invalid .select2-container--default .select2-selection--single,
.woocommerce-billing-fields .woocommerce-invalid input:not(:focus),
.woocommerce-billing-fields.woocommerce-invalid .select2-container--default .select2-selection--single{
    border-color: #CA1919;
}
.wc_payment_method input[type="radio"]{
    display: none;
}

.wc_payment_method input[type="radio"] + label:before{
    content: "";
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    transition: all .2s ease;
    width: 19px;
    height: 19px;
    border: 1px solid #000;
    border-radius: 20px;
    margin-right: 5px
}
.wc_payment_method input[type="radio"] + label:hover:before,
.wc_payment_method input[type="radio"]:checked + label:before{
    background-color: #A22531;
    border-color: #A22531;
    cursor: pointer;
}
.checkout.woocommerce-checkout  input[type="checkbox"]{
    display: none;
}
.checkout.woocommerce-checkout  input[type="checkbox"] + span:before{
    content: "";
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    transition: all .2s ease;
    width: 19px;
    height: 19px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: 5px
}
.checkout.woocommerce-checkout  input[type="checkbox"] + span:hover:before,
.checkout.woocommerce-checkout  input[type="checkbox"]:checked + span:before{
    background-color: #A22531;
    border-color: #A22531;
    cursor: pointer;
}










