/* Right-to-left overrides for Arabic. */

body.rtl .archer-utility__hours { margin-left: 0; margin-right: auto; }

body.rtl .site-title a,
body.rtl .ast-site-identity .site-title a {
	border-left: 0;
	border-right: 6px solid var(--archer-amber);
	padding-left: 0;
	padding-right: 16px;
}

body.rtl .site-header .main-header-menu > .menu-item.archer-cta-btn > .menu-link { margin-left: 0; margin-right: 10px; }

body.rtl .archer-cat-card__all,
body.rtl .woocommerce ul.products li.product .button,
body.rtl .archer-single-cta { direction: rtl; }

body.rtl .archer-cat-card ul,
body.rtl .archer-contact-list,
body.rtl .archer-inquiry-form { text-align: right; }

body.rtl .archer-inquiry-form label { text-align: right; }

body.rtl .archer-utility__inner,
body.rtl .archer-section-head { direction: rtl; }

body.rtl .woocommerce ul.products li.product .archer-sku,
body.rtl .woocommerce ul.products li.product .woocommerce-loop-product__title { text-align: right; }

body.rtl .archer-qr { flex-direction: row-reverse; }
