.mealplanner-menu {	
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
	width: 100%;
}

.mealplanner-menu-group {
    display: block;
    width: 100% !important;
    margin-bottom: var(--menu-group-margin-bottom);
    margin-top: var(--menu-group-margin-top);
    margin-right: var(--menu-group-margin-right);
    margin-left: var(--menu-group-margin-left);
   -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: bold;
    font-size: var(--menu-group-font-size);
    text-transform: var(--menu-group-transform);
    background-color: var(--menu-group-background);
    color: var(--menu-group-color);	
	height: var(--menu-group-height);
	line-height: var(--menu-group-height);
	text-align: center;
}

.mealplanner-menu--6cols > .mealplanner-menu-cell-6.first,
.mealplanner-menu--6cols > .mealplanner-menu-cell.first {
    width: 13.6%;
}

.mealplanner-menu--6cols > .mealplanner-menu-cell {
    width: 14.6%;
}
.mealplanner-menu--6cols > .mealplanner-menu-cell-6 {
    width: 12.6%;
}


.mealplanner-menu-cell-6,
.mealplanner-menu-cell {
    padding: var(--menu-padding);
    border-bottom: var(--menu-border-bottom);
    border-right: var(--menu-border-right);
    border-left: var(--menu-border-left);
    border-top: var(--menu-border-top);
    min-height: var(--menu-height);
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    list-style: none;
    background-color: var(--menu-food-bg-color);
    position: relative;
	margin-top: var(--menu-margin-top);
	margin-right: var(--menu-margin-right);
	margin-bottom: var(--menu-margin-bottom);
	margin-left: var(--menu-margin-left);
	border-radius: var(--menu-radius);
}

.mealplanner-menu-cell-6.first,
.mealplanner-menu-cell.first {
    box-sizing: border-box;
	background: var(--menu-background);
	color: var(--menu-color);
	text-align: center;
    font-weight: bold;
    font-size: 16px;
	border-radius: var(--menu-radius);
	padding-top: 60px;
	border-left: var(--menu-header-border-left);
    border-right: var(--menu-header-border-right);
    border-top: var(--menu-header-border-top);
    border-bottom: var(--menu-header-border-bottom);
}

.mealplanner-menu-cell--head {
    text-align: center;
    border-radius: 2px;
    height: 54px !important;
    min-height: 0px !important;
	background: var(--menu-background);
	border-left: var(--menu-header-border-left);
	border-right: var(--menu-header-border-right);
	border-top: var(--menu-header-border-top);
	border-bottom: var(--menu-header-border-bottom);
	line-height: 54px !important;
	padding-top: 5px !important;
	position: sticky;
    top: var(--menu-top);
    z-index: 500000;	
}

.mealplanner-menu-cell--head-date {
    text-align: center;
    border-radius: var(--menu-radius);
    height: auto !important;
    min-height: 0px !important;
	background: var(--menu-background);
	color: var(--menu-color);
	position: sticky;
    top: var(--menu-top);
    z-index: 500000;
	border-left: var(--menu-header-border-left);
    border-right: var(--menu-header-border-right);
    border-top: var(--menu-header-border-top);
    border-bottom: var(--menu-header-border-bottom);
}

.bia-menu-header-date {
	font-weight: bold;
	font-size: var(--menu-header-font-size);
}

.mealplanner-cancelation {
	height: 40px !important;
	min-height: 40px !important;
	text-align: center;
    padding: 3px;
}
.mealplanner-cancelation-first {
	height: 40px !important;
	min-height: 40px !important;
}

@media (max-width: 960px) {
	
	#bia-orders tr  {
		border-bottom: 3px solid #f1f1f1;
	}		
	
	.mealplanner-menu--collapse > .mealplanner-menu-cell-6 {
		width: 100% !important;
	}
	.mealplanner-menu--collapse > .mealplanner-menu-cell {
		width: 100% !important;
	}
	
	.mealplanner-menu--collapse {
		display: block;
	}
	
	.mealplanner-menu-cell-food {
		padding: 0px;
	}
	
	.mealplanner-menu-cell-food {
		border-left: 1px solid #d3d3d3;
	}
	.mealplanner-cancelation:before,
	.mealplanner-menu-cell-food:before {
		content: attr(data-label);
		display: block;
		width: 100%;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
		height: 30px;
		background-color: #cccccc;
		margin-bottom: 5px;
	}
	
	.mealplanner-menu-group {
		display: none;
	}
	
	.mealplanner-cancelation {
		height: 80px !important;
		min-height: 80px !important;
	}	
	
	.mealplanner-cancelation-first,
	.mealplanner-menu-info {
		display: none;
	}

	.prev-week {
		position: unset;
	}		
	.next-week {
		position: unset;
		float:right;
	}
	
	#bia-confirmation {
		width: 100%;
		margin: 0px auto;
	}
	
}

