
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del{
    color:#d10e12 !important;
}
.yith_ywraq_add_item_response_message{
    padding-bottom:20px;
}
.yith-ywraq-add-to-quote a{
    font-family: 'Bebas Neue',display;
    font-size: 20px !important;
    color:#d10e12 !important;
    font-weight: 500;
}
.woocommerce .cart .button, .woocommerce .cart input.button, .ywraq-form-table-wrapper input.button
{
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Bebas Neue',display!important;
    background-color: #d10e12;
    padding-top: 15px!important;
    padding-right: 40px!important;
    padding-bottom: 15px!important;
    padding-left: 40px!important;
    transition: all 300ms ease 0ms;
}
.woocommerce .cart input.button:after {
    line-height: inherit;
    font-size: inherit!important;

    font-family: ETmodules!important;
    font-weight: 400!important;
    content: "$";
    left: auto;
    margin-left: 0.3em;
    opacity: 1;
}
.woocommerce .cart input.button:hover:after
{
    left: auto;
    margin-left: 0.3em;
    opacity: 1;
}
.cart_item a{
    color:#d10e12 !important;
}
.et-cart-info { display:none !important; }
.related.products h2{
    display: none;
}




.divi-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.divi-price-table th {
    background: #d10e12;
    color: #fff;
    padding: 12px;
    text-align: left;
}

.divi-price-table td {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.divi-price-table tr:hover {
    background-color: #f7f7f7;
}

.divi-price-table td.price::before,
.divi-price-table td.total::before {
    content: "₹";
    margin-right: 2px;
    font-weight: 600;
}

/* Scrollable table below 700px */
@media (max-width: 700px) {
    .table-wrap {
        display: block;           /* Needed for scrolling */
        overflow-x: auto;         /* Horizontal scroll */
        -webkit-overflow-scrolling: touch; /* Smooth on iOS */
        width: 100%;
    }

    /* Optional: make table cells nowrap to prevent line break */
    .divi-price-table td,
    .divi-price-table th {
        white-space: nowrap;
    }
}

/* WhatsApp button styling (normal flow) */
/* Hide WhatsApp button by default */
/* Common WhatsApp button styles */
/* CSS */

/* Fixed container at bottom right */
.whatsapp-phone {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Common button styles */
.callus-float,
.whatsapp-fixed {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

/* Hover effect */
.callus-float:hover,
.whatsapp-fixed:hover {
    transform: scale(1.05);
}

/* Call button */
.callus-float {
    background-color: #d10e12; /* Blue */
    color: #fff;
}

/* WhatsApp button design */
.whatsapp-fixed {
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
}

.callus-float i,
.whatsapp-fixed i {
    font-size: 20px;
    color: white;
}


/* Show both only on mobile */
@media (max-width: 767px) {

    /* Normal in-page WhatsApp button */
    .whatsapp, .whatsapp a {
        display: inline-flex;
    }

    /* Floating WhatsApp button */
    .whatsapp-float {
        display: flex;
        position: fixed;
        bottom: 20px;
        right: 15px;
        z-index: 9999;
        padding: 12px 18px; /* slightly bigger for float */
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

    /* Add text next to icon for both */
    .whatsapp span,
    .whatsapp-float span {
        margin-left: 4px;
        white-space: nowrap;
    }

    /* Hover effect */
    .whatsapp:hover,
    .whatsapp-float:hover {
        background-color: #1ebe57;
        color: #fff;
    }

    /* Adjust floating icon size */
    .whatsapp-float i {
        font-size: 22px;
    }
}
.whatsapp{
    display: none;
}
.whatsapp,
.whatsapp-float {
    display: none;
    background-color: #25D366;
    color: #fff;
    padding: 10px 16px;
    border-radius: 30px;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.whatsapp i,
.whatsapp-float i {
    font-size: 20px;
    color: white;
}

/* Show both only on mobile */
@media (max-width: 767px) {

    /* Normal in-page WhatsApp button */
    .whatsapp, .whatsapp a {
        display: inline-flex;
    }

    /* Floating WhatsApp button */
    .whatsapp-float {
        display: flex;
        position: fixed;
        bottom: 20px;
        right: 15px;
        z-index: 9999;
        padding: 12px 18px; /* slightly bigger for float */
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

    /* Add text next to icon for both */
    .whatsapp span,
    .whatsapp-float span {
        margin-left: 4px;
        white-space: nowrap;
    }

    /* Hover effect */
    .whatsapp:hover,
    .whatsapp-float:hover {
        background-color: #1ebe57;
        color: #fff;
    }

    /* Adjust floating icon size */
    .whatsapp-float i {
        font-size: 22px;
    }
}

@media (max-width: 980px) {
    .et-db #et-boc .et-l .et_pb_column.prod-title {
        margin-bottom: 0 !important;
    }
}

.footer-menu ul{
    flex-direction: column;
}

.et_pb_text ul,.et_pb_text ol {
     margin-left: 10px !important;
 }
.et_pb_text ul li::marker, .et_pb_text ol li::marker{
    color: #d10e12 !important;
}
/* WooCommerce Pagination */
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* Pagination buttons */
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

/* Default button */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px 15px;
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Hover */
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #d10e12;
    color: #ffffff;
    border-color: #d10e12;
}

/* Active page */
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #d10e12;
    color: #ffffff;
    border-color: #d10e12;
}

/* Disabled arrows */
.woocommerce nav.woocommerce-pagination ul li span.dots {
    background: transparent;
    border: none;
    color: #777;
}
/* WooCommerce Order By Dropdown Wrapper */
.woocommerce .woocommerce-ordering {
    margin-bottom: 20px;
}

/* Select box */
.woocommerce .woocommerce-ordering select {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    padding: 10px 40px 10px 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease;
}

/* Hover */
.woocommerce .woocommerce-ordering select:hover {
    border-color: #d10e12;
}

/* Focus */
.woocommerce .woocommerce-ordering select:focus {
    outline: none;
    border-color: #d10e12;
    box-shadow: 0 0 0 2px rgba(209, 14, 18, 0.2);
}

/* Dropdown arrow */
.woocommerce .woocommerce-ordering {
    position: relative;
}

.woocommerce .woocommerce-ordering::after {
    content: "▼";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #d10e12;
    pointer-events: none;
    font-size: 12px;
}
.email-block a{
    color: #fff !important;
}
.contact-us-form {
    max-width: 600px;
    margin: 0 auto;
   // padding: 25px;
    background: #ffffff;
  //  border-radius: 6px;
}

/* Input & textarea */
.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    //border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

/* Placeholder color */
.contact-us-form ::placeholder {
    color: #999999;
}

/* Focus state */
.contact-us-form input:focus,
.contact-us-form textarea:focus {
    outline: none;
    border-color: #d10e12;
}

/* Textarea */
.contact-us-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Submit button */
.contact-us-form input[type="submit"] {
    background-color: #d10e12;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
   // border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Button hover */
.contact-us-form input[type="submit"]:hover {
    background-color: #b80c10;
}

/* Contact Form 7 validation */
.contact-us-form .wpcf7-not-valid {
    border-color: #d10e12;
}

.contact-us-form .wpcf7-not-valid-tip {
    font-size: 13px;
    color: #d10e12;
    margin-top: -10px;
    margin-bottom: 10px;
}

/* Success & error messages */
.contact-us-form .wpcf7-response-output {
    margin-top: 15px;
    padding: 12px;
   // border-radius: 4px;
    font-size: 14px;
}
.header-row{
    display: flex;
    align-items: center;
    z-index: 0;
}
@media (max-width: 1080px) {

    .header-row {
        display: flex;
        flex-wrap: wrap;
    }
    .header-row img{
        max-width: 35%;
    }

    .header-row .et_pb_column {
        flex: 0 0 50%;
        width: auto !important;
        margin-right: 0 !important;
    }

    .header-row .et_pb_column:nth-child(3) {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: wrap;
        gap: 10px;
    }
    .header-row .verification-badges{
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }

    .header-row .et_pb_column:nth-child(3) .et_pb_module{
        margin-bottom: 0 !important;
    }

}

.header-menu .et-menu-nav>ul ul {
    padding: 20px 0;
}
.header-menu .et-menu li li a {
    padding: 6px 10px;
    width: auto;
}
.header-menu .nav li li {
    padding: 0 10px;
}

.footer-menu ul{
    display: flex;
    position: relative;
    align-items: stretch;
    margin: 0 !important;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 11px;
    list-style: none;
}
.footer-menu ul li a{
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF !important;
    padding-bottom: 16px !important;
    transition: all .4s ease-in-out;
}
.verification-badges {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.badge {
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.badge span {
    font-size: 12px;
    color: #000000;
}

.badge span b {
    font-weight: 700;
}
/* Related Products - Responsive Fix */


/* Simple Flex Related Products Layout */

.woocommerce .related ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .related ul.products li.product {
    width: 25%;
}

/* Tablet */
@media (max-width: 980px) {
    .woocommerce .related ul.products li.product {
        width: 50%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .woocommerce .related ul.products li.product {
        width: 50%;
    }
}

