/* SMILE Store RTL refinements. Main RTL-aware layout rules also live in assets/css/store.css. */
body.rtl{direction:rtl;text-align:right;font-family:Tahoma,Arial,sans-serif}
body.rtl input,body.rtl textarea,body.rtl select{text-align:right}
body.rtl .woocommerce .woocommerce-ordering{float:left}
body.rtl .woocommerce .woocommerce-result-count{float:right}
body.rtl .woocommerce div.product form.cart .reset_variations{margin-right:10px;margin-left:0}
body.rtl .woocommerce-error,body.rtl .woocommerce-info,body.rtl .woocommerce-message{padding-right:52px!important;padding-left:18px!important}
body.rtl .woocommerce-error:before,body.rtl .woocommerce-info:before,body.rtl .woocommerce-message:before{left:auto!important;right:18px!important}
