/*
Theme Name: Limo Layout2
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
See http://codex.wordpress.org/Right_to_Left_Language_Support
*/
@import url("../limo/rtl.css");

.woocommerce-product-search span.customSelect{
	border-left:none;
}
.custom-testimonial.style-1 .testmonial-image{
	float: none;
}
.topbar-link-wrapper {
	left: 0 !important;
	right: auto !important;
}
.header-search .woocommerce-product-search .search-field, .header-search .search-form .search-field{
	padding: 5px 15px 5px 35px;
}

@media only screen and (max-width: 979px) {
	.header-middle-left {
		float: right !important;
	}
}
