/*
 * Keyhan Prop - RTL Stylesheet
 * Extra RTL overrides (most are already handled in style.css via html[dir=rtl])
 */

/* WooCommerce RTL Fixes */
.woocommerce-billing-fields .form-row-first {
    float: right;
    margin-left: 2%;
    margin-right: 0;
}
.woocommerce-billing-fields .form-row-last {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.woocommerce .quantity {
    direction: ltr;
}
.woocommerce-cart-form .product-remove {
    text-align: left;
}
.woocommerce table.cart td.actions {
    text-align: right;
}
.woocommerce table.shop_table_responsive tbody td::before {
    text-align: right;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    left: 12px;
    right: auto;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
    direction: rtl;
    text-align: right;
    border-right: 4px solid var(--kp-primary);
    border-left: none;
    padding: 16px 20px;
    background: var(--kp-primary-light);
    border-radius: var(--kp-radius);
    margin-bottom: 16px;
    font-size: 14px;
}
.woocommerce-notices-wrapper .woocommerce-error {
    border-right-color: var(--kp-error);
    background: #FEE2E2;
}
