.elementor-69 .elementor-element.elementor-element-0667370{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for wc-elements, class: .elementor-element-408776f *//* MOBILE STICKY PROCEED TO CHECKOUT BUTTON */
@media (max-width: 767px) {
    /* 1. Button ke peeche aik clean dark background bar */
    .wc-proceed-to-checkout {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: #111111 !important; /* Aapka background color */
        padding: 15px !important;
        z-index: 9999 !important; /* Sb se upar rahega */
        border-top: 1px solid #00B4D8 !important; /* Halka sa blue border */
        box-shadow: 0 -5px 15px rgba(0,0,0,0.5) !important;
        display: flex !important;
        justify-content: center !important;
    }

    /* 2. Button ko poori width dena */
    .wc-proceed-to-checkout a.checkout-button {
        width: 100% !important;
        margin: 0 !important;
        padding: 15px !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        border-radius: 8px !important;
        background: #00B4D8 !important; /* Aapka brand blue */
        text-align: center !important;
    }

    /* 3. Page ke neechay thodi khali jagah (taake content button ke peechay na chup jaye) */
    .woocommerce-cart .cart-collaterals {
        margin-bottom: 100px !important;
    }
}

/* LAPTOP PAR STICKY SUMMARY (Optional) */
@media (min-width: 1025px) {
    .cart-collaterals {
        position: sticky !important;
        top: 100px !important;
    }
}/* End custom CSS */