span.cat-prod-resources, span.cat-prod-videos.brand_text p{
	margin:0 !important;
}

.brand_text p.kh-sku {
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;	
}

select#wcgm-child-select,
select#wcgm-group-select {
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
    margin: -15px 0 0 0;
    color: #D11B1E
}

form.cart>* {
    flex: 1 0 0% !important;
}

form.cart {
    gap: 25px !important;
}

form.cart button {
    margin: 0 !important;
    width: 200px !important;
}

.custom-variation-price {
    display: flex !important;
    align-items: center;
    /* margin: 0 20px 0 0; */
}

p.kh-product-price {
    width: 50px;
    margin: 0 !important;
    display: inline-block;
    /* font-weight: 600; */
    font-size: 16px !important;
}

.custom-variation-price .price {
    width: auto;
    margin: 0 !important;
}

.woocommerce-Price-amount.amount {
    font-size: 35px !important;
    line-height: 35px !important;
}

.woocommerce-checkout .woocommerce-Price-amount.amount,
.woocommerce-cart .woocommerce-Price-amount.amount {
    font-size: 18px !important;
    line-height: 35px !important;
    font-weight: 600;
    color: #000;
}

.woocommerce-shop .woocommerce-Price-amount.amount {
    font-size: 16px !important;
    line-height: 35px !important;
}

.woocommerce-checkout .wd-shipping-progress-bar{
    display: none;
}

.woocommerce-cart td.product-name .{
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    font-size: 18px;
}


.woocommerce-Price-currencySymbol {
    margin: 0 10px 0 0;
}

.woocommerce-mini-cart-item .quantity .woocommerce-Price-currencySymbol {
    margin: 0 3px 0 0;
}


.single-product .single_add_to_cart_button,
.single-product .enquiry-now-button{
margin: 0 !important;
}

.single-product .woocommerce-variation-add-to-cart{
    /* display: none !important; */
}

.single-product .enquiry-now-button.np-enquiry-now-button{
    cursor: pointer;
    font-size: 16px !important;
    color: #fff;
    border-radius: 17px;
    padding: 12px 40px;
    font-weight: 400;
}

.variable-price-range {
    margin: 0 0 20px 0;
}

.variable-price-range .woocommerce-Price-amount.amount {
    font-size: 18px !important;
}

.custom-wc-category-wrapper {
    max-width: 100% !important;
    margin: 0 0 !important;
}

.custom-category-products {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.custom-product-box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ffffff;
    padding: 30px 50px 30px 30px;
    border-radius: 30px;
    background: #ffffff;
    gap: 20px;
    align-items: flex-start;
}

.custom-product-left {
    width: 30%;
    min-width: 150px;
}

.custom-product-left img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.custom-product-right {
    width: 70%;
    flex: 1;
}

.custom-product-right h2 {
    margin-top: 0;
    font-size: 24px;
    color: #d11b1e;
    font-weight: 600;
}

.custom-product-right .short-desc {
    margin-top: 10px;
    color: #000000;
    font-size: 16px;
    text-align: justify;
}

.custom-product-right .tab-links-main{
    display: flex;
    align-items: center;
    gap: 40px;
}

.tab-links {
    margin-top: 10px;
}


.vertical-line {
    display: inline-block;
    margin: 4px;
}


.read_more_button {
    width: 23%;
}

.details-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 16px;
    background-color: #d11b1e;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

/* .details-btn:hover {
    background: #005c8a;
} */

.enquiry-now-button{
    background-color: #d11b1e !important;
    border: 1px solid #d11b1e !important;
}

.enquiry-now-button:hover{
    background-color: #fff !important;
    border: 1px solid #d11b1e !important;
    color: #d11b1e !important;
}

h2.product_tags {
    font-size: 18px;
}

/* SUBCATEGORY PAGE CSS */

#subcategory-product-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: flex-start;
}

.subcategory-product-list-box {
    background: #fff;
    border-radius: 16px;
    width: 31.6%;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    position: relative;
}

.subcategory-product-list-box img {
    max-width: 100%;
    height: auto;
}

.subcategory-product-list-ribbon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #d11b1e;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}

.subcategory-product-list-title {
    margin: 10px 0;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
}

.subcategory-product-list-button {
    background-color: transparent;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    /* background-image: linear-gradient(0deg, #D11B1E 25%, #EB9C9D 75%); */
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #d11b1e;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.subcategory-product-list-button:hover{
    color: #fff;
}

.subcategory-load-more-btn-div{
    text-align: center;
    margin: 50px 0 0 0;
}

#subcategory-load-more-btn{
    background: #6f6f6f;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    padding: 10px 36px;
    letter-spacing: 0.5px;
}

.cat-prod-accordion {
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: center;
    height:32px;
}

span.cat-prod-resources,
span.cat-prod-videos {
    padding: 4px 10px;
    /* padding: 4px 24px; */
    margin: 0px 3px;
    background: #ffffff;
    border-radius: 10px;
    /* border: 1px solid #d11b1e; */
    font-size: 14px;
    /*transition: all 0.3s ease-in-out;*/
    /* width: 40%; */
}

/* span.cat-prod-resources:hover,
span.cat-prod-videos:hover {
    background: #d11b1e;
} */

span.cat-prod-resources a,
span.cat-prod-videos a {
    color: #000000;
    transition: color 0.3s ease-in-out; /* smooth link color change */
}

span.cat-prod-resources:hover a,
span.cat-prod-videos:hover a {
    color: #d11b1e;
}

.subcategory-product-list-title{margin: 0 !important ;}

h2.prod-tag {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}
/* SUBCATEGORY PAGE CSS */

.custom-breadcrumb {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: right;
}
.custom-breadcrumb a {
    text-decoration: none;
    color: #999;
}
.custom-breadcrumb span {
    color: #000;
    font-weight: 600;
}
.custom-breadcrumb a:hover {
    /* text-decoration: underline; */
    color: #d11b1e;
}





/* Custom Zoom in product detail page */
.wd-carousel-item img {
    pointer-events: auto !important;
}


/* Bring zoom above WoodMart overlays */

    .zoomContainer,
    .zoomWindowContainer,
    .zoomWindow {
        display: block;
    }
.zoomContainer {
    z-index: 99999 !important;
}

/* Disable WoodMart hover overlay */
.wd-carousel-item::before,
.wd-hover-mask {
    display: none !important;
}

/* Ensure image stays on top */
.wd-carousel-item img {
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}


.woocommerce-product-gallery__image > a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.woocommerce-product-gallery__image img {
    display: block;
}




/* .subcategory-product-list-box {
    position: relative;
} */

.online-range-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #1e73be;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 21;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-shop .online-range-tag {
    top: -6px;
}

.single-product .notify-me-btn,
.woocommerce-shop a.button{
    font-size: 14px;
    display: inline-block;
    color: #fff !important;
    border: 1px solid #D11B1E !important;
    background-color: #D11B1E !important;
    border-radius: 12px !important;
    padding: 9px 20px 9px 20px !important;
    line-height: 24px;
    font-weight: 400;
}


.woocommerce-shop a.button{
    width: 70% !important;
    font-weight: 600 !important;
}

.single-product .notify-me-btn:hover{
    color: #D11B1E !important;
    border: 1px solid #D11B1E !important;
    background-color: #fff !important;
}
.woocommerce-shop a.button:hover{
    color: #D11B1E !important;
}

label.custom_confirm_checkbox {
    font-family: "Poppins", Sans-serif !important;
    font-size: 14px;
}

.acf-product-filter label {
    color: #767676;
    display: none;
    margin-top: 10px !important;
}

.acf-product-filter .ptype-filter {
    accent-color: #D11B1E !important; /* default color */
    cursor: pointer;
}

/* hover effect */
.acf-product-filter .ptype-filter:hover {
        border-color: #D11B1E;
    background-color: #fbe9ea;
}

/* checked (active) */
.acf-product-filter .ptype-filter:checked {
    accent-color: #D11B1E;
}

#product-search,
select#shopSortFilter{
    border-radius: 12px !important;
    color: #000;
    border: 1px solid #aaa;
}



@media (max-width: 768px) {
    .zoomContainer,
    .zoomWindowContainer,
    .zoomWindow {
        display: none !important;
        pointer-events: none !important;
    }

    .woocommerce-product-gallery__image {
        cursor: pointer;
    }

    .woocommerce-shop a.button {
        width: 100% !important;
    }
}
