.elementor-7 .elementor-element.elementor-element-5e306d40{--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 *//* ============================================
   KRIDHA COLLECTION — CART PAGE CUSTOM CSS
   Paste in: Elementor > Site Settings > Custom CSS
   OR: Appearance > Customize > Additional CSS
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,400&family=Inter:wght@300;400;500&display=swap');

/* ── Global Cart Page Base ── */
.woocommerce-cart .site-main,
.woocommerce-cart #primary,
.woocommerce-cart #content {
    background: #FAF5EF;
    font-family: 'Inter', sans-serif;
}

/* ── Hide Default WooCommerce Clutter ── */
.woocommerce-cart .woocommerce-breadcrumb,
.woocommerce-cart .woocommerce-result-count { display: none !important; }

/* ── Page Title ── */
.woocommerce-cart h1.entry-title,
.woocommerce-cart h1.page-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #2C1A0E !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 1.5rem !important;
}

/* ============================================
   CART TABLE — PRODUCT ROWS AS CARDS
   ============================================ */

.woocommerce-cart table.shop_table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    background: transparent !important;
    border: none !important;
    width: 100% !important;
}

/* Hide table header */
.woocommerce-cart table.shop_table thead {
    display: none !important;
}

/* Each cart row = a white card */
.woocommerce-cart table.shop_table tbody tr.cart_item {
    background: #ffffff !important;
    transition: box-shadow 0.2s ease !important;
}
.woocommerce-cart table.shop_table tbody tr.cart_item:hover {
    box-shadow: 0 4px 20px rgba(44, 26, 14, 0.09) !important;
}

/* All cells inside cart row */
.woocommerce-cart table.shop_table tbody tr.cart_item td {
    padding: 16px 12px !important;
    border: none !important;
    border-top: 1px solid #E8D9C8 !important;
    border-bottom: 1px solid #E8D9C8 !important;
    vertical-align: middle !important;
    background: transparent !important;
}

/* Left edge rounded */
.woocommerce-cart table.shop_table tbody tr.cart_item td.product-remove {
    border-left: 1px solid #E8D9C8 !important;
    border-radius: 12px 0 0 12px !important;
    width: 48px !important;
    text-align: center !important;
    padding: 16px 6px !important;
}

/* Right edge rounded */
.woocommerce-cart table.shop_table tbody tr.cart_item td.product-subtotal {
    border-right: 1px solid #E8D9C8 !important;
    border-radius: 0 12px 12px 0 !important;
    text-align: right !important;
}

/* ── Remove (×) Button ── */
.woocommerce-cart td.product-remove a.remove {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    background: #FAF5EF !important;
    color: #C4A882 !important;
    font-size: 18px !important;
    border: 1px solid #E8D9C8 !important;
    text-decoration: none !important;
    transition: all 0.15s !important;
    margin: 0 auto !important;
    line-height: 1 !important;
}
.woocommerce-cart td.product-remove a.remove:hover {
    background: #FEF2F2 !important;
    color: #A0522D !important;
    border-color: #F5C27A !important;
}

/* ── Product Thumbnail ── */
.woocommerce-cart td.product-thumbnail {
    width: 90px !important;
    padding: 12px 8px !important;
}
.woocommerce-cart td.product-thumbnail img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block !important;
    border: 1px solid #E8D9C8 !important;
}

/* ── Product Name ── */
.woocommerce-cart td.product-name {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #2C1A0E !important;
    font-family: 'Inter', sans-serif !important;
}
.woocommerce-cart td.product-name a {
    color: #2C1A0E !important;
    text-decoration: none !important;
    transition: color 0.15s !important;
}
.woocommerce-cart td.product-name a:hover { color: #A0522D !important; }

.woocommerce-cart td.product-name dl.variation {
    margin-top: 6px !important;
}
.woocommerce-cart td.product-name dl.variation dt,
.woocommerce-cart td.product-name dl.variation dd {
    display: inline !important;
    margin: 0 2px 0 0 !important;
    font-size: 11.5px !important;
    color: #9B7B5E !important;
}
.woocommerce-cart td.product-name .backorder_notification {
    font-size: 11px !important;
    color: #A0522D !important;
    margin-top: 4px !important;
}

/* ── Price & Subtotal ── */
.woocommerce-cart td.product-price,
.woocommerce-cart td.product-subtotal {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #A0522D !important;
    font-family: 'Inter', sans-serif !important;
    white-space: nowrap !important;
}
.woocommerce-cart td.product-price del,
.woocommerce-cart td.product-subtotal del {
    display: block !important;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    color: #C4A882 !important;
}
.woocommerce-cart td.product-price ins,
.woocommerce-cart td.product-subtotal ins {
    text-decoration: none !important;
}

/* ── Quantity Input ── */
.woocommerce-cart td.product-quantity .quantity {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #D4B896 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    width: fit-content !important;
    background: #fff !important;
}
.woocommerce-cart td.product-quantity .quantity input[type="number"] {
    width: 44px !important;
    height: 36px !important;
    border: none !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #2C1A0E !important;
    font-family: 'Inter', sans-serif !important;
    background: #fff !important;
    outline: none !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}
.woocommerce-cart td.product-quantity .quantity input[type="number"]::-webkit-outer-spin-button,
.woocommerce-cart td.product-quantity .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

/* ============================================
   ACTIONS ROW — COUPON + UPDATE CART
   ============================================ */

.woocommerce-cart td.actions {
    background: transparent !important;
    border: none !important;
    padding: 12px 0 4px !important;
}

/* Coupon wrapper */
.woocommerce-cart td.actions .coupon {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #fff !important;
    border: 1px solid #E8D9C8 !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    margin-right: 10px !important;
    margin-bottom: 8px !important;
}

/* Coupon text input */
.woocommerce-cart td.actions .coupon input#coupon_code {
    border: 1px solid #D4B896 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #2C1A0E !important;
    font-family: 'Inter', sans-serif !important;
    background: #FAF5EF !important;
    outline: none !important;
    height: 38px !important;
    min-width: 180px !important;
    transition: border-color 0.15s !important;
}
.woocommerce-cart td.actions .coupon input#coupon_code::placeholder { color: #C4A882 !important; }
.woocommerce-cart td.actions .coupon input#coupon_code:focus { border-color: #A0522D !important; }

/* Apply Coupon button */
.woocommerce-cart td.actions .coupon button[name="apply_coupon"] {
    height: 38px !important;
    background: #2C1A0E !important;
    color: #F5E6D3 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0 18px !important;
    font-size: 13px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: background 0.15s !important;
    letter-spacing: 0.3px !important;
}
.woocommerce-cart td.actions .coupon button[name="apply_coupon"]:hover {
    background: #A0522D !important;
}

/* Update Cart button */
.woocommerce-cart td.actions button[name="update_cart"] {
    height: 38px !important;
    background: transparent !important;
    border: 1px solid #D4B896 !important;
    border-radius: 8px !important;
    color: #5C3D2E !important;
    padding: 0 18px !important;
    font-size: 13px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.15s !important;
    vertical-align: middle !important;
}
.woocommerce-cart td.actions button[name="update_cart"]:hover {
    background: #FAF5EF !important;
    border-color: #A0522D !important;
    color: #A0522D !important;
}

/* ============================================
   CART COLLATERALS — ORDER SUMMARY BOX
   ============================================ */

.woocommerce-cart .cart-collaterals {
    margin-top: 2rem !important;
}

/* Cart Totals heading */
.woocommerce-cart .cart_totals h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2C1A0E !important;
    margin-bottom: 1rem !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #E8D9C8 !important;
}

/* Totals table */
.woocommerce-cart .cart_totals table.shop_table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    background: #fff !important;
    border: 1px solid #E8D9C8 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    width: 100% !important;
}
.woocommerce-cart .cart_totals table.shop_table tr {
    background: transparent !important;
    box-shadow: none !important;
}
.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    border: none !important;
    border-top: 1px solid #F5EDE0 !important;
    padding: 12px 16px !important;
    font-size: 13.5px !important;
    font-family: 'Inter', sans-serif !important;
    background: transparent !important;
    border-radius: 0 !important;
}
.woocommerce-cart .cart_totals table.shop_table tr:first-child th,
.woocommerce-cart .cart_totals table.shop_table tr:first-child td {
    border-top: none !important;
}
.woocommerce-cart .cart_totals table.shop_table th {
    font-weight: 400 !important;
    color: #9B7B5E !important;
    width: 40% !important;
    vertical-align: top !important;
}
.woocommerce-cart .cart_totals table.shop_table td {
    text-align: right !important;
    font-weight: 500 !important;
    color: #2C1A0E !important;
}

/* Order Total row */
.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    font-size: 17px !important;
    font-weight: 600 !important;
    border-top: 2px solid #E8D9C8 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    color: #2C1A0E !important;
    background: #FFFBF7 !important;
}
.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    color: #A0522D !important;
}

/* Shipping options */
.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
    font-size: 12px !important;
    color: #9B7B5E !important;
    margin-top: 4px !important;
}
.woocommerce-cart .cart_totals ul#shipping_method {
    list-style: none !important;
    padding: 0 !important;
    margin: 6px 0 0 !important;
}
.woocommerce-cart .cart_totals ul#shipping_method li {
    font-size: 13px !important;
    color: #5C3D2E !important;
    padding: 3px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.woocommerce-cart .cart_totals ul#shipping_method input[type="radio"] {
    accent-color: #A0522D !important;
}

/* ── Proceed to Checkout Button ── */
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
    margin-top: 16px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    background: #2C1A0E !important;
    color: #F5E6D3 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px !important;
    font-size: 15px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    letter-spacing: 0.5px !important;
    transition: background 0.15s !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #A0522D !important;
    color: #fff !important;
}

/* ============================================
   CROSS-SELLS
   ============================================ */

.woocommerce-cart .cross-sells { margin-top: 2rem !important; }
.woocommerce-cart .cross-sells h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #2C1A0E !important;
    margin-bottom: 1rem !important;
}
.woocommerce-cart .cross-sells ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.woocommerce-cart .cross-sells ul.products li.product {
    background: #fff !important;
    border: 1px solid #E8D9C8 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}
.woocommerce-cart .cross-sells ul.products li.product:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(44, 26, 14, 0.10) !important;
}
.woocommerce-cart .cross-sells ul.products li.product img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    display: block !important;
}
.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #2C1A0E !important;
    font-family: 'Inter', sans-serif !important;
    padding: 10px 14px 4px !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}
.woocommerce-cart .cross-sells ul.products li.product .price {
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #A0522D !important;
    font-family: 'Inter', sans-serif !important;
    padding: 0 14px 10px !important;
    display: block !important;
}
.woocommerce-cart .cross-sells ul.products li.product .button {
    display: block !important;
    margin: 0 14px 14px !important;
    background: #2C1A0E !important;
    color: #F5E6D3 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 9px !important;
    font-size: 13px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background 0.15s !important;
}
.woocommerce-cart .cross-sells ul.products li.product .button:hover {
    background: #A0522D !important;
    color: #fff !important;
}

/* ============================================
   WOOCOMMERCE NOTICES
   ============================================ */

.woocommerce-cart .woocommerce-message {
    background: #FFF8EC !important;
    border-top: 3px solid #F5C27A !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    color: #5C3D2E !important;
    font-family: 'Inter', sans-serif !important;
    list-style: none !important;
    margin-bottom: 1rem !important;
}
.woocommerce-cart .woocommerce-info {
    background: #EFF6FF !important;
    border-top: 3px solid #60A5FA !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    color: #1E40AF !important;
    font-family: 'Inter', sans-serif !important;
    list-style: none !important;
    margin-bottom: 1rem !important;
}
.woocommerce-cart .woocommerce-error {
    background: #FEF2F2 !important;
    border-top: 3px solid #A0522D !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    color: #991B1B !important;
    font-family: 'Inter', sans-serif !important;
    list-style: none !important;
    margin-bottom: 1rem !important;
}

/* ============================================
   EMPTY CART STATE
   ============================================ */

.woocommerce-cart .cart-empty {
    text-align: center !important;
    font-size: 16px !important;
    color: #9B7B5E !important;
    padding: 3rem 1rem !important;
    font-family: 'Inter', sans-serif !important;
}
.woocommerce-cart p.return-to-shop {
    text-align: center !important;
    margin-top: 1rem !important;
}
.woocommerce-cart p.return-to-shop a.button {
    display: inline-block !important;
    background: #2C1A0E !important;
    color: #F5E6D3 !important;
    padding: 12px 30px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: background 0.15s !important;
}
.woocommerce-cart p.return-to-shop a.button:hover {
    background: #A0522D !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .woocommerce-cart table.shop_table tbody tr.cart_item td.product-thumbnail {
        display: none !important;
    }
    .woocommerce-cart td.actions .coupon {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
    .woocommerce-cart td.actions .coupon input#coupon_code {
        min-width: 0 !important;
        flex: 1 !important;
    }
    .woocommerce-cart .cross-sells ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 480px) {
    .woocommerce-cart .cross-sells ul.products {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================
   END KRIDHA CART CUSTOM CSS
   ============================================ *//* End custom CSS */