.elementor-16672 .elementor-element.elementor-element-1ac846f2{--display:flex;}.elementor-16672 .elementor-element.elementor-element-ab8c424{--display:flex;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-16672 .elementor-element.elementor-element-c6ccb82 .woocommerce-breadcrumb{color:#949494;font-family:"Vazirmatn", vazir_fd;}.elementor-16672 .elementor-element.elementor-element-c6ccb82 .woocommerce-breadcrumb > a{color:#8A8888;}.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 );}.elementor-16672 .elementor-element.elementor-element-395982e5{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-395982e5 */.woocommerce-cart .woocommerce table.shop_table {
  border: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  overflow: hidden;
 
}
.woocommerce-cart .product-name a {
  color: #333 !important; /* یا هر رنگ دیگه‌ای که دوست داری */
  font-weight: bold;
  text-decoration: none;
}


.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border: none !important;
}

.woocommerce-cart .woocommerce table.shop_table{
    border: 1px solid #F4F5F4 !important;
}
/* ردیف‌های جدول */
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td {
  padding: 18px;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid #009083;
}

/* تصویر محصول کوچیک‌تر بشه */
.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail img {
  width: 70px;
  height: auto;
  border-radius: 8px;
}

/* دکمه‌ها (مثلاً "ادامه جهت تسویه حساب") */
.woocommerce-cart .woocommerce .button {
  background-color: #009083;
  color: white !important;
  padding: 20px 28px !important;
  font-size: 17px !important;
  border: none;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
  font-weight: bold !important;
}

.woocommerce-cart .woocommerce .button:hover {
  background-color:#009083;
}

/* جعبه جمع کل سفارش */
.woocommerce-cart .cart-collaterals {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}

.woocommerce-cart .cart_totals h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}



/* کد تخفیف */
.woocommerce-cart .coupon input.input-text {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-left: 10px;
}

.woocommerce-cart .coupon .button {
  background-color:#009083;
  border-radius: 10px;
}

/* فونت و ریسپانسیو بودن */
body.woocommerce-cart {

}


.woocommerce-cart .cart_totals {
  background-color: #fafafa;
  border: 2px solid #009083; /* بنفش ملایم */
  border-radius: 16px;
  padding: 32px 24px;
  margin-top: 30px;
 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* عنوان "جمع کل سبد خرید" */
.woocommerce-cart .cart_totals h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #333;
}

/* ردیف‌های جدول جمع کل */
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  padding: 12px 0;
  font-size: 15px;
  color: #444;
  text-align: left;
}

/* استایل لینک “محاسبه هزینه حمل و نقل” */
.shipping-calculator-button {
  color:#009083;
  font-weight: bold;
}

.shipping-calculator-button:hover {
  text-decoration: underline;
}

/* دکمه "اقدام به پرداخت" */
.woocommerce-cart .cart_totals .checkout-button {
  background-color:#009083 !important;
  color: white;
  padding: 14px 28px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 12px;
  margin-top: 20px;
  display: block;
  text-align: center;
  transition: background-color 0.3s ease;
}

.woocommerce-cart .cart_totals .checkout-button:hover {
  background-color: #8e44ad;
}/* End custom CSS */