html,body,button,a,h1,h2,h3,h4,h5,span,p,div{font-family: "Nunito"}
a:hover{text-decoration:none;}
.center-vertical {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;lign-items: center;}


	html,body{
		height:100%;
	}

	/* CONTENT */
	#content{
		background: #000 !important;
		color:#fff !important;
		margin: 0; 
		height: 100%; 
		overflow: hidden;
	}
	
	/* MENU HEADER */
	#menu-header{
		height:50px;
	}
	
	/* CART ICON IN TOP RIGHT CORNER */
	#cart_button{
		font-size:16px;
		text-transform:uppercase;
		text-align:right;
		padding-right:30px;
		height:20px;
	}
	
	/* CURRENT GROUP NAME UP CENTER */
	#current_group_name{
		font-size:16px;
		text-transform:uppercase;
		height:30px;
		padding: 5px;
	}
	
	/* TITLE SEPARATOR BETWEEN MENU HEADER AND MENU BODY */
	#title_separator{
		height:30px;
		width:auto;
	}
	
	/* MENU BODY */
	#menu-body{
		height:90vh;
		max-height:90vh;
		padding-top:20px;
	}
	
	/* SWIPER SLIDER */
	.swiper-container {
		width: 100%;
		height: 100%;
	}
	.swiper-slide {
		padding-bottom: 10px !important;
	}
	.swiper-pagination-bullet{
		background: #fff !important;
		margin: 0 20px !important;
		opacity:1 !important;
	}
	.swiper-pagination-bullet-active{
		background: #b69e4f !important;
		opacity:1 !important;
	}
	.swiper-wrapper.disabled {
		transform: translate3d(0px, 0, 0) !important;
	}
	.swiper-pagination.disabled {
		display: none;
	}
	
	/* ALL 3 SLIDE PAGES */
	#dishes_list{
		overflow-y: scroll;
		overflow-x: hidden;
		padding:0px;
		height:100%;
		padding-bottom: 50px;
	}
	#groups_list, #cart_list{
		overflow-y: scroll;
		overflow-x: hidden;
		padding:10px;
		height:100%;
	}
	
	/* MENU STYLE */
	.group_button_container{
		height:100%;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-flow: row wrap;
		justify-content:space-between;
		margin-top:16px;
		align-content: center;
	}
	.group_button{
		font-family: "Nunito";
		text-transform:uppercase;
		font-size:14px;
		line-height:20px;
		color: #E9E1CE;
		outline:none;
		font-weight: 600;
		margin-bottom:20px;
	}

	
	.category-title-wrap{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.category_name {
		text-transform:uppercase;
		background: #67582D;
		color:#E9E1CE;
		padding: 2px;
		font-size:16px;
	}
	.category_price {
		float:right;
		margin-right:30px;
	}
	.allergen_icon{
		width:20px;
		height:20px;
	}
	
	.product_line{
		margin-bottom: 10px;
		padding-right:5px;
		padding-left:5px;
	}
	.product_name {
		font-size: 12px;
		font-weight:normal;
		text-transform:uppercase;
		border-bottom: 1px dashed #b69e4f;
		color:#fff;
	}
	.product_desc {
		text-transform:initial;
		font-size: 12px;
		margin-top: 8px;
		margin-bottom: 6px;
	}
	.price_cart_box{
		text-align: right;
	}
	.product_price {
		font-size: 14px;
		color: #fff;
	}
	.add_to_cart_button{
		font-size:22px;
		color: #868372;
	}