:root {
	--max-container-width: 1280px;
}

@media (max-width: 1750px) {
	:root {
		--max-container-width: 1000px;
	}
}

@media (max-width: 1280px) {
	:root {
		--max-container-width: 800px;
	}
}

div.header-phone>a,
div.header-phone>a:visited {
	padding: 0.5rem 42.5%;
	border: 1px solid var(--ez-green);
}

div.header-phone>a:hover {
	background-color: var(--ez-white);
	color: var(--ez-green);
}

body.no-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow-y: scroll;
}

body.no-scrollbar::-webkit-scrollbar {
	display: none;
}

body.store-finder header>a,
body.store-finder header>div#mobile-menu {
	display: flex;
}

body.store-finder header {
	padding: 1rem 0;
}

body.store-finder header div.header-search {
	visibility: hidden;
}

small {
	max-width: var(--max-container-width);
	margin: 0.75rem auto 0;
}

header {
	border-bottom: 1px solid var(--ez-light-grey);
	padding: 1rem 0;
	margin: 0;
	background-color: unset;
	position: relative;
	z-index: unset;
}

header>* {
	padding: 0 1rem;
	cursor: pointer;
}

header>a {
	flex-basis: 5%;
}

header>a:nth-of-type(2),
header>a:nth-of-type(3) {
	flex-basis: 10%;
}

header>a>* {
	margin-left: auto;
	margin-right: auto;
}

header svg {
	height: 1.5rem;
}

header>div#mobile-bottom-bar {
	flex-basis: auto;
}

header .cart-counter {
	bottom: 0.75rem;
	right: 0.9rem;
}

header div.header-search {
	position: static;
	box-shadow: none;
	padding: 0 1rem;
}

header div.header-search div#category-links,
header div.header-search div#category-links label {
	height: fit-content;
	height: -moz-fit-content;
	margin: auto;
	text-align: center;
	cursor: pointer;
}

header div.header-search div#category-links svg,
body.homepage header div.header-search div#category-links {
	display: none;
}

header div.header-search form.woocommerce-product-search {
	margin: auto;
	width: 70%;
	flex-basis: 70%;
}

header div.header-search form.woocommerce-product-search select {
	flex-basis: 25%;
}

header div.header-search form.woocommerce-product-search input[type="search"] {
	padding: 0.25rem;
	flex-basis: 70%;
}

header div.header-search form.woocommerce-product-search button svg {
	height: 1.5rem;
}

input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}

svg {
	height: 1.15rem;
}

div.close-overlay,
.desktop-hidden {
	display: none !important;
}

.mobile-hidden {
	display: block;
}

.mobile-hidden-flex {
	display: flex;
}

main {
	min-height: 75vh;
}

main.site-main>* {
	width: unset;
}

main#main {
	padding-top: 0.5rem;
	overflow: hidden;
}

ul.page-numbers {
	padding: 0 calc(((100% - var(--max-container-width)) / 2));
}

ul.page-numbers a,
ul.page-numbers span {
	width: 3.5rem;
	height: 3.5rem;
}

ul.page-numbers a:hover {
	text-decoration: none;
	background-color: var(--ez-light-grey);
	border-radius: 50%;
}

.overlay {
	width: unset;
	height: unset;
	position: static;
}

.chaty-widget {
	bottom: 0.5rem !important;
}

.page-header>div {
	justify-content: left;
}

div.login-join {
	margin-right: 1rem;
}

div.login-join a {
	font-size: 100%;
}

div.login-join a:hover {
	background-color: var(--ez-white);
	color: var(--ez-orange);
}

#category-menu {
	width: 25vw;
}

#category-menu h2 {
	margin: 0 0 0.5rem;
	position: relative;
	left: -3.5rem;
	width: 100%;
}

#category-menu>h2 {
	font-size: 120%;
}

div.category-slide {
	background-color: var(--ez-white);
	width: 100%;
}

div.category-slide h3 a {
	height: fit-content;
	height: -moz-fit-content;
	font-size: 100%;
	padding: 0.3rem 0.3rem 0.3rem 0;
	margin: 0;
}

body.homepage div.category-slide h3 a {
	font-size: 100%;
}

#category-menu div.category-slide div.category-menu {
	position: absolute;
	top: 0;
	right: -200%;
	width: 0;
	height: fit-content;
	height: -moz-fit-content;
	min-height: 100%;
	background-color: var(--ez-white);
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	display: none;
}

#category-menu div.category-slide h3 {
	position: relative;
	left: 1px;
	z-index: 30;
	border: 1px solid transparent;
	border-right: none;
}

#category-menu div.category-slide:hover div.category-menu {
	width: 200%;
	border-left: 1px solid var(--ez-light-grey);
	padding: 2rem;
}

#category-menu div.category-slide:hover h3 {
	background-color: white;
	border-color: var(--ez-light-grey);
}

div.category-slide div.category-menu div.category-menu-item {
	width: fit-content;
	flex-basis: 33%;
}

form#product-filters {
	position: absolute;
	right: unset;
	left: 0;
	transition: unset;
	box-shadow: none;
	width: calc((100% - var(--max-container-width)) / 2);
	padding: 1.5rem 0.75rem;
	overflow-y: auto;
	height: 100%;
	justify-content: flex-start;
	max-width: 20vw;
	z-index: unset;
}

form#product-filters>button[type="submit"] {
	margin-bottom: 1rem;
}

form#product-filters::-webkit-scrollbar {
	display: none;
}

form#product-filters h2,
form#product-filters .attribute h3 {
	margin: 0.5rem 0 0.75rem;
	height: fit-content;
	height: -moz-fit-content;
}

form#product-filters>h2 {
	justify-content: center;
	width: 100%;
}

form#product-filters>h2 svg {
	display: none;
}

form#product-filters div.category-slide div.category-menu {
	padding: 0;
	margin: 0;
}

form#product-filters div.category-slide {
	font-size: 130%;
}

form#product-filters div.category-slide h3,
#product-filters h2,
#product-filters .attribute h3 {
	width: 80%;
	cursor: pointer;
}

form#product-filters div.category-slide h3 a {
	padding: 0.5rem 0;
}

form#product-filters div.category-menu div.category-menu-item {
	padding: 0.5rem;
}

form#product-filters .multi-slider-wrap {
	margin: 0 auto 2rem 0;
}

form#product-filters #category-filter-menu,
form#product-filters div.attribute {
	font-size: 80%;
	margin: 0;
}

form#product-filters div.attribute svg {
	margin: 0;
}

#row-grid-toggle form button {
	margin: 0.5rem;
}

div.middle-loop-bar {
	width: fit-content;
	margin: 0 auto 0 calc((100% - var(--max-container-width)) / 2);
}

div.middle-loop-bar>p {
	width: fit-content;
	margin: 0 auto 0 0;
}

div.middle-loop-bar #filter-dropdown {
	display: none;
}

div.bottom-loop-bar>form {
	margin: 0;
	width: fit-content;
}

#mobile-menu:hover #menu-overlay,
#sort-dropdown:hover #sort-products-overlay,
#bid-history:hover #bid-history-overlay {
	display: block !important;
}

#per-page-dropdown {
	top: -0;
}

#per-page-dropdown select {
	width: 10rem;
}

#menu-overlay {
	right: 0;
	left: unset;
	min-width: 15vw;
	top: 3rem;
	position: absolute;
	padding: 0;
	box-shadow: #00000029 -10px 10px 10px 0;
}

#menu-overlay .page-header {
	display: none;
}

#bid-history {
	height: 3rem;
	cursor: pointer;
	width: fit-content;
	width: -moz-fit-content;
}

#bid-history-overlay {
	top: 3rem;
	left: 0;
	width: max-content;
	position: absolute;
}

#bid-history-overlay li.bidder {
	margin: 0.25rem;
	font-size: 1.1rem;
}

body.homepage #category-menu {
	left: 0;
	transition: unset;
}

body.homepage #category-menu h2 {
	display: none;
}

div.category-menu {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 2.5rem 2.5rem 0;
	padding-bottom: 1rem;
	overflow-y: auto;
}

div.category-menu div.category-menu::-webkit-scrollbar {
	display: none;
}

div.category-menu div.category-menu-item {
	width: 100%;
	justify-content: flex-start;
}

div.category-menu div.category-menu-item>a:hover {
	font-weight: 700;
}

body:not(.homepage) div.main-menu {
	padding: 1rem 1.5rem;
}

div.main-menu {
	padding-top: 2rem;
	padding-bottom: 3rem;
}

div.main-menu>*:first-child {
	margin-left: 0;
}

div.main-menu>*:last-child {
	margin-right: 0;
}

div.main-menu span:first-of-type {
	margin: 0;
}

a.advert.horizontal {
	width: calc(100vw - 0.5rem);
}

a.advert.vertical {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 10rem;
	height: auto;
	width: calc((100vw - 0.5rem - var(--max-container-width))/2);
	padding: 1rem;
}

div.front-page-top {
	width: calc(75vw - 3rem);
	margin: 0 2rem 1rem auto;
	padding-left: 0;
	flex-direction: row;
}

div.front-page-top #featured-header {
	flex-basis: 60%;
	margin: 0;
	width: 60%;
	margin: 0 1rem;
	height: unset;
}

div.front-page-top #featured-header .featured-section,
div.front-page-top #featured-header .featured-section a {
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}

div.front-page-top div.featured-pictures {
	flex-basis: 40%;
	width: 40%;
}

div.front-page-top div.featured-pictures>div {
	height: calc(50% - 0.5rem);
	flex-basis: calc(50% - 0.5rem);
	margin: 0.5rem 0 0;
}

div.front-page-top div.featured-pictures>div.latest-messages {
	width: 100%;
}

div.front-page-top div.featured-pictures div.small-carousel {
	display: flex;
	align-items: center;
	position: relative;
}

div.front-page-top div.featured-pictures div.small-carousel>div {
	position: absolute;
	left: unset;
	right: 0;
}

a.featured-link>img {
	width: 100%;
}

div#featured-header a.featured-link>img {
	width: 100%;
}

div.background-wrapper {
	background-color: #00000070;
}

div.messages-wrapper {
	flex-direction: row;
	width: 65vw;
	height: 65vh;
	margin: auto;
	top: 17.5vh;
	left: 17.5vw;
	padding: 1rem;
}

div.messages-wrapper h3 svg {
	display: none;
}

div.messages-wrapper div.message-list {
	border-left: 1px solid var(--ez-grey);
	flex-basis: 65%;
	overflow: visible;
}

div.messages-wrapper div.new-message {
	flex-basis: 35%;
}

div.messages-wrapper div.links div#view-more:hover {
	border-color: var(--ez-green);
	color: var(--ez-green);
	cursor: pointer;
}

div.messages-wrapper div.new-message,
div.messages-wrapper div.message-list,
div.messages-wrapper div.messages {
	padding: 0 0.75rem;
}

div.messages-wrapper div.links div#view-more {
	display: flex;
	border: 2px solid var(--ez-black);
	border-radius: 0.25rem;
	padding: 0.25rem;
}

div.messages-wrapper div.links div#view-more svg {
	margin-right: 0.5rem;
	transition: transform 1s;
	transform: rotate(0deg);
}

div.messages-wrapper div.message-list.full-length div#view-more svg {
	transform: rotate(180deg);
}

div.messages-wrapper div.message-list.full-length div.links {
	box-shadow: var(--ez-grey) 0 0 15px -15px;
}

div.main-menu>* {
	font-size: 90%;
	margin: 0 1.5rem;
	border-radius: 0.25rem;
	background-color: var(--ez-white);
	color: var(--ez-black);
	box-shadow: #00000014 0px 4px 30px;
	padding: 1rem 1.5rem;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
}

div.main-menu>*:hover {
	background-color: var(--ez-orange);
	color: var(--ez-white);
}

div.main-menu>*:hover svg {
	color: var(--ez-orange);
	transition: transform 1s;
}

div.popular-categories {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: var(--max-container-width);
}

div.popular-categories div.main-menu {
	flex-basis: 100%;
	margin-top: 2rem;
}

div.popular-categories>a.popular-category {
	background-color: var(--ez-white);
	color: var(--ez-green);
	border-radius: 0.1rem;
	box-shadow: #00000014 0px 4px 30px;
	border: 0;
	width: calc((var(--max-container-width) / 3) - 2rem);
	height: calc((var(--max-container-width) / 3) - 2rem);
	margin: 1rem;
	padding: 2rem;
}

div.popular-categories>a.popular-category:hover {
	background-color: var(--ez-green);
	color: var(--ez-white);
}

div.popular-categories>a.popular-category svg {
	width: 30%;
	height: auto;
}

div.popular-categories>a.popular-category h4 {
	font-size: 150%;
}

.top-loop-bar,
.middle-loop-bar,
.bottom-loop-bar,
div.supercategory-important-fields,
div.main-menu,
.archive-title {
	max-width: var(--max-container-width);
	margin-right: auto;
	margin-left: auto;
}

div.supercategory-important-fields form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: fit-content;
}

div.supercategory-important-fields form div.field {
	flex-basis: 25%;
}

div.supercategory-important-fields button {
	margin: 0.5rem 3rem;
	background-color: var(--ez-white);
	color: var(--ez-black);
	border-radius: 0.25rem;
	padding: 0.5rem 1rem;
	flex-basis: calc(25% - 6rem);
}

#search-stores:hover,
.woocommerce-product-search button:hover {
	cursor: pointer;
	color: var(--ez-green);
}

.home-logo {
	flex-basis: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-logo img {
	padding: 0;
	width: auto;
}

.menu-desktop-header-menu-container ul {
	flex-direction: row;
	justify-content: space-between;
	font-weight: 700;
}

.menu-desktop-header-menu-container ul li {
	margin: 0;
}

.menu-desktop-header-menu-container ul a {
	margin: 0.75rem 1.5rem;
}

.my-product>div.product-image {
	flex-basis: 25%;
}

.my-product>div.fundamentals,
.my-product>div:last-of-type {
	flex-basis: auto;
	align-items: center;
}

.my-product div.product-image img {
	max-width: 8rem;
	max-height: 8rem;
	margin: auto;
}

.my-product>div.fundamentals h3 {
	font-size: 140%;
}

.product .summary>div {
	padding-top: 1rem;
}

.product .property-data .attribute {
	width: 50%;
}

form.archive-product-form .archive-product-confirm {
	width: 40%;
	left: 37.5%;
}

.social-links {
	margin: 0.75rem auto 0.25rem;
}

.social-links a {
	height: 3rem;
	width: 3rem;
}

ul.tabs.wc-tabs {
	width: 40%;
	box-shadow: none !important;
	border: 1px solid var(--ez-light-grey);
	margin-left: calc((100% - var(--max-container-width)) / 2);
	cursor: pointer;
}

.desktop-header-search {
	flex-basis: 50%;
}

.woocommerce-product-search {
	flex-direction: row;
}

.woocommerce-product-search input[type="search"] {
	border: 0;
	border-radius: unset;
	flex-basis: 80%;
	width: auto;
}

.woocommerce-product-search #desktop-false-input-option {
	border: 1px solid var(--ez-light-grey);
	border-radius: 2rem;
	padding: 0.25rem 0.5rem;
	width: fit-content;
	width: -moz-fit-content;
	flex-basis: 20%;
	margin: 1rem auto;
}

.woocommerce-product-search button {
	padding: 0.5rem;
	color: var(--ez-black);
	background-color: white;
	border-radius: 0;
	margin: auto;
	flex-basis: 10%;
}

.glide__arrow {
	height: 4rem;
	width: 4rem;
	font-size: 2.75rem;
	font-weight: 300;
	background-color: white;
	color: var(--ez-black);
	border-radius: 50%;
	left: calc(100% + 2rem);
	display: block;
	opacity: 0;
	transition: opacity 1s;
}

.glide--swipeable:hover .glide__arrow {
	opacity: 1;
}

.glide__arrow--left {
	right: calc(100% + 2rem);
	left: unset;
}

.featured-slides {
	min-height: 50vh;
	align-items: stretch;
}

.featured-section {
	align-items: center;
	justify-content: center;
	min-height: 50vh;
}

.featured-section .featured-body,
.featured-section .featured-image {
	height: 80%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	text-align: center;
}

.featured-section .featured-body {
	width: 70%;
	font-size: 80%;
}

.featured-section .featured-image {
	align-items: center;
	height: 50%;
	width: 40%;
	background-color: white;
	flex-basis: 50%;
	border-radius: 50%;
}

.featured-section .featured-image img {
	position: static;
	height: auto;
	width: 90%;
}

.featured-section .featured-body h1 {
	margin: 0 0.5rem;
	font-size: 350%;
	line-height: unset;
}

.featured-section .featured-body p {
	width: fit-content;
	margin-top: 1rem;
}

.featured-section .featured-image svg {
	display: none;
}

.product form.cart {
	min-width: 25rem;
	flex-direction: row;
}

.product form.cart div.logged-out-bid {
	flex-direction: row;
	flex-basis: 100%;
}

.product form.cart div.logged-out-bid input {
	flex-basis: 30%;
}

.auction-countdown.daily-deals {
	margin: auto 1rem auto auto;
	font-size: 60%;
}

.auction-countdown.daily-deals svg {
	height: 1.5rem;
	margin-right: 0.75rem;
}

#featured-products h2.h4,
#featured-products>.glide--swipeable>div:first-of-type {
	margin: 2rem 0 0.75rem;
	font-size: 1.5rem;
}

#featured-products h2.h4 {
	margin: 0;
}

.category-display {
	grid-template-columns: 1fr 1fr 1fr;
	padding: 0 calc((100% - var(--max-container-width)) / 2);
	cursor: pointer;
}

#popular-categories.category-display {
	margin: 2rem auto;
}

#main .category-display {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding-bottom: 0;
}

.category-display #cat-display-header {
	grid-column-end: 6;
}

.category-display .category-thumbnail button {
	width: 80%;
	margin: 1rem auto;
}

.category-display .category-thumbnail button:hover {
	color: var(--ez-green);
}

.category-display #cat-display-header {
	width: fit-content;
}

#main .category-display #cat-display-header:hover {
	cursor: pointer;
}

.category-display #cat-display-header svg {
	width: 1.5rem;
	flex-basis: unset;
	margin-left: 1rem;
}

.align-svg {
	height: 3.5rem;
	margin: auto 0.5rem;
}

.bid .auction-countdown {
	left: 15rem;
	top: 0.5rem;
}

ul.products,
#featured-products,
.woocommerce-ordering,
.shop-nav-links,
.woocommerce-result-count,
.product-filters,
.product-views {
	max-width: var(--max-container-width);
	margin-left: auto;
	margin-right: auto;
}

.product-filters {
	margin: 0;
	width: calc((99vw - var(--max-container-width)) / 2);
}

.shop-nav-links>* {
	cursor: pointer;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
	width: 50vw !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image>a>img {
	max-height: 50vh;
}

.woocommerce-product-gallery .flex-control-nav,
.product-content {
	display: flex;
}

.woocommerce-product-gallery .flex-control-nav {
	justify-content: flex-end;
}

.woocommerce-product-gallery .flex-control-nav li {
	margin: 0 0.25rem;
}

.product-content>div {
	flex-basis: 50%;
}

.product-content .product-details {
	margin: 0 15% 1rem 1rem;
	display: flex;
	flex-direction: column;
}

.product-content .product-details .summary,
.product-content .product-details #product-attributes-list {
	width: 100%;
	order: 1;
}

.product-content .product-details #product-attributes-list {
	order: 4;
}

.product-content .product-details .summary h1,
.product-content .product-details .summary .price {
	font-size: 300%;
}

.product-content .product-details .cart-form {
	order: 3;
	margin: 1rem auto 2rem 0;
	width: fit-content;
	width: -moz-fit-content;
}

.product-content .product-details .woocommerce-tabs.wc-tabs-wrapper {
	box-shadow: none;
	order: 4;
	margin: 0;
}

.product-content .product-details .woocommerce-tabs.wc-tabs-wrapper p {
	margin: 0;
}

.product-content .product-details>img {
	width: auto;
	border: 1px solid var(--ez-green);
}

.product-content .product-details ul.tabs.wc-tabs {
	display: none;
}

.product-content .product-details .woocommerce-Tabs-panel--reviews,
.product-content .product-details .woocommerce-Tabs-panel--reviews h2 {
	display: block !important;
	width: 100%;
	margin-left: 0;
}

.product-content .product-details .woocommerce-Tabs-panel--reviews {
	padding: 0 1rem 1rem;
}

.product-content .product-details .product-meta {
	order: 5;
}

.product-content .product-details .product-share-wrapper {
	order: 6;
}

.product-content .product-details .product-share-wrapper #share-product,
.product-content .product-details .product-share-wrapper .report-product {
	flex-basis: unset;
}

.product-share-wrapper.slid .store-share-links.product {
	flex-basis: 50%;
}

.product-content .product-details .about-seller {
	order: 7;
	border: 0;
	box-shadow: #00000021 0 0 40px 10px;
	border-radius: 2rem;
}

.product-content .product-details .about-seller h3.h4 {
	font-size: 120%;
}

.product-content .product-details .about-seller .seller-link {
	border: 2px solid var(--ez-green);
	border-radius: 10rem;
}

.product-content .product-details .favorite-bar,
.product-content .product-details .about-seller .seller-link {
	width: 45%;
	font-size: 120%;
	box-shadow: none;
	padding: 1rem;
	cursor: pointer;
}

.product-content .product-details .favorite-bar {
	order: 2;
	width: fit-content;
	margin: 0 0 0 auto;
}

.product-content .product-details .favorite-bar span {
	margin-left: 1rem;
}

section.related.products {
	width: var(--max-container-width);
	margin: auto;
}

ul.sales {
	max-width: var(--max-container-width);
	width: 80%;
	margin: 0.5rem auto;
	font-size: 1.2rem;
}

ul.sales li.sale-item {
	text-align: left;
	font-size: 1.1rem;
}

#row-grid-toggle {
	width: 50%;
	max-width: 600px;
	height: 3.5rem;
}

#row-grid-toggle {
	font-size: 1.25rem;
	cursor: auto;
}

#row-grid-toggle * {
	height: 2rem;
}

#row-grid-toggle button:hover,
body.row-view #row-grid-toggle button:hover {
	color: var(--ez-black);
}

#row-grid-toggle button:not(:first-of-type),
body.row-view #row-grid-toggle button:first-of-type {
	cursor: pointer;
}

#row-grid-toggle button:first-of-type,
body.row-view #row-grid-toggle button:not(:first-of-type) {
	cursor: default;
}

li.product-tile {
	background: #ffffff;
	box-shadow: 0.25rem 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.03);
	flex-basis: calc(20% - 1rem);
}

ul.products li.product-tile {
	padding: 0;
}

li.product-tile>div {
	width: 40%;
}

li.product-tile div.product-tile-image {
	overflow: hidden;
}

li.product-tile img {
	height: 17.5rem;
	transition: transform 0.5s;
	transform: scale(1);
}

li.product-tile:hover img {
	transform: scale(0.9);
}

li.product-tile div.plus-minus-quantity {
	flex-wrap: nowrap;
	align-items: center;
	width: fit-content;
}

li.product-tile div.product-text>div>div.price {
	font-size: 1rem;
	color: var(--ez-green);
	flex-basis: 40%;
	font-weight: 900;
	text-align: right;
}

li.product-tile div.product-text>div>div.seller-name {
	font-size: 0.6rem;
}

li.product-tile div.product-text>div.name-price {
	display: flex;
	flex-direction: row;
}

li.product-tile div.product-text>div.seller-html {
	font-size: 0.9rem;
}

li.product-tile div.product-text>div.name-price>div.name {
	height: unset;
	max-height: 2.5rem;
}

li.product-tile>.rating-icons,
li.product-tile div.product-text {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 1rem;
}

li.product-tile div.product-text {
	flex-direction: column;
}

li.product-tile>.rating-icons>.stars {
	width: 70%;
	display: inline-block;
	text-align: left;
}

li.product-tile>.rating-icons>.icons {
	width: 30%;
	display: flex;
	justify-content: flex-end;
}

li.product-tile div.product-text>div.price del {
	right: 2rem;
}

li.product-tile div.plus-minus-quantity>div,
li.product-tile div.plus-minus-quantity>div:first-of-type {
	margin: 0 1rem;
}

li.product-tile div.plus-minus-quantity>div:first-of-type {
	margin-left: 0;
}

li.product-tile div.plus-minus-quantity>div:last-of-type {
	margin-right: 0;
}

li.product-tile div.plus-minus-quantity div div:hover {
	color: var(--ez-green);
	cursor: pointer;
}

li.product-tile a.buy-it-now:hover {
	color: var(--ez-green);
	background-color: white;
}

li.product-tile div.product-text>div.price>span:not(:first-of-type) {
	margin-left: 0.25rem;
}

li.product-tile div.product-text>div.name-price>div.price {
	right: -1rem;
}

button#update-selected-categories {
	width: fit-content;
	padding: 1rem 6rem;
	margin: 2rem auto 0;
}

body.row-view main.site-main>ul.products {
	width: 80%;
}

body.row-view ul.products li.product-tile .product-link div.product-text {
	justify-content: space-between;
	margin: 0;
}

body.row-view ul.products li.product-tile .product-link img {
	height: 15rem;
	width: 100%;
	margin: auto;
	object-fit: contain;
}

body.row-view ul.products li.product-tile .product-link div.product-tile-image {
	height: 100%;
	margin: 0;
}

body.row-view li.product-tile div.price,
body.row-view li.product-tile div.name {
	font-size: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}

body.row-view ul.products li.product-tile.food-tile .product-link,
body.row-view ul.products li.product-tile .product-link {
	flex-basis: 80%;
}

body.row-view ul.products li.product-tile.food-tile>div:nth-of-type(2),
body.row-view ul.products li.product-tile>div {
	flex-basis: 20%;
}

body.row-view li.product-tile.food-tile>div:nth-of-type(2)>div,
body.row-view li.product-tile.food-tile>div:nth-of-type(2)>a {
	width: 50%;
}

body.row-view ul.products li.product-tile.food-tile>div:nth-of-type(2)>div {
	margin: 0;
	display: flex;
	justify-content: center;
}

body.row-view li.product-tile div.name {
	line-height: 2rem;
}

body.row-view .auction-countdown {
	left: 0.75rem;
	font-size: 1.1rem;
	width: 16rem;
}

#customer_login.u-columns.col2-set {
	width: 80%;
	margin: 3rem auto 1rem;
	max-width: var(--max-container-width);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
}

#customer_login.u-columns.col2-set>div {
	max-width: 400px;
}

body.register-vendor.register #customer_login.u-columns.col2-set>div.u-column2.col-2 {
	max-width: unset;
	width: unset;
	display: flex;
	flex-direction: column;
	position: relative;
}

main .woocommerce form.login .form-row label,
main .woocommerce form.register .form-row label {
	font-size: 1.1rem;
}

main .woocommerce form .form-row input.input-text,
main .woocommerce form .form-row textarea {
	padding: 1rem 0;
	width: 100%;
	margin: auto;
}

form.register div.supercategory-picker {
	position: relative;
	right: 50%;
	width: 200%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

form.register div.supercategory-picker label {
	white-space: nowrap;
}

form.register strong {
	margin: 1.5rem 0 2rem;
	display: block;
}

body.register-vendor.register #customer_login div.u-column2.col-2 form:nth-of-type(2) {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 750px;
	position: relative;
	left: -25%;
}

#register-compare {
	position: relative;
	top: 0;
	width: 60vw;
	left: -20vw;
}

#register-compare>div:nth-of-type(1),
#register-compare>div:nth-of-type(2),
#register-compare>div:nth-of-type(3) {
	border-right: 0;
}

#register-compare>div {
	font-size: 100%;
}

#register-compare>div:nth-of-type(3n - 2) {
	padding: 1rem 1rem 1rem 2rem;
}

#register-compare>div.chooser {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

#register-compare>div.chooser>div:not(:first-of-type) {
	justify-content: center;
	margin: 0;
}

#register-compare>div>p {
	display: inline-block;
	margin: 1rem;
}

#mobile-bottom-bar {
	position: static;
	z-index: unset;
	padding: 0;
	box-shadow: unset;
	width: unset;
	border: 0;
}

#mobile-bottom-bar>* {
	padding: 0 1rem;
	border-left: 1px solid var(--ez-light-grey);
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0;
	flex-basis: 50%;
}

span.code-list span.option:hover {
	cursor: pointer;
	color: var(--ez-white);
	background-color: var(--ez-green);
	border-color: var(--ez-green);
}

div.end-svg:hover,
div.page-header>div:hover {
	color: var(--ez-green);
	cursor: pointer;
}

.major-links {
	padding: 1rem 35%;
}

.store-finder-container {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.store-finder-container::-webkit-scrollbar {
	display: none;
}

#store-finder-page {
	display: flex;
	justify-content: space-between;
	width: 80vw;
	margin: 0 auto 2rem;
	padding-top: 25vh;
}

#store-finder-page div.content {
	order: 1;
	flex-basis: 49%;
	transition: flex-basis 1s;
}

#store-finder-page div.content.slid {
	flex-basis: 88%;
}

#store-finder-page div.map {
	order: 2;
	flex-basis: 49%;
	height: fit-content;
	height: -moz-fit-content;
	transition: flex-basis 1s;
}

#store-finder-page div.map.slid {
	flex-basis: 10%;
	height: fit-content;
	height: -moz-fit-content;
}

#store-finder-page div.map div#zoom-in-out {
	bottom: unset;
	top: 0;
}

#store-finder-page div.map div#zoom-in-out span:hover {
	color: var(--ez-green);
	cursor: pointer;
}

#store-finder-page div.store-finder-product-search {
	order: 3;
	width: 60%;
	margin: 0;
	padding: 0;
	border: 0;
}

#store-finder-page div.store-finder-product-search span {
	flex-basis: 2.5%;
}

#store-finder-page div.store-finder-product-search span svg {
	height: 2.5rem;
}

#store-finder-page div.store-finder-product-search h1 {
	flex-basis: 40%;
}

#store-finder-page div.store-finder-product-search input {
	flex-basis: 50%;
	border: 4px solid var(--ez-orange);
	border-right: 0;
	padding: 1rem 0.75rem;
	border-radius: 3rem 0 0 3rem;
	margin: 0;
	height: 3.5rem;
}

#store-finder-page div.store-finder-product-search #search-stores {
	flex-basis: 7.5%;
	border: 4px solid var(--ez-orange);
	border-radius: 0 3rem 3rem 0;
	border-left: 0;
	height: 3.5rem;
	color: white;
	background-color: var(--ez-orange);
}

#store-finder-page div.store-finder-tab:first-of-type {
	position: absolute;
	width: 49%;
	right: 0;
	top: 12.5vh;
	flex-direction: column-reverse;
	align-items: flex-start;
	border: 0;
}

#store-finder-page div.store-location-search {
	margin: 0;
	border-radius: 0;
}

#store-finder-page div.store-distance-wrapper {
	height: fit-content;
	height: -moz-fit-content;
	overflow: unset;
	position: static;
	padding: 3rem 0 1rem;
}

#store-finder-page div.store-distance-wrapper input {
	flex-basis: 60%;
}

#store-finder-page div.store-distance-wrapper label {
	flex-basis: 20%;
}

#store-finder-page div.store-distance-wrapper output {
	bottom: 2.5rem;
	left: calc(20% - 15px + ((60% - 20px) * (var(--distance) / 75)));
}

#store-finder-page div.toggle-tab {
	width: 100%;
	border: 0;
}

#store-finder-page div.toggle-tab .tab {
	padding: 1rem 2rem;
	border: 1px solid var(--ez-light-grey);
	cursor: pointer;
	margin: 0;
	width: fit-content;
	flex-basis: auto;
}

#store-finder-page div.toggle-tab .tab:first-of-type {
	border-right: 0;
}

#store-finder-page div.toggle-tab #show-desktop-filters {
	margin-left: auto;
	display: flex;
	align-items: center;
	cursor: pointer;
}

#store-finder-page div.toggle-tab #show-desktop-filters span {
	color: var(--ez-green);
	margin-left: 0.5rem;
}

#store-finder-page #toggle-map-size {
	top: calc(70vh - 1rem);
	left: 1rem;
	height: fit-content;
	height: -moz-fit-content;
	width: fit-content;
	font-size: 70%;
	border: 0;
	border-radius: 0.25rem;
	cursor: pointer;
	transition: left 1s;
}

#store-finder-page #toggle-map-size.slid {
	left: 85%;
}

#store-finder-page #toggle-map-size span {
	display: flex;
	align-items: center;
	color: var(--ez-green);
}

#store-finder-page #toggle-map-size span svg {
	margin-right: 0.25rem;
	height: 0.5rem;
}

#store-finder-search-filter {
	height: fit-content;
	height: -moz-fit-content;
	left: 0;
	transition: unset;
	box-shadow: none;
	width: 50%;
	position: absolute;
	top: 12.5vh;
	padding: 0;
	overflow: unset;
}

#store-finder-search-filter .store-type-filters,
#store-finder-search-filter .price-filters {
	width: 50%;
	margin: 0 auto 1rem 0;
}

#store-finder-search-filter .store-type-filters div {
	padding: 0.75rem;
}

#store-finder-search-filter .store-type-filters div:hover {
	cursor: pointer;
	color: var(--ez-white);
	background-color: var(--ez-green);
}

#store-finder-search-filter .price-filters {
	width: 100%;
}

#store-finder-search-filter .price-filters div {
	width: 17.5%;
	margin: 0.25rem;
	flex-basis: 17.5%;
}

#store-finder-search-filter .price-filters #sort-results {
	margin: 0 0 0 auto;
}

#store-finder-search-filter #product-filters,
#store-finder-search-filter #close-product-filters {
	box-shadow: #0000004a 0 0 5px 5px;
	z-index: 300;
	position: absolute;
	width: 60vw;
	right: -30vw;
	height: 50vh;
	padding: 2.5rem;
	overflow-y: auto;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	left: unset;
}

#store-finder-search-filter #product-filters {
	justify-content: space-between;
}

#store-finder-search-filter #close-product-filters {
	z-index: 310;
	width: fit-content;
	height: fit-content;
	height: -moz-fit-content;
	padding: 1rem;
	box-shadow: none;
	cursor: pointer;
}

#store-finder-search-filter #close-product-filters svg {
	height: 1.25rem;
}

#store-finder-search-filter #product-filters>* {
	width: fit-content;
	padding: 0 1rem;
}

#store-finder-search-filter #product-filters h2,
#store-finder-search-filter #product-filters .attribute h3 {
	white-space: nowrap;
}

#store-finder-list,
#product-finder-list {
	overflow: unset;
	height: fit-content;
	height: -moz-fit-content;
	padding: 0;
	margin: 2rem 0 0 0;
	min-height: unset;
}

#product-finder-list {
	margin: 2rem 0 0;
	width: 100%;
	justify-content: space-between;
}

#product-finder-list li.product-tile {
	flex-basis: 45%;
	transition: flex-basis 1s;
	box-shadow: 0px 4px 30px #00000014;
	margin: 0.5rem;
}

#store-finder-list .vendor-list-item {
	flex-basis: calc(33% - 1rem);
	width: calc(33% - 1rem);
	box-shadow: #000 0 0 0 0;
}

div.content.slid #product-finder-list li.product-tile {
	flex-basis: 17.5%;
}

.vendor-page {
	flex-wrap: wrap;
	flex-direction: row;
}

.vendor-page>div {
	margin: 0;
}

.vendor-page>div>h2 {
	font-size: 200%;
	height: 5rem;
	margin: 0;
}

.vendor-page>div.vendor-banner {
	flex-basis: 50%;
	height: 40rem;
	order: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vendor-page>div.vendor-banner img.vendor-profile,
#_vendor_profile_img {
	height: 12rem;
	width: 12rem;
}

.vendor-page>div.vendor-banner img.vendor-profile {
	background-color: #ffffff91;
	padding: 1rem;
}

.vendor-page>div.vendor-find {
	display: flex;
	order: 2;
	height: 40rem;
	flex-basis: 50%;
	flex-wrap: wrap;
}

.vendor-page>div.vendor-find>div.vendor-location {
	flex-basis: 100%;
	height: 50%;
	order: 1;
	margin: 0;
}

.vendor-page>div.vendor-find>div.vendor-location img {
	height: 100%;
	object-fit: cover;
}

.vendor-page>div.vendor-find>div.vendor-contact,
.vendor-page>div.vendor-find>div.vendor-address {
	background-color: var(--ez-yellow);
	order: 2;
	flex-basis: 50%;
	width: 50%;
	height: 50%;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 2.5rem;
	display: flex;
}

.vendor-page>div.vendor-find>div.vendor-contact {
	flex-direction: column;
}

.vendor-page>div.vendor-find>div.vendor-contact>a,
.vendor-page>div.vendor-find>div.vendor-contact>div.social-links {
	width: 90%;
	margin: 1rem auto;
	color: var(--ez-black);
}

.vendor-page>div.vendor-find>div.vendor-contact>a {
	justify-content: left;
	padding: 0;
	border: 0;
}

.vendor-page>div.vendor-find>div.vendor-contact>div.social-links {
	margin-top: auto;
}

.vendor-page>div.vendor-find>div.vendor-contact>div.social-links>a {
	background-color: white;
}

.vendor-page>div.vendor-find>div.vendor-contact>div.social-links>a>svg {
	color: var(--ez-black);
}

.vendor-page>div.vendor-find>div.vendor-address {
	justify-content: center;
	align-items: center;
	font-size: 140%;
}

.vendor-page>div.vendor-find>div.vendor-address>svg {
	height: 3rem;
	margin-right: 1rem;
	width: auto;
}

.vendor-page>div.vendor-about,
.vendor-page>div.vendor-products,
.vendor-page>ul.vendor-remaining-products {
	order: 3;
	width: 39%;
	margin: 1rem auto 2rem 10%;
	padding: 0.5rem;
	height: fit-content;
	height: -moz-fit-content;
	min-height: 40rem;
}

.vendor-page>div.vendor-about>div.vendor-about-inner {
	border: 1px solid var(--ez-light-grey);
	padding: 1rem 2rem;
	height: fit-content;
	height: -moz-fit-content;
	background-color: var(--ez-green);
	color: var(--ez-white);
}

.vendor-page>div.vendor-about>div.vendor-about-inner>h1 {
	font-size: 120%;
}

.vendor-page>div.vendor-about>div.vendor-about-inner>div.vendor-hours>div.opening-times {
	border: 0;
	box-shadow: #0000007d 0 6px 35px 0;
	margin-top: 1rem;
	background-color: var(--ez-white);
	color: var(--ez-black);
}

.vendor-page>div.vendor-about>div.vendor-about-inner>div.vendor-hours>div.opening-times>div.opening-times-row>div,
.vendor-page>div.vendor-about>div.vendor-about-inner>div.vendor-hours>div.opening-times>div.opening-times-row:last-of-type {
	border: 0;
}

.vendor-page>div.vendor-about>div.vendor-about-inner>div.vendor-hours>div.opening-times>div.opening-times-row {
	width: 90%;
	margin: auto;
}

.vendor-page>div.vendor-about>div.vendor-about-inner>div.vendor-hours>div.opening-times>div.opening-times-row>div:first-of-type {
	background-color: white;
}

.vendor-page>div.vendor-products,
.vendor-page>ul.vendor-remaining-products {
	order: 4;
	flex-wrap: wrap;
	margin: 1rem 10% 2rem auto;
}

.vendor-page>ul.vendor-remaining-products {
	margin: 0 10% 5rem;
	max-width: unset;
	width: 80%;
	height: unset;
}

.vendor-page>div.vendor-products>ul.products>li.product-tile {
	flex-basis: 46.5%;
}

.vendor-page ul.products {
	justify-content: space-between;
}

.vendor-page ul.products>li.product-tile {
	padding: 0;
	font-size: 150%;
}

.vendor-page>ul.vendor-remaining-products.products>li.product-tile {
	margin: 1rem 0.5rem;
	flex-basis: calc(25% - 1rem);
}

.vendor-page ul.products>li.product-tile img {
	max-width: 100%;
	max-height: 100%;
	width: 20rem;
	height: 20rem;
}

ul.products li.product-tile a:hover {
	color: var(--ez-black);
}

ul.products li.product-tile a:hover .name {
	color: var(--ez-green);
}

ul.products li.product-tile.food-tile a:hover {
	color: var(--ez-green);
}

#vendor-address-picker {
	width: 100%;
	height: 30rem;
}

#_vendor_banner_img {
	max-width: 20rem;
}

.woocommerce-MyAccount-content {
	width: 60vw;
	margin: 3rem 20vw;
}

.woocommerce-MyAccount-navigation {
	position: fixed;
	background-color: white;
	z-index: 20;
	top: 0;
	left: 0;
	width: 15vw;
	padding: 0.5rem 3rem 4rem;
	margin: 0;
	height: 100%;
	box-shadow: #00000050 -5px 0 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

#admin-menu.woocommerce-MyAccount-navigation {
	max-height: 100vh;
	overflow: unset;
}

.woocommerce-MyAccount-navigation .home-logo {
	display: block;
	flex-basis: 10%;
	width: auto;
}

.woocommerce-MyAccount-navigation ul {
	margin: auto 0.5rem;
	height: fit-content;
	height: -moz-fit-content;
}

.woocommerce-MyAccount-navigation li {
	border: 0;
}

.woocommerce-MyAccount-navigation li.menu-header {
	margin: 0;
	justify-content: unset;
}

#admin-menu.tall {
	max-height: unset;
	margin: 0 auto;
}

.admin-page-header,
p.renew-description {
	max-width: var(--max-container-width);
}

.woocommerce-MyAccount-content.close-account {
	width: 30vw;
	margin: 3rem 30vw 3rem 35vw;
}

.woocommerce-MyAccount-content.close-account p {
	text-align: center;
}

.woocommerce-MyAccount-content.close-account form.register p {
	text-align: unset;
}

form.close-account {
	width: 70%;
	margin: 3rem auto;
}

.woocommerce-MyAccount-content form h1,
.woocommerce-MyAccount-content form h2,
.woocommerce-MyAccount-content form h3,
.woocommerce-MyAccount-content form h4 {
	margin-left: 0;
}

.orders li.order-header {
	flex-direction: row;
	padding: 0;
}

.orders li.order-product,
.bids li.bid-product {
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-template-rows: 1fr 2fr;
}

.orders li.order-product img,
.bids li.bid-product img {
	height: 12vw;
	width: 12vw;
	grid-row-start: 1;
	grid-row-end: 3;
}

.orders li.order-product .title,
.bids li.bid-product .title {
	flex-basis: 80%;
	height: fit-content;
	height: -moz-fit-content;
	display: flex;
	justify-content: space-between;
}

.bids li.bid-product .title {
	width: fit-content;
	width: -moz-fit-content;
	flex-direction: column;
}

.bids li.bid-product .title .time-remaining {
	justify-content: space-between;
	align-items: center;
}

.bids li.bid-product .title .time-remaining>* {
	margin-right: 0.75rem;
}

.bids li.bid-product .bid-item-data {
	width: fit-content;
	width: -moz-fit-content;
	margin-top: 1rem;
}

.orders li.order-product .order-item-data,
.bids li.bid-product .bid-item-data>div {
	margin: 0 1rem;
}

.bids li.bid-product .bid-item-data a {
	border: 1px solid var(--ez-green);
}

.bids li.bid-product .bid-item-data a:hover {
	background-color: var(--ez-white);
}

#sort-products-overlay {
	position: absolute;
	top: 3.5rem;
	left: 0;
	width: fit-content;
}

form.product-filters div.multi-slider-wrap {
	border: 0;
	width: unset;
	margin: 0.5rem 2rem;
}

main .woocommerce-error a:hover,
main .woocommerce-info a:hover,
main .woocommerce-message a:hover {
	color: var(--ez-green);
}

form.woocommerce-ordering,
form.woocommerce-ordering select {
	width: fit-content;
	width: -moz-fit-content;
	margin: 0;
}

form.checkout,
form.woocommerce-cart-form,
.woocommerce-order,
.woocommerce p.cart-empty,
.woocommerce p.return-to-shop,
.woocommerce div.cart-collaterals,
main div.woocommerce form.lost_reset_password {
	width: 60%;
	max-width: var(--max-container-width);
}

main div.woocommerce form.woocommerce-cart-form button,
main div.woocommerce div.wc-proceed-to-checkout a.checkout-button {
	width: 25%;
	margin: 1rem 0 1rem auto;
	text-align: center;
}

.store-share-links {
	flex-direction: row;
}

.woocommerce div.cart-collaterals {
	margin: auto;
}

.woocommerce div.cart-collaterals h2 {
	width: 25%;
	margin: 2.5rem 0 1rem auto;
}

.woocommerce div.cart-collaterals tbody {
	display: flex;
}

form.woocommerce-cart-form {
	margin-top: 2.5rem;
}

form.woocommerce-cart-form td.product-subtotal,
form.woocommerce-cart-form th.product-subtotal {
	display: table-cell;
}

form.woocommerce-cart-form td.product-thumbnail img {
	display: block;
	height: auto;
	width: auto;
	max-width: 10rem;
	max-height: 10rem;
}

form.woocommerce-cart-form div.payment_method_contact_vendor {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

form.woocommerce-cart-form div.payment_method_contact_vendor div.vendor-data {
	padding: 1rem;
}

form.woocommerce-checkout table.woocommerce-checkout-review-order-table {
	width: 50%;
	border-spacing: 0 0.75rem;
}

div.cart_totals h2 {
	margin-left: auto;
	width: fit-content;
}

div.cart_totals table.shop_table {
	margin: 0 0 0 auto;
}

div.cart_totals table.shop_table tr {
	display: block;
	margin: 0.5rem 0;
}

div.cart_totals table.shop_table tr th {
	display: block;
	margin-right: 1rem;
}

.auction-countdown,
#auction-countdown,
.auction-closed {
	font-size: 100%;
}

form.edit-account,
form.edit-account>div.gallery>div,
form.edit-account fieldset#vendor-gallery>div,
form.edit-account fieldset#vendor-gallery #vendor-gallery-imgs {
	width: 75%;
	margin: 1rem auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

form.edit-account fieldset#vendor-gallery #vendor-gallery-imgs {
	width: 100%;
}

form.edit-account fieldset#vendor-gallery #vendor-gallery-imgs img {
	flex-basis: 20%;
	height: auto;
	width: auto;
	max-height: 15rem;
	max-width: 15rem;
	margin: 1rem;
	object-fit: contain;
}

form.edit-account>* {
	flex-basis: 100%;
	margin-top: 1.5rem;
}

form.edit-account>p:first-of-type,
form.edit-account>p:nth-of-type(2) {
	flex-basis: 45%;
}

form.edit-account>div.gallery,
form.edit-account fieldset#vendor-gallery {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

form.edit-account>div.gallery,
form.edit-account fieldset#vendor-gallery,
form.edit-account>div.gallery>div,
form.edit-account fieldset#vendor-gallery>div {
	margin: 0.5rem auto 0.5rem 0;
}

div.four-o-four {
	flex-direction: row;
	max-width: var(--max-container-width);
	margin: 5rem auto;
	font-size: 175%;
}

div.four-o-four img {
	max-width: 25rem;
	margin: auto;
	flex-basis: 40%;
}

div.four-o-four div {
	flex-basis: 60%;
}

footer {
	margin-top: auto;
}

footer .container {
	padding: 2rem calc((100% - var(--max-container-width)) / 2);
}

footer .container .links {
	flex-wrap: wrap;
}

footer .footer-copyright {
	padding: 1.5rem 3rem;
	flex-direction: row;
	justify-content: center;
}

footer .footer-copyright span {
	margin: 0 0.25rem;
}

footer div.category-menu {
	border: none;
	grid-gap: 0.5rem;
}

body.my-account footer .social-links a:hover,
body.my-account footer .social-links a:hover svg {
	color: var(--ez-red);
	border-color: var(--ez-red);
}

@media (max-height: 900px) {
	.woocommerce-MyAccount-navigation li {
		font-size: 0.9rem;
		padding: 0;
	}
}

@media (max-width: 1500px) {


	.home-logo {
		flex-basis: auto;
		width: fit-content;
	}

	body.homepage div.category-slide h3 a svg {
		height: 1.25rem;
	}

	body.my-account header .home-logo {
		display: none;
	}

	body.my-account header {
		padding-left: 17.5vw;
	}

	body.store-finder header {
		padding: 0;
	}

	header .cart-counter {
		bottom: 0.25rem;
		right: 0.5rem;
	}

	header div.header-search {
		padding: 0;
	}

	header div.header-search form.woocommerce-product-search {
		width: 80%;
		flex-basis: 80%;
	}

	form#product-filters div.attribute svg {
		height: 1rem;
	}

	div.main-menu>* {
		flex-direction: row;
		padding: 0.5rem 1.5rem;
		margin: 0 0.5rem;
	}

	div.vendor-contact>div.social-links {
		width: 100%;
	}

	div.vendor-contact>div.social-links a {
		width: 2.5rem;
		height: 2.5rem;
	}

	li.product-tile {
		flex-basis: calc(25% - 1rem);
		width: calc(25% - 1rem);
	}

	li.product-tile>div {
		width: 70%;
	}

	li.product-tile div.plus-minus-quantity {
		width: 80%;
	}

	li.product-tile>.rating-icons>.stars {
		width: fit-content;
	}

	li.product-tile>.rating-icons>.icons {
		width: 100%;
		justify-content: center;
	}

	.vendor-page>div.vendor-banner {
		flex-basis: 45%;
	}

	.vendor-page>div.vendor-find {
		flex-basis: 55%;
	}

	#category-menu {
		padding: 2rem 0 1rem 2.5rem;
	}

	#category-menu h2 {
		left: -1rem;
	}

	#category-menu div.category-slide div.category-menu {
		font-size: 85%;
	}

	#product-filters div.range-slider div.range-filter {
		flex-direction: column;
	}

	#product-filters div.range-slider div.range-filter div {
		margin-bottom: 0.5rem;
	}

	div.supercategory-important-fields form div.field {
		flex-basis: 33%;
	}

	div.supercategory-important-fields button {
		flex-basis: calc(33% - 6rem);
	}

	.glide__arrow {
		height: 3rem;
		width: 3rem;
	}

	.woocommerce-MyAccount-navigation {
		padding: 1rem;
		width: 17.5vw;
	}

	.featured-section .featured-body h1 {
		font-size: 250%;
	}

	.featured-section .featured-body p {
		font-size: 100%;
		max-height: 7.5rem;
		line-height: 1rem;
	}

	.featured-section .featured-image {
		height: 25vh;
		width: 25vh;
		flex-basis: 25vh;
	}

	.featured-section .featured-image img {
		max-height: 30vh;
		max-width: 30vh;
	}

	.product-content>div {
		flex-basis: 35%;
	}

	.product-content>div.product-details {
		flex-basis: 65%;
	}

	li.product-tile img {
		height: 12rem;
	}

	div.category-menu div.category-menu-item {
		width: 90%;
	}

	.menu-desktop-header-menu-container ul li {
		margin: 1rem 0;
	}

	#menu-overlay {
		width: fit-content;
		width: -moz-fit-content;
		min-width: 20vw;
	}

	#store-finder-page div.store-finder-product-search {
		top: 0;
		width: 80%;
	}

	#store-finder-page div.store-finder-product-search h1 {
		flex-basis: 30%;
	}

	#store-finder-page div.store-finder-product-search input {
		flex-basis: 60%;
		padding: 0.5rem 1rem;
	}

	#store-finder-search-filter .store-type-filters,
	#store-finder-search-filter .price-filters {
		width: 75%;
	}

	#store-finder-search-filter .price-filters {
		width: 100%;
		margin: 0;
	}

	#store-finder-search-filter .price-filters div {
		flex-basis: 25%;
		width: fit-content;
	}

	#store-finder-page div.content {
		padding-top: 2rem;
	}

	#store-finder-page #toggle-map-size.slid {
		left: calc(85% - 1.25rem);
	}

	div.header-phone>a,
	div.header-phone>a:visited {
		padding: 0.5rem 40%;
	}
}

@media (min-width: 1600px) {
	body.homepage div.category-slide h3 a {
		font-size: 130%;
	}

	div.category-slide h3 svg {
		height: 1.75rem;
	}
}

@media (min-width: 2000px) {
	:root {
		--max-container-width: 1600px;
	}

	li.product-tile {
		flex-basis: calc(16.666% - 1rem);
	}
}