/*
Theme Name: THEME_NAME_UPPERCASE

Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/

/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/

/************************* wpbato *************************/
/*
Theme Name: Archi
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

/************************* wpbato *************************/

/* Kalameh */
@font-face {
  font-family: "Kalameh";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/kalameh/woff2/KalamehWebFaNum-Thin.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/kalameh/woff/KalamehWebFaNum-Thin.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "Kalameh";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/kalameh/woff2/KalamehWebFaNum-ExtraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/kalameh/woff/KalamehWebFaNum-ExtraLight.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "Kalameh";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/kalameh/woff2/KalamehWebFaNum-Light.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/kalameh/woff/KalamehWebFaNum-Light.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "Kalameh";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/kalameh/woff2/KalamehWebFaNum-Medium.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/kalameh/woff/KalamehWebFaNum-Medium.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "Kalameh";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/kalameh/woff2/KalamehWebFaNum-SemiBold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/kalameh/woff/KalamehWebFaNum-SemiBold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: "Kalameh";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/kalameh/woff2/KalamehWebFaNum-ExtraBold.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/kalameh/woff/KalamehWebFaNum-ExtraBold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "Kalameh";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/kalameh/woff2/KalamehWebFaNum-Black.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/kalameh/woff/KalamehWebFaNum-Black.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "Kalameh";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/kalameh/woff2/KalamehWebFaNum-Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/kalameh/woff/KalamehWebFaNum-Bold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "Kalameh";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/kalameh/woff2/KalamehWebFaNum-Regular.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/kalameh/woff/KalamehWebFaNum-Regular.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

/* iranyekan */
@font-face {
  font-family: "iranyekan";
  font-style: normal;
  src: url("fonts/iranyekan/woff/IRANYekanXVF.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

/* vazir */
@font-face {
  font-family: "vazir";
  src: url("fonts/vazir/vazir.eot") format("eot"),
    url("fonts/vazir/vazir.woff") format("woff"),
    url("fonts/vazir/vazir.ttf") format("truetype");
}

/* dana */
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 10;
  src: url("fonts/dana/woff/DanaFaNum-Hairline.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/dana/woff/DanaFaNum-Thin.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/dana/woff/DanaFaNum-UltraLight.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/dana/woff/DanaFaNum-Light.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/dana/woff/DanaFaNum-Medium.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/dana/woff/DanaFaNum-DemiBold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/dana/woff/DanaFaNum-ExtraBold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/dana/woff/DanaFaNum-Black.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 930;
  src: url("fonts/dana/woff/DanaFaNum-ExtraBlack.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 960;
  src: url("fonts/dana/woff/DanaFaNum-Heavy.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: 990;
  src: url("fonts/dana/woff/DanaFaNum-Fat.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/dana/woff/DanaFaNum-Bold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "dana";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/dana/woff/DanaFaNum-Regular.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

/* yekanbakh */
@font-face {
  font-family: "YekanBakh";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/yekanbakh/woff/YekanBakhFaNum-thin.woff") format("woff"),
    url("fonts/yekanbakh/woff2/YekanBakhFaNum-thin.woff2") format("woff2");
}

@font-face {
  font-family: "YekanBakh";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/yekanbakh/woff/YekanBakhFaNum-Light.woff") format("woff"),
    url("fonts/yekanbakh/woff2/YekanBakhFaNum-Light.woff2") format("woff2");
}

@font-face {
  font-family: "YekanBakh";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/yekanbakh/woff/YekanBakhFaNum-Regular.woff") format("woff"),
    url("fonts/yekanbakh/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "YekanBakh";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/yekanbakh/woff/YekanBakhFaNum-SemiBold.woff") format("woff"),
    url("fonts/yekanbakh/woff2/YekanBakhFaNum-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "YekanBakh";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/yekanbakh/woff/YekanBakhFaNum-Bold.woff") format("woff"),
    url("fonts/yekanbakh/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "YekanBakh";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/yekanbakh/woff/YekanBakhFaNum-ExtraBold.woff") format("woff"),
    url("fonts/yekanbakh/woff2/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "YekanBakh";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/yekanbakh/woff/YekanBakhFaNum-Black.woff") format("woff"),
    url("fonts/yekanbakh/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
}

@font-face {
  font-family: "YekanBakh";
  font-style: normal;
  font-weight: 950;
  src: url("fonts/yekanbakh/woff/YekanBakhFaNum-ExtraBlack.woff") format("woff"),
    url("fonts/yekanbakh/woff2/YekanBakhFaNum-ExtraBlack.woff2") format("woff2");
}

/* iransans */
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/iransans/eot/IRANSansWeb_Black.eot");
  src: url("fonts/iransans/eot/IRANSansWeb_Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/iransans/woff2/IRANSansWeb_Black.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/iransans/woff/IRANSansWeb_Black.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/iransans/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/iransans/eot/IRANSansWeb_Bold.eot");
  src: url("fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/iransans/woff2/IRANSansWeb_Bold.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/iransans/woff/IRANSansWeb_Bold.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/iransans/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/iransans/eot/IRANSansWeb_Medium.eot");
  src: url("fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/iransans/woff2/IRANSansWeb_Medium.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/iransans/woff/IRANSansWeb_Medium.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/iransans/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/iransans/eot/IRANSansWeb_Light.eot");
  src: url("fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/iransans/woff2/IRANSansWeb_Light.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/iransans/woff/IRANSansWeb_Light.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/iransans/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/iransans/eot/IRANSansWeb_UltraLight.eot");
  src: url("fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/iransans/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/iransans/eot/IRANSansWeb.eot");
  src: url("fonts/iransans/eot/IRANSansWeb.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/iransans/woff2/IRANSansWeb.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("fonts/iransans/woff/IRANSansWeb.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/iransans/ttf/IRANSansWeb.ttf") format("truetype");
}

/* shabnam */
@font-face {
  font-family: "shabnam";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/shabnam/Shabnam-Bold-FD.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "shabnam";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/shabnam/Shabnam-Light-FD.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "shabnam";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/shabnam/Shabnam-FD.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

a,
b,
input,
span,
.teaser-text,
.rs-layer,
strong,
.typing-wrap,
.text-item,
#subheader h1,
.single_add_to_cart_button.button.alt {
  letter-spacing: 0px !important;
}
.rs-layer {
  font-family: unset !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.vertical-main-navigation.no-separator .menu,
.blockquote-content,
.tl-time,
.ot-process__title,
.de_count h3,
.sr7-layer,
.sr7-layer.sr7-btn,
.typing-wrap,
.de_tab.tab_steps .de_nav li span,
h3 b,
ul.countdown li span,
ul.countdown li p,
.teaser-text,
.text-slider,
.big-white,
.ultra-big-white,
.big-text h2,
.de-navbar-left header .mainmenu > li {
  font-family: inherit !important;
  letter-spacing: 0 !important;
}
.elementor-element.elementor-element-56f0c6c.elementor-widget.elementor-widget-ot-cart {
  position: static !important;
}
.site-header-cart .widget_shopping_cart_content {
  text-align: right !important;
}
.woocommerce .widget_shopping_cart .total .woocommerce-Price-amount,
.woocommerce.widget_shopping_cart .total .woocommerce-Price-amount {
  float: left !important;
}
ul.sub-menu {
  right: 0;
}
.main-navigation ul li ul ul.sub-menu {
  right: 100%;
}
.main-navigation ul li li a {
  text-align: right !important;
}
.wc-block-cart-item__wrap {
  text-align: right;
}
.breadcrumbs .active,
#breadcrumbs {
  letter-spacing: 0 !important;
}
.wp-block-heading::before,
.widget-title::before,
.wp-block-search__label::before {
  right: 0 !important;
}
.entry-meta .fa {
  margin-right: 0px !important;
  margin-left: 20px;
}
blockquote {
  border-left: 0px !important;
  border-right: 3px solid var(--archi-color-primary);
  padding-left: 0px !important;
  padding-right: 30px !important;
  margin-left: 0px !important;
  margin-right: 30px !important;
}
.ot-testimonial-wrap blockquote {
  padding: 20px 30px 30px 80px !important;
}
.post-date .month {
  letter-spacing: 0px !important;
}
.widget-prthumb {
  margin-right: 0px !important;
  margin-left: 20px !important;
}
.product-entry {
  text-align: right;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.octf-btn.octf-btn-line.with-icon,
.added_to_cart.wc-forward {
  padding: 7px 50px !important;
}
.octf-btn-line.with-icon:after {
  content: "\f053" !important;
  margin-left: 0px !important;
  margin-right: 10px !important;
}
.woocommerce ul.products li.product .added_to_cart:after,
.woocommerce-page ul.products li.product .added_to_cart:after {
  margin-left: 0px !important;
  margin-right: 10px !important;
}
.woocommerce-ordering .orderby {
  text-align: left;
}
.ot-process__nav {
  flex-direction: row !important;
}
.main-navigation:not(.no-separator) > ul > li:not(:last-child) > a:after {
  left: 0;
  right: unset !important;
}
.main-navigation > ul > li:last-child {
  margin-right: unset !important;
  padding-right: 27px;
}
svg.e-font-icon-svg.e-fas-chevron-left {
  margin-right: 15px;
}
.ot-process__nav {
  display: flex !important;
  padding: 0px 40px !important;
}
.inner-post {
  padding-left: 50px !important;
}
.ot-acc-item__title span:not(.ot-acc-item__icon) {
  left: 0 !important;
  right: unset !important;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:after {
  right: 24px;
  left: unset Im !important;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:before {
  right: 11px;
  left: unset !important;
}
.woocommerce .quantity .qty {
  padding-left: 5px;
  padding-right: 15px !important;
}
.woocommerce div.product form.cart .button:after {
  content: "\f053" !important;
  margin-left: unset !important;
  margin-right: 5px;
}
.woocommerce div.product form.cart .button {
  padding: 7px 50px 7px 50px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: right !important;
}
.elementor-heading-title.elementor-size-default,
.elementor-icon-list-item.elementor-inline-item > a,
.elementor-icon-list-text,
.elementor-widget-text-editor,
.elementor-icon-box-description {
  font-family: unset !important;
}
.page-header .page-title {
  padding-left: 40px;
  padding-right: 0px !important;
  margin-left: 40px;
  margin-right: 0px !important;
}
.info-box-icon.flex-gap {
  margin-right: 0px !important;
  margin-left: 20px;
}
.info-box_text {
  text-align: right !important;
}
.ot-team__info .team-social a:last-child {
  margin-right: 10px !important;
}

/* vertical menu */
@media only screen and (min-width: 992px) {
  .site-header-vertical {
    left: unset !important;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header-vertical .site-content {
    margin-right: 25%;
    margin-left: unset !important;
  }
}
@media only screen and (min-width: 992px) {
  .header-vertical .site-footer {
    margin-left: unset !important;
    margin-right: 25%;
  }
}
/* vertical menu */
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow {
  right: unset !important;
  left: 0;
}
.octf-btn-popup-up:before {
  margin: 0px -8px 0px -8px !important;
}
/* timeline */
.tl-detail {
  padding-left: unset !important;
  padding-right: 60px !important;
}
/* Text Box */
.ot-text-box__number.flex-gap {
  margin-right: unset !important;
  margin-left: 20px !important;
}

div,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
  font-family: iranyekan !important;
}

.lg-outer.lg-visible {
  direction: ltr !important;
}
