*{
	outline: none;
}
body{
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
    line-height: normal;
}
a{
	color: #636362;
}
a:hover, a:focus{
	color: #b5b70c;
}
img{
	max-width: 100%;
}

/*Color*/
.color-1{
	color: #b5b70c;
}


/*Header*/
header{
	background: #fff;
	border-top: 5px solid #b5b70c;
	border-bottom: 1px solid #e5e5e5;
}
header img{
	max-height: 70px;
}

/*Location*/
.search-box input[type="text"]{
	border-bottom: 2px solid #eee !important;
}
.location-target img{
	max-height: 35px;
}
.location-target i{
	font-size: 2rem;
}

/*Map Location*/
/*.map-location{
	height: 330px;
	overflow: hidden;
}*/
.map-location iframe{
	width: 100%;
	overflow: hidden;
}

/*Result Location*/
.result-location{
	border: 2px dotted #b5b70c52;
}
.result-location h3{
    color: #b5b70c;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
}
.result-location h4{
	font-size: .9rem;
	color: #333;
}
.result-location a{
	font-weight: 700;
	color: #b5b70c;
}
.online-store{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #28a745;
	border-radius: 25px;
}

.offline-store{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #d80611;
	border-radius: 25px;
}
/*Footer*/
footer{
    background: #f5f5f5;
    padding: 1rem 0;
    font-size: .9rem;
    border-top: 1px solid #e6e6e6;
}
