.elementor-13 .elementor-element.elementor-element-09d6450{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-95b5c6c{--display:flex;}.elementor-13 .elementor-element.elementor-element-38b088c .title-product-recently{text-align:center;font-family:"Inter", Sans-serif;margin-bottom:1px;}@media(max-width:1024px){.elementor-13 .elementor-element.elementor-element-38b088c .title-product-recently{text-align:center;}}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-38b088c .title-product-recently{text-align:center;}}/* Start custom CSS for shortcode, class: .elementor-element-b90cd8f *//* SMABazaar Coupon Dropdown Styling */
.coupon {
    border-top: 1px solid #eee;
}

/* Create the Toggle Header */
.coupon::before {
    content: "Add coupons";
    display: inline-block;
    width: 100px;
    cursor: pointer;
    font-weight: 500;
    color: #555;
    position: relative;
}

/* The Dropdown Arrow */
.coupon::after {
    content: "\f107"; /* FontAwesome Arrow Down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    color: #999;
    padding-left: 10px;
}

/* Initially hide the actual input box */
.coupon input#coupon_code, 
.coupon .button[name="apply_coupon"] {
    display: none;
}

/* Show when active (we will trigger this with a tiny script) */
.coupon.active input#coupon_code, 
.coupon.active .button[name="apply_coupon"] {
    display: block !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-09d6450 *//* Modernize Cart Buttons */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .actions .button[name="update_cart"],
.woocommerce-cart .coupon .button[name="apply_coupon"] {
    background: linear-gradient(135deg, #d32f2f 0%, #8b0000 100%) !important;
    color: #ffffff !important;
    border-radius: 20px !important; /* Rounded for a modern feel */
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 4px 15px rgba(211, 47, 47, 0.2) !important;
}

/* Hover State */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .actions .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4) !important;
    background: linear-gradient(135deg, #8b0000 0%, #d32f2f 100%) !important;
}
/* Clean up the Cart Table */
.woocommerce-cart-form__contents thead th {
    background-color: #f9f9f9 !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #666;
    border: none !important;
}

.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #f0f0f0 !important;
}

/* Highlight the Prices */
.cart-subtotal .amount, 
.order-total .amount {
    color: #d32f2f !important;
    font-weight: 700 !important;
}

/* Modernize Input Fields (Coupon Box) */
.woocommerce-cart .coupon input#coupon_code {
    border-radius: 50px !important;
    padding: 10px 20px !important;
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
}
/* Rounded Product Images */
.woocommerce-cart table.cart img {
    border-radius: 8px !important;
    border: 1px solid #eee !important;
}

/* Remove "Available on Backorder" Badge for a cleaner look */
.backorder_notification {
    display: none !important;
}

/* Center Align Middle Column */
.woocommerce-cart table.cart td {
    vertical-align: middle !important;
}/* End custom CSS */