﻿/* Custom Styles */

.app-list-icon {
	min-width: 24px;
	text-align: left;
}

.app-footer {
	border-top: 2px solid #f2f2f2;
}

.app-footer span {
	vertical-align: middle;
	padding-right: 5px;
}

.app-footer img {
	vertical-align: middle;
}

.app-header-base {
	background-color: #ffffff !important;
}

.app-header-bar {
	height: 80px !important;
}

.app-header-logo {
	max-width: 500px;
	max-height: 64px;
}

.app-header-bar-mobile {
	height: 60px !important;
}

.app-header-logo-mobile {
	max-width: 250px;
	max-height: 50px;
}

.app-header-logo-OLD {
	max-height: 72px;
	border: 2px solid #202020;
	border-radius: 10px;
	margin-right: 10px;
}

.app-header-banner {
	background-size: cover;
	height: 250px;
	max-height: 250px;
	padding: 1px 1.5rem 1px 1.5rem;
}

.app-header-insidebanner {
	max-width: 1200px;
	margin: 0px auto;
}

.app-header-infobox {
	display: block;
	background-color: #ffffff;
	opacity: 0.98;
	width: 100%;
	max-width: 500px;
	border-radius: .875rem 1rem;
	box-shadow: 0px 2pt 10pt 2pt rgb(32 32 32 / 25%);
	padding: 12px 20px 20px 20px;
}

.app-header-infobox-topspacing {
	margin-top: 30px;
}

.app-header-infobox-brief-topspacing {
	margin-top: 10px;
}

.app-menu-topspacing {
	margin-top: 30px;
}

.app-header-infobox-icon {
	display: inline-block;
	width: 16px;
	text-align: center;
	color: #303030;
	opacity: 1;
	margin-right: 4px;
}

.app-header-infobox-iconlarge {
	display: inline-block;
	width: 40px;
	margin-top: 6px;
	font-size: 26pt;
	text-align: center;
}

.app-category-separator {
	padding-top: 32px;
}

.app-category-name {
	font-size: 20pt !important;
	margin-bottom: 20px;
}

.app-category-description {
	font-size: 12pt !important;
	margin-top: 12px;
}

.app-productbrief-base {
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	height: 120px;
}

.app-productbrief-baseimage {
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 120px;
}

.app-productbrief-image {
	background-color: white;
	background-size: cover;
	width: 160px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-top-right-radius: .875rem;
	border-bottom-right-radius: .875rem;
}

.app-productbrief-selected {
	border-left: 4px solid #fb6121d0 !important;
}

.app-productbrief-content {
	padding: 10px 0px 10px 10px;
	margin-right: 10px;
	width: 100%;
	height: 120px;
}

.app-productbrief-name {
	height: 25px;
	margin-bottom: 5px;
	font-size: 13pt !important;
	font-weight: 500 !important;
	overflow: hidden;
	opacity: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.app-productbrief-description {
	height: 45px;
	margin-bottom: 5px;
	font-size: 11pt !important;
	overflow: hidden;
	opacity: 0.75;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.app-productbrief-price {
	height: 20px;
	font-size: 12pt !important;
	font-weight: 500 !important;
	opacity: 1;
	color: #303030;
}

.app-product-image-wide {
	background-color: white;
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.app-product-image-tall {
	background-color: white;
	background-size: contain;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.app-product-option-price {
	color: #606060 !important;
}

.app-product-option-free {
	opacity: 0.2 !important;
}

.app-product-quantity-button {
	color: #fb6121;
}

.app-cart-icon {
	opacity: 0.4 !important;
}

.app-cart-table {
	width: 100%;
}

.app-cart-table, tr {
	margin-bottom: 4px;
}

.app-cart-quantity {
	font-size: 10pt !important;
	font-weight: 700 !important;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

.app-cart-productname {
	font-size: 10pt !important;
	font-weight: 500 !important;
	vertical-align: top;
	padding-left: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	white-space: normal;
	width: 75%;
}

.app-cart-options {
	font-weight: 400 !important;
	font-style: italic;
}

.app-cart-comments {
	color: #2fce3c;
}

.app-cart-price {
	font-size: 10pt !important;
	font-weight: 500 !important;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 15%;
}

.app-cart-delete {
	font-size: 10pt !important;
	color: #e55a0b;
	text-align: right;
	padding-left: 6px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

.app-cart-delete a {
	color: #e55a0b;
}

.app-cart-launcher {
	background-color: white;
	border-top: 1px solid #f5f5f5;
	padding-top: 12px;
	padding-bottom: 12px;
}

.app-cart-mobilebuttonpanel {
	background-color: white;
	padding-top: 12px;
	padding-bottom: 4px;
}

.app-announcement {
	box-shadow: 0px 2pt 8pt 2pt rgb(32 32 32 / 25%);
	padding: 12pt 10pt 12pt 10pt !important;
}

.app-infopanel-icon {
	display: inline-block;
	width: 16px;
	text-align: center;
	color: #303030;
	opacity: 1;
	margin-right: 4px;
}

.app-infopanel-iconlarge {
	display: inline-block;
	width: 40px;
	margin-top: 6px;
	font-size: 26pt;
	text-align: right;
}

.app-infopanel-timestable {
	width: 100%;
}

.app-infopanel-timestable td {
	padding-bottom: 8px;
}

.app-confirmationcode {
	font-size: 4rem !important;
	font-weight: 500;
	color: #303030;
}

a.app-link-nocolor {
	/* text-body is the same, I used that in the menu now. See if it's OK */
	color: var(--bs-body-color) !important;
}


/* Admin Styles */

.app-upload-currentimage {
	display: block;
	max-width: 400px;
	max-height: 400px;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 2px solid #303030;
	border-radius: .375rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.app-supplyproduct-base {
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	height: 120px;
	margin-bottom: 10px;
}

.app-supplyproduct-baseimage {
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 120px;
	margin-bottom: 10px;
}

.app-supplyproduct-image {
	background-color: white;
	background-size: cover;
	width: 160px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-top-right-radius: .875rem;
	border-bottom-right-radius: .875rem;
}

.app-supplyproduct-selected {
	border-left: 4px solid #fb6121d0 !important;
}

.app-supplyproduct-content {
	padding: 10px 0px 10px 10px;
	margin-right: 10px;
	width: 100%;
	height: 120px;
}

.app-supplyproduct-name {
	height: 25px;
	margin-bottom: 5px;
	font-size: 13pt !important;
	font-weight: 500 !important;
	overflow: hidden;
	opacity: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.app-supplyproduct-description {
	height: 45px;
	margin-bottom: 5px;
	font-size: 11pt !important;
	overflow: hidden;
	opacity: 0.75;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.app-supplyproduct-price {
	height: 20px;
	font-size: 12pt !important;
	font-weight: 500 !important;
	opacity: 1;
	color: #303030;
}
