.elementor-2273 .elementor-element.elementor-element-5a84068{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */body.woocommerce-cart,
body.woocommerce-page.woocommerce-cart {
  --bg: #eef5ff;
  --card: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --border: #dbe3ee;
  --primary: #1d4ed8;
  --primary-dark: #1e1b4b;
  --danger: #dc2626;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(circle at top right, rgba(30, 27, 75, 0.12), transparent 42%),
    radial-gradient(circle at bottom left, rgba(13, 148, 136, 0.14), transparent 44%),
    var(--bg) !important;
  color: var(--text);
}

/* Main two-column shell */
body.woocommerce-cart .woocommerce {
  max-width: 1140px;
  margin: 34px auto !important;
  padding: 0 16px !important;
}
body.woocommerce-cart .woocommerce-cart-form {
  float: left;
}
body.woocommerce-cart .cart-collaterals {
  
}
@media (max-width: 980px) {
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    width: 100% !important;
    float: none !important;
  }
  body.woocommerce-cart .cart-collaterals { margin-top: 16px; }
}

/* Left card */
body.woocommerce-cart form.woocommerce-cart-form {
  background: var(--card);
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  margin: 0 !important;
}

/* Transform table into card-like row list */
body.woocommerce-cart table.shop_table {
  border: 0 !important;
  margin: 0 !important;
  border-collapse: separate;
}
body.woocommerce-cart table.shop_table thead { display: none; }
body.woocommerce-cart table.shop_table tbody tr.cart_item {
  display: grid;
  grid-template-columns: 58px 1fr 150px 75px 70px 72px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
}
body.woocommerce-cart table.shop_table tbody tr.cart_item td {
  border: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .product-thumbnail img {
  width: 96px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 8px;
}
body.woocommerce-cart .product-name a {
  color: var(--primary-dark) !important;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
}
body.woocommerce-cart .product-name a:hover { color: var(--primary) !important; }
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
  color: var(--text);
  font-weight: 700;
  font-size: 30px;
}

/* Quantity like compact control */
body.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #a5b4fc;
  border-radius: 10px;
  overflow: hidden;
  height: 34px;
}
body.woocommerce-cart .quantity .qty {
  width: 58px;
  border: 0 !important;
  text-align: center;
  height: 34px;
  padding: 0;
}

/* Remove as red text on right */
body.woocommerce-cart td.product-remove a {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1;
  width: auto !important;
  height: auto !important;
}
body.woocommerce-cart td.product-remove a::after {
  content: "Remove";
  color: var(--danger);
  font-weight: 700;
  font-size: 14px;
}
body.woocommerce-cart td.product-remove a:hover::after { text-decoration: underline; }

/* Hide update/coupon area to match target screenshot */
body.woocommerce-cart table.cart td.actions .coupon,
body.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
  display: none !important;
}
body.woocommerce-cart table.cart td.actions {
  padding: 0 !important;
  border: 0 !important;
  height: 0 !important;
}

/* Right summary card */
body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
  background: var(--card);
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px;
}
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0 0 12px;
  color: var(--primary-dark);
  font-size: 1.35rem;
}
body.woocommerce-cart .cart-collaterals .shop_table {
  border: 0 !important;
  margin-bottom: 12px !important;
}
body.woocommerce-cart .cart-collaterals .shop_table th,
body.woocommerce-cart .cart-collaterals .shop_table td {
  border-top: 1px solid var(--border) !important;
  padding: 10px 0 !important;
}
body.woocommerce-cart .cart-collaterals .shop_table tr:first-child th,
body.woocommerce-cart .cart-collaterals .shop_table tr:first-child td {
  border-top: 0 !important;
}
body.woocommerce-cart .cart-collaterals .shop_table td {
  text-align: right;
  font-weight: 700;
  color: var(--text);
}

body.woocommerce-cart .wc-proceed-to-checkout { padding: 0 !important; }
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  border: 0 !important;
  border-radius: 12px !important;
  min-height: 48px;
  padding: 18px 20px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary)) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

/* Keep empty state usable */
body.woocommerce-cart .cart-empty.woocommerce-info {
  background: var(--card);
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 16px;
  box-shadow: var(--shadow);
  max-width: 1140px;
  margin: 24px auto 0 !important;
  padding: 20px;
  text-align: center;
}
body.woocommerce-cart .return-to-shop {
  text-align: center;
}
body.woocommerce-cart .return-to-shop .button {
  border: 0 !important;
  border-radius: 12px !important;
  min-height: 46px;
  padding: 0 20px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary)) !important;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button{
    border: 2px solid #0D9488;
    color: #0D9488;
    border-radius:10px;
    margin-top: 10px;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button:hover{
    border: 2px solid #0D9488;
    color: #0D9488;
    background-color: #CCFBF1;
    color: #0D9488;
    box-shadow: 0 6px 20px 0 rgba(13.000000000000016, 148, 136, .25);
    border-radius:10px;
    margin-top: 10px;
}
.woocommerce form .form-row .input-text{
    border: 1px solid #a5b4fc;
    padding: 15px;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .button{
    border: 2px solid #0D9488;
    color: #0D9488;
    border-radius:10px;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .button:hover{
     border: 2px solid #0D9488;
    color: #0D9488;
    background-color: #CCFBF1;
    color: #0D9488;
    box-shadow: 0 6px 20px 0 rgba(13.000000000000016, 148, 136, .25);
    border-radius:10px;
}
@media (max-width: 980px) {
  body.woocommerce-cart table.shop_table tbody tr.cart_item {
    grid-template-columns: 86px 1fr;
    gap: 8px 12px;
  }
  body.woocommerce-cart td.product-price,
  body.woocommerce-cart td.product-quantity,
  body.woocommerce-cart td.product-subtotal,
  body.woocommerce-cart td.product-remove {
    grid-column: 2;
  }
}/* End custom CSS */