@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'UAESymbol';
    src:url('../newuaefont/font_ok.ttf') format('truetype');
}

*{
	padding:0;
	margin:0;
	font-family: "Poppins", serif;
}
.dirham-symbol {
    font-family: 'UAESymbol', sans-serif;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}
.__containa{
	width:100%;
}
.__desktop,
.__mobile{
	width:100%;
}
 .__desktop{
	display:block;
}

.__mobile{
	display:none;
	//position:relative;
}
.pac-container {
    z-index: 10000 !important;
}
span.sarcheds{
	display: flex;
    justify-content: center;
   /* width: 35px;
    height: 35px;*/
    background: rgb(14, 90, 167);
    color: white;
    border-radius: 50%;
    margin-top: 1px;
    cursor: pointer;
}
.__search_div{
	border-radius:5px;
	border:1px solid rgb(14, 90, 167);
	width:90%;
	display:flex;
}
.div_star_cont{
	width:100%;
}
.__search_div span{
	font-size:13px;
	cursor:pointor;
	color:black;
}
.sartss{
	width:100%;
	display:flex;
}

.sartss span{
	padding:10px;
	font-size:4rem;
	font-weight:700;
	cursor:pointer;
}
.myratingg{
	color:gray;
}
.ratecolor{
	color:orange;
}
.mklopm{
	width:100%;
	margin-top:10px;
}
.msg{
	width:100%;
	border: 1px solid #dadce3;
	border-radius:10px;
	
}
.msg textarea{
	width:96%;
	margin-left:2%;
	border: none;
	height:100px;
	outline:none;
	border-radius:10px;
}
.mklopm button{
	width:80%;
	margin-left:5%;
	background: rgb(14, 90, 167);
	color:white;
	border-radius:10px;
	height:50px;
	outline:none;
	border:none;
}
.__success_divs{
	width:100%;
}
.__success_divs .bx{
	font-size:4rem;
	color: #4caf50;
	font-weight:900;
}
#ratinfinput{
	display:none;
}
.___image__contana{
	width:100%;
	display:flex;
	gap:10px;
	padding:10px;
}
.single_rate_image{
	width:20%;
	position:relative;
	border:1px solid gray;
}
.single_rate_image .yo_img{
	width:100%;
}
.single_rate_image .yo_img img{
	width:100%;
	height:100px;
	object-fit:contain;
}

.single_rate_image .cons_span{
	top:0;
	left:0;
	position:absolute;
	z-index:10;
	
}
.single_rate_image .cons_span span{
	background:red;
	color:white;
	padding:10px;
	border-radius:5px;
	cursor:pointer;
}
#chooseimg{
	padding:10px;
	font-size:1rem;
	background: rgb(14, 90, 167);
	color:white;
	border-radius:10px;
	margin-left:10px;
	cursor:pointer;
	font-size:14px;
}
@media screen and (max-width: 600px) {
 .__desktop{
	display:none;
}

.__mobile{
	display:block;
	position:relative;
}
.___poupmobile__search{
	top:0;
	left:0;
	position:absolute;
	z-index:600;
	background:white;
	//min-height:5%;
	width:100%;
	display:none;
	//background-color: rgba(0, 0, 0, 0.5);
	min-height:100vh;
	min-height:100%;
}
.topsearch_head{
	width:100%;
	background:white;
	margin-bottom:10px;
	padding:10px;
	
	padding-bottom:30px;
	display:flex;
	
}
span.clodespns{
	padding:10px;
	font-size:.9rem;
	font-weight:500;
	cursor:pointer;
}
.__search_div{
	width:90%;
	display:flex;
	height:45px;
	border: 1px solid rgb(14, 90, 167);
	margin-left:1%;
	
	
}
.__search_div input{
	width:90%;
	border:none;
	background:white;
	outline:none;
	height:100%;
	margin-left:5%;
	border-radius:5px;
}
.__search_div span{
	padding:10px;
	font-size:1.3rem;
}
.__search_rest{
	width:100%;
	margin-top:-9px;

}
.__resiltes__reaper{
	width:96%;
	margin-left:2%;
	background:white;
	margin-bottom:50px;
	
}
.__resiltes__reaper a{
	width:100%;
	display:block;
	padding:5px;
	text-decoration:none;
	color:black;
	font-size:.8rem;
	font-weight:300;
	
}
.__mainmobile_wrapa{
	width:100%;
	position:relative;
	
}
.___topconainat{
	width:100%;
	//min-height:700px;
}
.bootom_name{
	padding:absolute;
}
.___topnavhader{
	width:98%;
	margin-left:1%;
}
.navesacearheada{
	width:100%;
	display:flex;
	justify-content:space-between;
	padding:10px;
}
.navesacearheada a{
	padding:10px;
	text-decoration:none;
	width:34%;
	color:black;
	font-size:1.3rem;
	font-weight:900;
	color:rgb(14, 90, 167);
}
.__searcgcont{
	width:66%;
	display:flex;
	height:40px;
	border:1px solid #e9ecef;
	background:white;
	border-radius:20px;
	 border :2px solid rgb(14, 90, 167);
	 background:white;
}
/*.__searcgcont span{
	padding:10px;
}*/
.__searcgcont span{
	display: flex; /* Enables flexbox for centering */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    width: 30px; /* Set a fixed width */
    height: 30px; /* Set a fixed height (same as width for a circle) */
    background: rgb(14, 90, 167);
    color: white; /* Ensures text is visible */
    border-radius: 50%; /* Makes it a perfect circle */
	margin-top:2px;
	cursor:pointer;
}
.__searcgcont input{
	height:100%;
	width:88%;
	border:none;
	outline:none;
	//margin-top:2%;
	border-radius:20px;
	margin-left:2%;
}
.__bottom__nave{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.___act__location{
	width:80%;
	display:flex;
	cursor:pointer;
}
.___act__location span{
	padding:5px;
	font-size:1.3rem;
	font-weight:400;
}
.custaddress_top{
	width:80%;
	white-space: nowrap;
	overflow:hidden;
	padding:5px;
	font-size:.9rem;
}
span.arraves{
	color:red;
	font-size:.8rem;
	font-weight:bold;
}

.bootom_name {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff; /* Optional: Add background color */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for better visibility */
    z-index: 1000; /* Ensure it stays above other content */
}
.__padding__top{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.__padding__top .footeritem{
padding:10px;
align-items:center;
text-align:center;
cursor:pointer;

}
.__padding__top .footeritem p{
padding:0;
margin:0;
align-items:center;
text-align:center;
font-size:.7rem;
}
.__padding__top span{
padding:10px;
font-size:1.4rem;
font-weight:500;

}
.cartova{
	position:relative;
}
span.cartsupas{
	top:0;
	left:0;
	position:absolute;
	margin-top:-18px;
	margin-left:10px;
	padding:10px;
	color:red;
	font-size:1rem;
	font-weight:500;
	
	
	
}
.___main__content__bills{
	width:98%;
	margin-left:1%;
	padding-bottom:20px;
}
.__carresols{
	width:100%;
	height:150px;
}
.__carresols .swiper{
	height:100%;
	 text-align: left;
	 width:100%;
}
.__carresols .swiper .swiper-wrapper{
	height:100%;
	width:100%;
}

.__carresols .swiper .swiper-wrapper .swiper-slide{
	height:100%;
	border-radius:5px;
	width:100%;
}
.__carresols .swiper .swiper-wrapper .swiper-slide img{
	height:100%;
	width:100%;
	border-radius:5px;
}
.___headdding__wrrapa{
	width:100%;
	padding-bottom:50px;
}
.__single__section{
	width:100%;
	margin-top:10px;
}
.headdions{
	width:100%;
}
.headdions h4{
	width:100%;
	padding:10px;
	font-size:1.2rem;
	font-weight:400;
}
.___heading__contents{
	width:100%;
}
.single__category{
	width:20%;
	display:inline-block;
	overflow:hidden;
	margin:5px;
	cursor:pointer;
}
.single__category img{
	width:100%;
	height:130px;
	object-fit:contain;
}
.single__category p{
	width:100%;
	white-space: nowrap;
	font-size:.7rem;
	font-weight:500;
}
.__single__actualelement{
	width:45%;
	display:inline-block;
	margin:5px;
	border:1px solid rgb(217 217 217);
	padding:10px;
	border-radius:5px;
}
.___actuall__imopnd{
	height:140px;
	position:relative;
	
}
.___imagess_items{
	height:100%;
	width:100%;
}
.__offercent{
	top:0;
	left:0;
	position:absolute;
	display:flex;
	
}
.__offercent span{
	padding:10px;
	cursor:pointer;
	z-index:100;
	font-size:1.4rem;
	font-weight:600;
	
}
.___imagess_items img{
	height:100%;
	width:100%;
	object-fit:contain;
	cursor:pointer;
}
.___itemcontentedd{
	width:100%;
}
.itemsescs{
	width:100%;
}
.itemsescs{
	width:100%;
	 line-height: 1rem;
  height: 2.5em; 
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
display: block;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size:.8rem;
padding:0;
margin:0;
}
.___iop__pricess{
	width:100%;
	display:block;
	justify-content:space-between;
	padding:10px;
}
.___iop__pricess p{
	width:100%;
	padding:0;
	margin:0;
	font-size:.9rem;
}
.justaddcart{
	width:100%;
	margin-top:-50px;
	z-index:300;
}
.justaddcart span{
	padding:10px;
	background:#04a550;
	color:white;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	margin-left:70%;
	background: rgb(14, 90, 167);
}
.__alreadycart{
	width:100%;
	display:flex;
	gap:20px;
	//display:none;
	
}
.__alreadycart span.actionspans{
	padding:5px;
	background:#04a550;
	color:white;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	background: rgb(14, 90, 167);
	
}
span.carttspann{
	font-size:1rem;
	font-weight:600;
}
/*.swiper .swiper-wrapper .__single__actualelement{
	width:90%;
	display:block;
	margin:5px;
	border:1px solid rgb(217 217 217);
	padding:5px;
	border-radius:5px;
}*/
.swiper-wrapper .__single__actualelement{
	width:100%;
	display:block;
	margin:0px;
	border:1px solid rgb(217 217 217);
	padding:5px;
	border-radius:5px;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination{
	display:none;
}
span.arraves{
	cursor:pointer;
}

.single__category img{
	width:80px;
	height:80px;
	object-fit:contain;
	border-radius:50%;
	padding:10px;
	border:1px solid rgb(217 217 217);
}
.single__category p {
    width: 100%;
    font-size: 0.7rem;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nondisp{
	display:none;
}
.__resiltes__reaper span.rist{
	padding:7px; display:inline-block;
	margin-top:5px;
	border:1px solid rgb(217 217 217);
	cursor:pointer;
	border-radius:5px;
	font-size:.8rem;
	margin:5px;
}
.__resiltes__reaper h3{
	font-size:1rem;
	
}
} 
