/* =============================
   فونت پیش‌فرض RTL (به جز آیکون‌ها)
   ============================= */

/* ⚠️ آیکون‌ها و pseudo-element ها مستثنا شده‌اند */
body,
h1, h2, h3, h4, h5, h6,
p,
a,
input,
textarea,
select,
button,
label {
    font-family: "IRANYekanXVF", sans-serif;
}

/* ❌ span و div عمداً حذف شدند
   چون آیکون‌های وودمارت داخل span هستند */


/* =============================
   اطمینان از سلامت آیکون‌های وودمارت
   ============================= */

.wd-icon,
.wd-icon:before,
[class^="wd-icon"],
[class*=" wd-icon"],
.wd-social-icon,
.wd-social-icon:before {
    font-family: "woodmart-font" !important;
    font-style: normal;
    font-weight: normal;
    speak: never;
    line-height: 1;
}


/* =============================
   استایل‌های RTL سفارشی
   ============================= */

label {
  text-align: right;
}

.post-single-page,
.post-single-page .article-body-container,
.post-single-page .entry-title,
.tabs-layout-tabs .tabs,
.tabs-layout-tabs #tab-additional_information .shop_attributes,
#tab-additional_information .shop_attributes td,
.summary-inner .wd-product-countdown {
  text-align: right;
}

.woocommerce-order-pay .entry-content > .woocommerce {
  max-width: 850px;
  margin: 0 auto;
  background-color: #f9f9f9;
}

ul.order_details li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px dashed #c7c7c7;
  margin-bottom: 15px;
}

ul.order_details li:last-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.woodmart-products-tabs.tabs-design-simple .owl-nav,
.woodmart-products-tabs.tabs-design-simple .wrap-loading-arrow {
  right: auto;
  left: 0;
}

.woodmart-sidebar-content .widget {
  padding: 20px;
  box-shadow: 0 0px 1px 1px #e6e6e6;
}

.woodmart-sidebar-content .widget-title {
  background: rgba(125, 125, 125, 0.15);
  padding: 10px 20px;
}


/* =============================
   فلش مگا منو (متنی، نه آیکونی)
   ============================= */

.menu-mega-dropdown .sub-menu > li > a:before {
  position: absolute;
  top: 11px;
  right: -13px;
  font-weight: 700;
  font-size: 10px;
  content: "›";
  font-family: inherit;
}


/* =============================
   واکنش‌گرا
   ============================= */

@media (max-width: 768px) {
  .woodmart-products-tabs.tabs-design-simple .owl-carousel .owl-nav {
    left: -5px;
    right: auto;
  }
}
