/**
 * @package 	WordPress
 * @subpackage 	Shoppo
 * @version 	1.0.0
 * 
 * Yith WooCommerce Ajax Search RTL Rules
 * Created by CMSMasters
 * 
 */

body {
	unicode-bidi: embed;
	direction: rtl;
}

.yith-ajaxsearchform-container form div input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]) {
	padding-left: 42px;
	padding-right: 10px;
}

.yith-ajaxsearchform-container form div input[type=submit] {
	left: 0;
	right: auto;
}

.widget.yith_woocommerce_ajax_search .yith-ajaxsearchform-container .screen-reader-text {
	padding-left: 10px;
	padding-right: 0;
}

.widget.yith_woocommerce_ajax_search .yith-ajaxsearchform-container .search_button {
	padding-left: 0;
	padding-right: 10px;
}

.widget.yith_woocommerce_ajax_search .yith-ajaxsearchform-container #yith-searchsubmit::before {
	content: attr(value); /* Check this rule! */
}

.widget.yith_woocommerce_ajax_search .yith-ajaxsearchform-container:after {
	content: '.'; /* Check this rule! */
}

html .yith-ajaxsearchform-container .autocomplete-suggestions {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

html .yith-ajaxsearchform-container .autocomplete-suggestion div.badges {
	left: 10px;
	right: auto;
}

