/*
Theme Name: Hello Elementor Child (Al Afkham)
Description: RTL stylesheet for Al Afkham Theme
Template: hello-elementor-child
*/

body {
    direction: rtl;
    text-align: right;
    font-family: var(--ak-arabic), sans-serif !important;
}

/* Adjust margins and paddings for RTL */
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    margin-right: 0;
    margin-left: 2%; /* Default WooCommerce spacing adjustment for RTL */
}

/* Cart & Checkout Adjustments for RTL */
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td {
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    text-align: right;
}

.woocommerce form .form-row-first {
    float: right;
}
.woocommerce form .form-row-last {
    float: left;
}
