.elementor-374 .elementor-element.elementor-element-2bb23d54{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-3f0fb4c1 *//* ---------- استایل دکمه‌های سبد خرید ووکامرس ---------- */

/* دکمه به‌روزرسانی سبد خرید */
.woocommerce-cart .actions .button {
  background-color: #00aaff !important;
  color: #fff !important;
  border-radius: 10px;
  border: none !important;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.woocommerce-cart .actions .button:hover {
  background-color: #0088cc !important;
  box-shadow: 0 0 10px rgba(0, 170, 255, 0.4);
}

/* دکمه ادامه جهت تسویه حساب */
.woocommerce a.checkout-button.button {
  background-color: #00aaff !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 14px 28px;
  font-weight: bold;
  font-size: 16px;
  border: none !important;
  transition: all 0.3s ease;
}

.woocommerce a.checkout-button.button:hover {
  background-color: #007fb3 !important;
  box-shadow: 0 0 12px rgba(0, 170, 255, 0.5);
}

/* ---------- باکس جمع کل سبد خرید (cart totals box) ---------- */

.woocommerce-cart .cart-collaterals .cart_totals {
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
  border: 1.5px solid rgba(0, 170, 255, 0.2);
  border-radius: 16px;
  padding: 25px 30px;
  box-shadow: 0 0 10px rgba(0, 170, 255, 0.05);
  transition: box-shadow 0.3s ease;
}

.woocommerce-cart .cart-collaterals .cart_totals:hover {
  box-shadow: 0 0 18px rgba(0, 170, 255, 0.1);
}

/* تیتر داخل باکس */
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 20px;
  color: #00aaff;
  border-bottom: 1px solid rgba(0, 170, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 20px;
  }

  .woocommerce a.checkout-button.button {
    width: 100%;
    text-align: center;
  }
}

/* ---------- استایل ردیف محصولات سبد خرید ---------- */

.woocommerce-cart table.shop_table.cart {
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;
}

.woocommerce-cart table.shop_table.cart tr.cart_item {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 170, 255, 0.05);
  transition: box-shadow 0.3s ease;
}

.woocommerce-cart table.shop_table.cart tr.cart_item:hover {
  box-shadow: 0 4px 18px rgba(0, 170, 255, 0.1);
}

.woocommerce-cart table.shop_table.cart td {
  vertical-align: middle;
  padding: 20px 15px !important;
  border: none !important;
}

/* تصویر محصول */
.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
  border-radius: 12px;
  max-width: 80px;
  box-shadow: 0 0 6px rgba(0, 170, 255, 0.07);
}

/* نام محصول */
.woocommerce-cart table.shop_table.cart td.product-name a {
  font-weight: 600;
  color: #0077aa;
  font-size: 16px;
}

/* قیمت، تعداد، جمع کل */
.woocommerce-cart table.shop_table.cart td.product-price,
.woocommerce-cart table.shop_table.cart td.product-quantity,
.woocommerce-cart table.shop_table.cart td.product-subtotal {
  font-weight: 500;
  color: #333;
}

/* حذف محصول */
.woocommerce-cart a.remove {
  background: #ff4444 !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 50% !important;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  transition: background 0.3s ease;
}

.woocommerce-cart a.remove:hover {
  background: #cc0000 !important;
}

/* ---------- ریسپانسیو ---------- */
@media (max-width: 768px) {
  .woocommerce-cart table.shop_table.cart td {
    padding: 15px 10px !important;
  }

  .woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    max-width: 60px;
  }
}

/* ---------- تعداد محصولات با استایل نئون ---------- */

.woocommerce-cart table.shop_table.cart td.product-quantity input.qty {
  width: 60px !important;
  border: 1.5px solid rgba(0, 204, 255, 0.4);
  border-radius: 12px;
  background-color: #fff;
  color: #000;
  padding: 8px 10px;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 204, 255, 0.1);
  transition: all 0.3s ease;
}

.woocommerce-cart table.shop_table.cart td.product-quantity input.qty:focus,
.woocommerce-cart table.shop_table.cart td.product-quantity input.qty:hover {
  box-shadow: 0 0 8px rgba(0, 204, 255, 0.25);
  outline: none !important;
}

/* ---------- آیکون حذف محصول با آیکون سطل زباله ---------- */

.woocommerce-cart a.remove {
  background: transparent !important;
  color: #ff4444 !important;
  border-radius: 50% !important;
  font-size: 0;
  width: 32px;
  height: 32px;
  position: relative;
  transition: all 0.3s ease;
}

/* اضافه کردن آیکون به دکمه حذف */
.woocommerce-cart a.remove::before {
  content: "\1F5D1"; /* Unicode آیکون سطل زباله */
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 32px;
  color: #ff4444;
  transition: color 0.3s ease;
}

.woocommerce-cart a.remove:hover::before {
  color: #cc0000;
  text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}


/* ---------- دکمه حذف با آیکون سطل زباله آبی ---------- */

.woocommerce-cart a.remove {
  background: transparent !important;
  color: #00aaff !important;
  border-radius: 50% !important;
  font-size: 0;
  width: 32px;
  height: 32px;
  position: relative;
  transition: all 0.3s ease;
}

/* اضافه کردن آیکون سطل زباله آبی */
.woocommerce-cart a.remove::before {
  content: "\1F5D1"; /* Unicode سطل زباله */
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 32px;
  color: #00aaff;
  transition: all 0.3s ease;
}

/* افکت هاور آبی تیره و نئون لطیف */
.woocommerce-cart a.remove:hover::before {
  color: #0077cc;
  text-shadow: 0 0 6px rgba(0, 170, 255, 0.3);
}



/* ---------- استایل برای دکمه های تغییر مقدار در سبد خرید ---------- */
.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* فاصله بین دکمه ها */
}

.woocommerce-cart .quantity input {
  width: 50px;
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  margin: 0; /* جلوگیری از فاصله اضافی */
}

.woocommerce-cart .quantity button {
  background-color: #00aaff;
  color: white;
  border: none;
  padding: 5px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

/* ---------- افکت هاور برای دکمه ها ---------- */
.woocommerce-cart .quantity button:hover {
  background-color: #0077cc;
}

/* ---------- حالت فوکوس و هاور برای دکمه ها ---------- */
.woocommerce-cart .quantity button:focus,
.woocommerce-cart .quantity button:hover {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 170, 255, 0.3);
}/* End custom CSS */