/**
 * ANMKA Bulk Discount Manager – Frontend RTL (Arabic and other RTL languages)
 *
 * @package ANMKA_Bulk_Discount
 */

/* WooCommerce cart/checkout table alignment in RTL – support both body.rtl and html[dir="rtl"] */
html[dir="rtl"] .woocommerce .cart_totals table th,
html[dir="rtl"] .woocommerce .cart_totals table td,
html[dir="rtl"] .woocommerce-checkout-review-order-table th,
html[dir="rtl"] .woocommerce-checkout-review-order-table td,
body.rtl .woocommerce .cart_totals table th,
body.rtl .woocommerce .cart_totals table td,
body.rtl .woocommerce-checkout-review-order-table th,
body.rtl .woocommerce-checkout-review-order-table td {
	text-align: right;
}

html[dir="rtl"] .woocommerce .cart_totals table th,
body.rtl .woocommerce .cart_totals table th {
	padding-right: 0;
	padding-left: 1em;
}

html[dir="rtl"] .woocommerce .cart_totals table td,
body.rtl .woocommerce .cart_totals table td {
	padding-left: 0;
	padding-right: 1em;
}

/* Discount fee row in cart totals – RTL alignment */
html[dir="rtl"] .woocommerce .cart_totals .cart-discount th,
html[dir="rtl"] .woocommerce .cart_totals .cart-discount td,
body.rtl .woocommerce .cart_totals .cart-discount th,
body.rtl .woocommerce .cart_totals .cart-discount td {
	text-align: right;
}
