header{
	width:100%;
	height: 152px;
	float: left;
	position: relative;	
	z-index: 1000;
	background-color: white;
}

.header_top{
	height: 32px;
	background-color: #f2f6fa;
}
.shop_address{
	width:80%;
	float:left;
}
.shop_address p{
	float:left;
	margin-left: 5%;
	margin-top: 5px;
}
.shop_address a{
	color:#a1b9d3;
}
.lang_style{
	width:20%;
	position: relative;
	height: 100%;
	float:right;
}
.lang_style img{
	float:right;
	width: 20px;
	margin-top: 5px;
}
.ph_st_l{
	text-align: right;
	font-size:12px;
	margin-top: 7px;
}
.ph_st_l a:hover{
	text-decoration: none;
}
.header_fone{
	background-color: white;
}
.header_top_style{
	height: 70px;
}
.logo_block{
	float:left;
	font-family: 'Modak', cursive;
	font-family: 'Luckiest Guy', cursive;
	font-family: 'Baloo Bhai', cursive;


}
.logo_block a:hover{
	text-decoration: none;
}
.logo_block h1{
	letter-spacing: 2px;
}
.logo_block img{
	width:100%;
	max-width: 180px;
	position: absolute;
	z-index: 1000;
	margin-top:5px;
}
.navbar_block{
	width:100%;
	float:left;
	height: 100%;
	background: #fcfeff;
}
.navbar_cart_block{
	float:right;
	margin-top: 20px;
}
.navbar_cart_block span{
	font-size: 12px;
}
.navbar_cart_block a:hover{
	text-decoration: none;
}
.navbar_user_block{
	float:right;
	margin-right: 5%;
}
.navbar_lang_block{
	float:right;
	margin-right: 5%;
}
.header_bottom_style{
	position: relative;
	width:100%;
	height: 50px;
	background: #0073e6;
	border-radius: 10px;
 }
.hed_bot_min{
 	color:white;
 	width:10%;
 	height: 50px;
 	float: left;
 	text-align: left;
 	font-size: 15px;
 	font-weight: bold;
 	font-size: 13px;
 	font-family: 'PT Sans', sans-serif;
}
.hed_bot_min_bottom{
	color:white !important;
	width:auto;
 	height: 50px;
 	float:left;
 	text-align: left;
 	font-size: 15px;
 	font-weight: bold;
 	font-size: 14px;
 	font-family: 'PT Sans', sans-serif;
 	padding-right: 25px;
 	padding-left: 15px;
}
.hed_bot_min_bottom a{
	color:white;
	text-decoration: none;
}
.hed_bot_min_bottom a:hover{
	color:white;
	text-decoration: none;
}
.hed_bot_min a{
	color:white;
	text-decoration: none;
}
.hed_bot_min a:hover{
	color:white;
	text-decoration: none;
}
.hed_list{
	position: absolute;
	height: auto;
	width:100%;
	background-color: white;
	z-index: 1000;
	padding-bottom: 20px;
	display: none;
	right: 0 !important;
	top: 60px;
	height: auto;
	max-height: 70vh;
	overflow-y: auto;
	padding-bottom: 100px;
}
.hed_list h3{
	font-weight: bold;
	font-size: 16px;
}
.hed_list p{
	font-size: 13px;
	margin-top: -5px;
}
.hed_list a{
	color:black;
}
.hed_list a:hover{
	color:black;
	text-decoration: none;
}
.nav_menu_all{
	height: 50px;
	background: #0073e6;
	border-radius: 10px;
	float:right;
	width:800px;
	margin-top: 10px;
}

.header_sticky{
	position: fixed;
	top: 0;
	width: 90%;
	border:5px solid red;
}

.hed_list_min div{
	background-color: #0073e6;
	color:white;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-radius: 10px;
	font-weight: bold;
	font-size:13px;
}
.hed_list_min a{
	color:white;
}
.hed_list_min a:hover{
	color:white;
	text-decoration: none;
}

