@font-face {
    font-family: 'fontmain';
    src: url('irfont400.eot');
    src: url('irfont400.eot?#iefix') format('embedded-opentype'),
         url('irfont400.woff') format('woff'),
         url('irfont400.ttf') format('truetype'),
         url('irfont400.svg') format('svg');
}
html, body{
	direction:rtl;
	font-family: fontmain, 'fontmain', sans-serif;
	padding:0;
	margin:0;
	text-align: center;
}
.logosection{
	height:9rem;
	width: 100%;
	background:transparent;
	position: relative;
}
.tabs {
	display: flex;
	position: relative;
	width:90%;
	right:5%;
	margin-top:1rem;
}
.tabs * {
	z-index: 2;
}
input[type=radio] {
	display: none;
}
.tabitem {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 48%;
	font-size: 1.25rem;
	font-weight: bold;
	border-radius: 15px;
	cursor: pointer;
	transition: 0.25s ease-in;
	color: #000000;
	border:1px solid black;
	margin-right:2%;
}
input[type=radio]:checked + label {
	color: #ffffff;
}
input[id=tabitem1]:checked ~ .glider{
	transform: translateX(0);
}
input[id=tabitem2]:checked ~ .glider{
	transform: translateX(-104.2%);
}
.glider {
	position: absolute;
	display: flex;
	height: 36px;
	width: 48%;
	margin-right:2%;
	background-color: #000000;
	z-index: 1;
	border-radius: 15px;
	transition: 0.25s ease-out;
}
#menutab2{
	display: none;
	padding:15px;
}
.owl-carousel{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	background: rgba(236, 233, 230, 0.3);
	margin-top:1.2rem;
	margin-bottom:1rem;
}
.categorybox{
	padding:1rem;
	padding-top:0.7rem;
	cursor:pointer;
}
.categorybox img{
	box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
	border-radius: 7px;
	padding:4px;
}
.categorybox h5{
	width:120%;
	margin:4px -3px 0 0;
	text-align:center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size:75%;
}
.activee img{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.activee h5{
	margin-top:6px;
}
.owl-dots {
  text-align: center;
  margin-top:-0.7rem;
}
.owl-dots .owl-dot {
  width: 12px;
  height: 10px;
  border-radius: 20%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots .owl-dot.active {
  background-color: #000;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
.menucategory{
	display: none;
}
.showmenucat{
	display: block;
}
.menuitem{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	position: relative;
	display: inline-block;
	border-radius: 5px;
	height:80px;
	width:95%;
	margin:2px 0 2px 0;
}
.menuitem * {
	position: absolute;
}
.menuitem img{
	border-radius: 0 5px 5px 0;
	width:90px;
	height:80px;
	right:0;
}
.menuitem h5{
	font-size:18px;
	text-align:right;
	right:95px;
	top:-22px;
	width:180px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight:bold;
}
.menuitem .iteminfo{
	width:260px;
	height:40px;
	line-height:18px;
	font-size:12px;
	text-align:justify;
	right:97px;
	top:27px;
	color:#002102;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.menuitem .itemprice{
	font-size:30px;
	font-weight:bold;
	left:34px;
	top:-9px;
	line-height:5px;
}
.menuitem small{
	left:10px;
	top:10px;
	line-height:10px;
}
.categorylabel{
	overflow:hidden;
	margin-bottom:20px;
	background:transparent;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.categorylabel p{	
	text-align:center;
	font-weight:bold;
	font-size:1.2rem;
	line-height:0.5rem;
	white-space: nowrap;
	moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-moz-animation: textanimation 15s linear infinite;
	-webkit-animation: textanimation 15s linear infinite;
	animation: textanimation 15s linear infinite;
}
@keyframes textanimation {
	from {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	to {
		-moz-transform: translateX(260%);
		-webkit-transform: translateX(260%);
		transform: translateX(260%);
	}
}
#map{
	width:100%;
	height:200px;
	margin-top:15px;
}
.contactinfo, .contactinfo2{
	position: relative;
	display: inline-block;
	border-radius: 7px;
	height:40px;
	background:#404040;
	margin-bottom:5px;
	color:white;
}
.contactinfo{
	width:100%;
}
.contactinfo2{
	width:49%;
}
.contactinfo img, .contactinfo2 img{
	position: absolute;
	width: 30px;
	height: 30px;
	padding:5px;
	right: 0;
	object-fit: contain;
}
.contactinfo h4{
	position: absolute;
	text-align:right;
	right:42px;
	top:-11px;
	width:180px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.contactinfo h3, .contactinfo2 h3{
	position: absolute;
	direction:ltr;
	text-align:left;
	left:8px;
	top:-11px;
	width:150px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.contactinfo2 h3{
	font-size:15px;
	font-weight:bold;
	top:-4px;
	width:120px;
}
#menutab2 p{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
#menutab2 h2{
	direction:rtl;
	font-size:14px;
	text-align:justify;
	line-height:25px;
	font-weight:normal;
}
a{
	color:white;
	text-decoration: none;
}
.sticky {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	background: rgba(236, 233, 230, 1);
	position: fixed;
	top: 0;
	width:100%;
	margin:0;
	padding:10px 0 10px 0;
	box-shadow:0;
	height:auto;
}
.copyright{
	font-size:80%;
	opacity:0.7;
	margin:10px;
}
@media screen and (min-width : 650px){
	/* For Nun Mobile */
	.logosection{
		height:25rem;
	}
	.tabs {
		width:70%;
		right:15%;
	}
	.menucategory{
		padding:5px;
	}
	.menuitem{
		width:310px;
	}
	.menuitem .iteminfo{
		width:205px;
		font-size:10px;
	}
	.menuitem h5{
		font-size:12px;
		width:150px;
		top:-8px;
	}
	.menuitem .itemprice{
		font-size:20px;
		top:1px;
	}
}