@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin:0;
	font-family: 'Amiri', sans-serif;
	font-size:16px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
/* body.rtl {direction: rtl;} */
img {border:none;}
.wrapper{
	width: 100%;
	max-width: 900px;
	margin:0 auto;
	display: table;
	padding: 0 10px;
}
.logo img {width: 100%;}
.top {
	position:relative;
	margin-top:20px;
    background-color: rgba(255,255,255,255);
    margin-bottom: 30px;
    padding:15px 5px;
    border-radius: 8px;
	display: table;
	width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.logo { float: left; }
.logo a { display: block; width: 100%; }
.logo img {}
.banner { width:100%;position:relative;float: left;}
.theme-default .nivoSlider img, .theme-default{height: 400px !important}
.content {
	width:100%;
	position:relative;
	overflow:hidden;
	clear:both;
	float: left;
	margin: 20px 0 50px;
}
.content img { display:block; margin:0 auto;}
.content-L { width:449px; float:left;}
.content-L h2 { font-size:20px; color:#af152d; margin:20px 0px 0px 0px;}

.monies { width:165px !important; float:left !important; margin-top:-50px !important;}
.content { width:100%; float:left; margin:10px 0 30px;}
.content h2 {
	display:block;
	float:right;
	font-size:20px;
	color:#af152d;
	text-align:right;
}
.content.arabic { font-family: 'Amiri', sans-serif;}
p { display: block; margin: 0 0 20px;}
.content.arabic p {text-align: right;}
.order {
	float:right;
	width:150px;
	height:100px;
	background-image: url('assets/order-online.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.order a {
	display:block;
	text-indent:-9999px;
	height: 100%;
	width: 100%;
}
.cart.buybutton { display: none; !important; }
.search {
	text-align: left;
	width: 100%;
	float: left;
    margin-bottom: 30px;
	height: 30px;
	line-height: 30px;
}
.search a {
	font-size: 20px;
	font-weight: 600;
	float: right;
	display: inline-block;
	color: #ffffff;
    text-decoration: none;
	font-family: 'Changa', sans-serif;
	cursor: pointer;
}
.search a:hover {text-decoration: underline;}
.search a img {display: inline-block;vertical-align: middle;}
.adrsDtlMap {
	width: 100%;
	float: left;
	position: relative;
}
.addressUl { float: left; width: 40%; }
.map { float: right;; width: 55%; height: 250px; }
.adrsDtlMap.arabic .addressUl {float: right; text-align: right;}
.adrsDtlMap.arabic .map {float: left;}
.adrsDtlMap.arabic {font-family: 'Amiri', sans-serif;}
h2.hdng {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #fff;
}
.addressUl li {
	margin-bottom: 10px;
	list-style: none;
	padding-left: 10px;
}
.footer {
    width: 100%;
    float: left;
    text-align: center;
    height: 50px;
	line-height: 60px;
	margin-top: 30px;
}
.footer p { margin-bottom: 0;}
.adrsDtlMap.arabic .addressUl li {
    margin-bottom: 5px;
    list-style: none;
    padding-left: 0;
}

@media (max-width: 767px) and (min-width: 320px) {
	.wrapper {
		display: block;
		float: left;
		padding: 0 20px;
	}
	body {
		-webkit-background-size: cover;
		background-size: cover;
	}
	.adrsDtlMap .map,
	.adrsDtlMap .addressUl {width: 100%;}
	.logo {
		float: left;
		max-width: 70%;
		margin-top: 25px;
	}
	.order {
		float: right;
		width: 30%;
		background-size: 100%;
	}
	.theme-default .nivoSlider img, .theme-default{ height: auto !important;}
}
