/* Loaded only when WordPress uses an RTL locale, such as fa_IR. */
.wss-stock,
.wss-stock-warehouses,
.wss-variable-stock {
 direction: rtl;
 text-align: right;
}

.wss-stock-warehouses ul {
 margin: 10px 0 0;
 padding: 0;
}

body.rtl .wss-warehouse-stock .form-field label,
body.rtl .woocommerce_variation .wss-warehouse-stock label {
 float: right;
}

body.rtl .wss-warehouse-stock .woocommerce-help-tip {
 float: right;
 margin: 0 6px 0 0;
}

body.rtl .wss-stock-warehouses li {
 background: #fff;
 border-bottom: 1px solid #e5eaf0;
 list-style: none;
 padding: 8px 0;
 text-align: right;
}

body.rtl .wss-stock-warehouses li:last-child { border-bottom: 0; }
