
#check-back-message {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#product-list-container {
	margin: 8px;
	height: calc(100% - 16px);
}

.ps {
	font-size: 0.5em;
}

.product-fade {
	width: 100%;
	height: 24px;
	position: relative;
	top: 160px;
	background: #202020;
	opacity: 0.6;
}

.tag {
	font-size: 12px;
	margin: 4px 4px 0 0;
	padding: 0 4px 0 4px;
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	border-radius: 8px;
	float: left;
}

#check-back-message p {
	font-size: 2.5em;
}

#leaf-modal {
}

#payment-modal {
}

#checkout_container {
	width: 420px;
	border-radius: 32px;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	color: black;
	background: white;
	padding: 16px;
}

#checkout-buttons-box {
	padding: 0;
	margin: 0;
	position: relative;
}

#tip-buttons-box {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}

#checkout-buttons {
	border-radius: 16px;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	padding: 16px;
	margin-top: 20px;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}

#normal-button {
	border-style: solid;
	border-width: 2px;
	border-color: white;
	border-radius: 16px;
	padding: 8px;
	margin: 4px 0 4px 4px;
	float: left;
}

#tip-buttons {
	border-radius: 16px;
	border-style: solid;
	border-color: #0c0;
	border-width: 2px;
	padding: 8px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow: hidden;
}

#checkout-tag {
	position: absolute;
	top: -18px;
	left: -4px;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	z-index: 10;
}

#tip-tag {
	position: absolute;
	right: 8px;
	top: -14px;
	font-size: 1.5em;
	font-weight: bold;
	z-index: 10;
}

#checkout {
	clear: both;
}

.fog-volume {
	background: #000;
	opacity: 0.5;
}

#agreement {
	font-size: 2em;
	font-weight: bold;
	width: 60%;
	padding: 48px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.agreement-fog {
	background: #000;
	opacity: 0.85;
}

#receipt {
	max-width: 480px;
	width: 480px;
	border-radius: 32px;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	color: black;
	background: white;
	padding: 32px;
	height: 600px;
}
