/* RTL corrections for mushgach-child */
body { direction: rtl; text-align: right; }

.site-header .col-full { flex-direction: row-reverse; }
.main-navigation ul { flex-direction: row; }

/* Breadcrumbs arrow direction */
.woocommerce-breadcrumb .breadcrumb-separator { transform: scaleX(-1); display: inline-block; }

/* Cart totals table */
.cart_totals table th { text-align: right; }
.cart_totals table td { text-align: left; }

/* Checkout form */
.woocommerce-checkout .form-row label { text-align: right; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea { text-align: right; }

/* Product meta */
.product_meta { text-align: right; }

/* Sidebar */
.col-full { flex-direction: row-reverse; }

/* Quantity */
.quantity .qty { direction: ltr; }
