.elementor-138 .elementor-element.elementor-element-581413da{--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 );}.elementor-138 .elementor-element.elementor-element-34afe9b5{width:100%;max-width:100%;}/* Start custom CSS for text-editor, class: .elementor-element-34afe9b5 *//* ============================================================
   🛒 COMPLETE CART PAGE CSS
   Privacy Policy Style | With Quantity Number + Arrows
   ============================================================ */


/* ============================================================
   SECTION 1: PAGE WRAPPER
   ============================================================ */
.woocommerce-cart .woocommerce,
.woocommerce-cart .entry-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 30px 70px;
    font-family: 'Segoe UI', Arial, sans-serif;
}


/* ============================================================
   SECTION 2: CART HEADER / TITLE
   ============================================================ */
.woocommerce-cart .entry-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 2.8rem;
    color: #1A1A2E;
    text-align: center;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.woocommerce-cart .entry-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #C9A84C;
    margin: 15px auto 0;
    border-radius: 2px;
}


/* ============================================================
   SECTION 3: CART TABLE
   ============================================================ */
.woocommerce-cart .woocommerce-cart-form {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #E8E8E8;
    overflow: hidden;
    padding: 5px 0;
}

/* ---------- Table Structure ---------- */
.woocommerce-cart table.shop_table {
    border-collapse: collapse;
    border: none !important;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

/* ---------- Table Header ---------- */
.woocommerce-cart table.shop_table thead {
    background: #F8F6F3;
    border-bottom: 2px solid #E8E8E8;
}

.woocommerce-cart table.shop_table thead th {
    padding: 16px 24px !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    color: #666666 !important;
    border: none !important;
    font-family: 'Arial', sans-serif !important;
}

/* ---------- Table Rows ---------- */
.woocommerce-cart table.shop_table tbody tr {
    border-bottom: 1px solid #E8E8E8 !important;
    transition: all 0.3s ease;
}

.woocommerce-cart table.shop_table tbody tr:hover {
    background: #FAF8F5 !important;
}

.woocommerce-cart table.shop_table tbody tr:last-child {
    border-bottom: none !important;
}

/* ---------- Table Cells ---------- */
.woocommerce-cart table.shop_table tbody td {
    padding: 20px 24px !important;
    border: none !important;
    vertical-align: middle !important;
}


/* ============================================================
   SECTION 4: PRODUCT IMAGE
   ============================================================ */
.woocommerce-cart .product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    border: 1px solid #E8E8E8 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .product-thumbnail img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


/* ============================================================
   SECTION 5: PRODUCT NAME
   ============================================================ */
.woocommerce-cart .product-name a {
    font-family: 'Georgia', serif !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #1A1A2E !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .product-name a:hover {
    color: #C9A84C !important;
}


/* ============================================================
   SECTION 6: PRODUCT PRICE
   ============================================================ */
.woocommerce-cart .product-price .amount {
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: #1A1A2E !important;
}

/* quantity input */
.woocommerce-cart table.shop_table td.product-quantity .quantity {
  display: inline-flex;
  align-items: center;
  background: white;
  border-radius: 60px;
  border: 1px solid #e2e2e8;
  overflow: hidden;
}
.woocommerce-cart table.shop_table td.product-quantity .quantity input.qty {
  width: 48px;
  height: 38px;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 500;
  font-size: 0.95rem;
  font-family: inherit;
  color: #1e1e2a;
  outline: none;
  padding: 0 4px;
}
.woocommerce-cart table.shop_table td.product-quantity .quantity .minus,
.woocommerce-cart table.shop_table td.product-quantity .quantity .plus {
  background: transparent;
  border: none;
  width: 32px;
  height: 38px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #3a3a4a;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
}
.woocommerce-cart table.shop_table td.product-quantity .quantity .minus:hover,
.woocommerce-cart table.shop_table td.product-quantity .quantity .plus:hover {
  background: #f0efea;
}



/* ============================================================
   SECTION 8: PRODUCT SUBTOTAL
   ============================================================ */
.woocommerce-cart .product-subtotal .amount {
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    color: #1A1A2E !important;
}


/* ============================================================
   SECTION 9: REMOVE BUTTON
   ============================================================ */
.woocommerce-cart .product-remove .remove {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    background: #FEF2F2 !important;
    color: #E94560 !important;
    border-radius: 50% !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
}

.woocommerce-cart .product-remove .remove:hover {
    background: #E94560 !important;
    color: #FFFFFF !important;
    transform: scale(1.1) rotate(90deg) !important;
    box-shadow: 0 4px 15px rgba(233, 69, 96, 0.3) !important;
}


/* ============================================================
   SECTION 10: COUPON SECTION
   ============================================================ */
.woocommerce-cart .coupon {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 20px 24px !important;
    border-top: 1px solid #E8E8E8 !important;
    background: #F8F6F3;
}

.woocommerce-cart .coupon label {
    display: none !important;
}

.woocommerce-cart .coupon input[type="text"] {
    flex: 1 !important;
    min-width: 200px !important;
    padding: 11px 18px !important;
    border: 1.5px solid #E8E8E8 !important;
    border-radius: 6px !important;
    font-size: 0.9rem !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    background: #FFFFFF !important;
    transition: all 0.3s ease !important;
    outline: none !important;
}

.woocommerce-cart .coupon input[type="text"]:focus {
    border-color: #C9A84C !important;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12) !important;
}

.woocommerce-cart .coupon button[type="submit"] {
    padding: 11px 30px !important;
    background: #1A1A2E !important;
    color: #FFFFFF !important;
    border: 1.5px solid #1A1A2E !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    font-family: 'Arial', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .coupon button[type="submit"]:hover {
    background: #C9A84C !important;
    border-color: #C9A84C !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(201, 168, 76, 0.3) !important;
}


/* ============================================================
   SECTION 11: UPDATE CART BUTTON
   ============================================================ */
.woocommerce-cart button[name="update_cart"] {
    padding: 11px 30px !important;
    background: #FFFFFF !important;
    color: #1A1A2E !important;
    border: 1.5px solid #E8E8E8 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    font-family: 'Arial', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-left: auto !important;
}

.woocommerce-cart button[name="update_cart"]:hover {
    background: #1A1A2E !important;
    color: #FFFFFF !important;
    border-color: #1A1A2E !important;
}


/* ============================================================
   SECTION 12: CART TOTALS (Sidebar Summary)
   ============================================================ */
.woocommerce-cart .cart-collaterals .cart_totals {
    border: 1px solid #E8E8E8 !important;
    background: #F8F6F3 !important;
    border-radius: 8px !important;
    padding: 30px 35px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06) !important;
    margin-top: 30px !important;
}

.woocommerce-cart .cart_totals h2 {
    font-family: 'Georgia', serif !important;
    font-size: 1.3rem !important;
    color: #1A1A2E !important;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #E8E8E8 !important;
    letter-spacing: -0.3px;
}

.woocommerce-cart .cart_totals table {
    border-collapse: collapse !important;
    width: 100% !important;
}

.woocommerce-cart .cart_totals tr {
    border-bottom: 1px solid #E8E8E8 !important;
}

.woocommerce-cart .cart_totals tr:last-child {
    border-bottom: none !important;
}

.woocommerce-cart .cart_totals th {
    padding: 12px 0 !important;
    font-weight: 600 !important;
    color: #666666 !important;
    font-size: 0.95rem !important;
    border: none !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
}

.woocommerce-cart .cart_totals td {
    padding: 12px 0 !important;
    text-align: right !important;
    border: none !important;
}

.woocommerce-cart .cart_totals .amount {
    font-weight: 600 !important;
    color: #1A1A2E !important;
}

.woocommerce-cart .cart_totals .order-total th {
    font-size: 1.05rem !important;
    color: #1A1A2E !important;
}

.woocommerce-cart .cart_totals .order-total .amount {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #C9A84C !important;
}


/* ============================================================
   SECTION 13: PROCEED TO CHECKOUT BUTTON
   ============================================================ */
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
    margin-top: 20px !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: block !important;
    width: 100% !important;
    padding: 16px 30px !important;
    background: #C9A84C !important;
    color: #FFFFFF !important;
    border: 2px solid #C9A84C !important;
    border-radius: 6px !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    font-family: 'Arial', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #1A1A2E !important;
    border-color: #1A1A2E !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 35px rgba(201, 168, 76, 0.35) !important;
}


/* ============================================================
   SECTION 14: EMPTY CART MESSAGE
   ============================================================ */
.woocommerce-cart .cart-empty {
    font-size: 1.3rem !important;
    font-weight: 300 !important;
    color: #1A1A2E !important;
    text-align: center !important;
    padding: 50px 30px !important;
    background: #FFFFFF !important;
    border: 2px dashed #E8E8E8 !important;
    border-radius: 8px !important;
    font-family: 'Georgia', serif !important;
}

.woocommerce-cart .cart-empty::before {
    content: '🛒 ' !important;
    font-size: 2.8rem !important;
    display: block !important;
    margin-bottom: 12px !important;
}

.woocommerce-cart .return-to-shop {
    text-align: center !important;
    margin-top: 25px !important;
}

.woocommerce-cart .return-to-shop .button {
    display: inline-block !important;
    padding: 14px 42px !important;
    background: #1A1A2E !important;
    color: #FFFFFF !important;
    border: 2px solid #1A1A2E !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    font-family: 'Arial', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .return-to-shop .button:hover {
    background: #C9A84C !important;
    border-color: #C9A84C !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(201, 168, 76, 0.3);
}


/* ============================================================
   SECTION 15: RESPONSIVE - MOBILE & TABLET
   ============================================================ */

/* ---------- 15.1: Tablets & Mobile ---------- */
@media (max-width: 768px) {
    
    /* Header */
    .woocommerce-cart .entry-title {
        font-size: 1.8rem;
    }
    
    .woocommerce-cart .entry-title::after {
        width: 60px;
        height: 3px;
    }
    
    /* Table - Stack Layout */
    .woocommerce-cart table.shop_table thead {
        display: none !important;
    }
    
    .woocommerce-cart table.shop_table tbody tr {
        display: block !important;
        padding: 15px 0 !important;
        border-bottom: 2px solid #E8E8E8 !important;
    }
    
    .woocommerce-cart table.shop_table tbody td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 8px 16px !important;
        border: none !important;
        text-align: right !important;
    }
    
    .woocommerce-cart table.shop_table tbody td::before {
        content: attr(data-title) !important;
        float: left !important;
        font-weight: 600 !important;
        color: #666666 !important;
        font-size: 0.75rem !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }
    
    /* Product Image */
    .woocommerce-cart .product-thumbnail img {
        width: 60px !important;
        height: 60px !important;
    }
    
    /* Mobile Quantity */
    .woocommerce-cart .product-quantity .quantity .qty {
        width: 52px !important;
        height: 40px !important;
        font-size: 0.9rem !important;
        padding-right: 26px !important;
    }
    
    .woocommerce-cart .product-quantity .quantity .qty-arrow-up,
    .woocommerce-cart .product-quantity .quantity .qty-arrow-down {
        width: 20px !important;
        height: 17px !important;
        font-size: 0.45rem !important;
    }
    
    .woocommerce-cart .product-quantity .quantity .qty-arrow-up::before,
    .woocommerce-cart .product-quantity .quantity .qty-arrow-down::before {
        font-size: 0.4rem !important;
    }
    
    /* Coupon */
    .woocommerce-cart .coupon {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        padding: 16px !important;
    }
    
    .woocommerce-cart .coupon input[type="text"] {
        min-width: auto !important;
        width: 100% !important;
    }
    
    .woocommerce-cart .coupon button[type="submit"] {
        width: 100% !important;
    }
    
    /* Update Cart */
    .woocommerce-cart button[name="update_cart"] {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    /* Totals */
    .woocommerce-cart .cart_totals {
        padding: 20px !important;
    }
    
    .woocommerce-cart .cart_totals .order-total .amount {
        font-size: 1.2rem !important;
    }
}

/* ---------- 15.2: Small Mobile ---------- */
@media (max-width: 480px) {
    
    /* Header */
    .woocommerce-cart .entry-title {
        font-size: 1.4rem;
    }
    
    /* Table Cells */
    .woocommerce-cart table.shop_table tbody td {
        padding: 6px 12px !important;
        font-size: 0.8rem !important;
    }
    
    /* Product Image */
    .woocommerce-cart .product-thumbnail img {
        width: 50px !important;
        height: 50px !important;
    }
    
    /* Mobile Quantity */
    .woocommerce-cart .product-quantity .quantity .qty {
        width: 44px !important;
        height: 34px !important;
        font-size: 0.8rem !important;
        padding-right: 22px !important;
    }
    
    .woocommerce-cart .product-quantity .quantity .qty-arrow-up,
    .woocommerce-cart .product-quantity .quantity .qty-arrow-down {
        width: 17px !important;
        height: 14px !important;
        font-size: 0.35rem !important;
    }
    
    .woocommerce-cart .product-quantity .quantity .qty-arrow-up::before,
    .woocommerce-cart .product-quantity .quantity .qty-arrow-down::before {
        font-size: 0.32rem !important;
    }
}/* End custom CSS */