/* RTL Support - Sulala Theme */
/* Most RTL is handled in main style.css since the theme is Arabic-first */

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

/* Navigation RTL adjustments */
.main-navigation a::after {
    right: 0;
    left: auto;
}

/* Cart count position */
.cart-count {
    left: -8px;
    right: auto;
}

/* Footer heading underline */
.footer-col h3::after {
    right: 0;
    left: auto;
}

/* WooCommerce RTL overrides */
.woocommerce .col2-set .col-1 {
    float: right;
}

.woocommerce .col2-set .col-2 {
    float: left;
}

.woocommerce div.product div.summary {
    float: left;
}

.woocommerce div.product div.images {
    float: right;
}

.woocommerce ul.products li.product .button {
    text-align: center;
}
