
* {
	box-sizing: border-box;
}
.page_container {
	margin: 32px auto;
	max-width: 1024px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
	padding: 16px;
}
a {
	color: #7777ff;
	text-decoration: none;
}
.a {
	color: #7777ff;
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
.symbols {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-color: #39b54a;
}

button, .button {
	height: 36px;
	background-color: #222222;
	color: #ffffff;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	padding: 8px;
	text-decoration: none;
	font-size: 13.33px;
}

button:disabled,
button[disabled] {
	background-color: #bbb;
	color: #ddd;
}

.flex {
	display: flex;
}
.flex_center {
	align-items: center;
}
.flex_justify {
	justify-content: space-between;
}
.header {
	display: flex;
	width: 100%;
	padding: 8px;
	background-color: #222222;
}
.header>.logo img {
	height: 36px;
}
.header>div{
	flex-grow: 1;
}
.header>.search{
	flex-grow:5;
}
.header>.functions {
	display: flex;
}
.header>.functions>div {
	flex-grow: 1;
}
.header span {
	vertical-align: middle;
	font-size: 28px;
	color: #ffffff;
}
.header>.search>input{
	width: 80%;
	height: 36px;
	border: 0;
	border-radius: 2px;
	font-size: 16px;
	padding-left: 16px;
}
.overlay {
	z-index: 99999;
	width: 100vw;
	height: 100vh;
	background-color: rgba( 0,0,0,0.25);
	position: fixed;
	top: 0px;
	left: 0px;
}
.overlay>.addresses {
	background: #fff;
	margin: 64px auto;
	padding: 16px;
	max-width: 800px
}
.address_block {
	padding: 8px;
	cursor: pointer;
	margin: 4px;
	display: inline-block;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
	border: 1px solid #fff;
}
.address_block:hover {
	border: 1px solid #39b54a;
}
.popout {
	display: inline-block;
	position: absolute;
	top: 44px;
	right: 8px;
	background-color: #fff;
	padding: 8px;
	border: 1px solid #39b54a;
	float: right;
}
.popout a {
	width: 160px;
	display: block;
	margin: 4px 8px;
}
.banner {
	width: 100%;
	background-color: #222222;
}
.banner img {
	width: 100%;
}
.hide {
	visibility: hidden;
}
.hidden {
	display: none;
}
.nav {
	width: 100%;
	padding: 8px;
	background-color: #222222;
	color: #ffffff;
}
.header a {
	text-decoration: none;
}
.nav span {
	vertical-align: middle;
}
.content {
	background-color: #fff;
	padding: 8px;
	min-height: 60vh;
}
.footer {
	width: 100%;
	padding: 8px;
	background-color: #39b54a;
	color: #ffffff;
}
.footer>div {
	flex-grow: 1;
}
.footer a {
	color: #ffffff;
}
.footer_info {
	font-size: small;
	line-height: 1.5;
	max-width: 200px;
	margin: 0 auto;
}
.powered_by {
	text-align: center;
}
.max_width {
	max-width: 1024px;
	margin: 0 auto;
}
.login_form {
	padding: 24px;
	max-width: 300px;
	margin: 64px auto;
	border-radius: 2px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
}
.login_form>h1 {
	text-align: center;
}

.login_form>.label {
	
	font-size: small;
	font-style: italic;
}
.error {
	color: #f99;
	font-weight: bold;
}
.small {
	font-size: small;
}
.gray {
	color: #777;
}
.login_form input[type=date], .login_form input[type=text], .login_form input[type=password], .login_form input[type=email], .login_form select {
	height: 36px;
	width: 100%;
	border: 1px solid #ddd;
	padding-left: 8px;
	margin-bottom: 16px;
}

.nl2br {
	white-space: pre-wrap;
}

hr {
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top: 1px solid #eee;
}

.right {
	text-align: right;
}

.login_form a {
	font-size: small;
}

.address_card {
	position: relative;
	margin: 8px;
	display: inline-block;
	padding: 8px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
	border: 1px solid #fff;
	width: 190px;
	height: 200px;
	vertical-align: top;
}

.address_buttons {
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.address_buttons a {
	cursor: pointer;
}
.address_buttons a:hover {
	color: #39b54a;
}

.product_card {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 8px;
	margin: 4px;
	width: 212px;
	height: 290px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
}
.product_card img {
	max-width: 196px;
	height: 196px;
}
.product_card .product_name {
	position: absolute;
	bottom: 36;
	
	font-weight: bold;
	margin: 8px 0;
}
.product_card .product_price {
	position: absolute;
	bottom: 8px;
	margin: 8px 0;
	text-align: center;
}
.filters_panel {
	min-width: 300px;
	flex-grow: 1;
}
.product_list_panel {
	flex-grow: 2;
}
.subcategories {
	margin-top: 4px;
}
.subcategories .a {
	color: #000;
}
#product_app .price {
	font-size: larger;
	font-weight: bold;
	margin-bottom: 16px;
}

#delivery_app label {
	display: inline-block;
	width: 35%;
	margin-top: 8px;
}
#delivery_app input[type=text], #delivery_app input[type=date], #delivery_app select, #delivery_app textarea {
	display: inline-block;
	height: 36px;
	width: 49%;
	border: 1px solid #ddd;
	padding-left: 8px;
	margin-bottom: 16px;
	vertical-align: top;
}

#product_app input[type=number], #product_app select {
	height: 36px;
	width: 100px;
	border: 1px solid #ddd;
	padding-left: 8px;
	margin-bottom: 16px;
}

.product_image {
	max-width: 435px;
	margin-right: 32px;
}

.cart_nav {
	position: relative;
}
.cart_count_peg {
	position: absolute;
	width: 18px;
	height: 18px;
	overflow: hidden;
	top: 20px;
	left: 16px;
	font-size:smaller;
	background-color: #39b54a;
	color: #ffffff;
	border-radius: 12px;
	padding: 2px;
	text-align: center;
}

.cart {
	max-width: 600px;
	margin: 0 auto;
}

.cart_product_row {
	border-bottom: 1px solid #eee;
	padding: 16px;
}
.cart_product_row .product_price {
	float: right;
	display: inline-block;
	text-align: right;
	font-size: larger;
}

.cart_product_row .product_units {
	margin-left: 16px;
	font-style: italic;
}
.cart_product_row .product_units>input {
	width: 40px;
}
.cart_product_row .product_remove {
	margin: 0 16px;
	color: #aaa;
	cursor: pointer;
}

.pad_right {
	padding-right: 16px;
}

.max50 {
	max-width: 49%;
}

.grow {
	flex-grow: 1;
}

.stripe_errors {
	color: #900;
	font-weight: bold;
}

.StripeElement {
	box-sizing: border-box;
	height: 40px;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.address_edit_form {
	background: #fff;
	margin: 32px auto;
	padding: 16px;
	max-width: 500px;
	border-radius: 4px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}
.address_edit_form h2 {
	margin-top: 0;
	margin-bottom: 16px;
	text-align: center;
	font-size: 18px;
}
.form_row {
	margin-bottom: 8px;
}
.form_row label {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
}
.form_row input[type="text"] {
	width: 100%;
	height: 32px;
	border: 1px solid #ddd;
	padding: 6px;
	border-radius: 2px;
	font-size: 13px;
}
.form_buttons {
	text-align: center;
	margin-top: 16px;
}
.form_buttons button {
	margin: 0 4px;
	height: 32px;
	padding: 6px 12px;
	font-size: 13px;
}