/* استایل پنل تب ها */
.elementor .woocommerce-tabs.product-tabs-wrapper .wc-tab,
.elementor .woocommerce-tabs .wc-tab,
.woocommerce-tabs.wc-tabs-wrapper .wc-tab {
  background-color: #fff !important;
  padding: 11px !important;
  border-radius: 24px !important;
  margin-top: 12px !important;
}

.woocommerce-tabs ul.wc-tabs li {
    background-color: transparent !important;
    position: relative;
    border: none !important;
    padding-bottom: 14px !important;
}

/* استایل تب اصلی */
.tabs.wc-tabs.product-tabs {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

/* ایجاد فضای کافی برای نوار نارنجی زیر تب‌ها */
.woocommerce div.product .woocommerce-tabs {
  padding-bottom: 14px !important;
}

/* خطوط جداکننده بین تب‌ها */
.woocommerce-tabs ul.wc-tabs li:not(:last-child)::after {
  content: '' !important;
  position: absolute !important;
  left: -14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 1.2px !important;
  height: 16px !important;
  background-color: #CBCCCE !important;
  border-radius: 9999px !important;
}

/* حذف باکس شدو از تب‌ها */
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: none !important;
}

.woocommerce div.product.elementor ul.tabs li a {
  line-height: .8;
}

.woocommerce-tabs ul.wc-tabs li.active a {
  color: var( --e-global-color-text );
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
}

/* کاهش پدینگ دکمه‌های تب‌ها */
.woocommerce-tabs ul.wc-tabs li a {
  padding: 12px 16px !important;
}

/* نوار نارنجی زیر تب فعال */
.product-tab-item.active a::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 6px;
  background-color: #F46F27;
  border-radius: 5px 5px 0 0;
  z-index: 200;
}

.star-icon {
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: none !important;
  margin-right: 5px;
}

/* مخفی کردن متن پیش‌فرض */
.comment-form-rating p.stars { display: none !important; }

/* ستاره‌های سفارشی */
.moved-rating .stars a img {
  width: 24px;
  height: 24px;
  opacity: 0.3; /* حالت پیش‌فرض کم‌رنگ */
  transition: opacity 0.2s;
}
.moved-rating .stars a.selected img,
.moved-rating .stars a:hover img {
  opacity: 1;
}

/* تعریف انیمیشن پالس */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

/* ستاره‌های خالی (غیرفعال) پالس دهند */
.moved-rating .stars a {
  animation: pulse 1.5s infinite ease-in-out;
}

/* ستارهٔ انتخاب‌شده یا هاور شده انیمیشن نداشته باشد */
.moved-rating .stars a.selected,
.moved-rating .stars a:hover {
  animation: none;
}

/* استایل تب FAQ و پرسش و پاسخ */
.product-faq-box, .product-qa-box {
  direction: rtl;
}

.product-faq-heading, .product-qa-heading {
  color: #2E3238;
  font-size: 20px !important;
  font-weight: 900 !important;
  margin: 0 0 24px 0;
  position: relative;
  padding-right: 25px;
}

.product-faq-heading::before, .product-qa-heading::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('https://saeisun.seoamoozan.ir/wp-content/uploads/2025/09/Product-Description-Arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* استایل اکاردئون FAQ */
.faq-accordion {
  margin-top: 20px;
}

.faq-item {
  border: 1px solid #DDE4E8 !important;
  border-radius: 12px !important;
  margin-bottom: 12px !important;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #001D3D !important;
  box-shadow: 0 2px 8px rgba(0, 29, 61, 0.1);
}

.faq-question {
  padding: 16px 20px !important;
  background: #F8F9FA !important;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
  font-weight: 600 !important;
  color: #2E3238 !important;
  font-size: 16px !important;
}

.faq-question:hover {
  background: #E9ECEF !important;
}

.faq-toggle {
  position: absolute !important;
  left: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: all 0.3s ease !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #001D3D !important;
}

.faq-answer {
  background: #FFFFFF !important;
  border-top: 1px solid #DDE4E8 !important;
  transition: all 0.3s ease !important;
  overflow: hidden;
}

.faq-answer > div {
  padding: 0 20px 20px 20px !important;
  color: #666 !important;
  line-height: 1.6 !important;
  font-size: 15px !important;
}

/* استایل تب پرسش و پاسخ */
.product-qa-box a {
  background: #001D3D !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 13px 24px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  transition: background 0.2s !important;
  text-decoration: none !important;
  display: inline-block;
}

.product-qa-box a:hover {
  background: #2ba3b8 !important;
  text-decoration: none !important;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .faq-question {
    padding: 14px 16px !important;
    font-size: 14px !important;
  }

  .faq-toggle {
    left: 16px !important;
    font-size: 16px !important;
  }

  .faq-answer > div {
    padding: 0 16px 16px 16px !important;
    font-size: 14px !important;
  }

  .product-faq-heading, .product-qa-heading {
    font-size: 16px !important;
  }

  .product-qa-box a {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }
}

/* اعمال پدینگ 2px برای جعبه توضیحات محصول در موبایل */
@media only screen and (max-width: 768px) {
  #tab-description .product-description-box, .product-additional-info-box {
    padding-top: 10px !important;
    padding-right: 0px !important;
  }
}

/* تغییر پدینگ ووکامرس در موبایل */
@media (max-width: 767px) {
  .woocommerce .elementor-2215 .elementor-element.elementor-element-a901982 .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 5px !important;
  }
}

/* استایل کلی تب‌ها */
.product-tabs-wrapper {
  padding: 0 0 5px 0; /* حذف پدینگ بالایی و حفظ پدینگ پایینی */
  text-align: right;
}

.product-tabs {
  list-style: none;
  margin: 0;
  padding: 14px !important;
  display: flex;
  gap: 32px; /* فاصله ۳۲ پیکسلی بین تب‌ها */
  border: 1px solid #DDE4E8;
  border-radius: 16px;
  background-color: #fff;
}

.product-tab-item {
  position: relative;
  z-index: 2;
}

/* لینک تب‌ها */
.product-tab-item a {
  display: block;
  padding: 20px 28px !important;
  text-decoration: none;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  transition: all 0.3s ease;
}

.product-tab-item a:hover {
  color: #066737;
}

/* استایل تب فعال */
.product-tab-item.active a {
  color: #066737;
}

/* استایل محتوای تب‌ها */
.product-description-box,
.product-additional-info-box,
.woocommerce-tabs .woocommerce-Tabs-panel {
  direction: rtl;
  text-align: right;
}

/* عنوان تب‌ها */
.product-description-heading,
.product-additional-info-heading,
#reply-title {
  color: #222230;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 25px;
  position: relative;
  padding-right: 25px;
}

.product-description-heading::before,
.product-additional-info-heading::before,
.woocommerce-Reviews-title::before,
#reply-title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('https://saeisun.seoamoozan.ir/wp-content/uploads/2025/09/Product-Description-Arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* متن توضیحات */
.product-description-content {
  font-size: 14px;
  line-height: 32px;
  color: #222230;
}

/* ویژگی‌های محصول */
.product-additional-info-content {
  padding: 0;
}

.custom-product-attributes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.custom-product-attributes-container {
  position: relative;
}

.show-more-attributes {
  display: none;
  background: none;
  border: none;
  color: #F46F27;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 0;
  margin-top: 12px;
  transition: all 0.3s ease;
  text-align: right;
  width: 100%;
}

.show-more-attributes:hover {
  color: #E55A1F;
}

.show-more-attributes .show-more-plus {
  display: inline-block;
  margin-left: 6px;
  font-weight: 600;
  font-size: 16px;
}

.custom-attribute-item.hidden {
  display: none;
}

.custom-attribute-item {
  background-color: #EFF0F5;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #222230;
  display: flex;
  flex-direction: column;
  text-align: right;
  min-height: auto;
  min-width: 0;
  box-sizing: border-box;
}

.attribute-label {
  font-size: 14px;
  color: #828282;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.attribute-value {
  font-size: 16px;
  font-weight: 600;
  color: #010D0A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* فرم نظرات */
.woocommerce-noreviews,
.comment-form label,
.comment-form input,
.comment-form textarea {
  color: #666;
  font-size: 16px;
}

.comment-form .submit {
  background-color: #2E3238;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.comment-form .submit:hover {
  background-color: #2E3238;
}

/* خط افقی تمام‌عرض زیر تب‌ها */
.contaslipymtab {
  position: relative;
}

.contaslipymtab::before {
  content: '';
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #E6E6E6;
  z-index: 0;
}

/* استایل کلی بخش نظرات */
.woocommerce-Reviews {
  direction: rtl;
  margin-top: 0px !important;
}

/* استایل عنوان */
.woocommerce-Reviews-title {
  font-size: 20px;
  font-weight: 600;
  color: #2E3238 !important;
  margin-bottom: 20px;
  position: relative;
  padding-right: 21px; /* فضای کافی برای آیکون */
}

/* اصلاح کلاس تداخلی */
.pymnwrew-reviews-title::before {
  display: none !important;
}

.pymnwrew-reviews-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('https://saeisun.seoamoozan.ir/wp-content/uploads/2025/09/Product-Description-Arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* استایل فرم ثبت نظر */
#review_form_wrapper {
  margin-bottom: 40px;
}

.comment-reply-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  display: block;
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.comment-form-rating {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.comment-form-rating label {
  font-size: 16px;
  color: #333;
}

.stars a {
  color: #f5a623;
  font-size: 18px;
  text-decoration: none;
  margin-left: 5px;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #666;
}

.form-submit {
  margin-top: 10px;
}

.submit {
  background-color: #28a745;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.submit:hover {
  background-color: #218838;
}

/* استایل لیست نظرات */
.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* حذف استایل‌های قدیمی */
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* فرم نظرات */
.woocommerce-noreviews,
.comment-form label,
.comment-form input,
.comment-form textarea {
  color: #666;
  font-size: 16px;
}

.comment-form .submit {
  background-color: #066737;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.comment-form .submit:hover {
  background-color: #054f2f;
}

/* کانتینر اصلی فرم */
.custom-review-form {
  direction: rtl;
  margin-bottom: 40px;
}

/* هدر بخش نظرات */
.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* گروه‌بندی ستاره + متن امتیاز */
.rating-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  order: 2;
}

/* آیکن ستاره */
.rating-summary .rating-icon {
  width: 40px;
  height: 40px;
}

.input-phone {
  text-align: right;
}

/* متن امتیاز */
.rating-text {
  display: flex;
  flex-direction: column;
  margin-right: 4px;
}

.rating-text .avg-rating {
  font-size: 16px;
  font-weight: 500;
}

.rating-text .review-count {
  font-size: 12px;
  color: #828282;
  margin-top: -4px;
  font-weight: 4500;
}

/* عنوان سمت راست */
.comment-reply-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.comment-reply-title .arrow-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

/* ردیف فیلدها (نام و شماره کنار هم) */
.custom-review-form .fields-row {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

/* ورودی‌ها با آیکن داخلی */
.input-icon-wrapper {
  position: relative;
  flex: 1;
}

.input-icon-wrapper .input-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.input-icon-wrapper .input-text {
  width: 100%;
  padding: 14px 12px 14px 44px; /* ارتفاع داخلی بیشتر */
  background-color: #f7f7f7;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

/* بخش رتبه‌بندی ستاره‌ای */
.comment-form-rating {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.comment-form-rating label {
  font-size: 16px;
  color: #333;
}

.comment-form-rating select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
  box-sizing: border-box;
}

/* textarea متن دیدگاه */
.input-text.input-comment {
  min-height: 180px;
  margin-top: -19px;
}

/* دکمه ارسال */
.form-submit {
  text-align: left; /* در RTL می‌شود سمت راست */
  margin-top: 10px;
}

.form-submit .submit {
  background-color: #139763;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.form-submit .submit:hover {
  background-color: #0e7d54;
}

/* لیبل بالای ستاره‌ها */
.moved-rating .rating-label {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}

/* فقط ستاره‌های خودکار را نشان بده، select را پنهان کن */
.moved-rating select {
  display: none !important;
}

/* کانتینر ریتینگ: کوچک، سمت راست و مینیمال */
.moved-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ستاره‌های خودکار */
.moved-rating .stars {
  display: flex !important;
  gap: 8px;
}

/* استایل ستاره‌ها */
.moved-rating .stars a {
  font-size: 20px;
  color: #f5a623;
}

/* وقتی انتخاب شده یا هاور */
.moved-rating .stars a[aria-checked="true"],
.moved-rating .stars a:hover {
  color: #d48806;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .comment_container { padding: 14px; }
  .user-avatar img,
  .user-avatar .avatar { width: 40px; height: 40px; }

  /* فرم نظرات */
  .custom-review-form .fields-row {
    flex-direction: column;
    gap: 16px;
  }

  .custom-review-form .fields-row .input-icon-wrapper {
    width: 100%;
  }

  .input-icon-wrapper.comment-field {
    width: 100%;
    margin-top: 16px;
  }

  .moved-rating {
    align-items: flex-end;
    padding: 12px 0;
  }

  .moved-rating .stars {
    justify-content: flex-end !important;
  }

  .form-submit .submit {
    display: block;
    width: 100%;
  }

  /* تب‌ها افقی و با اسکرول */
  .product-tabs-wrapper {
    padding: 0 0 10px 0;
  }

  .product-tab-item.active a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 5px;
    background-color: #F46F27;
    border-radius: 5px 5px 0 0;
    z-index: 200;
}

.woocommerce-tabs ul.wc-tabs li:not(:last-child)::after {
  content: '' !important;
  position: absolute !important;
  left: -1px !important;
  top: 45% !important;
  transform: translateY(-50%) !important;
  width: 1.2px !important;
  height: 16px !important;
  background-color: #CBCCCE !important;
  border-radius: 9999px !important;
}

  /* هر آیتم تب به اندازه محتوا */
  .product-tab-item {
    flex: 0 0 auto;
    margin-bottom: 0;
    white-space: nowrap; /* جلوگیری از شکست متن */
    min-width: fit-content; /* اندازه حداقل بر اساس محتوا */
  }

  /* لینک تب‌ها: سایز و وزن کوچکتر */
  .product-tab-item a {
    white-space: nowrap;
    padding: 16px 16px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    position: relative;
  }

  /* تب فعال */
  .product-tab-item.active a {
    color: #066737;
  }

  /* خط افقی زیر کل تب‌ها */
  .contaslipymtab::before {
    top: 52px;
  }

  /* محتوای تب‌ها */
  .product-description-box,
  .product-additional-info-box,
  .woocommerce-tabs .woocommerce-Tabs-panel {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  /* عناوین داخل تب‌ها */
  .product-description-heading,
  .product-additional-info-heading,
  .woocommerce-Reviews-title,
  #reply-title {
    font-size: 14px !important;
  }

  /* استایل متن توضیحات در موبایل */
  .product-description-content {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
  }

  /* استایل ویژگی‌های محصول در موبایل */
  .custom-product-attributes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .show-more-attributes {
    font-size: 13px;
    padding: 6px 0;
    margin-top: 8px;
  }

  .show-more-attributes .show-more-plus {
    font-size: 14px;
    margin-left: 4px;
  }

  .custom-attribute-item {
    padding: 8px;
    font-size: 12px;
    min-width: 0;
    overflow: hidden;
  }

  .attribute-label {
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .attribute-value {
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }

  /* نام و شماره زیر هم با گپ یکسان */
  .custom-review-form .fields-row {
    flex-direction: column;
    gap: 16px; /* همان گپ پیشین */
  }

  /* textarea درست زیر فیلدها با همان گپ */
  .input-icon-wrapper.comment-field {
    width: 100%;
    margin-top: 2px; /* یکسان با gap */
  }

  /* ریتینگ سمت راست باقی بماند */
  .moved-rating {
    align-items: flex-start; /* راست‌چین */
    padding: 12px;
  }

  /* دکمه تمام عرض */
  .form-submit .submit {
    display: block;
    width: 100%;
    margin-top: -47px;
  }

  .usefulness {
    justify-content: space-between;
  }
}

/* استایل ویژگی‌های محصول در تبلت */
@media (min-width: 769px) and (max-width: 1024px) {
  .custom-product-attributes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .custom-attribute-item {
    padding: 10px;
  }

  .attribute-label {
    font-size: 13px;
  }

  .attribute-value {
    font-size: 15px;
  }
}

/* استایل ویژگی‌های محصول در موبایل های بسیار کوچک */
@media (max-width: 375px) {
  .custom-product-attributes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .custom-attribute-item {
    padding: 6px;
    font-size: 11px;
  }

  .attribute-label {
    font-size: 11px;
  }

  .attribute-value {
    font-size: 13px;
  }
}

/* برای نمایش صحیح محتوای اکاردئون FAQ/سوالات و جلوگیری از قطع اسکرول */
.faq-answer {
    overflow-y: auto !important;  /* به‌جای hidden اجازه اسکرول بدهید */
    max-height: none !important;
}


/* === اسکرول افقی تب‌ها در موبایل === */
@media (max-width: 767px) {
  /* فقط خود UL اسکرول افقی داشته باشد */
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .product-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    max-width: 100% !important;
    width: auto !important;
    overflow-x: auto !important;   /* فقط اینجا اسکرول */
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    white-space: nowrap !important;
    gap: 12px !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar,
  .product-tabs::-webkit-scrollbar { display: none; }

  /* آیتم‌ها جمع نشوند */
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .product-tab-item {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
  }

  /* لینک‌ها ریزتر */
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .product-tab-item a {
    white-space: nowrap !important;
    padding: 14px 16px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
  }
}
  