.zcs_hero_banner{
	min-height : 650px !important;
}

.headind_image{
    
    z-index : 999 !important;
}


.category_section_heading  {
	z-index : 1 !important;
}

.caption{
	background-color : #ffffff !important;
}

 @media only screen and (min-width : 480px) {
   
     .category_section_heading {
        font-size: 16px !important;
    }

    .slide3-heading {
        line-height: 1;
    }
}


        .quote-popup {
            position: fixed;
            width: 50%;
             height: 75vh; /* Added height */
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 0 50px 50px;
            border: 1px solid #ccc;
            border-radius: 25px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 9999;
            overflow-y: auto; /* Enables vertical scroll */
        }
    
        .quote-popup {
            display: none
        }
    
        .zs-form .zpcontainer {
            max-width: 100%;
        }
    
        .zs-form .zpform-container .zpform-outer li .zpform-field-container {
            max-inline-size: 100% !important;
        }
    
        @media(max-width:768px) {
            .quote-popup {
                width: 85%;
                height: 70vh;
                overflow: scroll;
                padding: 20px;
            }
    
            .zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=button],
            .zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=submit],
            .zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=reset] {
                width: 200px;
                margin-bottom: 20px;
            }
        }
    
        .quote-popup .close {
            position: absolute;
            top: 10px;
            right: 20px;
            cursor: pointer;
            font-size: 25px;
        }
    
        [data-zs-product-id] [data-zs-selling-price],
        [data-zs-product-id] [data-zs-pricing-container] {
            display: none
        }

[data-zs-label-price],[data-zs-selling-price],[data-cart-item] .item-price,.theme-cart-price-label,.theme-cart-summary-details, #zs-order-summary-content,.theme-cart-view-product-price,.theme-cart-view-product-subtotal,.theme-cart-view-head-subtotal{
    display: none !important
}

[data-zs-add-to-cart]{
  display: none !important;
}

[data-zs-view-cart] {
    display: none !important;
}
