@font-face {
  font-family: ArTarumianMHarvats;
  /*src: url('/fonts/ArTarumianHeghnar Regular Italic.ttf');*/
  src: url('/fonts/ArTarumianMHarvats Regular.ttf');
}

@font-face {
  font-family: sylfaen;
  /*src: url('/fonts/ArTarumianHeghnar Regular Italic.ttf');*/
  src: url('/fonts/sylfaen.ttf');
}

@font-face {
  font-family: Alik_U_Regular;
  src: url('/fonts/Alik U Regular.ttf');
}

@font-face {
  font-family: ArmTimesST;
  src: url('/fonts/ArmTimesST Regular Italic.ttf');
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a:hover{
	text-decoration: none;
}
.info_all{
	width:100%;
	height: auto;
	position: relative;
	float:left;
}
.img-responsive{
	width:100%;
}

.fone_bg{
	position: fixed;
	width:100%;
	height: 100%;
	background: black;
	z-index: 2000;
	opacity: 0.7;
}
#one_product_info{
	display: none;
}
.one_product_info_block{
	position: fixed;
	width:100%;
	height: 100%;
	z-index: 2000;
	overflow-y: auto;
}
.success_block{
	position: fixed;
	width:100%;
	height: 100%;
	z-index: 2000;
	overflow-y: auto;
	padding-bottom: 50px;
}
.click_hide{
	position: absolute;
	width:100%;
	height: 100%;
}
.success_min_block{
	position: relative;
	width:50%;
	max-width: 400px;
	min-width: 300px;
	height: 250px;
	background: white;
	margin: 10% auto;
	border-radius: 5px;
}
.succes_header{
	width:100%;
	height: 40px;
}
.succes_header i{
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 20px;
	cursor:pointer;
}
.succes_body{
	width:100%;
	height: auto;
	text-align: center;
}
.succes_body i{
	font-size: 100px;
	margin-top: 20px;
	color: #d2c08f;
}

#fone_bg{
	display: none;
}
#success_block{
	display: none;
}

/* Index Page Style */

.index_page{
	width:100%;
	min-height: 70vh;
	height: auto;
	background-image: url("/images/bg8.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}

header{
	width:100%;
	height: 100px;
	float: left;
	position: relative;	
	background: black;
	padding-left: 5%;
	padding-right: 5%;
	z-index: 1000;
}
.logo_block{
	width:20%;
	height: 100%;
	float:left;
}
.header_style{
	width:80%;
	height: 100%;
	float:left;
}
.header_top_style{
	width:100%;
	height: 50px;
}
.header_top_style p{
	float:right;
	margin-top: 3px;
}
.header_top_style a{
	color: white;
}
.header_top_style a:hover{
	color: white;
}
.header_bottom_style{
	width:100%;
	height: 50px;
	float:left;
}
.header_bottom_style p{
	float:left;
	margin-left: 20px;
	margin-top: 10px;
	font-size:17px;
}
.header_bottom_style a{
	color:white;
}
.header_bottom_style a:hover{
	color:white;
}
.menu_mobile{
	width:100%;
	height: 40px;
	position: absolute;
	float:left;
	background-color: black;
	text-align: center;
	display: none;
	z-index: 200;
	margin-top: 80px;
}
.menu_mobile p{
	float:left;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 14px;
}
.menu_mobile a{
	color:white;
}
.menu_mobile a:hover{
	color:white;
}
.menu_mobile i{
	color:white;
	font-size: 16px;
	float:right;
	margin-right: 20px;
	margin-top: 10px;
	cursor:pointer;
	z-index: 10000;
}
.menu_mobile_list{
	position: absolute;
	width:100%;
	background-color: black;
	margin-top: 40px;
	z-index: 10000;
	border-top:1px solid white;
	display: none;
}
.menu_mobile_fix{
	position: relative;
	width:100%;
	height: 30px;
	padding-left: 50px;
	display: none;
}
.menu_mobile_fix p{
	float:left;
	margin-left: 10px;
	font-size: 12px;
}
.menu_mobile_fix p{
	color:white;
}
.menu_mobile_fix a:hover{
	color:white;
}
.menu_mobile_fix i{
	float:right;
	color:white;
	cursor: pointer;
}
.menu_mobile_list_fix{
	width:100%;
	height: 40px;
	background-color: black;
	position: absolute;
	margin-top: 80px;
	padding-top: 10px;
	display: none;
	border-top:1px solid white;
}
.menu_mobile_list_fix p{
	float:left;
	margin-left: 10px;
}
.menu_mobile_list_fix p{
	color:white;
}
.menu_mobile_list_fix a:hover{
	color:white;
}


.cart_div{
	position: absolute;
	width:100%;
	height: 100px;
	margin-top: -70px;
}
.cart_div_min{
	position: fixed;
	right:0;
	width:60px;
	height: 60px;
	background-color: #d2c08f;
	z-index: 1000;
	border-radius: 200px;
	margin-right:5%;
	text-align: center;
	padding-top: 18px;
	color:white;
	font-size: 16px;
}
.cart_div_min i{
	color:white;
	font-size: 16px;
	color:white;
}
.category_menu div{
	float:left;
	font-size: 14px;
	height: 50px;
	border-left:1px solid white;
	padding-left: 10px;
	padding-top: 9px;
}
.category_menu a{
	color:white;
}
.category_menu a:hover{
	color:white;
}

footer{
	width:100%;
	height: auto;
	float:left;
}
.footer_img{
	padding-left: 30px !important;
}
.footer_img img{
	margin-top: 20px;
}
.footer_img p{
	margin-top: 30px;
}
.footer_style h3{
	font-weight: bold;
	font-size:15px;
	color:white;
}
.fotter_social{
	width:100%;
	float:left;
	margin-top: 5px;
}
.fotter_social div{
	float:left;
	width:40px;
	height: 40px;
	background-color: #ba9e5c;
	border-radius: 50px;
	text-align: center;
	padding-top: 10px;
	margin-left: 10px;
}
.fotter_social i{
	font-size: 18px;
}
.fot_a a{
	color:white;
}
.fot_a a:hover{
	color:white;
	text-decoration: none;
}
.back_to{
	width:100%;
	height: 50px;
	float:left;
	background-color: #585d63;
}

.home_category_text{
	color:white;
	z-index: 200;
	text-align: center;
	font-size: 18px;
}

.home_category_text p{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: black;
}
.category_min{
	width:100%;
	border-radius: 0 !important;
	position: relative;
	box-shadow: 2px 2px 8px 2px black;
}
.category_min:hover{
	box-shadow: 0px 0px 8px 2px #c1b07a;
}

/*
.category_min:before{
 	content: "";
	position: absolute;
	background-color: black !important;
	opacity: 0.3;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 150;

	

}
*/

.lunch_category{

}
.lunch_category_min{
	background-color: #d2c08f;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid white;
	font-size: 14px;
	cursor: pointer;
}
.lunch_category_min:hover{
	font-weight: bold;
}
.lunch_category_min input{
	display: none;

}
.lunch_category_min i{
	float: right;
	color:white;
	margin-top: 3px;

}
.lunch_category_min a{
	color: white;
}
.lunch_category_min a:hover{
	color: white;
	text-decoration: none;
}
.lunch_type_min{
	width:auto;
	display: inline-block;
	background-color: #d2c08f;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid white;
	font-size: 14px;
	cursor: pointer;
}
.lunch_type_min i{
	color:white;
	margin-top: 3px;
	margin-left: 7px;

}

.cart_count_change div{
	float:left;
	margin-left: 10px;
}
.cart_count_circle{
	width:30px;
	height: 30px;
	border:solid 2px #0073e6;
	border-radius: 50px;
	font-size: 20px;
	text-align: center;
	padding: 0!important;
	color:#0073e6;
	cursor:pointer;
}
.cart_count_circle p{
	margin-top: -2px;
}
.slider_product button{
	color:white;
	background:none;
	border:solid 2px #d2c08f;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
}
.btn_abs{
	
}
.about_style p{
	width:100%;
}
.about_style ul{
	width:100%;
}
.about_style li{
	margin-left: 25px;
}