/*
 * RTL Styles for Leo Beauty Theme
 * استایل‌های راست‌چین برای قالب لئو بیوتی
 */

/* Reset RTL */
body {
    direction: rtl;
    text-align: right;
}

/* Layout */
.container {
    direction: rtl;
}

/* Navigation */
.main-navigation ul {
    direction: rtl;
}

.main-navigation li {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    text-align: right;
}

/* WooCommerce */
.woocommerce .products {
    direction: rtl;
}

.woocommerce .product {
    text-align: right;
}

/* Cart */
.woocommerce-cart .cart-item {
    direction: rtl;
}

/* Checkout */
.woocommerce-checkout .form-row {
    direction: rtl;
}

/* Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: right;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
}

/* Icons */
.icon-left::before {
    content: "\f053";
}

.icon-right::before {
    content: "\f054";
}

/* Social Icons */
.social-icons {
    direction: rtl;
}

/* Footer */
.site-footer .footer-widgets {
    direction: rtl;
}

