/*********************************************************************************

	Template Name: Template full name  
	Template URI: https://themeforest.net/user/
	Description: Template description
	Author: author name
	Author URI: author uri
	Version: 1.0

	Note: This is main css. All plugins css files import here.

**********************************************************************************/

/* ELIAS */
.logo {
	width: 100%;
	object-fit: cover;
}
.food-detail {
	/* width: 370px !important; */
	width: 100% !important;
	height: 380px;
	object-fit: cover;
}
.instagram {
	width: 114px !important;
	height: 110px;
	object-fit: cover;
}
.coupon-code {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #6f6f6f;
	font-size: 15px;
	font-weight: normal;
	height: 50px;
	padding: 0 5px 0 10px;
}
.food-cart {
	height: 90px;
	object-fit: cover;
}
.food-other {
	height: 180px;
	object-fit: cover;
}
@media only screen and (min-width: 992px) {
	.food-menu {
		width: 469px !important;
		height: 260px;
		object-fit: cover;
	}
}