/** Adjust woocommerce sorting select */
.rtl .woocommerce-ordering select {
	padding: 0 10px 0 26px;
}

.rtl .checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	left: 5px;
	right: auto;
}

/** Increase mini cart button font size */
.rtl .jas-mini-cart .button,
.rtl .widget_shopping_cart .button {
	font-size: 14px;
}
