/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Default left-to-right footer */

/* RTL Fix for WooCommerce Product Gallery Arrows */
body.rtl .woocommerce-product-gallery .flex-direction-nav a.flex-prev {
    left: 0;
    right: auto;
}

body.rtl .woocommerce-product-gallery .flex-direction-nav a.flex-next {
    right: 0;
    left: auto;
}

/* Optional: Align image thumbnails correctly */
body.rtl .woocommerce-product-gallery__wrapper {
    direction: rtl;
}

body.rtl .woocommerce-product-gallery__image {
    float: right;
}
