
@font-face {
    font-family: "DroidKufi-Regular";
    src: url("../fonts/DroidKufi-Regular.ttf") format("truetype");
}





html,body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-family: Tajawal;
	font-family: El Messiri;
	font-family: owned_font;
	font-family: jooza;
font-family: 'DroidKufi-Regular';
	 line-height:1.5em; 
	background-color: #f5f5f5;
	direction: rtl;
	vertical-align: top;
}


.bottom-arrows {
      border-bottom: 0px solid #FCF3BA;

}
.bottom-arrows:after {
    content:'';
	position: absolute;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 15px solid #080807;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
		  transform: translate(0px, -4px);

}

.bottom-arrow {
      border-bottom: 0px solid #FCF3BA;

}
.bottom-arrow:after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 15px solid #080807;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
		  transform: translate(0px, -4px);

}
 .ltr {
	
	direction: ltr;
	
}
.rtl {
	
	direction: rtl;
	
}

.flex {
	display: flex;
	justify-content: center;
	text-align: center;  
}
.iflex {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	
}

@font-face {
    font-family: "owned_font";
    src: url(font/DroidKufi-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcQyyS4J0.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
@font-face {
  font-family: 'jooza';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/170717113734jooza.woff) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/Iura6YBj_oCad4k1nzSBC45I.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
@font-face {
  font-family: 'Aref Ruqaa';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/WwkbxPW1E165rajQKDulIIIoVeo5.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 400;
  src: url(font/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe55ijDz-oQ.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
@font-face {
    font-family: "numbr_font";
    src: url(font/ae_AlMothnna_bold.ttf) format("truetype");

}


#main_header {
	text-align:center;
	display:block;
	background: #f5f5f5;
	z-index: 300;
}

.header-sticky{
	text-align: center;
	width: 100%;
	font-family: numbr_font;
	padding-top: 20px;
	vertical-align: bottom;
	display: block;
		background: white  ;

}
.header-sticky img{
    height: 50px;
}

.fixed{
     position: fixed;
		border-bottom: 4px solid #00aeef;
    top: 0px;
	z-index: 2;
	padding: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
	background: #B0AEAE  ;
}


#info_box{
     position: absolute;
	height: 150px;
	width: 300px;
	padding: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
	z-index: 6;
	background: white;
	display: none;
	border-radius: 10px;
	border: 1px solid #ABABAB;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}
.s_header_div{
	text-align: center;
}
.bar_img{
	height: 30px;
	width: 30px;
}
.v_t{
     position: fixed;
display: none;
}
.view_title_fixed{
     position: fixed;
    top: 50px;
	z-index: 3;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 2px;
	display: inline-block;
	max-width: 210px;
	background: white;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
	user-select: none;
}
.v_tm{
     position: fixed;
display: none;
}
.me_view_title_fixed{
     position: fixed;
    top: 50px;
	z-index: 1;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 2px;
	display: inline-block;
	max-width: 210px;
	background: white;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
	user-select: none;
}

.radar_fixed{
     position: fixed;
    top: 40px;
	z-index: 2;
	padding: 5px;
}
.odoo_fixed{
     position: fixed;
    top: 48px;
	z-index: 4;
	padding: 5px;
	width: 98%;
}
.client_fixed{
     position: fixed;
    top: 98px;
	z-index: 3;
	padding: 5px;
	width: 98%;
}
.omlaat_fixed{
     position: fixed;
    top: 153px;
	z-index: 2;
	padding: 1px;
	width: 98%;
}
.sticky_div_fixed{
     position: fixed;
    top: 55px;
	z-index: 2;
	padding: 1px;
	width: 98%;
	background: #FDFCFC;
}

.me_bar_fixed{
     position: fixed;
    top: 60px;
	z-index: 3;
	padding: 5px;
	display: block;
	justify-content: center;
	object-fit: contain;
	text-align: center;
	width: 100%;

}

.me_bts_fixed{
	margin: 1px;
	width:30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #ABABAB;
	background: white;
	opacity: 0.9;
	display: inline-block;
	cursor: pointer;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02), 0 3px 10px 0 rgba(0, 0, 0, 0.09);

	}
.me_bts_fixed:hover {
	opacity: 1;
	background: #F8F706;
	width: 35px;
	height: 35px;
	}
.me_bts_fixed img{
	width:25px;
	height: 25px;
	}
.me_bts_fixed_pressed {
	opacity: 1;
	background: #F8F706;
	}


	.arrow-down11111 {
    width: 0;
    height: 0;
    content: '';
    border-width: 15px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
		position: absolute;
	  transform: translate(-5px, -5px);
	
	}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
	object-fit: contain;
}
.badge-notify {
    background: red;
    position: relative;
    top: -20px;
    right: 10px;
}
.cart-badge {
    background: red;
    position: relative;
    top: -20px;
    right: 10px;
}
.favo-badge{
	    background: blue;
	color: white;
}
.mano-badge{
	    background: yellow;
	color: black;
}
.marketview{
			background: #ffffff;
			border-radius: 2%;
		}
	
	#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(25,154,175,0.30);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;    
		border-radius: 15%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
		cursor: pointer;
		text-align: center;
		vertical-align: middle;
		color: black;
		font-size: 28px;
		line-height: 60px;  
		z-index: 2;
		user-select: none;
}
	
	
		#return-to-top:hover {
    background: rgba(12,144,171,1.00);
			
}
.header_input {
    border: 0px solid #D6DB20;
    width: calc(100% - 50px);
    height: 50px;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    /* border-top-right-radius: 0px; */
    font-family: owned_font;
    padding-bottom: 5px;
}

.header_div_input {
    width: 30%;
    height: 55px;
    display: inline-block;
    margin-top: 0px;
    border-radius: 5px;
    border: 0px solid #C0C0C0;
    object-fit: contain;
    margin: 3px;
    padding: 3px;
}