.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-37db0d91 *//* Cart Page Container */
.elementor-section.woocommerce {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
    max-width: 1000px;
    margin: auto;
}

/* Cart Table */
.woocommerce-cart table.shop_table {
    width: 100%;
    background-color: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: collapse;
    font-size: 16px;
    color: #222;
}

/* Table Headers */
.woocommerce-cart table.shop_table thead th {
    background: #f5f5f5;
    padding: 16px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

/* Table Cells */
.woocommerce-cart table.shop_table td {
    padding: 16px;
    border-bottom: 1px solid #eee;
}

/* Product Image Styling */
.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 60px;
    height: auto;
    border-radius: 10px;
}

/* Quantity Box */
.woocommerce-cart input.qty {
    width: 60px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

/* Coupon and Update Buttons */
.woocommerce-cart .actions .coupon input,
.woocommerce-cart .actions .coupon .button,
.woocommerce-cart .actions .button {
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    border: none;
    margin: 6px 0;
}

.woocommerce-cart .actions .coupon .button,
.woocommerce-cart .actions .button {
    background-color: #ff4f81;
    color: white;
    font-weight: bold;
    transition: 0.3s ease;
}

.woocommerce-cart .actions .coupon .button:hover,
.woocommerce-cart .actions .button:hover {
    background-color: #e64573;
}

/* Cart Totals Box */
.cart-collaterals .cart_totals {
    background: #fdfdfd;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    margin-top: 30px;
}

/* Checkout Button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #222;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    transition: 0.3s ease;
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #000;
}/* End custom CSS */