/* ---registration login page ---*/
.registration
{
	vertical-align: bottom; 
	font-weight: 500; 
	margin-top: 60px;
}
/*---alert page---*/
.alert_box
{
	margin-bottom: 5px;
}
.alert_box_time
{
	font-size: 10px;
}

/*---footer menu icon ---*/
.icon_img
{
	width: 20px; 
	padding-bottom: 5px;
}
.icon_txt
{
	display: block;
	line-height: 0px; 
	font-size: 14px;
	margin-top: -4px;
	font-weight: 500;
	color: black;
}
.alert_icon_txt
{
	display: block;
	line-height: 0px; 
	font-size: 14px;
	margin-top: -4px;
	margin-left: -6px;
	font-weight: 500;
	color: black;
}
.cart_icon_txt
{
	display: block;
	line-height: 0px; 
	font-size: 14px;
	margin-top: -4px;
	margin-left: -10px;
	font-weight: 500;
	color: black;
}
.alert_budge
{
	font-size:19px;
	margin-left: -10px;
}
.cart_budge
{
	font-size:19px; 
	margin-left: -5px;
}
.footer 
{
    overflow: hidden;
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.footer a 
{
    box-sizing: border-box;
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 25px;
    width: 20%;
    margin-bottom:-5px;
    height: 60px;
}
.footer a i
{
    font-size: 30px;           
}

.footer a:hover 
{
    background: white;
    color: orange;
}
.footer a.active 
{
    background-color:white;
    color: orange;
}
/*--end of footer menu icon ---*/
/*---explore page---*/
.explore_arrow
{
	z-index: 999;
}
/*---end of explore page---*/

/*---cart page---*/
.cart_item_tit
{
	font-weight: 500;
}
.cart_line
{
	border-bottom: 1px solid #eceff1;
}
.footer_delivery 
{
      overflow: hidden;
      background-color: white;
      position: fixed;
      bottom: 30px;
      width: 100%;
      z-index: 999;
}

/*---end of cart page---*/


/*--start of home page---*/
.slider_img
{
	border-radius: 5px;
}
.delivery_btn
{
	border-bottom: 3px solid #fc8019;
}
.restro_img
{
	border-radius: 5px; 
	vertical-align: bottom;
}
.cat_slider
{
	border-radius: 5px; 
	width: 60px;
}
/*--end of home page---*/

/*----restaurant page---*/
.list_title
{
	font-size: 18px; 
	font-weight: 500;
}
.menu_list_box
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.menu_btn
{
	overflow: hidden; 
	position: fixed; 
	bottom: 60px; 
	right: 0px; 
	left:0px; 
	z-index: 999; 
}
.bottom_cart
{
	font-size: 15px;
	font-weight: bold;
}

/*---end of restaurant page ---*/

/*---single item page---*/
.item_img
{
	margin-top: 8px;
	 width:100%;
}
.item_box
{
	border:0px solid #ccc;
}
/*---start of order ---*/

/*--end of checkout---*/