﻿.slideout-order-panel {
	position: fixed;
	display: none;
	width: 80vw;
	max-width: 530px;
	/*min-height: 100vh;*/
	background-color: #ffffff;
	float: right;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1035; /*The bootstrap nav-bar has a z-index of 1030*/
	border-left: 1px solid black;
	overflow-y: scroll;
}

.close-order-panel {
	position: fixed;
	background-color: rgba(25,25,25,.4);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	height: 100vh;
	width: 100vw;
	z-index: 1034;
	/*border: 30px solid black;*/
}


.slideout__header {
	position: sticky;
	top: 0;
	font-weight: bold;
	padding: 1rem;
	background-color: white;
	height: 49px;
}
