/* Copyright (c) 2020 POTI Inc. All rights reserved. */
/*
 * green: 0,50,0 - #4C6F4C
 * gray: 68,78,88 - #5F2625
 */

#tabs {
	background-size: auto 50%;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	overflow: auto hidden;
	width: 99.5%;
	text-align: center;
	vertical-align: middle;
}
#cart {
	width: 4em;
	min-height: auto;
	padding: 0;
	position: sticky;
	border-radius: 0.8em;
	float: right;
	bottom: 0;
}
div.cat {
	width: 33%;
}
div.cat:after {
  padding-bottom: 120%;
}
div.item {
	width: 24%;
}
div.item:after {
  padding-bottom: 125%;
}
div.item div.label {
	top: 80%;
}
#checkout div.sec.order div.text {
	left: 4.5em;
}
#checkout div.sec.order div.totals span.label {
	width: 15.5em;	
}
#checkout div.sec.order div.line {
	width: 21.5em;
}

@media screen and (max-width : 800px) {
div.cat:after {
  padding-bottom: 125%;
}
div.item {
	width: 32%;
}
div.item:after {
  padding-bottom: 140%;
}
}

@media screen and (max-width : 450px) {
#tabs {
	background-size: auto 33%;
}
div.cat {
	width: 50%;
}
div.cat:after {
  padding-bottom: 130%;
}
div.item {
	width: 49%;
}
div.item:after {
  padding-bottom: 155%;
}
div.item div.label {
	top: 75%;
}
#checkout div.sec.order div.image {
	display: none;
}
#checkout div.sec.order div.text {
	left: 0.5em;
}
#checkout div.sec.order div.totals span.label {
	width: 11.5em;	
}
#checkout div.sec.order div.line {
	width: 17.5em;
}
}

#popcart {
    right: 0;
}

@media screen and (max-width : 300px) {
#popcart {
	right: -1em;
}
}

input[type=text], input[type=password], select {
	width: 12em;
	height: 1.8em;
	margin-bottom: 0.2em;
	padding: 0 0.3em;
	vertical-align: middle;
	font-size: 100%;
	border: 0.1em solid rgba(95, 38, 37, 1);
}

textarea {
	padding: 0.1em 0.3em;
	resize: none;
	font-family: sans-serif;
	font-size: 100%;
	border: 0.1em solid rgba(95, 38, 37, 1);
}

a {
	text-decoration: none;
	color: rgba(95, 38, 37, 1);
}

img.small {
	height: 1.4em;
	padding-bottom: 0.2em;
	vertical-align: middle;
}

span.check, span.radio {
	border-color: #5F2625;
}
span.check.checked, span.radio.selected {
	background-color: #5F2625;
}

span.check.disabled, span.radio.disabled {
	border-color: rgba(95, 38, 37, 1);
	cursor: default;
}

table.tools td, table td.tool {
	color: white;
	border: 0.1em solid transparent;
}
table.tools td, table td.tool, div.check.checked, div.radio.selected {
	background-color: rgba(95, 38, 37, 1);
}
table.tools td.disabled {
	background-color: rgba(95, 38, 37, 1);
}
table.tools td.aux {
	color: rgba(95, 38, 37, 1);
	background-color: transparent;
	border-color: rgba(95, 38, 37, 1);
}

#header {
	cursor: pointer;
}

.address {
	position: relative;
	padding: 0.5em 4em 0.5em 0.5em;
	background: rgba(95, 38, 37, 0.9);
	color: white;
}

.address a {
	font-size: 85%;
	line-height: 1.6em;
	color: white;
}

#cart img {
	width: 100%;
}
#cart div.count {
	position: absolute;
	top: 0.9em;
	left: 0.75em;
	width: 2em;
	text-align: center;
	font-size: 120%;
	color: black;
}

div.image img {
	width: 100%;
}

#top {
	padding: 1em;
	text-align:center;
	border-top: 0.5em solid white;
	padding-bottom: 5em;
}
div.cat {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 2px;
}
div.cat:after {
  content: "";
  display: block;
}

div.cat div.label {
	position: absolute;
	width: 100%;
	top: 80%;
    margin: 10px;
    padding: 10px;
  	left: 50%;
  	transform: translate(-50%, -50%);
	font-size: 80%;
	font-stretch: semi-condensed;
	text-align: center;
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #702A28;
	background-color: #FFFFFF;
	border-radius: 1.25rem;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
	padding: 0.35rem 0.75rem;
	border-style: solid;
	border-width: 0.125rem;
	border-color: #702A28;
}
div.cat div.image {
	position: absolute;
	top: 3%;
	left: 8%;
	right: 8%;
}

#tabs {
	padding: 0.5em;
	text-align:center;
	margin: auto;
}
#tabs>div {
	display: inline-block;
}
div.tab {
	display: table-cell;
	padding: 0.2em 1em 0.3em;
	font-size: 130%;
	font-stretch: semi-condensed;
	color: white;
	background-color: rgba(95, 38, 37, 1);
	cursor: pointer;
	border-right: 2px solid white;
	text-align: center;
	vertical-align: middle;
}
div.tab.selected {
	font-weight: bold;
	color: rgba(95, 38, 37, 1);
	border-color: transparent;
	background-color: white;
	border-right: 2px solid white;
	text-align: center;
	vertical-align: middle;
}

#items {
	padding-bottom: 2em;
}
div.item {
	position: relative;
	display: inline-block;
	margin: 0 0.5%;
	border-bottom: 1px solid rgba(68,78,88,0.5);
	cursor: pointer;
}
div.item:after {
  content: "";
  display: block;
}
div.item div.image {
	position: absolute;
	top: 3%;
	left: 8%;
	right: 8%;
}
div.item div.label {
	position: absolute;
	width: 100%;
    transform: translateY(-50%);
	padding: 0 1em;
	text-align: center;
}
div.item div.button, div.item div.instore {
	position: absolute;
	width: 100%;
	bottom: -1px;
	padding: 0.7em 0;
	text-align: center;
	font-size: 75%;
}
div.item div.button {
	color: white;
	background-color: rgba(95, 38, 37, 1);
	cursor: pointer;
}
div.item div.instore {
	color: rgba(95, 38, 37, 1);
	border: 1px solid rgba(95, 38, 37, 1);
}

#tab-text {
	margin-bottom: 2em;
	padding: 1.5em 1em;
	font-style: italic;
	background-color: rgba(95, 38, 37, 1);
}

#popcart {
	top: 5%;
	height: 17em;
	left: auto;
    transform: none;
}

#popcart div.poppad {
	width: 19em;
	height: calc(100% - 4.2em);
}

#popcart div.subtotal {
	padding-top: 0.3em;
}
#popcart div.subtotal>span {
	border-top: 1px solid rgba(95, 38, 37, 1);
	padding-top: 0.5em;
}

input.zipcode, select.zipcode {
	width: 5em;
}

select.state {
	width: 4em;
}

#checkout {
	padding-bottom: 2em;
}
#checkout div.band {
	padding: 0 1em;
	border-top: 3px solid white;
	border-bottom: 1px solid rgba(95, 38, 37, 1);
	cursor: pointer;
}
#checkout div.band.disabled {
	cursor: default;
}
#checkout div.band>span {
	display: inline-block;
	margin: -1px 0;
	padding: 0.5em 0 0.4em 0;
	font-size: 110%;
}
#checkout div.band span.number {
	width: 2em;
	margin-right: 0.5em;
	text-align: center;
	background-color: #5F2625;
	color: white;
	font-weight: bold;
}
#checkout div.band span.label {
	color: rgba(95, 38, 37, 1);
}
#checkout div.sec {
	padding: 0.8em 1em;
}
#checkout div.sec div.error {
	margin: 0.3em 0 0.7em;
	color: red;
	font-style: italic;
}
#checkout div.sec div.wrap {
	position: relative;
}
#checkout div.line {
	height: 1px;
	background-color: rgba(95, 38, 37, 1);
}

#checkout div.sec.consume div.text, #checkout div.sec.payment div.text {
	margin: 0.2em 0;
}
#checkout div.sec.consume div.text span, #checkout div.sec.payment div.text span {
	display: inline-block;
	line-height: 2em;
}
#checkout div.sec.consume div.text span.label {
	width: 6em;
}

#checkout div.sec.order div.wrap {
	height: 5em;
}
#checkout div.sec.order div.image {
	position: absolute;
	top: 0.25em;
	height: 4.5em;
	left: 0;
	width: 4.5em;
}
#checkout div.sec.order div.text {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
#checkout div.sec.order div.text div.label {
	padding-bottom: 0.5em;
}
#checkout div.sec.order div.text span {
	display: inline-block;
	line-height: 2em;
	font-weight: bold;
}
#checkout div.sec.order div.text span.price1 {
	width: 5em;
	color: #808080;
	padding-right: 0.5em;
	text-align: right;
}
#checkout div.sec.order div.text span.price {
	width: 5em;
	text-align: right;
}
#checkout div.sec.order div.text span.button {
	height: 2em;
	width: 2em;
	text-align: center;
	line-height: 1.8em;
	color: rgba(95, 38, 37, 1);
	border: 0.1em solid rgba(95, 38, 37, 1);
	cursor: pointer;
}
#checkout div.sec.order div.text span.count {
	width: 2.5em;
	text-align: center;
}
#checkout div.sec.order div.plain {
	padding: 0.3em 0;
	line-height: 1.6em;
}
#checkout div.sec.order div.totals span {
	display: inline-block;
	padding: 0.3em 0;
	line-height: 1.6em;
	font-weight: bold;
}
#checkout div.sec.order div.totals span.label {
	padding-right: 0.5em;
	text-align: right;
}
#checkout div.sec.order div.totals span.price {
	width: 6em;
	padding-right: 0.5em;
	text-align: right;
}
#checkout div.order div.note {
	position: absolute;
	left: 4.5em;
}
#checkout div.order div.note textarea {
	width: 17em;
	height: 4.5em;
}

#checkout div.end {
	margin-top: 2em;
	padding: 1.5em 1em;
	font-style: italic;
	background-color: rgba(95, 38, 37, 1);
	color: white;
}
#checkout div.end2 {
	border-top: 3px solid #5F2625;
}

#receipt div.band {
	padding: 0.5em 1em 0.4em;
	border-top: 3px solid #5F2625;
}
#receipt div.sec {
	border-top: 1px solid rgba(95, 38, 37, 1);
}
#receipt div.sec div.wrap {
	padding: 1em;
	width: 20em;
	margin: 0 auto;
}

#popitem {
	width: 90vw;
	max-width: 500px;
}

#popitem div.image {
	width: 100%;
}

#popitem div.text {
	padding: 0 1em;	
}

#popitem span.price {
	float: right;
}

#popitem span.desc {
	display: inline-block;
	padding: 0.5em 0;
	font-size: 95%;
	font-style: italic;
}

#pop21 {
	width: 95%;
	max-width: 40em;
	top: 50%;
	padding: 1em 0;
	color: white;
	background-color: rgba(0, 0, 0, .7);
	box-shadow: none;
}

#pop21 div.label1, #pop21 div.label2 {
	width: 100%;
	padding: 0 1em 1em;
	text-align: center;
}

#pop21 div.label1 {
	font-size: 200%;
	font-stretch: semi-condensed;
}

#pop21 div.label2 {
	font-size: 110%;
	line-height: 1.6em;
}

#pop21 span.check {
	border-color: white;
}
#pop21 span.check.checked {
	background-color: white;
}

#pop21 table.tools td {
	font-size: 100%;
	color: #303030;
	background-color: white;
}

#footer {
	width: 100%;
	text-align: center;
	padding: 1.5em 0;
	color: #606060;
	font-size: 85%;
	border-top: 1px solid rgba(95, 38, 37, 1);
	border-bottom: 1px solid rgba(95, 38, 37, 1);
}
#footer a {
	display: inline-block;
	padding: 0 1em;
	line-height: 1.8em;
}
.copy {
	padding: 0.5em 0 0 0.5em;
	color: #606060;
	font-size: 85%;
}

#text {
	border-top: 0.5em solid rgba(95, 38, 37, 1);
	padding: 1em 10% 5em;
}
#text div {
	padding: 1em 0 0;
	line-height: 1.5em;
}
#text div.header {
	padding: 1em 0 0.5em;
	font-size: 150%;
	font-weight: bold;
	font-stretch: semi-condensed;
}

span.sale-price {
	display: inline-block;
	position: relative;
}

span.sale-price>span {
	position: absolute;
	left: -0.5em;
	top: -1.2em;
	padding: 0.3em;
	font-size: 120%;
	font-weight: bold;
	color: white;
	background-color: rgba(255,0,0,.7);
}

@font-face {
    font-family: mono;
    src: url(mplus-1m-regular.woff);
}

pre {
	font-size: 90%;
	font-family: mono;
}

.hours {
	font-size: 85%;
	line-height: 1.6em;
	text-decoration: none;
	color: white;
}

[curbside] {
	display: none;
}

div.text:nth-child(4){
	display: none;
}

div.band:nth-child(5){
	display: none;
}

#tabs {
	padding-left: 0;
}