


/* دکمه افزودن به سبد خرید در صفحه تکی محصول */
button.single_add_to_cart_button {
    background-color: #28a745 !important;     /* سبز روشن */
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    display: block;
    text-align: center;
}

/* افکت هاور */
button.single_add_to_cart_button:hover {
    background-color: #218838 !important;
    transform: scale(1.03);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}


/* جدول مشخصات فنی با طراحی مدرن و مینیمال */
body.single-product table {
  width: 100%;

  background-color: #fff;
  border: 1px solid #e5e7eb; /* خط دور کمرنگ و مدرن */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
/* ردیف‌ها با تفاوت ملایم پس‌زمینه */
body.single-product table tr:nth-child(even) {
  background-color: #f9fafb;
}

/* سلول‌ها */
body.single-product table td {
  border-bottom: 2px solid #e5e7eb; /* خط جداکننده ملایم اما مشخص */
  color: #1e293b;
}


/* ستون عنوان (سمت راست) با تأکید ملایم */
body.single-product table td:first-child {
  font-weight: 600;
  color: #0f172a;
  background-color: #f3f4f6; /* خاکستری خیلی روشن */
  width: 30%;
  border-left: 2px solid #10b981; /* خط باریک سبز ملایم */
}

/* واکنش‌گرا برای موبایل */
@media (max-width: 768px) {
  body.single-product table td {
    padding: 10px 12px;
    font-size: 14px;
  }
}

.woocommerce-product-details__short-description ul li {
  position: relative;
  padding: 1px 1px 1px 0;
  color: #374151;
  border-bottom: 1px solid #e5e7eb; /* خط جداکننده کم‌رنگ */
}

/* تغییر رنگ نقطه‌ها به نارنجی */
.woocommerce-product-details__short-description ul li::marker {
  color: #e55700; /* رنگ نارنجی */
}


.sub_titile_bls {
  font-weight: 700;
  color: #1f2937; /* خاکستری تیره مدرن */
  background: linear-gradient(to left, #f97316 0%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 6px;
  border-bottom: 2px solid #f97316; /* خط نارنجی زیر عنوان */
  display: inline-block;
}

/* لیست با فلش نارنجی برای کلاس chartlist */
ul.chartlist {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  direction: rtl;
}

ul.chartlist li {
  position: relative;
  padding-right: 24px;
  margin-bottom: 6px;
  font-size: 15px;
  color: #1e293b;
  line-height: 1.8;
}


@media (max-width: 768px) {


  .single-breadcrumbs-wrapper {
    padding: 8px 10px;
    font-size: 1px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  }

  .yoast-breadcrumb a {
    font-size: 14px;
  }

  .yoast-breadcrumb span {
    margin: 0 2px;
    font-size: 13px;
  }



.woocommerce .product-grid-item .wd-entities-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
	line-height:1.6 !important;
}
body.search .elementor-element-6a99f0bd {
    display: none !important;
}
.widget-title {
    font-size: 18px; /* اندازه فونت دلخواهت */
    font-weight: 600; /* ضخامت بیشتر برای دیده شدن بهتر */
    color: #333; /* رنگ دلخواه */
    margin-bottom: 15px;
}
/* تغییر سایز تصویر محصول در موبایل */
@media (max-width: 768px) {
    .product-wrapper .product-element-top img {
        width: 220px !important;   /* عرض کوچکتر تصویر */
        height: auto !important;   /* حفظ نسبت تصویر */
    }

    /* بزرگ‌تر کردن قیمت در موبایل */
    .product-wrapper .price {
        font-size:  !important;  /* اندازه فونت بزرگ‌تر */
        font-weight: bold;             /* پررنگ کردن قیمت */
        color: #e74c3c;               /* تغییر رنگ اختیاری */
    }
}

span.price .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 600;
}

/* سایز مخصوص موبایل */
@media (max-width: 768px) {
    span.price .woocommerce-Price-amount {
        font-size: 16px; /* کمی کوچک‌تر برای موبایل */
        font-weight: 600;
    }
}


/* === مدل‌های سازگار لپ‌تاپ === */
.woocommerce-Tabs-panel .chartlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.woocommerce-Tabs-panel .chartlist li {
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 8px 12px;
  color: #333;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.woocommerce-Tabs-panel .chartlist li:hover {
  background: #fff;
  border-color: #bbb;
  transform: translateY(-2px);
}

/* عنوان بخش */
.woocommerce-Tabs-panel h2 {
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
  border-bottom: 2px solid #F54927;
  display: inline-block;
  padding-bottom: 4px;
}

/* توضیح راهنما */
.woocommerce-Tabs-panel p {
  color: #666;
  margin-bottom: 15px;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 480px) {
  .woocommerce-Tabs-panel .chartlist {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 6px;
  }
  .woocommerce-Tabs-panel .chartlist li {
    padding: 6px 8px;
  }
}
