/**
 * Nestor WooCommerce RTL Styles
 */

/* Notices RTL */
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    margin-right: 0;
    margin-left: 12px;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

/* Order Details Table RTL */
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    text-align: right;
}

.woocommerce-table--order-details tfoot th {
    text-align: right;
}

/* Customer Details RTL */
.woocommerce-customer-details h2::before {
    margin-left: 8px;
}

/* General Direction */
.woocommerce-order {
    direction: rtl;
    text-align: right;
}

.grid {
    direction: rtl;
}
