.module-menu{		
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding-top:1rem;
	overflow:hidden;
}

@media(min-width:992px){
	.module-menu{
		padding-top:3rem;
	}
}

/*========================
== MENU TABS/NAVIGATION ==
	===================== */


.menu__nav{
	width:100%;
	display:flex;
	flex-direction:row;	
	flex-wrap:nowrap;
	margin-bottom:0;
	border-bottom:none;
}

.menu__nav-container{
	max-width:1140px;
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
}

.module-menu .nav-tabs .nav-item{
	background-color: rgba(26,37,45,0.4);
	color:  rgba(255,255,255,0.5);
	border:2px solid rgba(164,173,153,0.2);
	margin:0 0.05rem;		
	border-radius:0px;
	border-bottom:none;
	font-size:1.5rem;
	letter-spacing:3px;
	font-family:'EightDays';
	font-weight:normal;
}

@media (min-width:768px){
	
 	.module-menu .nav-tabs .nav-item{	
		font-size:2.5rem;
		letter-spacing:5px;		
	}
	
}

.module-menu .nav-tabs .nav-item.active{
	background-color: #1A252D;
	color: #fff;
}

.menu__tabs{
	width:100%;
	border:5px solid #1A252D;
	background-color: #fff;		
}

.menu__header{
	display:flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction:column;
	width:100%;
	min-height:225px;
	padding:1rem 0;
	border-bottom:5px solid #1A252D;		
	position:relative;
}

@media (min-width:576px){
	
	.menu__header{
		min-height:300px;
		padding:2rem;
	}
}

.menu__header-content{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	max-width:1100px;
	padding-left:15px;
	padding-right:15px;
	z-index:1100;	
	position: relative;
}	

.menu__header--image{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.menu__header-overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	width:100%;
	z-index:1020;
	display:block;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(26,37,45,0.790651260504201) 55%);
}
.menu__heading-wrap{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
}

.menu__heading{
	font-size:4rem;
	letter-spacing:7px;
	color:#fff;
	text-shadow:1px 3px 10px #000;
	margin-bottom:0.5rem;
}

.menu__sub-heading{
	color: #fff;
	font-size:0.9rem;
	text-shadow:1px 3px 10px #000;
	text-align: center;
	margin-bottom:0;
}

@media (min-width:576px){
	.menu__heading{
		font-size:5rem;
		letter-spacing:10px;
	}
	.menu__sub-heading{		
		font-size:1.5rem;		
	}	
}	

.menu__content{
	max-width:1200px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
	margin:auto;
	padding:1rem;
}
.menu__section{
	width:100%;
	padding:0.5rem 0;
}
.menu__section.menu__section--no-heading{	
	padding:0rem 0;
}

@media(min-width:768px){
	.menu__content{
		padding:2rem;
	}
	.menu__section{	
		padding:2rem 0;
	}
	.menu__section.menu__section--no-heading{	
		padding:0rem 0;
	}
}
	
.menu__items{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content: flex-start;
	margin-top:0.5rem;
}
	
.menu__item{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
	flex:1 1 100%;
	width:100%;
	max-width:100%;
	margin:0.5rem 0;		
}

@media (min-width:576px){
	
	.menu__item{
		flex:1 1 48%;
		width:auto;
		max-width:48%;		
	}
	
	.menu__item--basic.menu__item--odd,
	.menu__section--standard .menu__item--has-options.menu__item--odd{
		margin-right:2%;
	}

	.menu__item--basic.menu__item--even,
	.menu__section--standard .menu__item--has-options.menu__item--even{
		margin-left:2%;
	}
	

	.menu__section--standard .menu__item--has-options{
		flex:1 1 48%;		
	}
	
}

.menu__item--has-advanced,
.menu__item--has-options,
.menu__item--has-additional{
	flex-direction:column;
	justify-content:start;
	flex: 1 1 100%;
	max-width:100%;
	margin-right:0;
	margin-left:0;
}

.menu__item-wrap{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:column;
}

.menu__item-wrap--advanced{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:column;
	width:100%;
}

.menu__item-name{
	font-weight:900;
	font-size:1.25rem;	
	margin-bottom:0;
}
	
.menu__item--details{
	font-weight:400;
	font-size:1rem;
}

.menu__item-price{
	font-weight:900;
	font-size:1.25rem;
	margin-left:2.5rem;
}

.menu__item-variants-wrap{
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	display:flex;
	width:100%;
}

.menu__item-variants{
	display:flex;
	align-items:center;
	flex-direction:row;
	justify-content: flex-start;
	flex-wrap:wrap;
	border-bottom:1px solid #cacaca;
	padding-bottom:0.5rem;
	margin-bottom:0.5rem;
	width:100%;
}

.menu__item-variant{
	margin-left:0;
	margin-right:0.5rem;
}
@media(min-width:576px){
	
	.menu__item-variants-wrap{
		flex-direction:row;
		justify-content:space-between;
		align-items:center;	
		
	}
	.menu__item-variants{	
		flex-direction:row;
		justify-content: flex-end;
		width:auto;
		border-bottom:none;
		padding-bottom:0;
		margin-bottom:0;
	}
	.menu__item-variant{
		margin-left:1rem;
		margin-right:auto;
	}
	
}



.menu__item-additionals{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:flex-start;	
	width:100%;
}

.menu__item-column{
	display:flex;
	flex-direction: column;
	align-items:flex-start;
	justify-content: flex-start;
}	

.menu__item-row{
	display:flex;
	flex-direction: row;
	align-items:flex-start;
	justify-content: space-between;
	width:100%;
}	




.menu__item--has-options .menu__item-additionals{
	width:100%;
	flex:1 1 100%;
	margin-right:0;
	flex-direction:column;
}
@media(min-width:768px){	
	.menu__item--has-options .menu__item-additionals{
		width:auto;
		flex:1 1 48%;
		margin-right:2%;
		flex-direction:column;
	}
}


.menu__item-additional-wrap{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	flex: 1 1 48%;
	max-width:48%;
	margin-right:0;	
}
.menu__item-additional-wrap.menu__item--has-details{
	flex: 1 1 100%;
	max-width:100%;
	margin-right:0;
	margin-bottom:0.25rem;
}
@media (min-width:768px){
	.menu__item-additional-wrap.menu__item--has-details{
		flex: 1 1 48%;
		max-width:48%;
		margin-right:2%;
	}
}
.menu__item--has-options .menu__item-additional-wrap{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:center;
	flex:auto;
	max-width:none;
	margin-right:0;
}
.menu__item-wrap--advanced.menu__item--has-additional{
	margin-top:0.25rem;
	flex-direction:column-reverse;
}

.menu__item-options{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;	
	flex: 1 1 100%;
	margin-left:0;	
	width:100%;
	margin-bottom:0.5rem;
	padding-bottom:0.5rem;
	border-bottom:1px solid #cacaca;
}

@media(min-width:768px){
	.menu__item-wrap--advanced.menu__item--has-additional{	
		flex-direction:row;
	}
	.menu__item--has-options .menu__item-additionals,{
		width:auto;
		flex:1 1 48%;
		margin-right:2%;
		flex-direction:column;
	}
	.menu__item-options{	
		flex: 1 1 48%;
		margin-left:2%;	
		width:auto;
		margin-bottom:0;
		padding-bottom:0;
		border-bottom:none;
	}
	.menu__item-additional-wrap{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
		flex: 1 1 48%;
		max-width:48%;
		min-width:48%;
		flex-wrap:wrap;
	}
	
	.menu__item--has-additional .menu__item-additional-wrap:nth-of-type(odd){
		margin-right:2%;
		margin-left:0;
	}
	
	.menu__item--has-additional .menu__item-additional-wrap:nth-of-type(even){
		margin-left:2%;
		margin-right:0;
	}
	
	.menu__item--has-options.menu__item--has-additional .menu__item-additional-wrap,
	.menu__item--has-options.menu__item--has-advanced .menu__item-additional-wrap{
		margin-right:2%;
		margin-left:0;
	}
	
	.menu__item--has-options .menu__item-additional-wrap{
		display:flex;
		flex-direction:row;
		justify-content: space-between;
		align-items:center;
		flex:auto;
		max-width:none;
	}
	
}


.menu__item-additional-column{
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items:flex-start;
}






.menu__item-option-wrap{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:center;		
	width:100%;
}

.menu__item-option-price{
	margin-left:0.5rem;
}