.elementor-3613 .elementor-element.elementor-element-263f6750{--display:flex;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-7548a52b *//* 1. Global Cart Styling */
.woocommerce-cart .entry-content {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 20px;
}

/* 2. Product Table Styling */
.shop_table.cart {
    border: none !important;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: #fff !important;
}

.shop_table.cart thead th {
    background: #004d00 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 15px !important;
}

/* 3. Product Thumbnail & Name */
.cart_item .product-thumbnail img {
    border-radius: 10px;
    border: 1px solid #D4AF37;
    width: 80px !important;
}

.cart_item .product-name a {
    color: #004d00 !important;
    font-weight: 800 !important;
    font-size: 1.1rem;
}

.cart_item .product-name .variation dt {
    color: #D4AF37 !important;
    font-weight: 700;
}

/* 4. Price & Total Styling */
.product-price, .product-subtotal {
    font-weight: 800 !important;
    color: #333 !important;
}

.product-subtotal .amount {
    color: #004d00 !important;
    font-size: 1.2rem;
}

/* 5. Quantity Input Styling */
.quantity input.qty {
    border: 2px solid #004d00 !important;
    border-radius: 8px !important;
    font-weight: 800;
    color: #004d00;
}

/* 6. Cart Totals (Right Side) */
.cart-collaterals .cart_totals {
    background: #fff;
    padding: 25px !important;
    border-radius: 15px;
    border: 2px solid #D4AF37 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.cart_totals h2 {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #004d00 !important;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* 7. Proceed to Checkout Button */
.checkout-button {
    background: linear-gradient(135deg, #004d00 0%, #002200 100%) !important;
    color: #fff !important;
    padding: 20px !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0,77,0,0.2) !important;
    transition: 0.3s !important;
}

.checkout-button:hover {
    background: #D4AF37 !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3) !important;
}

/* 8. Coupon Styling */
.coupon input#coupon_code {
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    padding: 10px !important;
}

.coupon button.button {
    background: #fff !important;
    color: #004d00 !important;
    border: 2px solid #004d00 !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hashmi-container { padding: 10px; }
    .checkout-button { font-size: 1rem !important; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-263f6750 *//* 1. Global Cart Styling */
.woocommerce-cart .entry-content {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 20px;
}

/* 2. Product Table Styling */
.shop_table.cart {
    border: none !important;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: #fff !important;
}

.shop_table.cart thead th {
    background: #004d00 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 15px !important;
}

/* 3. Product Thumbnail & Name */
.cart_item .product-thumbnail img {
    border-radius: 10px;
    border: 1px solid #D4AF37;
    width: 80px !important;
}

.cart_item .product-name a {
    color: #004d00 !important;
    font-weight: 800 !important;
    font-size: 1.1rem;
}

.cart_item .product-name .variation dt {
    color: #D4AF37 !important;
    font-weight: 700;
}

/* 4. Price & Total Styling */
.product-price, .product-subtotal {
    font-weight: 800 !important;
    color: #333 !important;
}

.product-subtotal .amount {
    color: #004d00 !important;
    font-size: 1.2rem;
}

/* 5. Quantity Input Styling */
.quantity input.qty {
    border: 2px solid #004d00 !important;
    border-radius: 8px !important;
    font-weight: 800;
    color: #004d00;
}

/* 6. Cart Totals (Right Side) */
.cart-collaterals .cart_totals {
    background: #fff;
    padding: 25px !important;
    border-radius: 15px;
    border: 2px solid #D4AF37 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.cart_totals h2 {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #004d00 !important;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* 7. Proceed to Checkout Button */
.checkout-button {
    background: linear-gradient(135deg, #004d00 0%, #002200 100%) !important;
    color: #fff !important;
    padding: 20px !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0,77,0,0.2) !important;
    transition: 0.3s !important;
}

.checkout-button:hover {
    background: #D4AF37 !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3) !important;
}

/* 8. Coupon Styling */
.coupon input#coupon_code {
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    padding: 10px !important;
}

.coupon button.button {
    background: #fff !important;
    color: #004d00 !important;
    border: 2px solid #004d00 !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hashmi-container { padding: 10px; }
    .checkout-button { font-size: 1rem !important; }
}/* End custom CSS */