.elementor-82 .elementor-element.elementor-element-422a687b{--display:flex;}.elementor-82 .elementor-element.elementor-element-422a687b.e-con{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for text-editor, class: .elementor-element-5fb47955 *//* =========================================================
   NEW KANCH CREATION — CART PAGE CSS (FINAL v6)
   Paste in: Appearance > Customize > Additional CSS
   Changelog v6:
   1) WooCommerce notices (Cart updated / removed / empty) themed
   2) Remove/trash button -> smaller + responsive (br hidden)
   3) Mobile-actions price alignment fixed (flex works on tablet too)
   4) Proceed to checkout text centered (br hidden)
   5) Empty cart + Return to shop button themed & centered
   ========================================================= */

:root {
  --rs-maroon: #D6592B;
  --rs-maroon-dark: #D6592B;
  --rs-text: #2b2424;
  --rs-border: #ead9c8;
  --rs-cream: #fdf8f2;
}

/* ============ SAARA TEXT DARK ============ */
.woocommerce .cart,
.woocommerce .cart_totals,
.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce .product-name a,
.woocommerce .woocommerce-Price-amount,
.woocommerce .cart-subtotal,
.woocommerce .order-total {
  color: var(--rs-text) !important;
}

/* =========================================================
   1) WOOCOMMERCE NOTICES (Cart updated / removed / empty)
   ========================================================= */
.woocommerce-notices-wrapper { margin-bottom: 20px; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce .cart-empty.woocommerce-info {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 6px;
  background: var(--rs-cream) !important;
  color: var(--rs-text) !important;
  border: 1px solid var(--rs-border) !important;
  border-left: 4px solid var(--rs-maroon) !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  list-style: none !important;
  box-shadow: 0 4px 14px rgba(92, 26, 56, .06);
}

/* bell / info icon colour */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  position: static !important;
  margin-right: 4px;
  color: var(--rs-maroon) !important;
}

/* Undo / restore / buttons that sit inside a notice */
.woocommerce-message a.restore-item,
.woocommerce-info a.restore-item,
.woocommerce-message a.button,
.woocommerce-info a.button {
  margin-left: auto;
  color: var(--rs-maroon) !important;
  font-weight: 600;
  text-decoration: underline;
}

/* =========================================================
   CART TABLE
   ========================================================= */
.woocommerce table.shop_table {
  border: 1px solid var(--rs-border);
  border-radius: 14px;
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0;
  background: #ffffff;
}
.woocommerce table.shop_table thead th {
  background: var(--rs-maroon);
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: .3px;
  padding: 16px 18px;
  font-size: 15px;
  text-transform: uppercase;
}
.woocommerce table.shop_table td {
  padding: 18px;
  border-top: 1px solid var(--rs-border);
  vertical-align: middle;
}

/* ============ PRODUCT NAME ============ */
.woocommerce .product-name a {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: color .25s ease;
}
.woocommerce .product-name a:hover { color: var(--rs-maroon) !important; }

/* Desktop price under product name */
.woocommerce td.product-name .price {
  margin: 6px 0 0 !important;
  font-size: 15px;
  font-weight: 600;
  color: var(--rs-maroon) !important;
}

/* ============ PRODUCT IMAGE ============ */
.woocommerce .product-thumbnail img {
  width: 110px !important;
  height: auto !important;
  max-width: none;
  border-radius: 12px;
  border: 1px solid var(--rs-border);
}

/* ============ PRICES ============ */
.woocommerce .woocommerce-Price-amount { font-weight: 600; }

/* ============ QUANTITY BOX (- 1 +) ============ */
.woocommerce .quantity {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid var(--rs-border) !important;
  border-radius: 10px !important;
  overflow: hidden;
  background: #fff;
  width: auto !important;
  height: 44px;
  position: relative;
}
.woocommerce .quantity .ct-decrease,
.woocommerce .quantity .ct-increase {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 100%;
  margin: 0 !important;
  inset: auto !important;
  cursor: pointer;
  background: var(--rs-cream);
  color: var(--rs-maroon);
  font-size: 18px;
  line-height: 1;
}
.woocommerce .quantity .ct-decrease { order: 1; }
.woocommerce .quantity input.qty {
  order: 2;
  position: static !important;
  border: none !important;
  border-left: 1px solid var(--rs-border) !important;
  border-right: 1px solid var(--rs-border) !important;
  border-radius: 0 !important;
  width: 50px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  background: #fff;
  color: var(--rs-text);
  font-weight: 600;
  -moz-appearance: textfield;
}
.woocommerce .quantity .ct-increase { order: 3; }
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}

/* =========================================================
   2) REMOVE (trash) ICON  — chhota + responsive
   ========================================================= */
.woocommerce a.remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  font-size: 0 !important;          /* default × glyph hide, svg use ho raha */
  line-height: 1 !important;
  border-radius: 8px;
  background: transparent !important;
  color: var(--rs-maroon) !important;
  transition: transform .2s ease, background .2s ease;
}
/* Andar ke <br> tags height inflate kar rahe the -> hide */
.woocommerce a.remove br { display: none !important; }

.woocommerce a.remove:hover {
  transform: scale(1.12);
  background: var(--rs-cream) !important;
  color: var(--rs-maroon-dark) !important;
}
.woocommerce a.remove .ct-icon,
.woocommerce a.remove svg {
  width: 18px !important;
  height: 18px !important;
  fill: var(--rs-maroon) !important;
}

/* ============ COUPON FIELD ============ */
.woocommerce .coupon input.input-text {
  border: 1px solid var(--rs-border);
  border-radius: 10px;
  padding: 12px 16px;
  color: var(--rs-text);
  background: #fff;
}
.woocommerce .coupon input.input-text::placeholder { color: #9b8c80; }

/* ============ BUTTONS ============ */
.woocommerce .button,
.woocommerce button.button {
  background: var(--rs-maroon) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 13px 26px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: background .25s ease, transform .15s ease, box-shadow .25s ease;
}
.woocommerce .button:hover,
.woocommerce button.button:hover {
  background: var(--rs-maroon-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(92, 26, 56, .25);
}
.woocommerce button.button:disabled,
.woocommerce button.button[disabled] {
  background: #c9b6c0 !important;
  cursor: not-allowed; transform: none; box-shadow: none;
}

/* ============ CART TOTALS BOX ============ */
.woocommerce .cart_totals {
  background: var(--rs-cream);
  border: 1px solid var(--rs-border);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(92, 26, 56, .07);
}
.woocommerce .cart_totals h2 {
  color: var(--rs-maroon) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--rs-border);
}
.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
  padding: 14px 6px;
  font-size: 16px;
  border-top: 1px solid var(--rs-border);
}
.woocommerce .cart_totals .order-total th,
.woocommerce .cart_totals .order-total td strong {
  font-size: 19px;
  color: var(--rs-maroon) !important;
}

/* =========================================================
   3) MOBILE ACTIONS ROW (quantity  ×  price  🗑)
   NOTE: 'display' par !important NAHI lagaya — taaki Blocksy
   ka .ct-hidden-lg desktop par isko hide kar sake, aur
   tablet/mobile par ye proper flex row bane (price ab quantity
   ke saath inline aayega, upar nahi).
   ========================================================= */
.woocommerce .product-mobile-actions {
  display: flex;                 /* <-- intentionally no !important */
  flex-wrap: wrap;
  align-items: center !important;
  gap: 10px;
  margin-top: 14px;
}
.woocommerce .product-mobile-actions .quantity {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 150px !important;
  height: 40px;
}
.woocommerce .product-mobile-actions .quantity .ct-decrease,
.woocommerce .product-mobile-actions .quantity .ct-increase { width: 38px; }
.woocommerce .product-mobile-actions .quantity input.qty { width: 46px !important; }

.woocommerce .product-mobile-actions > p {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
}
.woocommerce .product-mobile-actions > p br { display: none !important; }

.woocommerce .product-mobile-actions .ct-product-multiply-symbol {
  color: var(--rs-text);
  font-size: 16px;
}
.woocommerce .product-mobile-actions .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 600;
  color: var(--rs-maroon) !important;
  white-space: nowrap;
}
.woocommerce .product-mobile-actions a.remove { margin-left: 2px; }

/* =========================================================
   4) PROCEED TO CHECKOUT — text center (br hide)
   ========================================================= */
.woocommerce .wc-proceed-to-checkout,
.woocommerce .wc-proceed-to-checkout p {
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout p a.checkout-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  width: 100% !important;
  box-sizing: border-box !important;
  background: var(--rs-maroon) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  padding: 16px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 18px 0 0 !important;
  transition: background .25s ease, transform .15s ease, box-shadow .25s ease;
}
/* br hide -> text neeche jaane ke bajaye center me */
.woocommerce .wc-proceed-to-checkout a.checkout-button br { display: none !important; }

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--rs-maroon-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(92, 26, 56, .3);
}

/* =========================================================
   5) EMPTY CART — message themed + Return to shop centered
   ========================================================= */
.woocommerce .wc-empty-cart-message,
.woocommerce .cart-empty {
  justify-content: center;
  text-align: center;
  font-size: 16px;
}
.woocommerce .wc-empty-cart-message { margin: 0 0 18px; }

.woocommerce .return-to-shop {
  text-align: center !important;
  margin-top: 12px !important;
}
.woocommerce .return-to-shop a.button.wc-backward {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  background: var(--rs-maroon) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  text-decoration: none;
}
/* br hide -> "Return to shop" text center, bottom me nahi */
.woocommerce .return-to-shop a.button.wc-backward br { display: none !important; }

.woocommerce .return-to-shop a.button.wc-backward:hover {
  background: var(--rs-maroon-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(92, 26, 56, .25);
}

/* =========================================================
   MOBILE VIEW — har item ek CARD
   ========================================================= */
@media (max-width: 768px) {

  .woocommerce .woocommerce-cart-form,
  .woocommerce table.shop_table {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .woocommerce table.shop_table thead { display: none !important; }

  .woocommerce table.shop_table tr.cart_item {
    display: grid !important;
    grid-template-columns: 84px 1fr;
    gap: 4px 14px;
    align-items: start;
    padding: 16px !important;
    border: 1px solid var(--rs-border) !important;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 14px;
  }

  /* Duplicate desktop columns hide */
  .woocommerce table.shop_table tr.cart_item td.product-quantity,
  .woocommerce table.shop_table tr.cart_item td.product-subtotal,
  .woocommerce table.shop_table tr.cart_item > td.product-remove {
    display: none !important;
  }

  .woocommerce table.shop_table tr.cart_item td {
    border: none !important;
    padding: 0 !important;
    width: auto !important;
    vertical-align: top;
  }

  .woocommerce td.product-thumbnail img { width: 84px !important; }
  .woocommerce td.product-name a { font-size: 15px; line-height: 1.35; }

  /* Coupon + buttons full width */
  .woocommerce .coupon { display: flex; flex-direction: column; gap: 10px; }
  .woocommerce .coupon input.input-text { width: 100% !important; }
  .woocommerce .button,
  .woocommerce button.button { width: 100% !important; }

  /* Cart totals */
  .woocommerce .cart_totals { margin-top: 22px; padding: 20px; }
  .woocommerce .cart_totals h2 { font-size: 22px !important; }

  /* Mobile me trash thoda chhota */
  .woocommerce .product-mobile-actions a.remove {
    width: 30px !important;
    height: 30px !important;
  }
  .woocommerce .product-mobile-actions a.remove .ct-icon,
  .woocommerce .product-mobile-actions a.remove svg {
    width: 16px !important;
    height: 16px !important;
  }

  /* Empty cart return-to-shop mobile full width */
  .woocommerce .return-to-shop a.button.wc-backward {
    width: 100% !important;
  }
}/* End custom CSS */