.elementor-7 .elementor-element.elementor-element-8c894d7{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-7 .elementor-element.elementor-element-8c894d7:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-8c894d7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f26d100 );}.elementor-7 .elementor-element.elementor-element-7615dc6{text-align:center;}.elementor-7 .elementor-element.elementor-element-7615dc6 .elementor-heading-title{color:#FFFFFF;}.elementor-7 .elementor-element.elementor-element-1afd9ce{--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;}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-dcf022a *//* =========================================
   WEP SHOP CART - CLEAN PREMIUM CSS
   WooCommerce / Elementor Cart
   ========================================= */

:root{
  --cart-primary: #98002e;
  --cart-primary-dark: #7f0227;
  --cart-accent: #62bdd8;
  --cart-accent-dark: #49abc8;
  --cart-bg: #f5f6f8;
  --cart-card: #ffffff;
  --cart-border: #e4e8ef;
  --cart-text: #273142;
  --cart-muted: #6e7b8f;
  --cart-shadow: 0 14px 35px rgba(24, 33, 52, 0.07);
  --cart-radius: 24px;
}

/* خلفية عامة */
body.woocommerce-cart,
.woocommerce-cart .site,
.woocommerce-cart .site-main,
.woocommerce-cart .elementor-widget-woocommerce-cart {
  background: var(--cart-bg);
}

/* الكونتينر الرئيسي */
.woocommerce .e-cart__container{
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 28px;
}

/* الأعمدة */
.woocommerce .e-cart__column{
  min-width: 0;
}

.woocommerce .e-cart__column-start{
  flex: 1 1 auto;
}

.woocommerce .e-cart__column-end{
  flex: 0 0 360px;
  max-width: 360px;
}

/* الكروت */
.woocommerce .e-shop-table,
.woocommerce .coupon.e-cart-section.shop_table,
.woocommerce .e-cart-totals.e-cart-section,
.woocommerce .cart_totals{
  background: var(--cart-card);
  border: 1px solid var(--cart-border);
  border-radius: var(--cart-radius);
  box-shadow: var(--cart-shadow);
  overflow: hidden;
}

/* =========================
   TABLE
   ========================= */

.woocommerce table.shop_table.cart{
  width: 100%;
  border: none !important;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  background: transparent;
}

.woocommerce table.shop_table.cart thead th{
  background: linear-gradient(135deg, var(--cart-primary) 0%, #b1003a 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 24px 18px;
  border: none !important;
  text-align: center;
}

.woocommerce table.shop_table.cart thead th:first-child{
  border-top-right-radius: 24px;
}

.woocommerce table.shop_table.cart thead th:last-child{
  border-top-left-radius: 24px;
}

.woocommerce table.shop_table.cart tbody tr.cart_item{
  background: #fff;
  transition: background .25s ease;
}

.woocommerce table.shop_table.cart tbody tr.cart_item:hover{
  background: #fcfdff;
}

.woocommerce table.shop_table.cart td{
  padding: 26px 18px !important;
  border-top: 1px solid var(--cart-border) !important;
  vertical-align: middle;
  text-align: center;
  color: var(--cart-text);
  background: transparent;
}

/* إزالة أي flex أو width قديم مكسر الجدول */
.woocommerce table.shop_table.cart tr,
.woocommerce table.shop_table.cart td,
.woocommerce table.shop_table.cart th{
  flex: unset !important;
}

/* remove */
.woocommerce table.shop_table.cart td.product-remove{
  width: 72px;
}

.woocommerce a.remove{
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: #fff;
  color: #000 !important;
  border: 1px solid #edd6de;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  transition: all .25s ease;
}

.woocommerce a.remove:hover{
  background: var(--cart-primary) !important;
  color: #fff !important;
  border-color: var(--cart-primary);
  transform: scale(1.05);
}

/* الصورة */
.woocommerce table.shop_table.cart td.product-thumbnail{
  width: 120px;
}

.woocommerce table.shop_table.cart td.product-thumbnail a{
  width: 118px;
  height: 118px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--cart-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.04);
}

.woocommerce table.shop_table.cart td.product-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* اسم المنتج */
.woocommerce table.shop_table.cart td.product-name{
  width: 42%;
  min-width: 280px;
  text-align: right !important;
}

.woocommerce table.shop_table.cart td.product-name a{
  display: block !important;
  color: var(--cart-accent);
  font-size: 17px;
  line-height: 1.95;
  font-weight: 800;
  text-decoration: none;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  writing-mode: horizontal-tb !important;
  text-align: right !important;
}

.woocommerce table.shop_table.cart td.product-name a:hover{
  color: var(--cart-primary);
}

/* السعر والمجموع */
.woocommerce table.shop_table.cart td.product-price,
.woocommerce table.shop_table.cart td.product-subtotal{
  white-space: nowrap;
}

.woocommerce table.shop_table.cart .woocommerce-Price-amount{
  font-size: 18px;
  font-weight: 800;
  color: var(--cart-text);
}

.woocommerce table.shop_table.cart .woocommerce-Price-currencySymbol{
  color: var(--cart-primary);
  font-weight: 900;
  margin-inline-end: 2px;
}

/* الكمية */
.woocommerce table.shop_table.cart td.product-quantity .quantity{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce table.shop_table.cart td.product-quantity input.qty{
  width: 92px;
  height: 46px;
  background: #f9fbfd;
  border: 1px solid #d7deea;
  border-radius: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--cart-text);
  padding: 0 10px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

/* row actions */
.woocommerce table.shop_table.cart td.actions{
  padding: 24px !important;
  background: #fbfcfe;
}

.woocommerce button[name="update_cart"]{
  display: none !important;
}

/* =========================
   COUPON
   ========================= */

.woocommerce .coupon.e-cart-section.shop_table{
  margin-top: 20px;
  padding: 18px;
}

.woocommerce .coupon .form-row{
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce .coupon input.input-text{
  height: 52px;
  min-width: 240px;
  border: 1px solid #d7deea;
  border-radius: 14px;
  background: #fff;
  padding: 0 16px;
  color: var(--cart-text);
  font-size: 15px;
}

.woocommerce .coupon input.input-text:focus{
  outline: none;
  border-color: var(--cart-accent);
  box-shadow: 0 0 0 4px rgba(98,189,216,0.12);
}

/* =========================
   BUTTONS
   ========================= */

.woocommerce button.button,
.woocommerce a.button,
.woocommerce .button.alt,
.woocommerce .checkout-button.button.alt,
.woocommerce .e-apply-coupon{
  height: 58px;
  border: none !important;
  border-radius: 18px !important;
  padding: 0 24px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--cart-accent) 0%, var(--cart-accent-dark) 100%) !important;
  box-shadow: 0 14px 28px rgba(98,189,216,0.28);
  transition: all .25s ease;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce .button.alt:hover,
.woocommerce .checkout-button.button.alt:hover,
.woocommerce .e-apply-coupon:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(98,189,216,0.34);
}

/* =========================
   TOTALS CARD
   ========================= */

.woocommerce .e-cart__column-inner.e-sticky-right-column{
  position: sticky;
  top: 30px;
}

.woocommerce .e-cart-totals.e-cart-section,
.woocommerce .cart_totals{
  padding: 0 !important;
}

.woocommerce .cart_totals h2{
  margin: 0;
  padding: 24px 24px 22px;
  background: linear-gradient(135deg, var(--cart-primary) 0%, #b1003a 100%);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}

.woocommerce .cart_totals table.shop_table{
  margin: 0;
  border: none !important;
  border-collapse: collapse;
}

.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td{
  border-top: 1px solid var(--cart-border) !important;
  padding: 22px 24px !important;
  font-size: 18px;
  background: #fff;
}

.woocommerce .cart_totals table.shop_table th{
  color: var(--cart-muted);
  font-weight: 800;
  text-align: right;
}

.woocommerce .cart_totals table.shop_table td{
  color: var(--cart-text);
  font-weight: 800;
  text-align: left;
}

.woocommerce .cart_totals tr.order-total th,
.woocommerce .cart_totals tr.order-total td{
  background: #fbfcff;
  font-size: 20px;
}

.woocommerce .cart_totals tr.order-total strong,
.woocommerce .cart_totals tr.order-total .amount{
  color: var(--cart-primary);
  font-weight: 900;
}

.woocommerce .wc-proceed-to-checkout{
  padding: 24px;
}

.woocommerce .wc-proceed-to-checkout .checkout-button{
  width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px !important;
  min-height: 62px;
}

/* =========================
   TABLET
   ========================= */

@media (max-width: 1100px){
  .woocommerce .e-cart__container{
    gap: 20px;
  }

  .woocommerce .e-cart__column-end{
    flex: 0 0 320px;
    max-width: 320px;
  }

  .woocommerce table.shop_table.cart td.product-name{
    min-width: 220px;
  }

  .woocommerce table.shop_table.cart td.product-name a{
    font-size: 16px;
    line-height: 1.85;
  }
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 767px){

  .woocommerce .e-cart__container{
    flex-direction: column;
    gap: 18px;
  }

  .woocommerce .e-cart__column-end,
  .woocommerce .e-cart__column-start{
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .woocommerce .e-cart__column-inner.e-sticky-right-column{
    position: static;
  }

  .woocommerce table.shop_table.cart thead{
    display: none;
  }

  .woocommerce table.shop_table.cart,
  .woocommerce table.shop_table.cart tbody,
  .woocommerce table.shop_table.cart tr,
  .woocommerce table.shop_table.cart td{
    display: block;
    width: 100% !important;
  }

  .woocommerce table.shop_table.cart tbody tr.cart_item{
    position: relative;
    padding: 18px 14px !important;
    border-bottom: 1px solid var(--cart-border);
  }

  .woocommerce table.shop_table.cart td{
    border: none !important;
    padding: 8px 0 !important;
    text-align: right !important;
  }

  .woocommerce table.shop_table.cart td.product-remove{
    position: absolute;
    top: 12px;
    left: 12px;
    width: auto !important;
    z-index: 2;
  }

  .woocommerce table.shop_table.cart td.product-thumbnail{
    width: 100% !important;
    margin-bottom: 8px;
  }

  .woocommerce table.shop_table.cart td.product-thumbnail a{
    width: 96px;
    height: 96px;
  }

  .woocommerce table.shop_table.cart td.product-name{
    width: 100% !important;
    min-width: 0 !important;
    margin-bottom: 6px;
    padding-left: 40px !important;
  }

  .woocommerce table.shop_table.cart td.product-name a{
    font-size: 15px;
    line-height: 1.8;
  }

  .woocommerce table.shop_table.cart td.product-price,
  .woocommerce table.shop_table.cart td.product-quantity,
  .woocommerce table.shop_table.cart td.product-subtotal{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .woocommerce table.shop_table.cart td.product-price::before{
    content: "السعر";
    color: var(--cart-muted);
    font-weight: 700;
  }

  .woocommerce table.shop_table.cart td.product-quantity::before{
    content: "الكمية";
    color: var(--cart-muted);
    font-weight: 700;
  }

  .woocommerce table.shop_table.cart td.product-subtotal::before{
    content: "المجموع";
    color: var(--cart-muted);
    font-weight: 700;
  }

  .woocommerce table.shop_table.cart td.product-quantity input.qty{
    width: 72px;
    height: 42px;
    font-size: 16px;
    border-radius: 12px;
  }

  .woocommerce .coupon .form-row{
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce .coupon input.input-text,
  .woocommerce .coupon .button,
  .woocommerce .wc-proceed-to-checkout .checkout-button{
    width: 100%;
  }

  .woocommerce .cart_totals h2{
    font-size: 21px;
  }

  .woocommerce .cart_totals table.shop_table th,
  .woocommerce .cart_totals table.shop_table td{
    padding: 16px 18px !important;
    font-size: 16px;
  }
}/* End custom CSS */