/*
Theme Name: Everything Zimbabwe
Author: Henry Cotton
Author URI: https://dynamicarray.co.uk
Description: Zimbabwe-focused online storefront
Version: 0.5.5
Requires at least: 5.4
Tested up to: 5.9
Requires PHP: 7.4.1
*/

:root {
	--ez-green: #006400;
	--ez-yellow: #ffd200;
	--ez-red: #d40000;
	--ez-orange: #f27c22;
	--ez-faded-yellow: #fcb900d8;
	--ez-background-green: #006400d8;
	--ez-dark-green: #002000;
	--ez-grey: #a6a5a5;
	--ez-black: #19191a;
	--ez-white: #fff;
	--dark-grey: #313131;
	--ez-light-grey: #cdcdcd;
	--v-light-grey: #f4f4f4;
	--doublespace: 1rem;
	--max-container-width: 90%;
}

.st0 {
	fill: var(--ez-green);
}

.st1 {
	fill: var(--ez-red);
}

.st2 {
	fill: var(--ez-yellow);
}

.st3 {
	fill: var(--ez-black);
}

* {
	box-sizing: border-box;
	border-style: none;
}

body {
	margin: 0;
	max-width: 100%;
	min-height: 100vh;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	-webkit-font-smoothing: antialiased;
}

body.store-finder header>a,
body.store-finder header div.header-search,
body.store-finder header div#mobile-menu {
	display: none;
}

body.store-finder header {
	padding: 0;
	margin-bottom: 0;
}

.chaty-widget {
	bottom: 4rem !important;
	right: 0.25rem !important;
}

::-webkit-scrollbar {
	width: 0.5rem;
}

::-webkit-scrollbar-track {
	background: var(--ez-light-grey);
}

::-webkit-scrollbar-thumb {
	background: var(--ez-dark-green);
}

::-webkit-scrollbar-thumb:active {
	background: var(--ez-faded-yellow);
}

header {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
	border-bottom: 1px solid var(--ez-light-grey);
	position: sticky;
	top: 0;
	background-color: var(--ez-white);
	margin-bottom: 4rem;
	z-index: 25;
}

header>*,
.align-svg {
	display: flex;
	align-items: center;
}

header .align-svg {
	justify-content: center;
}

th {
	text-align: left;
}

svg {
	width: auto;
	height: 1.25rem;
	pointer-events: none;
}

svg.spinner-svg {
	width: auto;
	height: 12rem;
}

footer {
	z-index: 15;
}

a {
	text-decoration: none;
	color: var(--ez-black);
}

a:hover {
	color: var(--ez-green);
}

strong {
	font-weight: 700;
}

input {
	padding: 0.25rem;
}

input:focus,
input:focus-visible,
input:focus-within {
	outline: none;
}

ol,
ul,
figure {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	display: block;
}

p {
	margin-top: var(--doublespace);
	line-height: 1.5rem;
}

small {
	color: var(--ez-grey);
	margin-top: 0.75rem;
	display: block;
	font-size: 0.9rem !important;
	font-weight: 400 !important;
}

img {
	width: 100%;
	height: auto;
}

textarea,
input {
	border: 1px solid var(--ez-light-grey);
	border-radius: 5px;
	font-family: Inter, sans-serif;
}

input[type="search"],
input[type="text"],
input[type="number"],
button,
.button,
input[type="submit"],
select,
main div.woocommerce button.button {
	width: 90%;
	margin: 0.5rem auto;
	border-radius: 10rem;
	padding: 0.8rem 1.25rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"] {
	border: 0;
	border-bottom: 1px solid var(--ez-light-grey);
	border-radius: unset;
	display: block;
}

input[type="range"] {
	background-color: var(--ez-light-grey);
	height: 3px;
	border-radius: 0;
	padding: 0;
	position: relative;
	flex-basis: calc(50% - 20px);
}

input[type="range"]::-webkit-slider-thumb {
	border: 5px solid var(--ez-green);
	background: white;
	appearance: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 20px;
}

input[type="range"]::-moz-range-thumb {
	width: 10px;
	height: 10px;
	border: 5px solid var(--ez-green);
	background: white;
	appearance: none;
	cursor: pointer;
	border-radius: 20px;
}

button,
.button,
input[type="submit"],
main div.woocommerce button.button,
main .woocommerce input.button,
main .woocommerce #respond input#submit,
main .woocommerce a.button,
main .woocommerce #respond input#submit.alt,
main .woocommerce a.button.alt,
main .woocommerce button.button.alt,
main .woocommerce input.button.alt {
	background-color: var(--ez-green);
	border: 0;
	color: white;
	display: block;
	font-weight: 500;
	padding: 0.75rem 1.5rem;
	font-family: Inter, sans-serif;
	cursor: pointer;
	text-transform: uppercase;
	width: fit-content;
}

main .woocommerce .button:hover {
	background-color: var(--ez-green) !important;
}

.button {
	width: fit-content;
	width: -moz-fit-content;
}

main .woocommerce button.button {
	margin: 0.5rem 0;
	border-radius: 1rem;
}

main .woocommerce a.button {
	border-radius: 1rem;
}

button#update-selected-categories {
	width: 90%;
	margin-top: 2rem;
}

main .woocommerce #payment #place_order,
main .woocommerce-page #payment #place_order {
	width: fit-content;
	width: -moz-fit-content;
	margin-right: 5rem;
}

.fail-message {
	border: 2px solid var(--ez-red);
}

main.site-main {
	position: relative;
}

main.site-main>* {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

main.site-main>div.product,
main.site-main>ul.products,
main.site-main>div.shop-nav-links {
	width: 100%;
}

div.header-phone>a,
div.header-phone>a:visited {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: var(--ez-green);
	color: white;
	padding: 0.5rem 20%;
	font-size: 80%;
}

div.header-phone>a svg {
	margin: 0 0.25rem;
	height: 1rem;
}

div.product span.onsale {
	display: none;
}

option {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	padding: 0;
}

select,
textarea,
#false-input-option {
	border: 0;
	border-radius: unset;
	border-bottom: 2px solid var(--ez-light-grey);
	padding: 0.5rem 0;
	margin: 0.5rem auto;
	font: 400 0.83rem "Inter", sans-serif;
	background-color: white;
	display: block;
}

#false-input-option {
	width: 90%;
}

input[type="radio"],
input[type="checkbox"] {
	width: 0;
	margin: 0.5rem 1rem;
}

input[type="radio"]::before {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid var(--ez-grey);
	content: "";
	border-radius: 50%;
	background: #fff;
	top: -4px;
	left: -5px;
}

input[type="radio"]:checked::after {
	position: relative;
	background-color: var(--ez-green);
	height: 10px;
	width: 10px;
	border-radius: 50%;
	content: "";
	top: -19px;
	left: 0;
	display: block;
}

input[type="radio"]:checked::before {
	border: 2px solid var(--ez-green);
}

input[type="checkbox"]::before,
input[type="radio"].checkbox-radio::before {
	position: relative;
	display: block;
	width: 1rem;
	height: 1rem;
	border: 1px solid var(--ez-black);
	content: "";
	background: #fff;
	top: -0.25rem;
	left: -0.25rem;
	border-radius: unset;
	border-radius: 0.25rem;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked.checkbox-radio::after {
	position: relative;
	height: 1rem;
	width: 1rem;
	content: "✓";
	top: -1.65rem;
	left: -0.1rem;
	display: block;
	color: var(--ez-green);
	font-size: 1.2rem;
	border-radius: unset;
	background-color: unset;
}

a.advert.horizontal {
	display: block;
	width: 100vw;
	height: 10rem;
	position: relative;
	left: calc((100vw - 100%)/-2);
	margin: 0.25rem 0;
}

a.advert.vertical {
	display: none;
}

a.advert img {
	display: block;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	margin: auto;
}

header.woocommerce-products-header {
	display: none;
}

header a#cart-link,
header #favorites {
	position: relative;
}

header .cart-counter {
	font-size: 75%;
	background-color: var(--ez-green);
	color: white;
	height: 1rem;
	width: 1rem;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	bottom: 0.25rem;
	right: -0.5rem;
}

header div.header-search {
	position: absolute;
	background-color: white;
	top: calc(4rem + 1px);
	left: 0;
	padding: 0.5rem 1rem;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: #00000010 0 0.5rem 0.5rem 0.1rem;
}

header div.header-search form.woocommerce-product-search {
	display: flex;
	margin: auto 0 auto auto;
	border-top: 0.25rem solid var(--ez-orange);
	border-bottom: 0.25rem solid var(--ez-orange);
	border-left: 0.3rem solid var(--ez-orange);
	border-right: 0.3rem solid var(--ez-orange);
	padding: 0;
	border-radius: 0.25rem;
	width: 85%;
	flex-basis: 85%;
	max-width: 50rem;
	background-color: var(--ez-orange);
}

header div.header-search form.woocommerce-product-search input,
header div.header-search form.woocommerce-product-search button,
header div.header-search form.woocommerce-product-search select {
	border: 0;

	padding: 0;
	background-color: var(--ez-white);
	color: var(--ez-grey);
	width: 40%;
	flex-basis: 40%;
	margin: 0;
}

header div.header-search form.woocommerce-product-search input {
	flex-basis: 65%;
	width: 65%;
	padding: 0.5rem 0 0.5rem 0.5rem;
	border-radius: 0.25rem 0 0 0.25rem;
}

header div.header-search form.woocommerce-product-search button {
	width: fit-content;
	flex-basis: 10%;
	background-color: var(--ez-orange);
	color: var(--ez-white);
}

header div.header-search form.woocommerce-product-search button svg {
	height: 0.8rem;
	margin: 0 0.25rem 0 0.4rem;
}

header div.header-search form.woocommerce-product-search select {
	font-size: 80%;
	margin: 0;
	padding: 0.3rem 0 0.3rem 0.2rem;
	border-radius: 0 0.25rem 0.25rem 0;
}

header div.header-search div#category-links {
	color: var(--ez-orange);
	background-color: var(--v-light-grey);
	padding: 0.4rem;
	border-radius: 0.25rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 10%;
}

header div.header-search div#category-links svg {
	height: 1rem;
}

.major-links,
.major-links a {
	background-color: var(--ez-yellow);
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}

.major-links a {
	flex-direction: column;
	text-align: center;
	font-weight: 600;
	line-height: 150%;
}

.major-links svg {
	height: 2.25rem;
	width: auto;
	margin-bottom: 0.75rem;
}

body.store-finder .major-links {
	margin-top: 0;
}

body.my-account .major-links,
body.my-account footer .container .links {
	display: none;
}

.menu-footer-menu-container {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.bar-menu-menus {
	display: flex;
}

.bar-menu-menus>* {
	flex-basis: 50%;
}

.bar-menu-menus .header-menu-column {
	margin-right: 1rem;
}

.bar-menu-menus .desktop-header-menu-column {
	border-left: 1px solid var(--ez-light-grey);
}

.menu-desktop-header-menu-container {
	margin: auto 0;
}

.menu-desktop-header-menu-container ul {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.menu-desktop-header-menu-container ul.mobile-launchpage {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 95%;
	flex-wrap: wrap;
	text-align: center;
	margin: 1.75rem 0 1.25rem;
}

.menu-desktop-header-menu-container ul li {
	margin-bottom: 0.75rem;
}

.menu-desktop-header-menu-container ul.mobile-launchpage li {
	flex-basis: 25%;
	margin: 0.25rem 0.75rem;
	font-weight: 600;
}

.social-links {
	display: flex;
	justify-content: space-around;
	margin: 0.75rem auto 0;
	padding-top: 1rem;
	width: fit-content;
	width: -moz-fit-content;
}

.social-links a {
	background-color: white;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
}

.social-links svg {
	color: var(--ez-red);
}

#menu-overlay .social-links a {
	background-color: var(--ez-green);
}

#menu-overlay .social-links svg {
	color: white;
}

.h1 {
	font-size: 2em;
}

.h2 {
	font-size: 1.5em;
}

.h3 {
	font-size: 1.17em;
}

.h4 {
	font-size: 1em;
}

.h5 {
	font-size: 0.83em;
}

.h6 {
	font-size: 0.67em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 700;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

*.hidden,
.woocommerce-breadcrumb {
	display: none !important;
}

.mobile-hidden,
.mobile-hidden-flex {
	display: none;
}

.overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: white;
	overflow-y: auto;
	padding-bottom: 5rem;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.overlay::-webkit-scrollbar {
	display: none;
}

#category-overlay {
	z-index: 150;
	display: block;
}

.page-header,
.page-header div {
	display: flex;
	align-items: center;
	flex-basis: 10%;
	justify-content: center;
}

.page-header {
	border-bottom: 1px solid var(--ez-light-grey);
	justify-content: center;
}

.page-header h2 {
	flex-basis: 80%;
	margin: 1rem 0;
	text-align: center;
}

.container,
.container .links {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid white;
}

.container {
	padding: 1.5rem;
	border: 0;
}

#menu-overlay .container #category-links,
#menu-overlay .container li,
footer .container .links a,
footer .container li {
	padding: 0.5rem 0;
	color: var(--ez-black);
	margin: 0;
}

#menu-overlay .container #category-links {
	font-weight: 700;
}

#menu-overlay #menu-header-menu,
footer #menu-header-menu {
	margin: 1rem 0;
}

img.avatar {
	width: auto;
}

.glide__arrow {
	display: none;
}

.glide__bullet {
	background-color: var(--ez-green);
	border: 2px solid var(--ez-green);
}

.glide__bullet--active {
	background-color: var(--ez-light-grey);
	border: 2px solid var(--ez-light-grey);
}

.categories {
	width: 90%;
	margin: 1rem auto;
}

.categories li,
.woocommerce-MyAccount-navigation li {
	font-size: 1rem;
	font-weight: 700;
	padding: 0.75rem 0;
	border-bottom: 2px solid var(--ez-light-grey);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.categories li a {
	flex-basis: 80%;
}

.woocommerce-MyAccount-navigation li:last-of-type {
	border: 0;
}

div.end-svg {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 20%;
}

ul.sales {
	padding: 2rem 0;
}

ul.sales li {
	padding: 0.5rem 0;
}

ul.sales li.sale-header {
	font-weight: 500;
	border-top: 1px solid var(--ez-grey);
	border-bottom: 1px solid var(--ez-grey);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.sales li.sale-header:not(:first-of-type) {
	margin-top: 2rem;
}

ul.sales li.sale-item {
	text-align: center;
}

ul.sales li span {
	font-weight: 700;
}

ul.sales li.sale-header span:nth-of-type(2),
ul.sales li.sale-item span:nth-of-type(3) {
	color: var(--ez-green);
}

.woocommerce-EditAccountForm label {
	font-weight: 700;
}

.star-rating {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 1.25rem;
	font-family: Times;
	line-height: 1;
}

.star-rating::before {
	content: "★★★★★";
	background: linear-gradient(90deg,
			var(--ez-yellow) var(--percent),
			var(--ez-light-grey) var(--percent));
	background-clip: inherit;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

p.stars span a {
	font-size: 1em;
	font-family: Times;
	line-height: 1;
}

p.stars span a:hover {
	text-decoration: none;
}

p.stars span a::before {
	content: "★";
	color: var(--ez-light-grey);
	position: relative;
	left: 1.25rem;
	top: 0.5rem;
	font-size: 2.5rem;
}

p.stars span a.active::before {
	color: var(--ez-green);
}

.home-logo {
	width: 50%;
	max-height: 3rem;
}

.home-logo img {
	width: auto;
	height: 100%;
}

div.login-join {
	border-radius: 0.25rem;
	padding: 0;
	height: fit-content;
	margin: auto 0;
	border: 1px solid var(--ez-orange);
	color: white;
	background-color: var(--ez-orange);
}

div.login-join a {
	color: white;
	font-size: 80%;
	padding: 0.5rem 0.25rem 0.5rem 0.5rem;
	background-color: var(--ez-orange);
	height: 100%;
	display: block;
	white-space: nowrap;
	border-radius: 0.25rem;
}

div.login-join a:nth-of-type(2) {
	padding-left: 0.25rem;
	padding-right: 0.5rem;
}

div.login-join svg {
	display: none;
}

#mobile-bottom-bar {
	position: fixed;
	width: 100vw;
	bottom: 0;
	left: 0;
	background-color: white;
	z-index: 150;
	padding: 1rem;
	display: flex;
	justify-content: space-around;
	box-shadow: #000 0 16px 10px 10px;
}

#customer_login {
	margin: 2rem 0;
	min-height: 70vh;
}

body.register #customer_login {
	margin: 0.5rem 0 4rem;
}

#vendor-reg>div#vendor-reg-errors {
	margin: 0.5rem auto;
	width: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#vendor-reg>div#vendor-reg-errors span {
	color: var(--ez-red);
	border: 1px solid var(--ez-red);
	padding: 0.5rem;
	margin: 0.25rem;
	font-size: 70%;
	text-align: center;
}

#register-compare {
	width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

#register-compare>div {
	min-height: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.25rem;
	font-size: 80%;
	border-bottom: 1px solid var(--ez-light-grey);
	border-right: 1px solid var(--ez-light-grey);
}

#register-compare>div:nth-of-type(3n - 2) {
	align-items: flex-start;
	text-align: left;
	font-weight: 600;
	font-size: 100%;
	border-left: 1px solid var(--ez-light-grey);
}

#register-compare>div:first-of-type {
	border-left: none;
}

#register-compare>div:nth-of-type(2),
#register-compare>div:nth-of-type(3) {
	justify-content: space-between;
}

#register-compare>div>h3 {
	font-size: 150%;
}

#register-compare>div>span {
	font-style: italic;
	color: var(--ez-green);
}

div.register-button {
	padding: 1rem 1.5rem;
	border: 1px solid var(--ez-grey);
	position: relative;
	text-align: center;
	max-width: 20vw;
	min-width: fit-content;
	border-radius: 0.5rem;
	background-color: var(--ez-green);
	color: var(--ez-white);
	margin: 1rem auto 2rem;
	cursor: pointer;
}

#register-compare div.register-button {
	border-radius: unset;
	margin: 0.75rem 0;
	width: 100%;
}

#register-compare div.register-button input {
	visibility: hidden;
}

div.register-button:hover,
div.register-button.inactive {
	background-color: var(--ez-white);
	color: var(--ez-black);
}

#register-compare div.register-button:hover,
#register-compare div.register-button.inactive:hover {
	background-color: var(--ez-green);
	color: var(--ez-white);
}

#register-compare>div>p {
	display: none;
}

#register-compare>div.chooser {
	flex-basis: 100%;
	grid-column: 1/-1;
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 0;
}

#register-compare>div.chooser>div:not(:first-of-type) {
	margin: 1rem;
}

form.woocommerce-form-register.register,
form#vendor-reg {
	display: none;
	width: 100%;
}

form.register {
	text-align: center;
}

form.register p.form-row,
form.login p.form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: #00000030 0 4px 30px;
	border-radius: 0.25rem;
	padding: 0.75rem;
}

p.form-row>svg {
	width: 10%;
}

main .woocommerce form.register p.form-row input,
main .woocommerce form.login p.form-row input {
	border: 0;
	height: 100%;
	padding: 0.25rem 1rem;
}

main .woocommerce form.checkout_coupon,
main .woocommerce form.login,
main .woocommerce form.register,
main.woocommerce form.lost_reset_password {
	border: 0;
	margin: 0;
	padding: 0 2rem;
	position: relative;
}

main .woocommerce form.login h3,
main .woocommerce form.register h3 {
	text-align: center;
}

main .woocommerce form.login .form-row label,
main .woocommerce form.register .form-row label {
	font-weight: 700;
	line-height: 1.5rem;
	font-size: 0.9rem;
	color: var(--ez-black);
}

main .woocommerce form.login label.woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
}

main .woocommerce form.login .form-row button,
main .woocommerce form.register .form-row button {
	margin: 1rem auto;
	width: 90%;
	background-color: var(--ez-green);
	color: white;
	padding: 1rem;
	border-radius: 10rem;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	float: none;
}

main .woocommerce form.login p.lost_password a {
	text-align: right;
	display: block;
}

main .woocommerce form .form-row input.input-text,
main .woocommerce form .form-row textarea {
	margin-bottom: 1rem;
	margin-left: 0;
	padding: 0.5rem 0;
}

main div.woocommerce button.button.woocommerce-form-login__submit,
main div.woocommerce button.button.woocommerce-form-register__submit {
	width: 90%;
	border-radius: 0.25rem;
}

form.register p.form-row input#reg_phone,
form.register p.form-row input#vendor_phone {
	width: 65%;
}

span.phone-select,
span.phone-select span.flagbox {
	display: block;
	width: 15%;
	height: 1.5rem;
	position: relative;
	left: 0.75rem;
}

span.phone-select span.flagbox,
span.code-list {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 15;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

span.code-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: var(--ez-white);
}

span.code-list::-webkit-scrollbar {
	display: none;
}

span.code-list span.option {
	width: calc(100% - 0.5rem);
	padding: 0.5rem;
	margin: 0.25rem;
	flex-basis: calc(100% - 0.5rem);
	border: 1px solid var(--ez-black);
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
}

span.code-list span.option svg {
	flex-basis: 20%;
}

span.code-list span.option span {
	flex-basis: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

form.edit-account>p:nth-of-type(2) {
	margin-left: auto;
}

form.edit-account fieldset {
	padding: 1rem 0;
	margin: 1rem auto;
}

form.edit-account fieldset legend {
	font-size: 110%;
	font-weight: 600;
}

form.close-account,
ul.products.rowed {
	position: relative;
}

form.close-account {
	margin: 2rem 5% 1rem;
}

form.close-account input[type="text"] {
	margin: 0;
}

form.close-account .delete-account-confirm,
form.archive-product-form .archive-product-confirm {
	position: absolute;
	top: 10%;
	left: -10%;
	width: 120%;
	height: 150%;
	background-color: white;
	display: flex;
	flex-direction: column;
	box-shadow: #00000094 0 0 20px 20px;
	border-radius: 2rem;
	padding: 1rem;
	z-index: 500;
}

form.archive-product-form .archive-product-confirm {
	position: fixed;
	height: fit-content;
	height: -moz-fit-content;
	width: 100vw;
	left: 0;
}

form.close-account .delete-account-confirm p,
form.archive-product-form .archive-product-confirm p {
	text-align: center;
	font-weight: 600;
}

form.close-account .delete-account-confirm p span,
form.archive-product-form .archive-product-confirm p span {
	color: var(--ez-red);
}

div.popular-categories {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 90%;
	margin: 0 auto 0.5rem;
}

div.popular-categories>a.popular-category {
	background-color: var(--ez-green);
	color: white;
	text-align: center;
	padding: 0.5rem;
	border-radius: 0.25rem;
	border: 2px solid var(--ez-green);
	margin: 0.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

div.popular-categories>a.popular-category svg {
	height: 3rem;
}

div.popular-categories>a.popular-category h4 {
	margin: 0.5rem 0 0;
	font-size: 90%;
}

div.main-menu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-start: 1;
	grid-column-end: 3;
	padding-bottom: 1rem;
	margin: 0 0 0.5rem;
	border-bottom: 1px solid var(--ez-light-grey);
	width: 100%;
}

div.main-menu>* {
	display: grid;
	padding: 0;
	margin: 0 0.25rem;
	font-size: 75%;
	font-weight: 600;
	text-align: center;
	height: 100%;
}

div.main-menu span {
	display: flex;
	align-items: center;
	justify-content: center;
}

div.main-menu span:first-of-type {
	background-color: var(--v-light-grey);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	padding: 0.75rem;
	margin: 0 auto 0.25rem;
}

div.main-menu svg path {
	stroke: currentColor !important;
}

div.main-menu>div span:first-of-type {
	background-color: var(--ez-orange);
	color: white;
}

#false-close-account-button {
	margin: 2.5rem auto 1rem;
}

div.front-page-top {
	margin: 0 0 1.5rem;
	display: flex;
	flex-direction: column;
}

div.front-page-top div.featured-pictures {
	flex-direction: column;
}

div.front-page-top div.featured-pictures div.small-carousel {
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

div.front-page-top div.featured-pictures div.small-carousel>div {
	position: relative;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

div.background-wrapper {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
}

div.messages-wrapper {
	display: flex;
	background-color: var(--ez-white);
	flex-direction: column;
	padding: 1rem 1.5rem;
	overflow-y: auto;
	width: 100vw;
	height: 100vh;
}

div.messages-wrapper::-webkit-scrollbar {
	display: none;
}

div.messages-wrapper h3 {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div.messages-wrapper h3 svg {
	pointer-events: all;
}

div.messages-wrapper div.message,
div.latest-messages div.message {
	padding: 0.5rem 0;
}

div.messages-wrapper div.message p,
div.latest-messages div.message p {
	margin: 0 0 0.25rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div.message div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div.message div.extra {
	font-size: 80%;
	color: var(--ez-grey);
}

div.message div.extra a {
	display: flex;
	align-items: center;
}

div.message div.extra a svg {
	margin-right: 0.5rem;
}

div.message img {
	max-height: 2rem;
	max-width: 2rem;
	height: auto;
	width: auto;
}

div.messages-wrapper div.links div#view-more,
div.messages-wrapper div.message-list div.links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--ez-white);
}

div.messages-wrapper div.links div#view-more {
	display: none;
}

div.messages-wrapper div.message-list div.links a {
	color: var(--ez-green);
	margin: 1.5rem 0 1rem auto;
	padding: 0.5rem;
	border: 1px solid var(--ez-green);
}

div.messages-wrapper div.new-message textarea {
	width: 100%;
	margin: 1.5rem 0 0.75rem;
	padding: 0.5rem;
	height: max-content;
}

div.messages-wrapper div.new-message button {
	padding: 0.5rem 1rem;
	margin: 0.25rem 0 0 auto;
	border-radius: 0.25rem;
	font-size: 90%;
}

div.message span.author {
	font-weight: 600;
	display: flex;
	align-items: center;
}

#featured-header .glide__bullets {
	bottom: 0.5rem;
}

#featured-header .glide__bullet {
	background-color: white;
	border: 2px solid white;
	width: 0.5rem;
	height: 0.5rem;
}

#featured-header .glide__bullet--active {
	background-color: transparent;
}

.featured-section,
div.front-page-top div.featured-pictures {
	display: flex;
	padding: 0;
	position: relative;
	right: 0;
	width: 100%;
}

.featured-section .featured-body {
	flex-basis: 50%;
	font-size: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.featured-section>a.featured-link,
div.featured-pictures a.featured-link {
	width: 100%;
	height: 100%;
	display: flex;
}

a.featured-link>img {
	object-fit: contain;
	height: auto;
	width: 100vw;
}

.featured-section .featured-body h1,
.featured-section .featured-body p {
	margin: 0.5rem;
	line-height: 1.2rem;
}

.featured-section .featured-body p {
	line-height: 1rem;
	margin-top: 0;
}

.featured-section .featured-image {
	flex-basis: 50%;
	position: relative;
	height: 100%;
}

.featured-section .featured-image img,
.featured-section .featured-image svg {
	width: 6rem;
	height: 6rem;
	position: absolute;
	top: calc((100% - 6rem) / 2);
	left: calc((100% - 6rem) / 2);
}

.featured-section .featured-image svg {
	top: calc((100% - 6rem) / 2);
	left: calc((100% - 6rem) / 2);
	width: 6rem;
	height: 6rem;
}

.featured-section .featured-image img {
	z-index: 5;
}

div.front-page-top div.featured-pictures {
	position: static;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

div.front-page-top div.featured-pictures>div.latest-messages {
	margin: 0.5rem;
	border: 1px solid var(--ez-green);
	border-radius: 0.5rem;
	padding: 1rem;
	overflow: hidden;
	position: relative;
	width: calc(100vw - 1rem);
	height: 30vh;
}

div.front-page-top div.featured-pictures>div.latest-messages>div:first-of-type {
	overflow: hidden;
}

div.front-page-top div.featured-pictures>div.latest-messages>div:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 120%;
	padding: 50% 0 1rem;
	color: var(--ez-green);
	justify-content: end;
	background: linear-gradient(#fff0, #fff);
	cursor: pointer;
}

.category-display,
#featured-products {
	width: 90%;
	margin: 0.5rem auto 2rem;
}

#featured-products>.glide--swipeable {
	padding-bottom: 3.5rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid var(--ez-light-grey);
}

#featured-products>.glide--swipeable#daily-deals div.deals-heading {
	margin: 0.83rem 0;
}

#featured-products>.glide--swipeable#daily-deals h2 {
	margin: 0;
	width: fit-content;
}

#featured-products h2.h4 {
	margin-left: 0;
	font-size: 100%;
}

.see-more-products,
.product form.cart button.buy-now {
	margin: 2rem auto 0;
	width: 100%;
	text-align: center;
	padding: 1rem;
	color: var(--ez-green);
	font-weight: 700;
	border: 1px solid var(--ez-green);
	display: block;
	border-radius: 2.5rem;
}

.category-display {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	margin: 0 auto 1rem;
}

#main .category-display form {
	max-height: 0;
	transition: max-height 0.75s linear;
	overflow: hidden;
}

#main .category-display.tall form {
	height: fit-content;
	height: -moz-fit-content;
	max-height: 15rem;
}

.category-display #cat-display-header,
#admin-menu-toggler {
	grid-column-start: 1;
	grid-column-end: 3;
	color: var(--ez-green);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#main .category-display.tall #cat-display-header svg,
#admin-menu-toggler.tall svg {
	transform: rotate(180deg);
}

.category-display #cat-display-header svg,
#admin-menu-toggler svg {
	flex-basis: 5%;
	height: auto;
	transition: transform 0.75s;
	margin-right: 1rem;
}

.category-display .category-thumbnail {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.category-display .category-thumbnail img,
#main .category-display .category-thumbnail img {
	height: 5rem;
	width: auto;
	border-radius: 50%;
	margin: auto;
	object-fit: cover;
}

#main .category-display .category-thumbnail img {
	height: 7.5rem;
	width: 7.5rem;
}

.category-display .category-thumbnail button {
	background-color: unset;
	padding: 0;
	color: var(--ez-black);
}

h3.archive-title {
	font-weight: 400;
}

h3.archive-title span {
	white-space: no-wrap;
	font-weight: 600;
}

.top-loop-bar,
.middle-loop-bar,
.bottom-loop-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.25rem 0;
}

.bottom-loop-bar {
	padding-bottom: 0.5rem;
}

.middle-loop-bar p {
	margin: 0.5rem 0;
}

.top-loop-bar .shop-top-links,
.store-type-filters {
	flex-basis: 75%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-loop-bar .shop-top-links a,
.store-type-filters div {
	border: 1px solid var(--ez-light-grey);
	padding: 0.5rem;
	font-size: 90%;
	flex-basis: 33%;
	display: block;
	text-align: center;
}

.top-loop-bar .shop-top-links a.active,
.store-type-filters div.active {
	background-color: var(--ez-green);
	color: var(--ez-white);
	border: 1px solid var(--ez-green);
}

.store-type-filters {
	width: 100%;
	flex-basis: auto;
	margin-bottom: 1rem;
}

.bottom-loop-bar>form {
	width: 47.5%;
	margin-right: auto;
}

.bottom-loop-bar>form:nth-of-type(2) {
	margin-left: auto;
	margin-right: 0;
}

.bottom-loop-bar select {
	padding: 0.25rem;
	margin: 0;
	width: 100%;
	border: 1px solid var(--ez-light-grey);
}

div.supercategory-important-fields {
	background-color: var(--ez-green);
	color: var(--ez-white);
	padding: 1rem;
	width: 100%;
	margin: 0.5rem auto;
}

div.supercategory-important-fields div.important-fields-header {
	width: 100%;
	display: flex;
	border-bottom: 1px solid var(--ez-white);
	padding-bottom: 0.25rem;
	align-items: center;
	justify-content: space-between;
}

div.supercategory-important-fields div#important-fields-hide {
	transition: transform 1s;
	transform: rotate(0);
}

div.supercategory-important-fields div#important-fields-hide.tall {
	transform: rotate(180deg);
}

div.supercategory-important-fields form {
	height: 0;
	transition: height 1s;
	overflow: hidden;
}

div.supercategory-important-fields form svg {
	height: 5rem;
}

div.supercategory-important-fields form svg rect {
	fill: var(--ez-white);
}

div.supercategory-important-fields form div.field {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div.supercategory-important-fields form div.field.checkbox {
	padding: 0.5rem;
}

div.supercategory-important-fields form div.field select {
	width: calc(100% - 1rem);
	margin: 0.5rem;
	border: 0;
}

div.supercategory-important-fields form div.field.checkbox label {
	width: fit-content;
}

div.supercategory-important-fields form div.field.double select {
	width: calc(47.5% - 1rem);
}

div.supercategory-important-fields form div.field.double span {
	width: 5%;
	text-align: center;
}

div.supercategory-important-fields button {
	padding: 1.5rem 1rem 1rem;
	margin: auto;
}

.shop-nav-links,
li.order-header {
	padding: 1rem;
	border-top: 2px solid var(--ez-light-grey);
	border-bottom: 2px solid var(--ez-light-grey);
	margin-top: 1rem;
	display: flex;
	justify-content: space-around;
}

.shop-nav-links a {
	flex-basis: 30%;
	text-align: center;
	font-weight: 500;
}

.product-views {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.product-views>* {
	flex-basis: 50%;
}

#row-grid-toggle {
	flex-basis: 25%;
}

#row-grid-toggle,
#row-grid-toggle * {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#row-grid-toggle form {
	width: 90%;
}

#row-grid-toggle form button {
	background-color: unset;
	border-radius: unset;
	padding: 0;
}

#row-grid-toggle svg {
	height: 100%;
	width: auto;
}

#row-grid-toggle button,
#row-grid-toggle span {
	margin: auto;
	height: 1.5rem;
}

body.row-view #row-grid-toggle button:not(:first-of-type),
#row-grid-toggle button:first-of-type {
	color: var(--ez-black);
}

body.row-view #row-grid-toggle button:first-of-type,
#row-grid-toggle button:not(:first-of-type) {
	color: var(--ez-light-grey);
}

div.breadcrumb {
	display: none;
}

ul.products {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.products.rowed {
	border: 0;
}

li.featured-vendor a {
	display: flex;
	align-items: center;
	flex-direction: column;
}

li.product-tile {
	position: relative;
	flex-basis: calc(50% - 1rem);
	margin: 0.5rem;
	box-shadow: #00000030 0 0 0.25rem 0.125rem;
	display: flex;
	flex-direction: column;
}

li.product-tile.glide__slide {
	flex-basis: unset;
	margin: 0;
	box-shadow: none;
}

li.product-tile a {
	display: block;
}

li.product-tile div.product-text>div {
	margin: 0.25rem 0 0.3rem;
	padding: 0 0.1rem;
}

li.product-tile div.product-text>div.seller-name,
li.product-tile div.product-text>a.seller-name {
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 400;
}

li.product-tile div.product-text>div.price {
	color: var(--ez-green);
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.55rem;
	min-height: 1.55rem;
	margin: 1rem 0.5rem 0.25rem;
	position: relative;
	display: flex;
	align-items: center;
}

li.product-tile div.product-text>div.price span.amount {
	display: block;
	margin: auto;
}

li.product-tile div.product-text>div.price>span:not(:first-of-type) {
	color: var(--ez-black);
	font-size: 70%;
}

li.product-tile div.product-text>div.price del {
	color: var(--ez-light-grey);
	font-size: 75%;
	position: absolute;
	top: -0.5rem;
	left: 51%;
}

li.product-tile div.product-text>div.price ins {
	position: absolute;
	right: 50%;
	text-decoration: none;
}

li.product-tile div.product-text>div.name {
	font-size: 1.15rem;
	line-height: 1.23rem;
	font-weight: 700;
}

li.product-tile div.product-tile-image {
	width: 100%;
}

li.product-tile img,
li.featured-vendor a img {
	width: 100%;
	height: 10rem;
	object-fit: contain;
}

.vendors li.product-tile img,
li.featured-vendor a img {
	object-fit: contain;
}

li.product-tile img.vendor-profile {
	position: absolute;
	height: auto;
	width: 15%;
	z-index: 5;
	border-radius: 50%;
	top: 1rem;
	left: 1rem;
	pointer-events: none;
}

li.product-tile>div {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 70%;
	margin: 0.5rem auto 1rem;
}

li.product-tile.food-tile>div:first-of-type {
	flex-direction: column;
	width: 100%;
	margin: 0;
}

li.product-tile div.plus-minus-quantity,
li.product-tile div.plus-minus-quantity div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

li.product-tile div.plus-minus-quantity>div svg {
	color: white;
	background-color: var(--ez-green);
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
}

li.product-tile div.plus-minus-quantity span {
	font-size: 110%;
	margin: 0 0.25rem;
}

li.product-tile div.product-text>div.name-price {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

li.product-tile div.product-text {
	padding: 0.25rem;
}

li.product-tile div.product-text>div.name-price>div.price,
li.product-tile div.product-text span.second-prices {
	justify-content: center;
	font-weight: 700;
	color: var(--ez-green);
	position: absolute;
	right: -0.5rem;
	bottom: 100%;
	background-color: var(--ez-white);
	padding: 0.5rem 1.5rem 0.25rem 0.75rem;
	border-radius: 0.25rem 0 0 0;
}

li.product-tile div.product-text span.second-prices,
.product .summary .price span.second-prices {
	display: flex;
	flex-direction: column;
	justify-content: right;
	right: 0;
	bottom: calc(100% - 0.5rem);
}

li.product-tile div.product-text span.second-prices bdi,
.product .summary .price span.second-prices bdi {
	color: var(--ez-black);
	font-size: 65%;
	font-weight: 500;
}

li.product-tile div.product-text>div.name-price>div.price del {
	color: var(--ez-light-grey);
}

li.product-tile div.product-text>div.name-price>div.name {
	display: -webkit-box;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	line-height: 1.25rem;
	height: 2.5rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

li.product-tile div.product-text>div.seller-html {
	font-size: 0.75rem;
}

li.product-tile div.product-text>div>div.seller-name {
	text-transform: capitalize;
}

li.product-tile div.product-text>div>div.seller-name:nth-of-type(2) {
	font-style: italic;
	font-size: 0.7rem;
}

li.product-tile>.rating-icons {
	display: block;
	margin-top: auto;
}

li.product-tile>.rating-icons>.stars {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

li.product-tile>.rating-icons>.icons {
	display: flex;
	justify-content: center;
	padding: 0.5rem 0;
}

li.product-tile>.rating-icons>.icons>.favorite-icon,
li.product-tile>.rating-icons>.icons>a {
	margin: 0 0.5rem;
}

li.product-tile a.buy-it-now {
	color: white;
	background-color: var(--ez-green);
	border-radius: 0.5rem;
	padding: 0.4rem 0.9rem;
	font-size: 85%;
	margin-left: 0.5rem;
	border: 1px solid var(--ez-green);
}

div.pswp__caption {
	display: none;
}

body.row-view ul.products li.product-tile {
	flex-basis: 100%;
	display: flex;
}

body.row-view ul.products li.product-tile>div {
	flex-basis: 15%;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

body.row-view ul.products li.product-tile .product-link,
body.row-view ul.products li.product-tile .product-link div.product-text {
	display: flex;
	flex-direction: row;
	font-size: 0.9rem;
	flex-basis: 90%;
	min-width: 25px;
	min-height: 25px;
}

body.row-view ul.products li.product-tile.food-tile .product-link {
	flex-basis: 70%;
}

body.row-view ul.products li.product-tile.food-tile>div:nth-of-type(2) {
	flex-wrap: wrap;
	flex-basis: 30%;
}

body.row-view ul.products li.product-tile.food-tile>div:nth-of-type(2)>div:first-of-type {
	flex-basis: 100%;
	justify-content: space-around;
	flex-direction: column-reverse;
}

body.row-view ul.products li.product-tile .product-link div.product-tile-image {
	flex-basis: 40%;
	display: flex;
	align-items: flex-start;
}

body.row-view ul.products li.product-tile .product-link img {
	width: 7.5rem;
	margin: auto;
}

body.row-view ul.products li.product-tile .product-link div.product-text {
	flex-basis: 60%;
	flex-direction: column;
	align-items: center;
}

body.row-view li.product-tile .price {
	font-size: 1rem;
}

div.favorite-icon {
	display: flex;
	align-items: center;
	cursor: pointer;
}

div.favorited path {
	fill: var(--ez-green);
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	width: 90%;
	margin: 2rem auto;
}

.woocommerce-MyAccount-navigation .home-logo {
	display: none;
}

.woocommerce-MyAccount-navigation li {
	font-weight: 500;
}

.woocommerce-MyAccount-navigation svg {
	height: 1.2rem;
}

#admin-menu {
	transition: max-height 1s, margin 1s;
	max-height: 200vh;
	overflow: hidden;
}

#admin-menu.tall {
	max-height: 0;
	margin: 0 auto;
}

.admin-page-header,
p.renew-description {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}

div.message-history {
	display: flex;
	flex-direction: column;
	max-width: 30rem;
	margin: auto;
}

div.message-history a.messanger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--v-light-grey);
	border-bottom: 0.25rem solid var(--ez-grey);
}

div.message-history a.messanger h4,
div.message-history a.messanger h5 {
	position: relative;
	padding: 0 1.5rem;
}

div.message-history span.unread {
	position: absolute;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 50%;
	color: var(--ez-white);
	background-color: var(--ez-red);
	display: flex;
	align-items: center;
	justify-content: center;
	top: -2rem;
	right: -0.75rem;
	box-shadow: #0000007a -3px 6px 10px 0px
}

div.chat-log {
	background-color: var(--v-light-grey);
}

div.chat-log div.chat {
	max-height: 75vh;
	overflow-y: auto;
	display: flex;
	flex-direction: column-reverse;
}

div.chat-log div.chat::-webkit-scrollbar {
	display: none;
}

div.chat-log div.chat h4 {
	text-align: center;
}

div.chat-log div.chat div.message {
	max-width: 60%;
	width: fit-content;
	padding: 0.5rem 1rem;
}

div.chat-log div.chat div.message.from {
	margin-left: auto;
	text-align: right;
}

div.chat-log div.chat div.message p.content {
	border-radius: 0.25rem;
	border: 1px solid var(--ez-grey);
	background-color: var(--ez-white);
	margin: 0 0 0.25rem;
	padding: 0.25rem 0.5rem;
}

div.chat-log div.chat div.message div.info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

div.chat-log div.chat div.message.from div.info {
	justify-content: flex-end;
}

div.chat-log div.chat div.message span.read {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

div.chat-log div.chat div.message span.read::after {
	content: "·";
	display: inline-block;
	margin: 0 0.25rem;
}

div.chat-log div.chat div.message span.read svg {
	margin: auto;
}

div.chat-log form.new-chat {
	display: flex;
	justify-content: space-between;
	padding: 2rem;
	margin: 2rem;
	border-top: 0.25rem solid var(--ez-green);
}

div.chat-log form.new-chat textarea {
	flex-basis: 80%;
	padding: 1rem;
}

div.chat-log form.new-chat button {
	flex-basis: 15%;
	height: fit-content;
}

.woocommerce form .show-password-input {
	display: none;
}

div.statuses,
div.statuses div.status-field {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.5rem 0;
}

div.statuses div.status-field {
	border: 2px solid var(--ez-black);
	padding: 0.5rem 1rem;
	margin: 0.25rem 0.5rem;
	justify-content: space-between;
	font-weight: 500;
}

div.statuses div.status-field>span {
	margin-left: 0.5rem;
}

div.statuses div.status-field span.good {
	color: var(--ez-green);
}

div.statuses div.status-field span.bad {
	color: var(--ez-red);
}

form.close-account,
.supercategory-picker,
.accept-tnc {
	margin: 1.5rem 1rem 0.5rem;
}

form.close-account,
.supercategory-picker {
	display: flex;
	flex-direction: column;
}

form.close-account>div,
.supercategory-picker>div,
.accept-tnc {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.75rem 0;
}

form.close-account label,
.supercategory-picker label {
	flex-basis: 75%;
}

.vendor-page {
	display: flex;
	flex-direction: column;
}

.vendor-page>* {
	width: 90%;
	margin: 1rem auto;
}

.vendor-page>div.vendor-products,
.vendor-page>ul.vendor-remaining-products {
	width: 100%;
	margin: 0;
}

div.vendor-products h2 {
	margin-left: 1rem;
}

.vendor-page .vendor-hours,
.vendor-page .vendor-location {
	margin: 1.5rem 0;
}

.vendor-content {
	margin: 1.5rem auto;
	width: 90%;
	height: fit-content;
	height: -moz-fit-content;
	height: -moz-fit-content;
	padding-bottom: 1rem;
}

.vendor-page>div.vendor-banner {
	width: 100%;
	margin: 0;
}

.vendor-page h1,
.vendor-page h2,
.vendor-page>.vendor-supercategory {
	margin: 0.25rem auto 0.5rem;
}

.vendor-page .vendor-about .vendor-supercategory {
	color: var(--ez-grey);
}

.vendor-contact {
	padding: 0.5rem 1.5rem 1.5rem;
	border-radius: 2rem;
	box-shadow: #000 0 0 15px -5px;
}

.vendor-contact>a {
	color: var(--ez-green);
	margin-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-weight: 700;
	display: flex;
	border-bottom: 1px solid var(--ez-light-grey);
	align-items: center;
	justify-content: center;
}

.vendor-contact>a svg {
	color: var(--ez-black);
	margin-right: 0.5rem;
}

.vendor-contact .social-links {
	margin: 0 auto;
}

.vendor-contact .social-links a {
	background-color: var(--ez-green);
}

.vendor-contact .social-links svg {
	color: white;
}

.opening-times {
	border-top: 1px solid var(--ez-light-grey);
	border-left: 1px solid var(--ez-light-grey);
	border-right: 1px solid var(--ez-light-grey);
}

.opening-times-row {
	display: flex;
	border-bottom: 1px solid var(--ez-light-grey);
}

.opening-times-row div {
	padding: 0.75rem 0;
	border-left: 1px solid var(--ez-light-grey);
	text-align: center;
	flex-basis: 33.3%;
}

.opening-times-row div:first-of-type {
	border-left: none;
	margin: 0;
	flex-shrink: 1;
	background-color: var(--v-light-grey);
}

.opening-times-row div:not(:first-of-type) {
	flex-grow: 1;
}

div.vendor-address {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: 0.5rem 0 0 0.5rem;
}

div.vendor-address svg {
	width: 2rem;
	height: 2rem;
}

.vendor-banner {
	position: relative;
}

.vendor-banner img,
#_vendor_banner_img {
	height: auto;
	width: 100%;
	max-height: 20rem;
	object-fit: cover;
}

.vendor-banner img.vendor-profile,
#_vendor_profile_img {
	border-radius: 50%;
	height: 5rem;
	width: 5rem;
	position: absolute;
	top: 1rem;
	left: 1rem;
	object-fit: contain;
}

#_vendor_profile_img {
	position: static;
}

#attributes-filtered .display-attribute {
	display: flex;
	align-items: center;
	max-width: 100%;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#attributes-filtered .display-attribute::-webkit-scrollbar {
	display: none;
}

#attributes-filtered .display-attribute>* {
	margin-right: 1rem;
}

#attributes-filtered .display-attribute label {
	font-weight: 600;
}

#attributes-filtered .display-attribute span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--ez-light-grey);
	border-radius: 0.5rem;
	padding: 0.2rem 0.5rem;
	color: var(--ez-black);
}

#attributes-filtered .display-attribute span svg {
	height: 0.75rem;
	width: 0.75rem;
	border-radius: 50%;
	margin-left: 0.5rem;
}

#attributes-filtered .display-attribute span svg path {
	stroke-width: 1;
}

.product-filters {
	flex-direction: column;
}

.my-product,
#product-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1rem auto;
	width: 90%;
}

.my-product {
	flex-wrap: wrap;
	padding-bottom: 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid var(--ez-light-grey);
}

.my-product:last-of-type {
	border: 0;
}

.my-product div.product-image {
	flex-basis: 25%;
}

.my-product div.product-image img {
	max-width: 4rem;
	height: auto;
	width: auto;
}

.my-product div.fundamentals {
	flex-basis: 75%;
	margin-right: auto;
}

.my-product div.fundamentals h3 {
	margin-top: 0;
	margin-left: 0.5rem;
}

.my-product div.fundamentals div {
	margin-left: 0.5rem;
}

.my-product>div:last-of-type {
	display: flex;
	margin-top: 0.5rem;
}

.my-product div.finished-desc {
	display: flex;
	align-items: center;
}

.my-product a.edit-product,
.my-product a.renew-product,
.my-product div.archive-product {
	padding: 0.5rem 1em;
	background-color: var(--ez-green);
	color: white;
	border-radius: 0.5rem;
}

.my-product div.archive-product {
	background-color: var(--ez-red);
	margin-left: 0.75rem;
	cursor: pointer;
}

.my-product a.renew-product {
	background-color: var(--ez-orange);
}

.my-product .auction-countdown {
	position: static;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	flex-basis: 30%;
}

.my-product a.edit-product,
.my-product div.archive-product,
.my-product .auction-countdown {
	width: fit-content;
	width: -moz-fit-content;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image>a {
	display: flex;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image>a>img {
	max-height: 20rem;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.woocommerce-product-gallery .flex-control-nav {
	display: none;
}

.woocommerce-product-gallery .flex-control-nav li {
	padding: 0.5rem 0.25rem;
	margin: auto;
}

.woocommerce-product-gallery .flex-control-nav li img {
	border-radius: 10px;
	opacity: 0.6;
	border: 1px solid var(--v-light-grey);
}

.woocommerce-product-gallery .flex-control-nav li img.flex-active {
	opacity: 1;
}

.woocommerce-tabs.wc-tabs-wrapper {
	box-shadow: #0000002e 0px 0px 20px 5px;
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

ul.tabs.wc-tabs {
	display: flex;
	border-bottom: 1px solid var(--ez-light-grey);
	font-size: 1.2rem;
}

ul.tabs.wc-tabs li {
	padding: 1.25rem 0.75rem;
	text-align: center;
	flex-basis: 50%;
	font-size: 80%;
	color: var(--ez-light-grey);
	font-weight: 500;
}

ul.tabs.wc-tabs li.additional_information_tab {
	flex-basis: 0%;
	display: none;
}

ul.tabs.wc-tabs li:first-of-type {
	border-right: 1px solid var(--ez-light-grey);
}

ul.tabs.wc-tabs li.active a,
ul.tabs.wc-tabs li.greyscale {
	color: var(--ez-black);
}

ul.tabs.wc-tabs #pop-categories-back {
	border-left: 1px solid var(--ez-light-grey);
	display: flex;
	align-items: center;
	justify-content: center;
}

main .woocommerce-info::before,
main .woocommerce-message::before {
	color: var(--ez-green);
}

main .woocommerce-error::before,
main .woocommerce a.remove {
	color: var(--ez-red) !important;
}

main .woocommerce a.remove:hover {
	background-color: var(--ez-red);
	color: white !important;
}

main .woocommerce-error,
main .woocommerce-info,
main .woocommerce-message {
	background-color: white;
	color: var(--ez-black);
	border-bottom: 1px solid var(--ez-black);
	border-top: 3px solid var(--ez-green);
	display: flex;
	padding: 1rem 2.5rem;
	justify-content: center;
	align-items: center;
	width: var(--max-container-width);
	margin: auto;
}

main .woocommerce-error li,
main .woocommerce-info li,
main .woocommerce-message li {
	display: flex;
	align-items: center;
}

main .woocommerce-info {
	max-width: var(--max-container-width);
	margin: 1rem auto;
	padding: 1.5rem;
	text-align: center;
	display: block;
	font-weight: 500;
}

main .woocommerce-error {
	border-top-color: var(--ez-red);
}

main .woocommerce-error strong {
	margin: 0 0.5rem;
}

main .woocommerce-error a,
main .woocommerce-info a,
main .woocommerce-message a {
	margin: 0 1rem;
	border-radius: 0;
}

main .woocommerce-message a {
	padding: 0.75rem 1.25rem;
	border: 1px solid var(--ez-green);
	border-radius: 0.5rem;
}

main .woocommerce-message a:hover {
	background-color: var(--ez-white);
}

#category-menu,
#product-filters {
	position: absolute;
	top: calc(100% + 1px);
	left: -100%;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	background-color: white;
	z-index: 25;
	padding: 1rem 0.5rem 1rem 2rem;
	box-shadow: #00000050 10px 10px 10px -10px;
	width: 85vw;
	transition: left 1s;
}

#category-menu.shown {
	left: 0;
}

#category-menu h2 {
	margin-left: 0;
	width: 90%;
	justify-content: space-between;
}

div.category-slide h3,
div.category-menu div.category-menu-item h4 {
	font-size: 90%;
	margin: 0;
	width: 100%;
	display: flex;
	align-items: center;
}

div.category-menu div.category-menu-item h4 {
	text-transform: uppercase;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid var(--ez-light-grey);
	width: fit-content;
}

div.category-slide h3,
div.category-slide h3 a {
	justify-content: flex-start;
	width: 100%;
	font-weight: 500;
}

div.category-slide h3 svg {
	margin: 0 0.5rem;
}

body.homepage div.category-slide h3>svg {
	display: none;
}

div.category-slide h3>svg,
.attribute h3>svg {
	transform: rotate(180deg);
	transition: transform 0.5s;
	margin: 0.5rem 0 0.5rem 1rem;
	pointer-events: painted;
}

div.category-slide h3>svg.tall,
.attribute h3.tall>svg {
	transform: rotate(0deg);
}

div.category-slide div.category-menu {
	padding: 0 0 0.5rem 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 0;
	transition: height 0.5s;
}

div.category-slide div.category-menu div.category-menu-item {
	padding: 0.5rem 1rem;
	margin: 0;
	font-size: 90%;
}

div.category-slide div.category-menu div.category-menu-item label {
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

div.category-slide div.category-menu div.category-menu-item>a {
	margin: 0.25rem 0;
}

#product-filters {
	left: -100%;
	top: 0;
	transition: left 1s;
	margin: 0;
	padding: 1rem 2.5rem;
	box-shadow: #00000050 10px 0px 10px -10px;
	font-size: 80%;
	z-index: 999;
	position: fixed;
	height: 100vh;
	overflow-y: auto;
}

#product-filters::-webkit-scrollbar {
	display: none;
}

#product-filters>* {
	width: 100%;
}

#product-filters.shown {
	left: 0;
}

#product-filters div.range-slider div.range-filter {
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0.5rem 0;
}

#product-filters div.range-slider div.range-filter div {
	margin: 0;
	flex-basis: calc(50% - 0.25rem);
	padding: 0.25rem;
}

#product-filters div.range-slider div.range-filter label,
#product-filters div.range-slider div.range-filter input {
	font-size: 90%;
}

#product-filters h2,
#product-filters .attribute h3 {
	margin: 1rem auto 1rem 0;
	justify-content: space-between;
}

#product-filters .attribute h3 {
	margin: 0.75rem auto 0.5rem 0;
}

#product-filters>h2 {
	margin: 1.5rem auto;
}

#product-filters>button[type="submit"] {
	padding: 0.5rem 3rem;
	font-size: 90%;
	margin-bottom: 2rem;
	width: fit-content;
}

#product-filters #category-filter-menu {
	margin: 1rem 0 0;
}

#product-filters div.category-menu div.category-menu-item {
	width: 100%;
}

#product-filters .attribute ul {
	height: 0;
	transition: height 0.5s;
	overflow: hidden;
}

#product-filters .attribute li {
	display: flex;
	align-items: center;
	padding: 0.5rem 0;
}

#product-filters .attribute li label {
	margin-left: 0.5rem;
	font-size: 110%;
}

#product-filters .attribute li label span {
	margin-left: 0.25rem;
}

div.category-menu {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 1.5rem;
}

div.category-menu div.category-menu-item {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 75%;
	margin: 0.5rem auto;
}

footer div.category-menu div.category-menu-item {
	margin: 0.5rem 0;
}

div.category-menu div.category-menu-item h4 {
	margin: 0.25rem 0 0.3rem;
}

div.category-menu div.category-menu-item>a {
	font-size: 85%;
	padding: 0.25rem 0;
	font-weight: 300;
}

.woocommerce-Tabs-panel--description,
.woocommerce-Tabs-panel--reviews {
	padding: 1rem;
}

.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--reviews h2 {
	display: none;
}

.comment_container {
	display: flex;
	padding: 0.5rem 0;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid var(--ez-light-grey);
}

.comment_container>div {
	width: 80%;
	margin-left: auto;
}

.comment_container .comment-text p {
	margin: 0;
}

.about-seller,
.about-seller div {
	display: flex;
	align-items: center;
}

.about-seller {
	margin: 2rem auto;
	padding: 1rem 0;
	border-bottom: 1px solid var(--ez-light-grey);
	border-top: 1px solid var(--ez-light-grey);
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 90%;
}

.about-seller img {
	object-fit: contain;
	border-radius: 50%;
	height: 4rem;
}

.about-seller .seller-link,
.favorite-bar {
	border-radius: 1rem;
	box-shadow: #00000021 0 0 20px 0;
	padding: 1rem 4rem;
	margin: 0.75rem 0 1rem;
	color: var(--ez-green);
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	white-space: nowrap;
}

.about-seller .contact-seller {
	flex-direction: column;
}

.about-seller .contact-seller div {
	margin: 0.25rem;
}

.about-seller svg {
	margin-right: 0.5rem;
}

#sort-dropdown select {
	width: fit-content;
	width: -moz-fit-content;
}

#store-finder-map {
	width: 100%;
	height: 60vh;
	margin: auto;
}

#store-finder-search {
	width: fit-content;
	width: -moz-fit-content;
	height: fit-content;
	height: -moz-fit-content;
	height: -moz-fit-content;
	position: absolute;
	top: 1rem;
	right: 1.5rem;
}

#store-finder-search svg {
	background-color: var(--ez-green);
	color: white;
	padding: 0.5rem;
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
}

#store-finder-list,
#product-finder-list {
	padding: 0.5rem 0;
	margin: 0 auto 2rem;
	display: flex;
	flex-wrap: wrap;
	min-height: 15vh;
	border: 0;
	width: 90%;
}

#store-finder-list,
#product-finder-list {
	overflow-y: auto;
	height: 70vh;
	min-height: 70vh;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#store-finder-list::-webkit-scrollbar,
#product-finder-list::-webkit-scrollbar,
#store-finder-search-filter::-webkit-scrollbar {
	display: none;
}

#product-finder-list li.product-tile {
	padding: 0;
	border: 0;
}

#store-finder-search-filter {
	position: fixed;
	top: 0;
	left: -100%;
	background-color: var(--ez-white);
	z-index: 200;
	height: 100vh;
	box-shadow: #9e9e9e73 0px 10px 10px 10px;
	overflow-y: scroll;
	width: 80vw;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: left 1s;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#store-finder-search-filter.shown {
	left: 0;
}

#store-finder-search-filter #close-store-filter {
	margin-top: 0;
	justify-content: space-between;
	width: 100%;
}

#store-finder-search-filter .price-filters,
div.range-filter,
#store-finder-search-filter .price-filters div,
div.range-filter div {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#store-finder-search-filter .price-filters div,
div.range-filter div {
	flex-basis: 50%;
	margin: 0.1rem;
	border: 1px solid var(--ez-light-grey);
	padding: 0.5rem;
}

#store-finder-search-filter .price-filters label,
div.range-filter label {
	text-align: right;
}

#store-finder-search-filter .price-filters input,
div.range-filter input,
div.range-filter label,
#store-finder-search-filter .price-filters label {
	font-size: 0.8rem;
	flex-basis: 50%;
}

#store-finder-search-filter .price-filters input,
div.range-filter input {
	padding: 0;
	border: 0;
	margin: 0;
}

#store-finder-search-filter .price-filters #sort-results {
	margin: 0.25rem 0;
	padding: 0.5rem;
	border: 1px solid var(--ez-light-grey);
	flex-basis: auto;
	width: fit-content;
}

#store-finder-search-filter #product-filters {
	position: static;
	box-shadow: none;
}

#store-products {
	flex-basis: 70%;
}

#search-stores,
#store-search-filter-button {
	flex-basis: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#store-search-filter-button {
	border-left: 1px solid var(--ez-light-grey);
}

.product {
	position: relative;
}

.product .summary,
#product-attributes-list,
.product-meta,
.cart-form,
.favorite-bar {
	width: 90%;
	margin: 0.5rem auto;
	display: flex;
}

.product .summary>div {
	flex-basis: 50%;
	padding: 0 0.5rem 1rem;
}

.product .summary>div:not(:first-of-type) {
	text-align: right;
}

.product .summary .in-stock-count {
	border: 1px solid var(--ez-light-grey);
	border-radius: 0.5rem;
	padding: 0.5rem;
	font-size: 0.83rem;
	margin-left: auto;
	width: fit-content;
	width: -moz-fit-content;
}

.product .summary .seller-name {
	text-transform: uppercase;
}

.product .summary .seller-name a {
	color: var(--ez-green);
}

.product .summary .price {
	position: relative;
	margin: 0.5rem 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.product .summary .price ins {
	margin-left: 0.5rem;
}

.product .summary .price span.second-prices bdi {
	font-size: 70%;
}

.product .summary h1 {
	margin: 1rem 0;
}

.product .property-data {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0.5rem 1.5rem;
	border-top: 1px solid var(--ez-grey);
	border-bottom: 1px solid var(--ez-grey);
	order: 4;
	margin: 0.5rem 0;
}

.product .property-data .attribute {
	margin: 0.5rem 12.5% 0.5rem auto;
	border: 0;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 120%;
}

.product .property-data .attribute:nth-of-type(2n) {
	margin: 0.5rem auto 0.5rem 12.5%;
}

.product .property-data .attribute svg {
	color: var(--ez-grey);
	margin-right: 0.75rem;
	height: 2.5rem;
	width: 2.5rem;
}

#product-attributes-list {
	flex-wrap: wrap;
}

#product-attributes-list .attribute {
	margin: 0.25rem;
	padding: 0.25rem;
	border: 1px solid var(--ez-grey);
	border-radius: 0.25rem;
}

#product-attributes-list .attribute span {
	font-weight: 500;
}

.product-meta,
.cart-form {
	flex-direction: column;
	margin: 1rem auto;
}

.product-meta a {
	color: var(--ez-green);
	margin: 0.25rem 0;
	border-right: 1px solid var(--ez-light-grey);
	padding: 0 0.5rem;
}

.product-meta a:last-of-type {
	border: 0;
}

.stock.in-stock {
	display: none;
}

.product form.cart {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 1rem 0;
	width: fit-content;
	min-width: 100%;
}

.product form.cart.buy-now-cart {
	flex-wrap: nowrap;
}

.product form.cart div.logged-out-bid {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.product form.cart div.logged-out-bid input {
	padding: 1rem;
	margin: 0.25rem 0;
}

.product form.cart>* {
	flex-basis: 30%;
	width: 100%;
}

.product form.cart>div.price {
	height: fit-content;
	height: -moz-fit-content;
	text-align: center;
	font-size: 125%;
}

.product form.cart input {
	height: 100%;
}

.product form.cart button {
	margin: 0.5rem 0;
	flex-basis: 60%;
	text-transform: uppercase;
}

.product form.cart button.buy-now {
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	margin: 0.5rem 0;
}

.product form.cart button.buy-now svg {
	margin-right: 1rem;
}

li.bidder {
	display: flex;
	flex-wrap: nowrap;
	margin: 1rem 1rem 0;
	font-size: 0.8rem;
	align-items: center;
}

li.bidder>* {
	margin-right: 1rem;
}

#store-finder-page div.store-finder-tab {
	text-align: center;
	font-weight: 500;
	font-size: 1.1rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	border-top: 1px solid var(--ez-light-grey);
	position: relative;
	background-color: var(--ez-white);
}

#store-finder-page div.store-finder-tab .tab {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.25rem;
	margin-top: 0;
	width: fit-content;
	text-align: center;
	font-size: 80%;
	flex-basis: auto;
	border: 0;
	margin: 0;
	flex-basis: 50%;
}

#store-finder-page div.store-finder-tab .tab:first-of-type {
	border-right: 1px solid var(--ez-light-grey);
}

#store-finder-page div.store-finder-tab .tab input[type="radio"] {
	pointer-events: none;
}

#store-finder-page div.store-finder-tab>.tab span {
	display: block;
	margin-left: 0.5rem;
}

#store-finder-page div.content.tab.slid #store-finder-list,
#store-finder-page div.content.tab.slid ul#product-finder-list {
	height: fit-content;
	height: -moz-fit-content;
	max-width: unset;
}

#store-finder-page div.store-location-search,
#store-finder-page div#show-distance-button {
	margin: 0.5rem;
	border: 1px solid var(--ez-grey);
	border-radius: 0.25rem;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-basis: 50%;
	width: 50%;
	font-size: 0.9rem;
}

#store-finder-page div.store-location-search svg,
#store-finder-page div#show-distance-button {
	color: var(--ez-green);
}

#store-finder-page div.store-location-search input {
	border: 0;
	margin: 0 0 0 0.5rem;
	padding: 0;
}

#store-finder-page #toggle-map-size {
	position: absolute;
	width: 20%;
	left: 40%;
	top: -1rem;
	background-color: var(--ez-white);
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ez-light-grey);
	border-bottom: 0;
	padding: 0.25rem;
	border-radius: 0.25rem 0.25rem 0 0;
	color: var(--ez-grey);
}

#store-finder-page #toggle-map-size span.desktop-hidden svg {
	margin-top: 1rem;
	height: 1.25rem;
	color: var(--ez-green);
}

#store-finder-page #toggle-map-size svg {
	height: 1rem;
	transition: transform 1s, margin-top 1s;
	transform: rotate(0deg);
}

#store-finder-page #toggle-map-size.slid span.desktop-hidden svg {
	margin-top: 0;
}

#store-finder-page #toggle-map-size.slid svg {
	transform: rotate(180deg);
}

#store-finder-page div.map {
	transition: height 1s;
	height: 60vh;
	overflow: hidden;
	position: relative;
}

#store-finder-page div.map.slid {
	height: 5rem;
}

#store-finder-page div.map div#zoom-in-out {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	padding: 0.5rem;
}

#store-finder-page div.map div#zoom-in-out span {
	margin: 0.25rem 0;
}

#store-finder-page div.map div#zoom-in-out svg {
	height: 1.5rem;
	width: auto;
}

.store-finder-product-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 1rem;
	border-radius: 10rem;
	padding: 0.25rem 0.5rem 0.25rem 1.5rem;
	position: absolute;
	top: 1rem;
	z-index: 10;
	background-color: white;
	width: calc(100% - 2rem);
	border: 2px solid var(--ez-orange);
}

.store-finder-product-search input[type="text"] {
	border: 0;
	padding: 0;
	outline: none;
}

.vendor-list-item {
	width: fit-content;
	width: -moz-fit-content;
	height: fit-content;
	height: -moz-fit-content;
	margin: 0 0.5rem 0.75rem;
	text-align: center;
	text-decoration: none;
	height: -moz-fit-content;
	font-size: 0.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 45%;
}

.vendor-list-item img {
	object-fit: contain;
	height: 8rem;
	width: 8rem;
	cursor: pointer;
}

.vendor-list-item a {
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 700;
}

#vendor-address-picker {
	width: 20rem;
	height: 20rem;
}

.auction-countdown,
#auction-countdown,
.auction-closed {
	position: absolute;
	top: 0.25rem;
	left: 2.5%;
	color: white;
	background-color: var(--ez-orange);
	font-size: 70%;
	border-radius: 0.25rem;
	padding: 0.25rem 0.5rem;
	z-index: 5;
	max-width: 95%;
	font-weight: 300;
}

.auction-countdown.daily-deals {
	position: static;
	font-size: 70%;
	width: fit-content;
	height: fit-content;
	height: -moz-fit-content;
	margin: auto 0.5rem auto auto;
}

.auction-countdown.daily-deals svg {
	height: 1rem;
	margin-right: 0.25rem;
}

.row-view .auction-countdown {
	left: 8rem;
	top: 75%;
	width: calc(85% - 8rem);
}

#auction-countdown {
	font-size: 100%;
	padding: 0.5rem;
}

.auction-closed {
	background-color: var(--ez-red);
}

#current-bids {
	margin: 3rem auto;
	width: 90%;
}

#current-bids li.bid {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#current-bids li.bid>div:first-of-type {
	font-weight: 600;
	font-size: 120%;
}

#current-bids li.bid>div:nth-of-type(4) {
	font-size: 110%;
	padding: 0.5rem;
	border-radius: 10px;
	background-color: var(--ez-red);
	color: white;
}

#current-bids li.bid>div:nth-of-type(4).winning {
	background-color: var(--ez-green);
}

#vendor-view-shop {
	background-color: var(--ez-green);
	color: white;
	font-size: 120%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem;
	border-radius: 0.5rem;
	width: max-content;
	margin: 1.5rem auto 0;
}

#vendor-view-shop svg {
	height: 1.5rem;
	margin-left: 1em;
}

.store-share-links {
	width: fit-content;
	display: flex;
	margin: 2rem auto 0;
	align-items: center;
}

.store-share-links.product {
	margin-top: 0;
}

.store-share-links>div a,
.store-share-links>div:last-of-type {
	padding: 1rem;
}

.product-share-wrapper {
	width: 90%;
	margin: 0 0 0 5%;
}

.product-share-wrapper,
.product-share-wrapper #share-product,
.product-share-wrapper .report-product {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-share-wrapper #share-product,
.product-share-wrapper .report-product {
	padding: 0.25rem 0.5rem;
	margin: 0.5rem;
	border: 1px solid var(--ez-black);
	cursor: pointer;
	flex-basis: 30%;
}

.product-share-wrapper #share-product:hover {
	color: var(--ez-green);
	border-color: var(--ez-green);
}

.product-share-wrapper .report-product {
	background-color: var(--ez-red);
	color: var(--ez-white);
	border-color: var(--ez-red);
	flex-basis: 35%;
}

.product-share-wrapper #share-product span,
.product-share-wrapper .report-product span {
	margin-left: 0.5rem;
}

.product-share-wrapper .store-share-links.product {
	overflow: hidden;
	flex-basis: 0;
	transition: flex-basis 1s;
}

.product-share-wrapper.slid .store-share-links.product {
	flex-basis: calc(70% - 1rem);
}

.orders small,
.bids small {
	margin: 0;
}

.orders li.order-header {
	font-weight: 600;
	font-size: 1.5rem;
	flex-direction: column;
}

.orders li.order-header div,
.orders li.order-product,
.bids li.bid-product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0.5rem 0;
}

.orders li.order-product,
.bids li.bid-product {
	margin: 2rem 0;
	flex-wrap: wrap;
	flex-direction: row;
}

.orders li.order-product img,
.bids li.bid-product img {
	height: 35vw;
	width: 35vw;
	object-fit: cover;
}

.orders li.order-product .title,
.bids li.bid-product .title {
	flex-basis: 60%;
}

.orders li.order-product .title>*,
.bids li.bid-product .title>* {
	margin: 0 1rem 0.5rem;
}

.bids li.bid-product .title .time-remaining {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.orders li.order-product .title a {
	color: var(--ez-green);
	font-weight: 500;
}

.orders li.order-product .order-item-data,
.bids li.bid-product .bid-item-data {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
}

.bids li.bid-product .bid-item-data {
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
}

.bids li.bid-product .bid-item-data a {
	height: fit-content;
	height: -moz-fit-content;
	grid-column-start: 1;
	grid-column-end: 4;
}

.orders li.order-product .order-item-data>div {
	margin: 0.25rem;
}

form.lost_reset_password {
	display: block;
	margin: 4rem auto;
	width: 80%;
}

.align-svg {
	cursor: pointer;
}

.align-svg span {
	margin-left: 1rem;
	white-space: nowrap;
	color: var(--ez-green);
}

.align-svg.menu-header span {
	margin-left: auto;
	font-weight: 600;
}

form.checkout,
form.woocommerce-cart-form,
.woocommerce-order,
.woocommerce p.cart-empty,
.woocommerce p.return-to-shop {
	width: 90%;
	margin: 0 auto 1rem;
}

form.woocommerce-cart-form table {
	border-spacing: 0.25rem 1rem;
	width: 100%;
}

form.woocommerce-cart-form td.product-thumbnail img,
form.woocommerce-cart-form td.product-subtotal,
form.woocommerce-cart-form th.product-subtotal {
	display: none;
}

form.woocommerce-cart-form div.quantity input {
	width: max-content;
	margin: 0;
	padding: 0.5rem;
}

form.woocommerce-cart-form td.actions button {
	margin: 1rem 0 0;
}

form.woocommerce-ordering>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

form.woocommerce-checkout h3,
form.woocommerce-checkout li label,
form.woocommerce-checkout div.vendor-data h4 {
	margin: 2rem 0 1rem;
	font-weight: 500;
}

form.woocommerce-checkout div.payment_method_contact_vendor {
	margin: 0.5rem 2.5rem;
}

form.woocommerce-checkout p#billing_country_field label {
	margin-right: 1rem;
}

form.woocommerce-checkout input[type="tel"],
form.woocommerce-checkout input[type="email"] {
	width: 90%;
	margin-top: 0.5rem;
}

form.woocommerce-checkout div.woocommerce-additional-fields {
	display: none;
}

form.woocommerce-checkout table.woocommerce-checkout-review-order-table {
	width: 100%;
	border-spacing: 0 0.5rem;
}

form.woocommerce-checkout div.vendor-data h4 {
	margin-top: 1rem;
}

form.woocommerce-checkout div.vendor-data div.contact-info {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0.5rem 0;
}

form.woocommerce-checkout div.vendor-data div.contact-info.address {
	align-items: flex-start;
}

form.woocommerce-checkout div.vendor-data div.contact-info svg {
	height: 1.5rem;
	width: 1.5rem;
}

form.woocommerce-checkout div.vendor-data div.contact-info.address>div,
form.woocommerce-checkout div.vendor-data div.contact-info span {
	margin: 0 0 0 1rem;
}

form.woocommerce-checkout div.vendor-data div.contact-info span {
	overflow: hidden;
	text-overflow: ellipsis;
}

form.woocommerce-checkout div.woocommerce-terms-and-conditions-wrapper a {
	color: var(--ez-green);
}

.woocommerce div.cart-collaterals h2 {
	margin: 1.5rem 1rem 0.75rem;
	font-size: 140%;
}

.woocommerce div.cart-collaterals table {
	border-spacing: 1rem 0.5rem;
}

.woocommerce div.cart-collaterals a {
	margin: 1.5rem 1rem;
	font-size: 90%;
	padding: 0.75rem 1.5rem;
	border-radius: 0.5rem;
}

div.range-slider {
	width: 100%;
}

.multi-slider-wrap {
	display: grid;
	grid-template: repeat(2, max-content) 3px / 1fr 1fr;
	margin: 0 auto 2rem;
	width: 90%;
	position: relative;
	background: linear-gradient(0deg, var(--ez-light-grey) 3px, transparent 0);
}

.multi-slider-wrap::after {
	content: "";
	position: absolute;
	background-color: var(--ez-green);
	height: 2px;
	bottom: 0;
	left: calc(100% * (((var(--lower) - var(--lower-min)) / (var(--upper-max) - var(--lower-min)))));
	width: calc(100% * ((var(--upper) - var(--lower)) / (var(--upper-max) - var(--lower-min))));
}

.multi-slider-wrap input[type="range"] {
	grid-column: 1 / span 2;
	grid-row: 3;
	pointer-events: none;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 10;
	width: 100%;
}

.multi-slider-wrap input[type="range"]::-moz-range-track {
	background: none;
	height: 100%;
	width: 100%;
}

.multi-slider-wrap input[type="range"]::-webkit-slider-thumb {
	pointer-events: auto;
	height: 0.75rem;
	width: 0.75rem;
	border: 0.1rem solid var(--ez-green);
}

.multi-slider-wrap input[type="range"]::-moz-range-thumb {
	pointer-events: auto;
	height: 0.75rem;
	width: 0.75rem;
	border: 1px solid var(--ez-green);
}

.multi-slider-wrap label {
	grid-row: 2;
	margin-bottom: 0.5rem;
}

.multi-slider-wrap label:last-of-type {
	text-align: right;
}

output {
	position: absolute;
	font-size: 80%;
	left: calc((100% * (((var(--lower) - var(--lower-min)) / (var(--upper-max) - var(--lower-min))))) - 2rem);
	bottom: 1rem;
	background-color: white;
	box-shadow: #000 0 0 1px 1px;
	width: 4rem;
	text-align: center;
	font-weight: 600;
	padding: 0.25rem 0;
}

.multi-slider-wrap output:last-of-type {
	left: calc((100% * (((var(--upper) - var(--lower-min)) / (var(--upper-max) - var(--lower-min))))) - 2rem);
}

.multi-slider-wrap label,
.multi-slider-wrap output {
	height: auto;
	word-break: break-word;
}

.store-distance-wrapper {
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 0;
	padding: 0;
	bottom: 100%;
	color: var(--ez-orange);
	overflow: hidden;
	transition: height 0.5s, padding 0.5s;
}

.store-distance-wrapper.shown {
	height: 6.5rem;
	padding: 8px;
}

.store-distance-wrapper input[type="range"] {
	flex-basis: 50%;
	background-color: var(--ez-orange);
	border: 0;
	margin: 0;
}

.store-distance-wrapper input[type="range"]::-webkit-slider-thumb {
	border: 0;
	background: var(--ez-orange);
	appearance: none;
	width: 14px;
	height: 14px;
	cursor: pointer;
	border-radius: 14px;
}

.store-distance-wrapper input[type="range"]::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border: 0;
	background: var(--ez-orange);
	appearance: none;
	cursor: pointer;
	border-radius: 14px;
}

.store-distance-wrapper input[type="range"]::-moz-range-track {
	background-color: var(--ez-orange);
}

.store-distance-wrapper label {
	flex-basis: 25%;
	text-align: center;
	font-size: 80%;
}

.store-distance-wrapper output {
	left: calc(25% - 15px + ((50% - 20px) * (var(--distance) / 75)));
	width: 60px;
	bottom: 1.5rem;
}

ul.page-numbers {
	width: fit-content;
	width: -moz-fit-content;
	margin: 1rem 0 1rem auto;
	display: flex;
	justify-content: space-between;
}

ul.page-numbers a,
ul.page-numbers span {
	font-size: 125%;
	margin: auto;
	display: block;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

ul.page-numbers span.current {
	font-weight: 500;
}

div.four-o-four {
	display: flex;
	flex-direction: column;
	margin: 0 2.5rem;
}

div.four-o-four img {
	max-width: 70vw;
	margin: auto;
	height: auto;
}

footer .container {
	background-color: var(--ez-green);
}

footer .container .links a {
	color: white;
}

footer .container .menu {
	border-top: 1px solid white;
	width: max-content;
	margin-top: 0.75rem;
	padding-top: 0.75rem;
}

footer .footer-copyright {
	text-align: center;
	padding: 2rem 3rem 5rem;
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .footer-copyright span {
	margin-top: 0.25rem;
}

footer div.category-menu,
footer div.category-menu-item {
	margin-left: 0;
}

body.my-account footer {
	display: block;
	margin: 0 10%;
	border-top: 1px solid #d1d1d1;
	border-top: 1px solid var(--ez-light-grey);
}

body.my-account footer .container {
	background-color: var(--ez-white);
	padding-top: 0;
}

body.my-account footer .social-links a {
	border: 1px solid var(--ez-light-grey);
}

body.my-account footer .social-links svg {
	color: var(--ez-black);
}

form.edit-account {
	position: relative;
}

@-moz-document url-prefix() {

	input[type="checkbox"],
	input[type="radio"] {
		border: none;
		height: 1rem;
		padding: 0;
		margin: 0.5rem 0.5rem 0 0;
	}
}

@media (max-width: 360px) {

	div.header-phone>a,
	div.header-phone>a:visited {
		padding: 0.5rem 15%;
	}

	.top-loop-bar .shop-top-links a {
		font-size: 70%;
	}
}