header svg {
	height: 2rem;
}
header #mobile-bottom-bar svg {
	height: 1.75rem;
}

.home-logo {
	width: 20%;
	margin-right: 30vw;
}

#mobile-bottom-bar {
	padding: 1rem 5rem;
}

.overlay > *:not(div.page-header) {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.overlay div.page-header {
	margin-bottom: 5rem;
}

.page-header {
	height: 7.5vh;
}

#sort-dropdown select,
#per-page-overlay select {
	width: 100%;
	font-size: 1rem;
}

.featured-section {
	min-height: 50vh;
}
.featured-section .featured-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.featured-section .featured-image img {
	width: auto;
	max-width: 75%;
	max-height: 75%;
	top: 12.5%;
}

ul.products,
.vendor-page > ul.vendor-remaining-products {
	width: 80%;
	margin: 0 auto;
	border-left: 1px solid var(--ez-light-grey);
	border-right: 1px solid var(--ez-light-grey);
}
.vendor-page > ul.vendor-remaining-products {
	border-top: 0;
}
li.product-tile > div {
	width: 50%;
	margin-top: 1.5rem;
}
li.product-tile > div svg {
	height: 1.5rem;
}

.vendor-page .vendor-find {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.vendor-page .vendor-contact {
	flex-basis: 100%;
}
.vendor-page .vendor-location {
	flex-basis: 50%;
}
div.vendor-address {
	flex-basis: 50%;
	margin: 0;
	justify-content: flex-end;
}
div.vendor-address div {
	margin-left: 1rem;
	font-size: 120%;
}
div.vendor-address svg {
	height: 3rem;
}
div.vendor-products h2 {
	width: 80%;
	margin: 2rem auto 0.5rem;
}

.category-display #cat-display-header svg,
#admin-menu-toggler svg {
	flex-basis: 3%;
}

.orders li.order-header {
	flex-direction: row;
	padding: 0;
	font-size: 110%;
}
.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;
}

.woocommerce-MyAccount-content ul.products {
	width: 100%;
}
