html {
	scroll-behavior: smooth;
}
.logo
{
	height:60px;
}
.form-group
{
	margin-bottom: 8px;
}
.center
{
	text-align:center;	
}

.right
{
	text-align:right;	
}

.login-ajax-loader
{
	margin-bottom: 12px;
}

#ajax-loader img
{
	display:none;
	width:60px;
}

#login-message
{
	display:none;
}

.img-offer-1
{
	position: absolute;
    top: 22%;
    right: 0;
    background: #fff;
    padding: 8px 14px;
    border-radius: 8px 0px 0px 8px;
}

.img-offer-2
{
	position: absolute;
    bottom: 22%;
    left: 0;
    background: #508AEE;
	color:#fff;
    padding: 8px 14px;
    border-radius: 0px 8px 8px 0px;
}

.vn-icon
{
	margin-top: 18px;
    margin-right: 10px;
}

.menu-list
{
	padding: 8px;
}

.restaurant-detailed-banner {
    height: 170px;
}

.restaurant-detailed-header
{
background: url(../img/mall-dedicated-banner.jpg);
height:170px;
}

.restaurant-detailed-header-left img {
    border: 3px solid #fff;
}

.menu-item-box
{
	
}
.mi-price-time
{
	font-size: 16px;
    color: #313131;
}

.size-selectbox
{
	min-height: 20px;
    padding: 2px;
    height: 26px;
    margin-top: 6px;
}
.flat-button
{
	border: 0px;
    background: none;
}

.cart-vnico
{
	margin-top: 2px;
}

.app-detail
{
	display: flex;
    height: 200px;
    flex-wrap: wrap;
    align-content: center;
}

.apps-icon
{
	text-align:center;
	margin-top:20px;
}

.apps-icon img
{
	width:200px;
}

.req-star {
    font-weight: bold;
    color: #d72419;
	font-size:16px;
}

.update_location_box
{
	background: #fff;
    padding: 25px;
}

#update_location_box
{
	display:none;
}


{
	
}

.blink-red-bg {
  width: 50px;
  height: 50px;
  -webkit-animation: blink_bg_red 1s infinite;  /* Safari 4+ */
  -moz-animation: blink_bg_red 1s infinite;  /* Fx 5+ */
  -o-animation: blink_bg_red 1s infinite;  /* Opera 12+ */
  animation: blink_bg_red 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blink_bg_red {
  0%, 49% {
   
    color:#fff;
  }
  50%, 100% {
    
    color:#e50000;
  }
}

#mnexist-msg
{
	color: #dc0d0d;
   
}