/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.single_add_to_cart_button,
.add_to_cart_button,
.product-actions .btn-add-to-cart {
    display: none !important;
}
/* Hide all price elements */
.price,
.prices,
.woocommerce-Price-amount,
.product-price,
.product_list_widget .amount,
.product-summary .price,
.single-product .price,
.woocommerce-Price-currencySymbol {
    display: none !important;
}


.enquiry-btn {
    background: #ff6a00;
    color: #fff;
    padding: 14px 25px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.enquiry-popup-wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    overflow: auto;
}

.enquiry-popup-wrapper.show{
    display: block;
}
.popup-inner {
    width: 90%;
    max-width: 550px;
    background: #fff;
    margin: 80px auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.close-popup {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
}
#open-enquiry-popup {
    background-color: rgba(0, 109, 51, 1);
    color: #ffffff;
}
#open-enquiry-popup:hover {
    background-color: rgba(0, 73, 34, 1);
}
.custom-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    overflow: auto;
}
.custom-popup.show{
    display: block;
}
.custom-popup .popup-inner {
    max-width: 750px;
}
.pricePopup-inner{
    display: flex;
    gap:36px
}
.custom-close-popup{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
}
.popup-left {min-width: 200px;}
.popup-product-img {
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #dddddd;
    border-radius: 8px;
}
.popup-product-img img {
    width: 100%;
    max-width: 200px;
}
.pricePopup-inner h4 {
    text-align: center;
}
.popup-right {
    width: 100%;
}
@media screen and (max-width:575px){
    .pricePopup-inner {
        flex-wrap: wrap;
        gap: 16px;
    }
    .popup-left {
        width: 100%;
        min-width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .popup-product-img {
        margin-bottom: 0px;
    }
    .popup-product-img img {
        max-width: 80px;
    }
    .popup-right {
        border-top: 1px solid #ddd;
        padding-top: 16px;
    }
}
#footer-feature .wd-info-box{
    max-width: 228px;
}

@media screen and (min-width:1025px){
    .whb-row.whb-general-header .whb-column.whb-col-center.whb-column9.whb-visible-lg {
        padding: 0px 15%;
    }
}