.elementor-110 .elementor-element.elementor-element-5624c7b{--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 container, class: .elementor-element-5624c7b *//* =========================================
   Onasy WooCommerce Cart Page Style
   تصميم صفحة سلة المشتريات
   ========================================= */

/* خلفية الصفحة */
body.woocommerce-cart {
  background: #FAFAFA !important;
  font-family: "Tajawal", sans-serif !important;
  color: #4B5563 !important;
}

/* إخفاء عنوان الصفحة الافتراضي إذا كان مزعج */
body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-title {
  font-family: "Alexandria", sans-serif !important;
  color: #31463d !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-bottom: 35px !important;
}

/* حاوية السلة */
body.woocommerce-cart .woocommerce {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 16px 70px;
  direction: rtl;
}

/* رسائل WooCommerce */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  background: #ffffff !important;
  color: #31463d !important;
  border: 1px solid rgba(49,70,61,0.10) !important;
  border-top: 4px solid #31463d !important;
  border-radius: 16px !important;
  font-family: "Tajawal", sans-serif !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

/* تقسيم الصفحة: جدول السلة + الإجماليات */
body.woocommerce-cart .woocommerce-cart-form {
  background: #ffffff;
  border: 1px solid rgba(49,70,61,0.08);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.035);
}

/* جدول المنتجات */
body.woocommerce-cart table.shop_table {
  border: none !important;
  border-collapse: collapse !important;
  width: 100%;
  margin: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
  border: none !important;
  border-bottom: 1px solid rgba(49,70,61,0.08) !important;
  padding: 18px 10px !important;
  color: #31463d !important;
  font-family: "Tajawal", sans-serif !important;
  vertical-align: middle !important;
  text-align: right !important;
}

/* عناوين الجدول */
body.woocommerce-cart table.shop_table thead th {
  font-family: "Alexandria", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #31463d !important;
  background: #FAFAFA !important;
}

/* صورة المنتج */
body.woocommerce-cart table.cart img,
body.woocommerce-cart .product-thumbnail img {
  width: 82px !important;
  height: 82px !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  border: 1px solid rgba(49,70,61,0.08);
  background: #FAFAFA;
}

/* اسم المنتج */
body.woocommerce-cart .product-name a {
  font-family: "Alexandria", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #31463d !important;
  text-decoration: none !important;
}

body.woocommerce-cart .product-name a:hover {
  color: #212f28 !important;
}

/* السعر */
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
  color: #31463d !important;
  font-weight: 600 !important;
}

/* زر حذف المنتج */
body.woocommerce-cart a.remove {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: rgba(49,70,61,0.06) !important;
  color: #31463d !important;
  font-size: 22px !important;
  line-height: 34px !important;
  text-align: center !important;
  transition: all 0.2s ease !important;
}

body.woocommerce-cart a.remove:hover {
  background: #31463d !important;
  color: #ffffff !important;
}

/* كمية المنتج */
body.woocommerce-cart .quantity input.qty {
  width: 86px !important;
  height: 46px !important;
  border: 1px solid rgba(49,70,61,0.14) !important;
  border-radius: 14px !important;
  background: #FAFAFA !important;
  color: #31463d !important;
  font-family: "Alexandria", sans-serif !important;
  font-size: 16px !important;
  text-align: center !important;
  box-shadow: none !important;
}

body.woocommerce-cart .quantity input.qty:focus {
  border-color: #31463d !important;
  background: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(49,70,61,0.08) !important;
}

/* منطقة الكوبون وتحديث السلة */
body.woocommerce-cart .actions {
  padding-top: 22px !important;
  border-bottom: none !important;
}

/* حقل الكوبون */
body.woocommerce-cart .coupon {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  float: right !important;
}

body.woocommerce-cart .coupon label {
  display: none !important;
}

body.woocommerce-cart .coupon input.input-text {
  width: 220px !important;
  height: 48px !important;
  border: 1px solid rgba(49,70,61,0.12) !important;
  border-radius: 14px !important;
  background: #FAFAFA !important;
  padding: 0 14px !important;
  font-family: "Tajawal", sans-serif !important;
  color: #31463d !important;
}

body.woocommerce-cart .coupon input.input-text:focus {
  border-color: #31463d !important;
  outline: none !important;
  background: #ffffff !important;
}

/* أزرار السلة */
body.woocommerce-cart button.button,
body.woocommerce-cart .button {
  height: 48px !important;
  border-radius: 14px !important;
  background: #31463d !important;
  color: #ffffff !important;
  border: none !important;
  font-family: "Alexandria", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0 20px !important;
  transition: all 0.25s ease !important;
}

body.woocommerce-cart button.button:hover,
body.woocommerce-cart .button:hover {
  background: #212f28 !important;
  transform: translateY(-1px);
}

/* زر تحديث السلة المعطل */
body.woocommerce-cart button.button:disabled,
body.woocommerce-cart button.button:disabled[disabled] {
  background: #d7dedb !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

/* صندوق إجماليات السلة */
body.woocommerce-cart .cart-collaterals {
  margin-top: 28px;
}

body.woocommerce-cart .cart_totals {
  background: #ffffff;
  border: 1px solid rgba(49,70,61,0.08);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.035);
  width: 42% !important;
  float: left !important;
}

/* عنوان الإجماليات */
body.woocommerce-cart .cart_totals h2 {
  font-family: "Alexandria", sans-serif !important;
  color: #31463d !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 18px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(49,70,61,0.10);
}

/* جدول الإجماليات */
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  padding: 15px 0 !important;
  border-bottom: 1px solid rgba(49,70,61,0.08) !important;
}

body.woocommerce-cart .cart_totals table.shop_table th {
  color: #31463d !important;
  font-weight: 600 !important;
}

body.woocommerce-cart .cart_totals table.shop_table td {
  text-align: left !important;
  color: #31463d !important;
}

/* الإجمالي النهائي */
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  font-family: "Alexandria", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  border-bottom: none !important;
}

/* زر المتابعة للدفع */
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 18px 0 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100% !important;
  min-height: 58px !important;
  background: #31463d !important;
  color: #ffffff !important;
  border-radius: 17px !important;
  font-family: "Alexandria", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 22px rgba(49,70,61,0.20) !important;
  transition: all 0.25s ease !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #212f28 !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(49,70,61,0.28) !important;
}

/* رسالة الشحن */
body.woocommerce-cart .woocommerce-shipping-destination,
body.woocommerce-cart .woocommerce-shipping-calculator {
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body.woocommerce-cart .shipping-calculator-button {
  color: #31463d !important;
  font-weight: 600 !important;
}

/* كروت الثقة أسفل السلة */
body.woocommerce-cart .cart-collaterals::after {
  content: "✓ دفع آمن   |   ✦ توصيل سريع داخل الإمارات   |   ◇ تغليف أنيق";
  display: block;
  clear: both;
  background: #ffffff;
  color: #31463d;
  border: 1px solid rgba(49,70,61,0.08);
  border-radius: 19px;
  padding: 18px 22px;
  margin-top: 28px;
  font-family: "Alexandria", sans-serif;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(0,0,0,0.03);
}

/* السلة الفارغة */
body.woocommerce-cart .cart-empty {
  background: #ffffff !important;
  border: 1px solid rgba(49,70,61,0.08) !important;
  border-radius: 24px !important;
  padding: 50px 24px !important;
  text-align: center !important;
  color: #31463d !important;
  font-family: "Alexandria", sans-serif !important;
  font-size: 22px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.035);
}

body.woocommerce-cart .return-to-shop {
  text-align: center !important;
}

body.woocommerce-cart .return-to-shop a.button {
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 18px !important;
}

/* توافق التابلت */
@media (max-width: 1024px) {
  body.woocommerce-cart .cart_totals {
    width: 100% !important;
    float: none !important;
  }
}

/* توافق الموبايل */
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce {
    padding: 24px 12px 50px;
  }

  body.woocommerce-cart .entry-title,
  body.woocommerce-cart .page-title {
    font-size: 28px !important;
    margin-bottom: 24px !important;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart_totals {
    padding: 18px;
    border-radius: 18px;
  }

  /* تحويل جدول السلة إلى كروت في الموبايل */
  body.woocommerce-cart table.cart thead {
    display: none !important;
  }

  body.woocommerce-cart table.cart,
  body.woocommerce-cart table.cart tbody,
  body.woocommerce-cart table.cart tr,
  body.woocommerce-cart table.cart td {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-cart table.cart tr.cart_item {
    background: #FAFAFA;
    border: 1px solid rgba(49,70,61,0.08);
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 16px;
    position: relative;
  }

  body.woocommerce-cart table.cart td {
    border-bottom: none !important;
    padding: 8px 0 !important;
    text-align: right !important;
  }

  body.woocommerce-cart .product-remove {
    position: absolute;
    top: 12px;
    left: 12px;
    width: auto !important;
  }

  body.woocommerce-cart .product-thumbnail {
    text-align: center !important;
    margin-bottom: 10px;
  }

  body.woocommerce-cart table.cart img,
  body.woocommerce-cart .product-thumbnail img {
    width: 120px !important;
    height: 120px !important;
  }

  body.woocommerce-cart .product-name {
    text-align: center !important;
  }

  body.woocommerce-cart .product-name a {
    font-size: 16px !important;
  }

  body.woocommerce-cart .product-price,
  body.woocommerce-cart .product-quantity,
  body.woocommerce-cart .product-subtotal {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top: 1px solid rgba(49,70,61,0.08) !important;
    padding-top: 12px !important;
  }

  body.woocommerce-cart .product-price::before {
    content: "السعر";
    color: #64748b;
    font-weight: 500;
  }

  body.woocommerce-cart .product-quantity::before {
    content: "الكمية";
    color: #64748b;
    font-weight: 500;
  }

  body.woocommerce-cart .product-subtotal::before {
    content: "المجموع";
    color: #64748b;
    font-weight: 500;
  }

  body.woocommerce-cart .actions {
    display: block !important;
  }

  body.woocommerce-cart .coupon {
    width: 100% !important;
    float: none !important;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px !important;
    margin-bottom: 14px !important;
  }

  body.woocommerce-cart .coupon input.input-text {
    width: 100% !important;
  }

  body.woocommerce-cart .actions button.button {
    width: 100% !important;
    margin-top: 8px !important;
  }

  body.woocommerce-cart .cart_totals h2 {
    font-size: 22px !important;
  }

  body.woocommerce-cart .cart-collaterals::after {
    content: "✓ دفع آمن  ·  ✦ توصيل سريع  ·  ◇ تغليف أنيق";
    font-size: 12px;
    line-height: 1.8;
  }
}/* End custom CSS */