/***************** menu styles ***********************************/
.back_btn_menu {
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	/* background: #405165; */
	padding: 10px;
	max-width: 160px;
	color: #405165;
	text-align: center;
	/* float: left; */
}

.allInOnce-h1-0 {
	display: none
}

#menuSectionOfSections>div {
	color: #000;
	width: 99%;
	/* margin: 0.4%; */
	/* float: left; */
	height: 0;
	position: relative;
	cursor: pointer;
	display: inline-table;
	font-size: 2em;
	transition: 0.4s;
}

#menuSectionOfSections>div:hover {
	transition: 0.4s;
}

.menu-dots {
	display: none;
}

.menuSectionName {
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #5a4438;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	padding: 100px 0;
	-o-transition: all 0.3s ease;
}

.menuSectionName:hover {
	background: rgba(0, 0, 0, 0)
}

.menu-category-items-container {
	/* padding-bottom: 30px; */
	display: table;
	width: 100%;
}

.menu-category-container {
	display: none;
	margin-bottom: 10px;
}

.menu-category-desc {
	margin-bottom: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #000000;
	text-align: -moz-center;
	text-align: -webkit-center;
	display: none;
}

.menu-category-items {
	display: inline-block;
	width: 100%;
}

.sub-item-box-main {
	margin-top: 60px
}

.sub-item-box-image {
	height: 400px;
	overflow: hidden;
}

.sub-item-box-image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.sub-item-box {
	display: table;
	width: 100%;
	text-align: left;
	float: left;
	/* max-width: 1300px; */
	/* height: 400px; */
	/* overflow: hidden; */
	padding-bottom: 30px;
}

.sub-item-box h1, .menu-category {
	margin-bottom: 10px !important;
	margin-top: 0px !important;
	padding: 10px 5px;
	font-size: 28px;
	color: #867669;
	font-weight: 600;
	text-transform: uppercase;
	background: #5a4438;
	text-align: -moz-center;
	text-align: -webkit-center;
	/* position: absolute; */
	z-index: 11;
	/* width: 50%; */
	text-align: center;
	z-index: 11;
}

.menu-section-titles {
	text-align: center;
}

.sub-item-box h3 {
	margin: 0px;
}

.menu-item-description {
	width: 100%;
	float: none;
	/* text-align: center; */
	position: relative;
	/* height: 400px; */
	display: table;
}

.menu-item-prices {
	width: 20%;
	float: left;
	text-align: right;
	padding: 0;
	display: none;
}

.menu-item {
	display: table;
	width: 100%;
	max-width: 900px;
	float: none;
	margin: auto;
	position: relative;
	/* margin-bottom: 30px; */
	padding: 0 20px;
	/* z-index: 999; */
	vertical-align: middle;
}

.menu-item-description p {
	font-size: 18px;
	margin-bottom: 0px;
	/* text-transform: capitalize; */
	line-height: normal;
	font-weight: 300;
	color: #000000;
	text-align: left;
}

.menu-category-items h1 {
	color: #c59a6c
}

.menu-item-description h3 {
	color: #000000;
	font-weight: 500;
	font-size: 19px;
	/* text-transform: capitalize; */
	line-height: normal;
	letter-spacing: 0.6px;
	margin: 0px;
	text-align: center;
	/* padding: 20px 30px; */
	position: relative;
	width: 100%;
	display: inline-block;
	z-index: 9;
	margin-bottom: 10px;
	/* vertical-align: middle; */
	/* background: rgba(0, 0, 0, 0.50); */
}

.menu-var {
	font-size: 12px;
	padding-right: 5px;
}

.menu-item .menu-img {
	width: 100%;
	/* min-height: 10px; */
	/* margin-right: 1%; */
	/* height: 400px; */
	/* display: none; */
	/* position: absolute; */
	z-index: 0;
	left: 0;
	top: 0;
}

.menu-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
}

.menu-item-prices p {
	margin-bottom: 0px;
	line-height: normal;
	margin-top: 0px;
	text-align: right;
}

.price {
	font-weight: 500;
	padding-left: 3px;
	color: #000000;
	font-size: 16px;
}

.dollarSign {
	font-weight: 600;
	font-size: 16px;
	display: none;
}

.menu-container-mobile {
	display: table;
	width: 100%;
	padding-bottom: 20px;
}

#menu-container hr {
	display: none;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width:600px) {
	.menu-item {
		width: 100%;
		float: none;
	}
}

/***************** menu styles ends ***********************************/
