.elementor-828 .elementor-element.elementor-element-a20010c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:90px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-828 .elementor-element.elementor-element-11a3fe1{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-828 .elementor-element.elementor-element-249236c{background-color:#FFFFFF;padding:15px 15px 15px 15px;border-radius:18px 18px 18px 18px;box-shadow:0px 0px 10px -8px rgba(0,0,0,0.5);}body.elementor-page-828:not(.elementor-motion-effects-element-type-background), body.elementor-page-828 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EAF2FA;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-828 .elementor-element.elementor-element-a20010c{--content-width:1200px;}.elementor-828 .elementor-element.elementor-element-11a3fe1{--width:79%;}}/* Start custom CSS for shortcode, class: .elementor-element-249236c *//* ============================================================
   ELEMENTOR CART SHORTCODE — RESPONSIVE STYLING
   Paste into: Elementor > Custom CSS  OR  Appearance > Customize > Additional CSS
   ============================================================ */

/* ── Google Font Import (Nunito — clean & friendly) ──────── */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

/* ── Root Variables ──────────────────────────────────────── */
:root {
  --cart-bg:          #ffffff;
  --cart-border:      #e8ecf0;
  --cart-shadow:      0 4px 24px rgba(0, 0, 0, 0.08);
  --cart-radius:      16px;
  --row-hover:        #f5f8ff;
  --header-bg:        #f0f4f8;
  --accent:           #3b82f6;
  --accent-dark:      #2563eb;
  --text-main:        #0E2238;
  --text-muted:       #0E2238;
  --link-color:       #0A5494;
  --delete-color:     #ef4444;
  --delete-hover:     #dc2626;
  --total-bg:         #eff6ff;
  --total-border:     #bfdbfe;
  --font-main:        'Montserrat', sans-serif;
  --transition:       all 0.2s ease;
}

/* ── Cart Wrapper ────────────────────────────────────────── */
.elementor-widget-shortcode .woocommerce,
.elementor-widget-shortcode .cart-shortcode-wrap,
.woocommerce-cart .woocommerce,
.cart-shortcode-wrapper {
  font-family: var(--font-main) !important;
  color: var(--text-main);
}

/* Cart container card */
.elementor-widget-shortcode .shop_table,
.elementor-widget-shortcode table.cart,
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: var(--cart-bg) !important;
  border: 1px solid var(--cart-border) !important;
  border-radius: var(--cart-radius) !important;
  overflow: hidden !important;
  box-shadow: var(--cart-shadow) !important;
  font-family: var(--font-main) !important;
  margin-bottom: 0 !important;
}

/* ── Cart Title / Heading ────────────────────────────────── */
.elementor-widget-shortcode h2,
.elementor-widget-shortcode .cart-title,
.woocommerce-cart h1,
.woocommerce-cart h2 {
  font-family: var(--font-main) !important;
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: var(--text-main) !important;
  margin-bottom: 1.25rem !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ── Table Header Row ────────────────────────────────────── */
.woocommerce table.shop_table thead tr th,
.elementor-widget-shortcode table thead tr th {
  background: var(--header-bg) !important;
  color: var(--text-muted) !important;
  font-family: var(--font-main) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 14px 20px !important;
  border-bottom: 2px solid var(--cart-border) !important;
  white-space: nowrap;
}

/* First header: left-align "Item Name" */
.woocommerce table.shop_table thead tr th.product-name,
.elementor-widget-shortcode table thead tr th:first-child {
  text-align: left !important;
}

/* Last header: right-align "Price" */
.woocommerce table.shop_table thead tr th.product-price,
.woocommerce table.shop_table thead tr th.product-subtotal,
.elementor-widget-shortcode table thead tr th:last-child {
  text-align: right !important;
}

/* ── Table Body Rows ─────────────────────────────────────── */
.woocommerce table.shop_table tbody tr,
.elementor-widget-shortcode table tbody tr {
  transition: var(--transition);
  border-bottom: 1px solid var(--cart-border) !important;
}

.woocommerce table.shop_table tbody tr:hover,
.elementor-widget-shortcode table tbody tr:hover {
  background-color: var(--row-hover) !important;
}

.woocommerce table.shop_table tbody tr:last-child,
.elementor-widget-shortcode table tbody tr:last-child {
  border-bottom: none !important;
}

/* ── Table Cells ─────────────────────────────────────────── */
.woocommerce table.shop_table td,
.elementor-widget-shortcode table td {
  padding: 16px 20px !important;
  vertical-align: middle !important;
  font-family: var(--font-main) !important;
  font-size: 0.95rem !important;
  border: none !important;
  line-height: 1.5;
}

/* Item name cell — left aligned */
.woocommerce table.shop_table td.product-name,
.elementor-widget-shortcode table td:first-child {
  text-align: left !important;
  font-weight: 600 !important;
  color: var(--text-main) !important;
}

/* Product name link */
.woocommerce table.shop_table td.product-name a,
.elementor-widget-shortcode table td a {
  color: var(--link-color) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  transition: var(--transition);
}

.woocommerce table.shop_table td.product-name a:hover,
.elementor-widget-shortcode table td a:hover {
  color: var(--accent-dark) !important;
  text-decoration: underline !important;
}

/* Price cell — right aligned */
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal,
.elementor-widget-shortcode table td.price,
.elementor-widget-shortcode table td:nth-child(2) {
  text-align: right !important;
  font-weight: 700 !important;
  color: var(--text-main) !important;
  white-space: nowrap;
}

/* ── Delete / Remove Button ──────────────────────────────── */
.woocommerce table.shop_table td.product-remove,
.elementor-widget-shortcode table td.remove-item {
  text-align: center !important;
  width: 48px !important;
  padding: 16px 8px !important;
}

.woocommerce table.shop_table td.product-remove a,
.elementor-widget-shortcode .remove,
.elementor-widget-shortcode .delete-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  background: #fee2e2 !important;
  color: var(--delete-color) !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  transition: var(--transition) !important;
  border: none !important;
}

.woocommerce table.shop_table td.product-remove a:hover,
.elementor-widget-shortcode .remove:hover,
.elementor-widget-shortcode .delete-icon:hover {
  background: var(--delete-color) !important;
  color: #ffffff !important;
  transform: scale(1.1) !important;
}

/* ── Subtotal Row ────────────────────────────────────────── */
.woocommerce table.shop_table tfoot tr.cart-subtotal td,
.woocommerce table.shop_table tfoot tr.cart-subtotal th,
.elementor-widget-shortcode .subtotal-row td,
.elementor-widget-shortcode .subtotal-row th {
  background: #fafbfc !important;
  padding: 14px 20px !important;
  font-size: 0.9rem !important;
  color: var(--text-muted) !important;
  font-weight: 600 !important;
  border-top: 2px solid var(--cart-border) !important;
}

.woocommerce table.shop_table tfoot tr.cart-subtotal th,
.elementor-widget-shortcode .subtotal-row th {
  text-align: left !important;
}

.woocommerce table.shop_table tfoot tr.cart-subtotal td,
.elementor-widget-shortcode .subtotal-row td.amount {
  text-align: right !important;
}

/* ── Total Row ───────────────────────────────────────────── */
.woocommerce table.shop_table tfoot tr.order-total td,
.woocommerce table.shop_table tfoot tr.order-total th,
.elementor-widget-shortcode .total-row td,
.elementor-widget-shortcode .total-row th {
  background: var(--total-bg) !important;
  border-top: 2px solid var(--total-border) !important;
  padding: 16px 20px !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: var(--accent-dark) !important;
}

.woocommerce table.shop_table tfoot tr.order-total th,
.elementor-widget-shortcode .total-row th {
  text-align: left !important;
}

.woocommerce table.shop_table tfoot tr.order-total td,
.elementor-widget-shortcode .total-row td.amount {
  text-align: right !important;
}

.woocommerce table.shop_table tfoot tr.order-total .amount,
.elementor-widget-shortcode .total-row .amount {
  font-size: 1.2rem !important;
  font-weight: 800 !important;
}

/* ── Payment Icons Row (PayPal + Stripe) ─────────────────── */
.woocommerce table.shop_table tfoot tr.payment-methods td,
.elementor-widget-shortcode .payment-icons-row,
.elementor-widget-shortcode tfoot tr:last-child td,
.cart-payment-methods {
  text-align: center !important;
  padding: 16px 20px !important;
  background: #f8fafc !important;
  border-top: 2px solid var(--cart-border) !important;
}

/* Payment icons flex container */
.woocommerce table.shop_table tfoot tr.payment-methods td > *,
.elementor-widget-shortcode .payment-icons-wrap,
.payment-icons-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;          /* ← space between PayPal & Stripe */
  flex-wrap: wrap !important;
}

/* Individual payment images */
.woocommerce table.shop_table tfoot tr.payment-methods img,
.elementor-widget-shortcode .payment-icons-row img,
.payment-icons-container img,
.cart-payment-methods img {
  height: 28px !important;
  width: auto !important;
  object-fit: contain !important;
  opacity: 0.85;
  transition: var(--transition);
  margin: 0 !important;          /* reset any default margins */
}

.woocommerce table.shop_table tfoot tr.payment-methods img:hover,
.elementor-widget-shortcode .payment-icons-row img:hover,
.payment-icons-container img:hover {
  opacity: 1;
  transform: translateY(-1px);
}

/* PayPal and Stripe separator line between groups */
.payment-separator {
  display: inline-block;
  width: 1px;
  height: 24px;
  background: var(--cart-border);
  margin: 0 4px;
}

/* ── Checkout Button ─────────────────────────────────────── */
.woocommerce .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.button,
.elementor-widget-shortcode .checkout-btn {
  display: block !important;
  width: 100% !important;
  padding: 14px 24px !important;
  background: var(--accent) !important;
  color: #ffffff !important;
  font-family: var(--font-main) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  transition: var(--transition) !important;
  margin-top: 16px !important;
  letter-spacing: 0.02em;
}

.woocommerce .wc-proceed-to-checkout .checkout-button:hover,
.elementor-widget-shortcode .checkout-btn:hover {
  background: var(--accent-dark) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35) !important;
}

/* ── Cart Totals Section (if separate from table) ────────── */
.woocommerce .cart-collaterals .cart_totals,
.elementor-widget-shortcode .cart_totals {
  background: var(--cart-bg);
  border: 1px solid var(--cart-border);
  border-radius: var(--cart-radius);
  box-shadow: var(--cart-shadow);
  padding: 24px !important;
  font-family: var(--font-main) !important;
}

.woocommerce .cart_totals table,
.elementor-widget-shortcode .cart_totals table {
  width: 100% !important;
  border-collapse: collapse !important;
}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--cart-border) !important;
  font-family: var(--font-main) !important;
}

.woocommerce .cart_totals table th {
  text-align: left !important;
  color: var(--text-muted) !important;
  font-weight: 600 !important;
}

.woocommerce .cart_totals table td {
  text-align: right !important;
  font-weight: 700 !important;
}

/* ── Empty Cart State ────────────────────────────────────── */
.woocommerce .cart-empty,
.elementor-widget-shortcode .cart-empty {
  text-align: center !important;
  padding: 48px 24px !important;
  color: var(--text-muted) !important;
  font-family: var(--font-main) !important;
  font-size: 1rem !important;
}

/* ============================================================
   RESPONSIVE — TABLET  (max-width: 768px)
   ============================================================ */
@media (max-width: 768px) {

  .woocommerce table.shop_table,
  .elementor-widget-shortcode table.cart {
    border-radius: 12px !important;
  }

  /* Stack rows as cards on tablet */
  .woocommerce table.shop_table thead,
  .elementor-widget-shortcode table thead {
    display: none !important;             /* hide column headers */
  }

  .woocommerce table.shop_table tbody tr,
  .elementor-widget-shortcode table tbody tr {
    display: grid !important;
    grid-template-columns: 1fr auto auto !important;
    align-items: center !important;
    gap: 0 12px !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid var(--cart-border) !important;
  }

  .woocommerce table.shop_table td,
  .elementor-widget-shortcode table td {
    padding: 0 !important;
    border: none !important;
    display: block !important;
  }

  /* Item name spans full row first line */
  .woocommerce table.shop_table td.product-name,
  .elementor-widget-shortcode table td:first-child {
    grid-column: 1 / 2;
    font-size: 0.92rem !important;
  }

  /* Price on same row as name, right side */
  .woocommerce table.shop_table td.product-price,
  .woocommerce table.shop_table td.product-subtotal,
  .elementor-widget-shortcode table td:nth-child(2) {
    grid-column: 2 / 3;
    text-align: right !important;
    font-size: 0.92rem !important;
  }

  /* Delete icon, far right */
  .woocommerce table.shop_table td.product-remove,
  .elementor-widget-shortcode table td.remove-item {
    grid-column: 3 / 4;
    text-align: center !important;
    width: auto !important;
    padding: 0 !important;
  }

  /* Footer rows */
  .woocommerce table.shop_table tfoot tr.cart-subtotal td,
  .woocommerce table.shop_table tfoot tr.cart-subtotal th,
  .woocommerce table.shop_table tfoot tr.order-total td,
  .woocommerce table.shop_table tfoot tr.order-total th {
    padding: 12px 16px !important;
  }

  /* Payment icons wrap tighter */
  .payment-icons-container,
  .elementor-widget-shortcode .payment-icons-wrap {
    gap: 14px !important;
  }

  .woocommerce .cart_totals,
  .elementor-widget-shortcode .cart_totals {
    padding: 16px !important;
  }
}

/* ============================================================
   RESPONSIVE — MOBILE  (max-width: 480px)
   ============================================================ */
@media (max-width: 480px) {

  .woocommerce table.shop_table,
  .elementor-widget-shortcode table.cart {
    border-radius: 10px !important;
    font-size: 0.875rem !important;
  }

  /* Full-width card layout for each item */
  .woocommerce table.shop_table tbody tr,
  .elementor-widget-shortcode table tbody tr {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 14px !important;
    position: relative;
  }

  /* Item name — full width */
  .woocommerce table.shop_table td.product-name,
  .elementor-widget-shortcode table td:first-child {
    flex: 1 1 100% !important;
    padding-bottom: 6px !important;
    font-size: 0.9rem !important;
  }

  /* Price */
  .woocommerce table.shop_table td.product-price,
  .woocommerce table.shop_table td.product-subtotal,
  .elementor-widget-shortcode table td:nth-child(2) {
    flex: 1 !important;
    text-align: left !important;
    font-size: 0.95rem !important;
    color: var(--accent-dark) !important;
  }

  /* Delete icon pinned to right */
  .woocommerce table.shop_table td.product-remove,
  .elementor-widget-shortcode table td.remove-item {
    flex: 0 0 auto !important;
    padding: 0 !important;
    margin-left: auto !important;
  }

  /* Subtotal & total text */
  .woocommerce table.shop_table tfoot tr.cart-subtotal th,
  .woocommerce table.shop_table tfoot tr.order-total th {
    font-size: 0.85rem !important;
  }

  .woocommerce table.shop_table tfoot tr.order-total .amount {
    font-size: 1.05rem !important;
  }

  /* Payment icons stack if needed */
  .payment-icons-container,
  .elementor-widget-shortcode .payment-icons-wrap {
    gap: 10px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .woocommerce table.shop_table tfoot tr.payment-methods img,
  .payment-icons-container img {
    height: 22px !important;
  }

  /* Checkout button */
  .woocommerce .wc-proceed-to-checkout .checkout-button {
    font-size: 0.95rem !important;
    padding: 12px 16px !important;
  }
}

/* ============================================================
   PAYMENT ICONS: explicit gap fix (PayPal vs Stripe)
   Targets the last tfoot <td> that holds payment images
   ============================================================ */
.woocommerce table.shop_table tfoot tr:last-child td,
.elementor-widget-shortcode tfoot tr:last-child td,
.elementor-widget-shortcode .cart-payment-row td {
  padding: 14px 20px !important;
  text-align: center !important;
  background: #f8fafc !important;
}

/* Wrap the two payment badge images in a flex row with gap */
.woocommerce table.shop_table tfoot tr:last-child td img,
.elementor-widget-shortcode tfoot tr:last-child td img {
  display: inline-block !important;
  margin: 0 10px !important;  /* 10px space on each side = 20px between badges */
  vertical-align: middle !important;
  height: 28px !important;
  width: auto !important;
}

/* ============================================================
   UTILITY: smooth scroll & box-sizing
   ============================================================ */
.woocommerce *,
.elementor-widget-shortcode * {
  box-sizing: border-box;
}/* End custom CSS */