.elementor-11 .elementor-element.elementor-element-75d0375{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-11 .elementor-element.elementor-element-75d0375:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-75d0375 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFF0F5;}.elementor-11 .elementor-element.elementor-element-b73d841 .shop_table .button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-11 .elementor-element.elementor-element-b73d841 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-accent );}.elementor-11 .elementor-element.elementor-element-b73d841{--sections-title-color:var( --e-global-color-secondary );--links-normal-color:var( --e-global-color-accent );--sections-radio-buttons-color:var( --e-global-color-accent );--forms-buttons-normal-text-color:var( --e-global-color-5bf8b19 );--forms-buttons-border-type:none;--order-summary-remove-icon-hover-color:var( --e-global-color-primary );--checkout-button-normal-text-color:var( --e-global-color-5bf8b19 );}.elementor-11 .elementor-element.elementor-element-b73d841 {--sections-descriptions-color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-b73d841 .coupon .input-text, .elementor-11 .elementor-element.elementor-element-b73d841 .cart-collaterals .input-text, .elementor-11 .elementor-element.elementor-element-b73d841 select, .elementor-11 .elementor-element.elementor-element-b73d841 .select2-selection--single{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}body.elementor-page-11:not(.elementor-motion-effects-element-type-background), body.elementor-page-11 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-11 .elementor-element.elementor-element-75d0375{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-11 .elementor-element.elementor-element-b73d841{--sections-padding:20px 20px 20px 20px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-b73d841 *//* Cart Card Design */

/* High Specificity Reset */
body .woocommerce table.shop_table.cart,
table.wpr-shop-table,
.shop_table.cart {
  border-collapse: collapse !important;
  border: none !important;
}

body .woocommerce table.shop_table.cart tbody,
table.wpr-shop-table tbody,
.shop_table.cart tbody,
body .woocommerce table.shop_table.cart tr.cart_item,
table.wpr-shop-table tr.cart_item,
.shop_table.cart tr.cart_item,
body .woocommerce table.shop_table.cart td,
table.wpr-shop-table td,
.shop_table.cart td {
  /* display: block !important; */
  width: 100% !important;
  box-sizing: border-box !important;
}

.shop_table.cart thead,
table.wpr-shop-table thead {
  display: none !important;
}

/* 2. CARD CONTAINER */
body .woocommerce table.shop_table.cart tr.cart_item,
table.wpr-shop-table tr.cart_item,
tr.cart_item {
  background: #fff;
  margin-bottom: 24px;
  padding: 0;
  border: 1px solid #eee !important;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);

  /* GRID LAYOUT: [Image] [Content] */
  display: flex !important;
  align-items: start !important;
  gap: 20px !important;
  padding: 24px !important;
}

/* 3. IMAGE CELL */
td.product-thumbnail {
  padding: 0 !important;
  border: none !important;
  grid-column: 1 !important;
  grid-row: 1 / span 4 !important; /* Force tall span */
  width: 80px !important;
  max-width: 80px !important;
}

td.product-thumbnail img {
  width: 100% !important;
  height: 80px !important; /* Fixed Square */
  border-radius: 8px;
  display: block;
  object-fit: cover !important;
}

/* 4. PRODUCT CONTENT CELL */
td.product-name,
body .woocommerce table.shop_table.cart td.product-name {
  padding: 0 !important;
  border: none !important;
  grid-column: 2 !important;
  width: 100% !important;
  position: static !important; /* Static so children locate relative to TR or self? No, see below */
}

/* TITLE Styling */
td.product-name a:not(.remove) {
  font-weight: 700;
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
  display: inline-block; /* Inline so Badge fits next to it? */
  /* Actually Flex is better for Badge + Title */
  line-height: 1.2;
  margin-right: 120px; /* Space for Price + Delete */
}

/* 5. VARIATION BOX */
dl.variation {
  display: block !important;
  width: 100% !important;
  margin-top: 15px !important;
  background: #f8f9fa !important;
  padding: 15px !important;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #444;
  border: 1px solid #eef0f2;
  clear: both;
}

dl.variation dt {
  display: none !important;
}

dl.variation dd,
dl.variation dd p {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: baseline !important;
  width: 100% !important;
  line-height: 1.5;
}
dl.variation dd p.processed-variation.multi-item-variation.processed-var {
  flex-direction: column !important;
}

.variation-row {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: baseline !important;
  margin: 0 0 5px 0 !important;
  width: 100%;
}

.variation-qty {
  margin-right: 4px;
  color: #777;
  white-space: nowrap !important;
}

.ppom-option-label-price {
  font-weight: 700;
  color: #333;
  margin-left: auto !important;
  white-space: nowrap !important;
}

/* 6. PRICE & REMOVE - ABSOLUTE POSITION "ONE LINE" */
/* We position them relative to tr.cart_item */

/* Price: Top Right, Left of Delete */
td.product-subtotal,
body .woocommerce table.shop_table.cart td.product-subtotal {
  padding: 0 !important;
  border: none !important;
  position: absolute !important;
  top: 24px; /* Align with Title top */
  right: 70px; /* 30px (btn) + 20px (gap) + 20px (card pad) */
  text-align: right !important;
  width: auto !important;
  font-weight: 700;
  color: #333; /* Black price per image */
  font-size: 1.1rem;
  display: block !important;
  height: auto !important;
  line-height: 1.2;
  background: transparent !important;
}

/* Remove Button: Top Right Corner */
td.product-remove {
  pointer-events: none;
  padding: 0 !important;
  border: none !important;
  position: absolute !important;
  top: 20px; /* Aligned */
  right: 20px;
  width: auto !important;
  height: auto !important;
  z-index: 20;
  background: transparent !important;
}

a.remove {
  pointer-events: all;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ddd;
  color: #999 !important; /* Default icon color */
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s ease;
}

a.remove svg {
  display: block;
  stroke: currentColor;
}

a.remove:hover {
  color: #e74c3c !important; /* Red Icon on Hover */
  border-color: #e74c3c;
  background: #fff5f5 !important;
}

/* Target the remove link in the cart */
td.product-remove a.remove {
  /* Hide the default "x" text */
  color: transparent !important;
  background: transparent !important; /* Remove red circle background if present */
  border: none !important;
  position: relative;
  width: 24px; /* Adjust size */
  height: 24px;
}

/* Optional: Hover effect */
.woocommerce a.remove:hover::before {
  color: darkred;
}

a.remove:hover {
  color: #e74c3c !important;
  border-color: #e74c3c;
  background: #fff5f5 !important;
}

/* 7. HIDE UNWANTED COLUMNS */
td.product-quantity,
.product-quantity {
  display: none !important;
}

/* 8. BADGE STYLING */
/* Injected into Title area */
.cart-qty-badge {
  display: inline-block;
  background: #ff0000;
  color: white !important;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.85em;
  margin-right: 10px;
  vertical-align: middle;
  line-height: normal;
  transform: translateY(-2px); /* Slight tweak for optical alignment */
}

/* Fix Actions */
tr:not(.cart_item) td.actions {
  background: transparent !important;
  border: none !important;
  padding: 20px 0 !important;
  display: block !important;
  text-align: right !important;
}

td[data-title]::before {
  content: none !important;
}
.e-shop-table.e-cart-section td.product-quantity.processed-qty {
  display: none !important;
}
.elementor-widget-woocommerce-cart .woocommerce .remove {
  width: fit-content !important;
  margin-left: auto !important;
}
.elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  tbody
  tr:first-child
  td.product-price {
  display: none !important;
}
.elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  table.shop_table_responsive
  tbody
  th,
.elementor-widget-woocommerce-cart
  .woocommerce-page
  .cart_totals
  table.shop_table_responsive
  tbody
  th {
  display: block !important;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price {
  display: none !important;
}
@media (max-width: 576px) {
  body .woocommerce table.shop_table.cart tr.cart_item,
  table.wpr-shop-table tr.cart_item,
  tr.cart_item {
    flex-direction: column;
  }
  td.product-name a:not(.remove) {
    margin: 0;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: "";
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
  .woocommerce-Price-amount.amount,
  .woocommerce-Price-currencySymbol {
    font-size: 18px !important;
  }
  td.product-subtotal,
  body .woocommerce table.shop_table.cart td.product-subtotal {
    right: 50px;
  }
  body .woocommerce table.shop_table.cart tr.cart_item,
  table.wpr-shop-table tr.cart_item,
  tr.cart_item {
    padding: 10px !important;
  }
  .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    tbody
    tr:first-child
    td.product-price,
  .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price {
    display: block !important;
    padding: 0;
  }
  .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    tbody
    td.product-price
    .amount {
    font-weight: 600;
  }
  .e-shop-table.e-cart-section
    .woocommerce-cart-form__cart-item.cart_item
    td.product-subtotal {
    display: none !important;
  }
  .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{
      display: block !important;
  }
}/* End custom CSS */