.elementor-7761 .elementor-element.elementor-element-6d221e7{--display:flex;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7761 .elementor-element.elementor-element-32b94808{color:#FFFFFF;}/* Start custom CSS for text-editor, class: .elementor-element-32b94808 *//* ================================
   GLOBAL FONT (Sans Serif)
================================ */
body, .woocommerce, .woocommerce-page {
    font-family: "Poppins", sans-serif !important;
    color: #ffffff !important;
}

/* ================================
   CART TABLE STYLING
================================ */
.woocommerce-cart table.cart {
    background: #000000 !important; /* Black background */
    color: #ffffff !important;
    border: 1px solid #222 !important;
}

.woocommerce-cart table.cart th {
    background: #D4AF37 !important; /* Metallic Gold */
    color: #000 !important;
    font-weight: 600;
    padding: 15px;
}

/* Table rows */
.woocommerce-cart table.cart td {
    background: #000 !important;
    border-color: #222 !important;
}

/* Product title link */
.woocommerce-cart table.cart .product-name a {
    color: #ffffff !important; /* White instead of blue */
    font-weight: 500;
    transition: 0.3s ease;
}

.woocommerce-cart table.cart .product-name a:hover {
    color: #D4AF37 !important; /* Hover gold */
}

/* Remove item (X) button */
.woocommerce-cart a.remove {
    color: #D4AF37 !important;
}
.woocommerce-cart a.remove:hover {
    background: #D4AF37 !important;
    color: #000 !important;
}

/* ================================
   COUPON + UPDATE CART BUTTONS
================================ */
.woocommerce-cart .coupon input.input-text {
    background: #000 !important;
    border: 1px solid #444 !important;
    color: #fff !important;
}

.woocommerce-cart button.button,
.woocommerce-cart .coupon button {
    background-color: #D4AF37 !important;
    color: #000 !important;
    border-radius: 4px;
    padding: 12px 20px !important;
    font-weight: 600;
    transition: 0.3s ease;
}

.woocommerce-cart button.button:hover {
    background-color: #ffffff !important;
    color: #000 !important;
}

/* ================================
   CART TOTALS BOX
================================ */
.cart_totals {
    background: #000 !important;
    border: 1px solid #222 !important;
    padding: 20px !important;
}

.cart_totals h2 {
    background: #D4AF37 !important;
    color: #000 !important;
    padding: 15px;
    margin: 0;
    font-weight: 700;
}

/* Subtotal / Total rows */
.cart_totals table {
    color: #ffffff !important;
}
.cart_totals table th,
.cart_totals table td {
    border-bottom: 1px solid #333 !important;
}

/* Proceed to Checkout Button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #D4AF37 !important;
    color: #000 !important;
    padding: 15px;
    font-weight: 700;
    border-radius: 6px;
    transition: 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #ffffff !important;
    color: #000 !important;
}

/* ================================
   MOBILE RESPONSIVENESS
================================ */
@media (max-width: 768px) {
    .cart_totals {
        margin-top: 30px !important;
    }
}/* End custom CSS */