/* ------- General ------- */
.menu {
	border-top: none;
}

/* ------- Back To Rest ------- */
.back_to_rest {
	padding: 10px 0;
}
@media screen and (max-width: 1034px) {
	.back_to_rest {
		padding: 10px 27px;
	}
}
.back_to_rest button {
	padding: 0 0 0 17px;
	color: #1d1d1d;
	font-size: 12px;
	background: url("../images/arrows/icon_arrow_black_left.png") left center no-repeat;
}

/* ------- Chat Banner ------- */
.chat_banner {
	height: 105px;
	position: relative;
}
.chat_banner button {
	padding: 8px 19px;
	color: #1d1d1d;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 35px;
	right: 25px;
	border: 3px solid #b28612;
	border-radius: 25px;
}

/* ------- Navigation ------- */
.navigation {
	padding-top: 0;
}

/* ------- Menu ------- */
#menu_container {
	width: 590px;
	padding: 20px 25px 0 0;
	float: left;
}
.menu_hours {
	padding-bottom: 20px;
}

/* ------- Category ------- */
.menu_category {
	padding: 8px 14px;
	color: white;
	background: #b70e0e;
}
.menu_category_title {
	font-size: 16px;
	font-weight: bold;
}
.menu_category_desc {
	font-size: 13px;
}

/* ------- Items ------- */
.menu_item, .menu_coupon {
	padding: 15px 10px;
	border-top: 1px solid #dadada;
}
.menu_item:hover, .menu_coupon:hover {
	background: #eeeeee;
}
.menu_item.last, .menu_coupon.last {
	border-bottom: 1px solid #dadada;
}
.menu_item td, .menu_coupon td {
	vertical-align: top;
}

/* ------- Item Image ------- */
.menu_item_img {
	width: 82px;
	padding-right: 15px;
}
.menu_item_img div {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #dadada;
}
.menu_item_img img {
	height: 80px;
	cursor: pointer;
}
.menu_coupon_img {
	width: 54px;
	padding-right: 15px;
}

/* ------- Item Info ------- */
.menu_item_info a {
	color: #1d1d1d;
	font-size: 16px;
	font-weight: bold;
}
.menu_item_info p {
	margin-top: 5px;
	color: #444444;
	font-size: 14px;
	line-height: 1.5;
}
.menu_item_price {
	width: 1%;
	padding-left: 10px;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

/* ------- Next Menu ------- */
.next_menu {
	padding-top: 25px;
	text-align: center;
}
.next_menu a img {
	margin: -2px 0 0 5px;
}

/* ------- Legend ------- */
.menu_legend {
	padding-top: 25px;
	text-align: center;
}
.menu_legend li {
	padding: 0 15px;
	display: inline-block;
	color: #1d1d1d;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu_legend img {
	margin-left: 5px;
	vertical-align: bottom;
}

/* -------  ------- */
