/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.18
 Text Domain:  woodmart
*/

.chaty .chaty-widget{
    z-index: 499;
}

.woocommerce.pewc-has-extra-fields div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce.pewc-has-extra-fields div.product.elementor form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart form.cart:not(.grouped_form):not(.variations_form), .woocommerce.pewc-has-extra-fields .single_variation_wrap .variations_button, .woocommerce.pewc-has-extra-fields .summary form.cart{
    display: flex;
}

.price.pewc-main-price{
    display: flex;
    flex-direction: column-reverse;
}

.price.pewc-main-price .pewc-label-before{
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}

.pewc-group-wrap{
    background: #f5f5f5;
    padding: 12px 12px 12px 6px;
    border-radius: 7px;
    border: solid 1px #e5e5e5;
    margin-bottom: 20px;
}

.pewc-group-wrap .pewc-product-extra-groups{
    margin-bottom: 0px;
}

.pewc-total-field-wrapper p{
    margin-bottom: 0px;
}

.pewc-total-field-wrapper p:last-child {
    margin-bottom: 0;
    font-weight: bold;
    border-top: solid 1px #e4e4e4;
    margin-top: 8px;
    padding-top: 8px;
    font-size: 22px;
    color: #333333;
}
.pewc-total-field-wrapper p:last-child span {
    font-weight: bold;
    font-size: 22px;
}

h2.hero-title{
    font-size: 56px;
    font-weight: bold;
}

.wd-tabs-header.text-center{
    display: none;
}




.cat-design-default .more-products{
    display: none;
}

.el-custom-review{
    border-radius: 18px;
}

.wd-carousel-wrap .wd-info-box{
    border-radius: 18px;
}
.wd-product .product-wrapper .pewc-label-before{
    display: none;
}

.elementor-widget-container .wd-tabs.wd-products-tabs .wd-nav-wrapper{
    margin-bottom: 16px;
}




.main-footer .footer-wrapper{
    display: flex;
    justify-content: space-around;

    padding: 32px 0 0 0;
}

.main-footer .sm-column{
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.main-footer .footer-column{
    /*width: 100%;*/
    font-size: 16px;
    padding: 0 6px 0 6px;
    max-width: 250px;
    width: 100%;
}

.main-footer .footer-column ul.link-list{
    padding-left: 24px;
}
.main-footer .footer-column li{
    margin-bottom: 0;
}

.main-footer .footer-column.contacts-column a.custom-els{
    font-size: 16px;
    font-family: Roboto, sans-serif;
}

.main-footer .footer-column.contacts-column a.custom-els svg{
    width: 0.8em;
    height: auto;
    fill: #fff;
    margin-right: 6px;
}

.main-footer .footer-column.contacts-column a.email-link {
    display: flex;
    margin-bottom:12px
}

.main-footer .footer-column.contacts-column a.email-link {
    display: flex;
    margin-bottom:12px
}

.main-footer .footer-column.contacts-column a.email-link svg{
    width: 1em;
    height: auto;
    fill: #fff;
    margin-right: 6px;
}

#billing_country_field{
    display: none;
}

body [class*="title-line-"] .wd-product .wd-entities-title{
    max-height: min-content;
}

.wd-accordion-item{
    height: 200px;
    overflow: hidden;
    position: relative;
}

.show-more-element{
    position: absolute;
    top: 100px;
    height: 100px;
    width: 100%;
    background: linear-gradient(0deg, #ffffff 40%, transparent);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

ins .woocommerce-Price-amount{
    font-weight: 700;
    color: #7f0000;
}

.product-labels.labels-rectangular{
    width: 100%;
    max-width: 100%;
}

.product-labels.labels-rectangular .new.product-label{
    position: absolute;
    right: 0;
}
.single-product-page .product-labels.labels-rectangular .new.product-label{
    position: relative;
}

.wd-shop-custom-filters{
    display: flex;
    gap: 24px;
    margin-bottom: 30px;
}

.wd-shop-custom-filters .price-btn{
    display: flex;
    align-items: center;
    gap: 8px;
}

.wd-shop-custom-filters .price-btn .filter-img-wrapper{
    width: 32px;
    border-radius: 20px;
    overflow: hidden;
}

.wd-shop-custom-filters a.price-btn  span{
    background: #39361b;
    font-weight: 700;
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    transition: background-color 0.1s;
}

.wd-shop-custom-filters a.price-btn:hover  span{
    background: #3c3c3c;
    color: #fff;
}
.wd-shop-custom-filters a.price-btn.active  span{
    background: #81060d;
    color: #fff;
}
.wd-shop-custom-filters a.price-btn.active:hover  span{
    background: #3c3c3c;
    color: #fff;
}


@media (max-width: 1024px) {
    .main-footer .footer-wrapper{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .main-footer .sm-column:first-child{
        margin-bottom: 18px;
    }
}

@media (max-width: 842px) {
    .single_add_to_cart_button, .wd-buy-now-btn{
        font-size: 80%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    h2.hero-title{
        font-size: 38px;
    }

    .wd-shop-custom-filters{
        flex-wrap: wrap;
        gap:8px;
    }

    .wd-shop-custom-filters .price-btn .filter-img-wrapper{
        display:none;
    }
}

@media (max-width: 564px) {
    .main-footer .footer-wrapper{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .main-footer .sm-column{
        flex-direction: column;
        align-items: center;
    }

    .main-footer .footer-column{
        text-align: center;
    }

    .main-footer .footer-column ul.link-list{
        padding-left: 0;
        list-style-type: none;
    }

    .main-footer .footer-column li{
        margin-bottom: 0;
    }

    .main-footer .wp-block-social-links{
        justify-content: center;
    }
}

@media (max-width: 425px) {
    .single_add_to_cart_button, .wd-buy-now-btn{
        font-size: 70%;
        padding: 6px;
    }
}