/* RTL Specific Overrides for Ahmed Jihad Pharmacy */

body { direction: rtl; text-align: right; }

/* Fix floats for RTL */
.header-actions { margin-right: auto; margin-left: 0; }
.main-nav ul li { }
.mega-menu { right: 0; left: auto; }

/* Breadcrumbs RTL */
.woocommerce-breadcrumb .delimiter { 
    transform: scaleX(-1); 
    display: inline-block; 
}

/* WooCommerce RTL Fixes */
.woocommerce .product_meta { text-align: right; }
.woocommerce form .form-row label { display: block; text-align: right; }
.woocommerce .woocommerce-ordering { float: right; }
.woocommerce-result-count { float: left; }

/* Cart RTL */
.woocommerce-cart-form .actions .coupon { float: right; }
.woocommerce-cart-form .actions .button { float: left; }

/* Checkout RTL */
.woocommerce form .form-row-first { float: right; clear: right; }
.woocommerce form .form-row-last { float: left; clear: left; }

/* Arrows direction fix */
.view-all .fas.fa-arrow-left::before { content: '\f060'; }
.footer-col ul li a .fas.fa-angle-left::before { content: '\f104'; }

/* Number inputs */
input[type="number"] { text-align: center; }

/* Select dropdowns */
select { text-align: right; direction: rtl; }
