/* RTL Style Here */
@import url('https://fonts.googleapis.com/css2?family=Cairo');

*, body, h1, h2, h3, h4, h5, h6, body h1 {
    font-family: 'Cairo', sans-serif ;
}
.product_list_widget li img {
	float: right;
    margin-left: 20px;
    margin-right: 0px;
}

.rtl .lahb-responsive-menu-wrap {
	left: -280px;
	right: auto;
}

#main #content-wrap {
    padding-top: 0px;
}


input {
text-align:right;
}
textarea{
text-align:right;
}
select:first-child{
  text-indent: 2%;
  direction: rtl;
  padding-right: 7px;
}

@media only screen and (max-width: 500px) {
	html .lauriel-body {
		font-family: 'Cairo', sans-serif !important;
	}
}