.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===============================
   ১. Cart Page ব্যাকগ্রাউন্ড
   =============================== */
.woocommerce-cart {
    background-color: #f5f5f5; /* আপনার ইচ্ছেমত ব্যাকগ্রাউন্ড */
    padding: 20px; /* প্রয়োজনে অ্যাডজাস্ট করুন */
}

/* ===============================
   ২. Cart Table-এর টেক্সট কালো
   =============================== */
/* টেবিল হেডার ও বডি */
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
    color: #000 !important;
    font-size: 16px;
}

/* প্রোডাক্ট নাম, প্রাইস, কনটেন্ট */
.woocommerce-cart table.shop_table .product-name a,
.woocommerce-cart table.shop_table .product-name,
.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal,
.woocommerce-cart table.shop_table .product-quantity input.qty {
    color: #000 !important;
}

/* Remove item লিংক */
.woocommerce-cart .product-remove a {
    color: #000 !important;
}

/* Quantity ইনপুট বর্ডার/কালার ইচ্ছেমত */
.woocommerce-cart table.shop_table .quantity input.qty {
    border: 1px solid #ccc !important;
    color: #000 !important;
}

/* ===============================
   ৩. Cart Totals সেকশন
   =============================== */
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
    color: #000 !important;
    font-size: 16px;
}

/* Coupon ফিল্ড লেবেল ও বাটন */
.woocommerce-cart .coupon .input-text,
.woocommerce-cart .coupon label,
.woocommerce-cart .coupon button.button {
    color: #000 !important;
    font-size: 14px;
}

/* Coupon বাটন স্টাইল */
.woocommerce-cart .coupon button.button {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 20px !important;
    border-radius: 4px !important;
}
.woocommerce-cart .coupon button.button:hover {
    background-color: #003f88 !important;
    color: #000 !important;
}

/* ===============================
   ৪. Delivery / Shipping Options টেক্সট
   =============================== */
.woocommerce-cart .shipping_calculator,
.woocommerce-cart .shipping-calculator-form,
.woocommerce-cart .woocommerce-shipping-totals,
.woocommerce-cart .shipping_method label,
.woocommerce-cart .shipping_method .amount {
    color: #000 !important;
}

/* ===============================
   ৫. Proceed to Checkout Button
   =============================== */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #000 !important;    /* black background */
    color: #fff !important;               /* white text */
    padding: 14px 30px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
    transition: background-color 0.3s ease !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #003f88 !important; /* hover BG */
    color: #000 !important;               /* hover text black */
}

/* ===============================
   ৬. Responsive Adjustment (Optional)
   =============================== */
/* মোবাইল-এ Cart Table স্ক্রলযোগ্য রাখতে */
@media (max-width: 768px) {
    .woocommerce-cart table.shop_table {
        width: 100% !important;
        display: block;
        overflow-x: auto;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        padding: 12px 20px !important;
    }
    
  













}/* End custom CSS */