
text/css rtl.css ( assembler source, UTF-8 Unicode text, with CRLF line terminators )
/* تنظیم کلی RTL برای تمام عناصر */
html, body {
    direction: rtl !important;
    text-align: right !important;
}

/* جهت فلش‌ها در اسلایدر یا منو */
.owl-prev::before,
.woodmart-arrow-left::before {
    transform: rotate(180deg);
}

/* اصلاح منوهای عمودی و دکمه‌های متنی */
.menu, .menu-main, .header-links, .breadcrumbs {
    direction: rtl;
    text-align: right;
}

/* اصلاح چپ‌چین‌های باقی‌مانده */
.text-left {
    text-align: right !important;
}
.text-right {
    text-align: left !important;
}

/* ترازبندی دکمه‌ها و فرم‌ها */
input, textarea, select {
    direction: rtl !important;
    text-align: right !important;
}

/* عنوان محصولات در فروشگاه */
.woocommerce-loop-product__title,
.woocommerce-product-details__short-description,
.product_meta {
    text-align: right;
}

/* المنتور */
.elementor-widget-heading,
.elementor-widget-text-editor {
    text-align: right !important;
}

.hidden-fields-container {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.rtl .wd-grid-f-stretch {
  flex-direction: row !important;
  direction: rtl !important;
}

body.rtl .wd-grid-f-stretch > .wd-col,
body.rtl .wd-grid-f-stretch > .wd-col-auto {
  text-align: right !important;
}
