#cart_button {
background-color: #000;
color: #FFF;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
margin: 20px;
padding: 15px 0;
display: flex;
width: 100%;
justify-content: center;
}

#cart_footer {
position:absolute;
z-index:1000;
bottom:-100px;
left:0;
right:0;
background-color:#FFF;
border-top:1px solid #ccc;
-webkit-box-shadow:0 -1px 5px 0 rgba(0,0,0,0.5);
-moz-box-shadow:0 -1px 5px 0 rgba(0,0,0,0.5);
box-shadow:0 -1px 5px 0 rgba(0,0,0,0.5);
display:flex;
}

#container {
position:absolute;
top:70px;
left:0;
bottom:0;
right:0;
overflow:scroll;
}

#dimmer {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
z-index:2000;
background-color:rgba(0,0,0,0.5);
display:none;
}

#dish_add_to_bag {
background-color:#000;
color:#FFF;
height:48px;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
font-size:16px;
font-weight:600;
flex:1;
margin:0 20px 10px;
padding:0 40px;
cursor: pointer;
}

#dish_detail {
position:absolute;
left:0;
right:0;
height:100%;
top:100vh;
background-color:#FFF;
flex-direction:column;
display:none;
}

#dish_detail_description {
text-align:left;
font-size:15px;
margin:5px 20px;
}

#dish_detail_footer {
position:absolute;
left:0;
right:0;
bottom:0;
display:flex;
justify-content:space-between;
align-items:center;
}

#dish_detail_image_container {
height:180px;
background-image:url();
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
margin: 0 20px;
margin-bottom: 10px;
}

#dish_detail_name {
font-size:17px;
font-weight:600;
text-align:left;
}

#dish_detail_quantity {
display:flex;
flex-direction:row;
align-items:center;
gap:4px;
margin:0 20px 10px 0;
}

#dish_name_quantity {
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:center;
margin:0 20px;
}

#dish_quantity {
width:40px;
height:48px;
border-radius:5px;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
}

#header {
position:fixed;
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:center;
width:100vw;
}

#header img {
margin:10px;
}
#loader
{
	position: absolute;
	top: 76px;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
}
#loader img
{
	width: 100px;
	height: auto;
}
#pwaprompt-ios {
background-color:#FFF;
position:absolute;
bottom:20px;
left:10px;
right:10px;
z-index:1001;
border-radius:30px;
display:none;
flex-direction:column;
}
#shoppingbag
{
	position: absolute;
	top: 30px;
	left: 25px;
	/* width: 40px;
	height: 40px;
	background-image:url("/images/shopping_bag.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin-left:20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8px; */
}
.close_button {
width:100%;
text-align:left;
display:flex;
justify-content:flex-start;
padding:10px;
}

.disabled {
opacity:0.2;
pointer-events:none;
}

.dish_description {
text-align:left;
font-size:12px;
}

.dish_detail {
display:flex;
flex-direction:row;
text-align:left;
justify-content:space-between;
}

.dish_image img {
width:80px;
}

.dish_info {
width:100%;
display:flex;
flex-direction:column;
gap:5px;
}

.dish_name {
font-weight:600;
}

.dish_price {
text-align:right;
}

.dish_row {
display:flex;
flex-direction:row;
justify-content:center;
border-bottom:1px solid #eee;
gap:10px;
background-color:#FFF;
padding:10px;
}

.enabled {
opacity:1.0;
pointer-events:all;
}

.leftlabel {
border-radius:8px 0 0 8px;
}
.option_title
{
	font-weight: 500;
}
.pwa_title {
text-align:center;
border-bottom:1px solid #ccc;
font-size:18px;
font-weight:600;
margin:0 20px;
padding:10px;
}

.pwablurb {
text-align:center;
font-size:16px;
padding:10px 20px;
}

.qty_button {
height:32px;
width:32px;
border-radius:16px;
cursor:pointer;
}

.rightlabel {
border-radius:0 8px 8px 0;
}

.section_header {
text-align:left;
background-color:#eee;
position:sticky;
top:0;
padding:5px;
}

.segmented-control {
display:table;
width:100%;
margin-top:10px;
margin-bottom:10px;
padding:0;
}

.segmented-control__input {
position:absolute;
visibility:hidden;
}

.segmented-control__input:checked+.segmented-control__label {
background:#eee;
color:#333;
font-weight:600;
}

.segmented-control__item {
display:table-cell;
list-style-type:none;
margin:0;
padding:0;
}

.segmented-control__label {
display:block;
border:1px solid #ddd;
font:14px/1.5 sans-serif;
font-weight:400;
text-align:center;
cursor:pointer;
background:#FFF;
font-size:12px;
margin:0 -1px -1px 0;
padding:.5em .25em;
}

.segmented-control__label:hover {
background:#fafafa;
}

.shopping_bag {
opacity:0.5;
}

.stepsrow {
font-size:16px;
display:flex;
flex-direction:row;
align-items:center;
gap:20px;
text-align:left;
padding:10px 20px;
}

.stepsrow img {
width:18px;
height:auto;
}

body {
font-family:Montserrat, sans-serif;
text-align:center;
overflow:hidden;
margin:0;
padding:0;
}