.elementor-524 .elementor-element.elementor-element-21b3f1e1{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-21b3f1e1 *//* ===== Cart Page ===== */
#cart-page {
  background: linear-gradient(135deg,#fff,#f7fbf8);
  padding: clamp(60px,8vw,100px) 20px;
  border-top: 1px solid #E8EDF0;
}
#cart-page .ics-wrap {
  max-width: 1000px;
  margin: 0 auto;
  font-family: system-ui, sans-serif;
}
#cart-page .ics-title {
  font-size: clamp(30px,5vw,50px);
  font-weight: 800;
  color: #22303a;
  margin-bottom: 12px;
  text-align:center;
}
#cart-page .ics-subtitle {
  font-size: 17px;
  color: #5b6876;
  margin-bottom: 32px;
  text-align:center;
}

/* box */
#cart-page .cart-box {
  background: #fff;
  border: 1px solid #E8EDF0;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  padding: 32px 28px;
}

/* table */
.woocommerce-cart table.shop_table {
  width:100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
}
.woocommerce-cart table.shop_table th {
  background:#f7fbf8;
  font-weight:700;
  color:#22303a;
  padding:14px 16px;
  text-align:left;
}
.woocommerce-cart table.shop_table td {
  padding:14px 16px;
  border:1px solid #E8EDF0;
  font-size:15px;
  color:#5b6876;
}
.woocommerce-cart table.shop_table td.product-remove a {
  color:#b3261e;
  font-weight:bold;
}

/* buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background:#6FBD4B !important;
  color:#fff !important;
  font-weight:700 !important;
  padding:12px 28px !important;
  border-radius:999px !important;
  font-size:16px !important;
  box-shadow:0 8px 20px rgba(111,189,75,.25);
  transition:all .25s ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background:#57a53c !important;
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(111,189,75,.35);
}

/* הודעת "עגלה ריקה" */
.woocommerce-cart .woocommerce-info {
  border:none !important;
  background:#f9fafb !important;
  color:#5b6876 !important;
  font-weight:500;
  border-radius:12px;
  padding:16px 20px;
  text-align:center;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
}
/* איקון כחול מיותר */
.woocommerce-cart .woocommerce-info::before {
  display:none !important;
}

/* כפתור "Return to shop" */
.woocommerce .return-to-shop {
  text-align:center;   /* ממרכז את הכפתור */
  margin-top:20px;
}
.woocommerce .return-to-shop a.button {
  background:#6FBD4B !important;
  color:#fff !important;
  font-weight:700 !important;
  padding:12px 28px !important;
  border-radius:999px !important;
  font-size:16px !important;
  box-shadow:0 8px 20px rgba(111,189,75,.25);
  display:inline-block;
  transition:all .25s ease;
}
.woocommerce .return-to-shop a.button:hover {
  background:#57a53c !important;
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(111,189,75,.35);
}

/* ===== Cart table responsive fix ===== */
@media (max-width: 768px) {
  .woocommerce-cart table.shop_table,
  .woocommerce-cart table.shop_table thead,
  .woocommerce-cart table.shop_table tbody,
  .woocommerce-cart table.shop_table th,
  .woocommerce-cart table.shop_table td,
  .woocommerce-cart table.shop_table tr {
    display: block;
    width: 100%;
  }

  /* מסתירים כותרות עליונות */
  .woocommerce-cart table.shop_table thead {
    display: none;
  }

  /* כל שורה הופכת לכרטיס */
  .woocommerce-cart table.shop_table tr {
    margin-bottom: 20px;
    border: 1px solid #E8EDF0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    padding: 12px;
    background: #fff;
  }

  /* כל תא הופך לשורה נפרדת */
  .woocommerce-cart table.shop_table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #E8EDF0;
    font-size: 14px;
  }
  .woocommerce-cart table.shop_table td:last-child {
    border-bottom: none;
  }

  /* שם העמודה לפני כל ערך */
  .woocommerce-cart table.shop_table td::before {
    content: attr(data-title);
    font-weight: 600;
    color: #22303a;
    flex: 1;
    text-align: left;
  }

  .woocommerce-cart table.shop_table td {
    text-align: right;
  }

  /* כפתור remove */
  .woocommerce-cart table.shop_table td.product-remove {
    text-align: center;
  }
}/* End custom CSS */