.elementor-1673 .elementor-element.elementor-element-1c6a3a7{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-63a3eb56 *//* WooCommerce Cart Page Clean & Clear Style */

/* 1. Fix Cart Totals Title Visibility */
.woocommerce-cart .cart_totals h2 {
    color: #111111 !important; /* টাইটেল স্পষ্ট কালো দেখাবে */
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding-bottom: 10px !important;
}

/* 2. Table Header Visibility */
.woocommerce-cart table.shop_table th {
    color: #ffffff !important; /* হেডার টেক্সট স্পষ্ট সাদা দেখাবে */
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

/* 3. Product Name & Prices Visibility */
.woocommerce-cart table.shop_table td.product-name a,
.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal {
    color: #ffffff !important;
    font-size: 15px !important;
}

/* 4. Quantity Input Style Fix */
.woocommerce-cart table.shop_table td.product-quantity input.qty {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 4px !important;
    padding: 5px !important;
}

/* 5. Clean Up Top Notices */
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info {
    background-color: #1f1f2e !important;
    color: #ffffff !important;
    border-left: 4px solid #6b63ff !important;
}/* End custom CSS */