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


#menu-footer-menu-footer-menu{
    display: flex;
    flex-wrap: wrap;
}

#menu-footer-menu-footer-menu li{
    margin-right: 10px;
    margin-bottom: 0;
}

#menu-footer-menu-footer-menu li:last-child{
    margin-right: 10px;
}


#menu-footer-menu-footer-menu a {
    position: relative;
}

#menu-footer-menu-footer-menu li:last-child a::before {
    display: none;
}

#menu-footer-menu-footer-menu a::before  {
   content: '';
    position: absolute;
    right: -4px;
    top: 5px;
    width: 1px;
    height: 10px;
    background: #242424;
}


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


p#billing_country_field {
    display: none;
}

.wcus-checkout-fields {
    margin-top: 30px;
}

.product-grid-item .product-wrapper .product-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;

}

.product-grid-item :is(.product-image-link,.hover-img) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-grid-item .product-labels.labels-rounded .out-of-stock,
.single-product .product-labels.labels-rounded .out-of-stock {
    max-width: fit-content;
}

.single-product .wd-wishlist-btn.wd-action-btn {
    margin-top: 1em;
}

.single-product .wd-action-btn.wd-style-text > a {
    padding: 0.618em 1em;
}

.wqoecf-pop-up-box .wpcf7 form {
    max-height: 75vh;
}
.wqoecf-pop-up-box div.wpcf7 > form > p textarea {
    min-height: 130px;
    max-height: 130px;
}

@media (min-width: 768.98px) {
    .product-grid-item .product-wrapper .product-image-link {
        height: 420px;
    }
}

@media (max-width: 1024px) {
    .whb-sticky-header.whb-clone .whb-general-header-inner,
    .whb-general-header-inner {
        height: 70px;
        max-height: 70px;
        align-items: flex-end;
    }

    .whb-general-header-inner .whb-mobile-center {
        align-self: center;
    }
}

@media (min-width: 1025px) {
    header.whb-header .whb-general-header-inner .whb-col-center,
    header.whb-header .whb-general-header-inner .whb-col-right {
        padding-top: 2rem;
    }
}