﻿/* Custom Styles */

.app-footer {
	background-color: var(--color-footer) !important;
	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: var(--color-header) !important;
}

.app-header-base-bordered {
	background-color: var(--color-header) !important;
	border-bottom: 2px solid #f2f2f2;
}

.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-landing {
	background-size: cover;
	height: 300px;
	max-height: 300px;
	padding: 1px 1.5rem 1px 1.5rem;
}

.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;
	position: relative;
	background-color: white;
	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: 10px;
}

.app-header-infobox-brief-topspacing {
	margin-top: 10px;
}

.app-menu-topspacing {
	margin-top: 40px;
}

.app-header-infobox-infobutton {
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 16px;
}

.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;
	font-size: 26pt;
	text-align: center;
}

.app-category-separator {
	padding-top: 32px;
}

.app-category-name {
	font-size: 20pt !important;
	font-weight: 500;
}

.app-category-description {
	font-size: 12pt !important;
	margin-top: 12px;
}

.app-productbrief-base {
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	height: 120px;
	position: relative;
}

.app-productbrief-baseimage {
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 120px;
	position: relative;
}

.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 var(--color-c1m) !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-productbrief-soldout {
	height: 20px;
	font-size: 11pt !important;
	font-weight: 500 !important;
	opacity: 0.75;
	color: #303030;
}

.app-productbrief-cal {
	height: 20px;
	font-size: 12pt !important;
	color: #303030;
}

.app-productbrief-tags {
	font-size: 12pt !important;
	position: absolute;
	bottom: 7px;
	left: 120px;
}

.app-productbrief-tags i {
	padding-right: 3px;
}

.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-image-external {
	background-color: white;
	background-size: cover;
	width: auto;
	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: var(--color-c1n);
}

.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: normal;
}

.app-cart-price {
	font-size: 10pt !important;
	font-weight: 500 !important;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 15%;
}

.app-cart-comments {
	color: #2fce3c;
}

.app-cart-delete {
	font-size: 10pt !important;
	color: #dc2020;
	text-align: right;
	padding-left: 6px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

.app-cart-delete a {
	color: #dc2020;
}

.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-category-selector {
	box-shadow: 0px 2pt 8pt 2pt rgb(32 32 32 / 25%);
	padding: 6pt 10pt 6pt 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;
}

.app-landing-tagline1 {
	color: #c9332a;
	font-size: calc(2rem + 1.2vw);
	line-height: 2.5rem;
	letter-spacing: -2pt;
	
	color: #c9332a;
	font-size: calc(2rem + 1.2vw);
	line-height: 2.5rem;
	letter-spacing: -2pt
}

.app-landing-tagline2 {
	color: #c9332a;
	font-size: calc(2rem + 1.2vw);
	font-weight: 800;
	letter-spacing: -1pt;
}

.app-landing-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	max-height: 400px;
}

.app-landing-image-mobile {
	background-size: cover;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	max-height: 300px;
}
