/**
 * Gel 2022.0
 * Main Above Fold Gel Stylesheet
 * @version 2022.0.5
 * @modified 2014-08-03 by Fritz Green
 * @modified 2022-10-12 by Grant Mosier
 */

/*
	font-family: Raleway, Verdana, Helvetica, sans-serif; (font weights: light-300, light italic-300, medium-500)
	font-family: Bree, Trebuchet MS, Verdana, Helvetica, sans-serif; (font weights: regular-400, semi-bold-600)
	Red: #363845
	Brown: #5C4005
	Medium Slate: #4C5061
	Dark Slate: #363845
	Light Slate:
	Ultra Light Slate: #C3C5D0
	Khaki: #B2B0A4
	Gold: #FFE8AA
*/

body {
	display: flex;
	flex: 1 auto;
	flex-wrap: wrap;
	flex-direction: column;
	min-height: 100vh;
	margin-bottom: auto;
	font-family: Raleway, Verdana, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	color: #000;
}
.svg-group {
	position: absolute;
	top: -380px;
}

/* Gel Header Logo - Remove */
.gel-hdr-logo {
	display: inline;
	margin: -0.2em 0 0 0;
	color: #FFF;
	font-size: 3.5em;
}
.logo-g, .logo-el {
	display: inline-block;
	margin: -1.5em 0 -.25em;
	font-weight: 500;
	font-style: normal;
	letter-spacing: -4px;
	color: #C3C5D0;
}
.logo-g {
	margin-right: -.275em;
	transform: rotate(13deg);
}
.gel-logo-tagline {
	display: inline-block;
	margin: 0;
	color: #FFF;
	font-size: .25em;
	font-style: normal;
}
li.level-1-item:last-child ul.nav-level-2 {
    right: 0 !important;
    left: auto;
}
@media screen and (max-width: 1200px) {
	.gel-hdr-logo {
		font-size: 2.5em;
	}
}
@media screen and (max-width: 432px) {
	.gel-logo-tagline {
		display: none;
	}
}

/* HEADER */
header {
	width: 100%;
}
.hdr-logo {
	flex: 0 0 20%;
}
.hdr-logo:hover {
	transform: scale(1.05);
}

.hdr-options {
	display: flex;
	flex: 0 0 20%;
	justify-content: flex-end;
	margin-top: 0.5em;
}
.hdr-option {
	flex: 0 0 auto;
	position: relative;
	margin-left: 1em;
}
.hdr-option a {
	position: relative;
}
button.hdr-options-txt, a.hdr-options-txt {
	margin: 0.3em 0 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	text-transform: none;
	font-style: normal;
	color: #fff;
}
.hdr-options-txt::selection, .hdr-options-txt:hover, a.hdr-options-txt:hover {
	color: #C3C5D0;
}
.hdr-icons {
	max-width: 28px;
	height: 1.3em;
}
.hdr-icons:hover/*, .hdr-icons:focus, .hdr-icons::selection*/ {
	fill: #C3C5D0;
	stroke: #C3C5D0;
}
.cart-number, .noti-number {
	position: absolute;
	top: -0.8em;
	right: 0.6em;
	width: 1.5em;
	height: 1.5em;
	padding: 0 0.25em;
	background: #363845;
	border-radius: 50%;
	color: #FFF;
	font-size: .7em;
	text-align: center;
	cursor: pointer;
}

.hdr-drpdwn {
	display: none;
	position: absolute;
	top: 3.9em;
	right: 0;
	z-index: 1000;
	width: 14em;
	padding: 1.5em 1em;
	background: #363845;
	color: #FFF;
}
.hdr-drpdwn p {
	margin: 0.4em 0 0 0;
}
.hdr-drpdwn a {
	color: #fff;
	line-height: 2.1em;
}
.hdr-drpdwn a:hover, .hdr-drpdwn a:active, .hdr-drpdwn a::selection {
	color: #C3C5D0;
}
.hdr-drpdwn-close {
	position: absolute;
	top: 0.4em;
	right: 0.6em;
}
.hdr-drpdwn-close svg {
	height: 0.8em;
	max-width: 0.8em;
}
.hdr-drpdwn input {
	width: 100%;
	margin: .3em 0 .3em 0;
	padding: 0.4em;
}

.hdr-search-bar {
	width: 25em;
}
.hdr-search-form {
	display: flex;
}
input[type="text"].search-input {
	flex: 1 0 90%;
	margin: 0;
	padding: 0.6em;
}
button.hdr-submit-search {
	margin-left: 0.5em;
}
.hdr-search-form .search-opt-icon {
	height: 1.7em;
	max-width: 1.7em;
}

@media screen and (max-width: 1200px) {
	.hdr-drpdwn {
		top: 3.3em;
	}
	.hdr-option-contact {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.hdr-logo {
		flex: 0 0 45%;
		padding-left: .1em;
	}

	.hdr-options {
		flex: 1 0 30%;
	}
	.hdr-drpdwn {
		top: 2.9em;
	}
}
@media screen and (max-width: 768px) {

	.hdr-options, .hdr-option  {
		position: unset;
	}
	/* This style allows you to hide certain header options. */
	.hdr-option:not(.hdr-option-keep) {
		display: none;
	}

	.hdr-drpdwn {
		width: 100%;
		top: 4.4em;
	}
}
@media screen and (max-width: 432px) {
	.hdr-logo {
		flex: 1 auto;
	}
	.hdr-options {
		flex: 1 auto;
	}
}

/* HEADER SCROLL */
.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

/* MAIN NAV */
.main-nav {
	flex: 0 0 60%;
	margin-top: 1.4em;
}
.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
.main-nav li {
	position: relative;
}
.main-nav a, .nav-no-link {
	color: #D4CECE;
	font-size: 1.1em;
	font-style: normal;
}
.nav-no-link {
	cursor: inherit;
}
li.level-1-item.selected a{
	color: #fff !important;
}
.main-nav li a {
    padding: 0;
    font-size: 16px;
    font-family: 'Staatliches', display;
    color: #d4cece!important;
}
.header-block ul.nav-level-2 {
    top: 100% !important;

    border-top: 3px solid #00B3E3;
    padding: 15px !important;
    background: #fff;
}
.header-block ul.nav-level-1 {
	display: flex;
	justify-content: center;
	text-align: center;
	gap: 20px;
}
.level-1-item {
	flex: 0 1 auto;
}
.level-1-item > a, .level-1-item > .nav-no-link {
	padding: 0.5em 1em 1.1em;
}
.level-1-item > a:hover, .level-1-item > a:focus, .level-1-item > a:active {
	color: #C3C5D0;
}

ul.nav-level-2 {
	display: none;
	position: absolute;
	top: 2.6em;
	left: 0.25em;
	width: 15.25em;
	list-style: none;
	text-align: left;
}
.level-2-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #4C5061;
    background-color: #FFFFFF !important;
    border: none;
}
.header-block a.navbar-brand {
  margin-top: -80px;
}
.header-block .main-nav{
margin: 0 !important;
}
ul.nav-level-2 a, li.level-1-item.selected ul.nav-level-2 li a{
	color: #D40000 !important;
}

.header-block {
  padding: 15px 0;
  background-color: var(--primary-color);
  border-top: 6px solid var(--yellow);
}
.header-block a.navbar-brand img {
  width: 100%;
  max-width: 111px;
  height: 111px;
  object-fit: contain;
}
.level-2-item > a, .level-2-item > .nav-no-link {
    display: block;
    width: 100%;
    color: #E02B20!important;
    font-family: 'Staatliches', display;
}
.level-2-item a:hover, .level-2-item a:focus, .level-2-item a:active {
	background: transparent;
}

@media screen and (max-width: 1200px) {
	.main-nav {
		margin-top: 1em;
	}
	.main-nav a, .nav-no-link {
		font-size: 1em;
	}
}
@media screen and (max-width: 1024px) {

	/* Hamburger Lean Menu */
	button.nav-trigger {
		display: block;
		flex: 0 30px;
		position: relative;
		margin-left: 1.2em;
	}
	.burger-text {
		display: none;
	}
	.burger, .burger:before, .burger:after {
		content: "";
		display: block;
		position: absolute;
		width: 2em;
		height: .25em;
		background: #FFF;
		border-radius: .15em;
	}
	.burger {
		top: 1em;
		right: 0;
	}
	.burger:before {
		margin-top: -.55em;
	}
	.burger:after {
		margin-top: .6em;
	}

	.nav-open .burger {
		background: none;
		transition: none;
	}
	.nav-open .burger:before {
		margin-top: 0;
		transform: rotate(45deg);
	}
	.nav-open .burger:after {
		margin-top: 0;
		transform: rotate(-45deg);
	}

	/* Main Nav */
	.main-nav {
		display: none;
		position: absolute;
		top: 4.4em;
		left: 0;
		flex: 1 0 100%;
		width: 100%;
		margin: 0;
		background: #363845;
		z-index: 1000;
	}

	ul.nav-level-1 {
		flex-direction: column;
	}
	.level-1-item {
		display: block;
		width: 100%;
		border-bottom: 1px solid #4C5061;
	}
	.level-1-item > a, .level-1-item > .nav-no-link {
		display: block;
		width: 100%;
		padding: 0.5em 1em;
		font-size: 1em;
	}

	ul.nav-level-2 {
		display: block;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
	}
	.level-2-item {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #4C5061;
		border-bottom: 1px solid #8A8FA3;
	}
	.level-2-item > a, .level-2-item > .nav-no-link {
		padding: 0.5em 1em 0.5em 2em;
		font-size: 1em;
		font-style: italic;
	}

}
@media screen and (max-width: 600px) {

}

/* Page Intro - Default container for the breadcrumb, success/error messages, ShowMe, and the H1 */
.page-intro {

}
.page-intro + .std-width-ctnr {
	margin-top: 0;
}

/* Breadcrumbs */
.bread {
	width: 100%;
	margin: 0;
	font-size: .8em;
}
.bread ol {
	margin: 0;
}
.bread li {
	display: inline-block;
	position: relative;
}
.bread li:not(last-of-type) {
	padding-right: 1em;
}
.bread li:before, .bread li:after {
	display: none;
}
.bread ol > li:not(:last-of-type)::after {
	content: "";
	position: absolute;
	display: block;
	top: 0.75em;
	right: 0.3em;
	left: unset;
	width: 0.4em;
	height: 0.4em;
	border-bottom: 0.15rem solid #8A8FA3;
	border-right: 0.15rem solid #8A8FA3;
	transform: rotate(-45deg) skew(-10deg, -10deg);
}
@media screen and (max-width: 768px) {
	.bread ol > li {
		margin: 0;
	}
}

/* Minor Action Items - Optional group of action icons near the top of a page and relevant to the page content, such as print, add to calendar, edit icons, etc. */
.minor-actions {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	text-align: right;
}
.raise-minor-actions {
	top: -60px;
}
.minor-actions svg {
	max-width: 1.5rem;
	height: 1.2rem;
	margin-left: 1rem;
}
.minor-actions a:hover svg, .minor-actions button:hover svg {
	fill: #703014;
	stroke: #703014;
}
.minor-actions button, .minor-actions .button {
	margin: 0;
	padding: 0.4em;
	font-size: .8em;
}
.minor-actions > *:not(:first-of-type) {
	margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
	.minor-actions svg {
		margin-left: 0.2em;
	}
}

/* Major Action Items - Optional group of major action items near the top of a page – frequently in a bar just above the content –  and relevant to the page content, such as list refinement options, submit content buttons, map links, etc. */
.major-actions {
	width: 100%;
	margin: 2em 0;
	padding: 0.6em 0;
	align-items: center;
	background: #363845;
}
.major-actions .std-width-ctnr {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 0;
}
.major-actions button, .major-actions .button {
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.major-actions .button {
		padding: 0.4em 0.8em;
	}
}
@media screen and (max-width: 768px) {
	.major-actions .std-width-ctnr {
		flex-wrap: wrap;
	}
}

/* List Refinement Options (typically inside the Major Action Items box/bar) */
.list-filters {
	display: flex;
	flex: 0 0 50%;
	width: 50%;
}
select.list-filter {
	flex: 1 auto;
	margin: 0;
	padding: 0.3em 0.6em 0.4em;
	border: none;
	border-radius: 0;
	font-size: 1.2rem;
	font-weight: 700;
	background-color: #F8F8F8;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select.list-filter:not(:first-child) {
	margin: 0 0 0 .4em;
}
@media screen and (max-width: 1200px) {
	.list-filters {
		flex: 0 0 60%;
	}
	select.list-filter {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 1024px) {
	.list-filters {
		flex: 0 0 70%;
	}
	select.list-filter {
		font-size: 1em;
	}
}
@media screen and (max-width: 768px) {
	.list-filters {
		flex: 1 0 100%;
	}
	select.list-filter {
		font-size: .9em;
	}
}
@media screen and (max-width: 432px) {
	.list-filters {
		flex-wrap: wrap;
	}
	select.list-filter {
		flex: 1 0 100%;
	}
	select.list-filter:not(:first-child) {
		margin: 0.6em 0 0 0;
	}
}

/* Cards */
.card-actions {
	position: absolute;
	right: .2em;
	top: .2em;
	font-size: 1.1em;
}
.card-actions svg {
	filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 1));
}

/* Success, Error, and Warning Messages */
.error, .success, .warning {
	position: relative;
	width: 100%;
	margin: 1em 0 2em;
	padding: 0 1em 0.5em 1em;
	font-weight: 500;
	color: #fff;
}
.error {
	background: #7A1515;
}
.success {
	background: #86C54F;
}
.warning {
	color: #D40000;
	background: #FFC300;
}
.error svg, .success svg {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	top: 0.4em;
}
.error p, .success p, .warning p {
	margin: .15em 0;
	line-height: 1.5em;
	font-size: 1.5em;
}
.error a, .success a {
	color: #FFF;
}
.warning a {
	color: #444444;
}
main.full-width-ctnr > .error, main.full-width-ctnr > .success, main.full-width-ctnr> .warning {
	width: 86%;
}
@media screen and (max-width: 750px) {
	.error, .success, .warning {
		position: static;
		width: 100%;
		padding: .5em 1em .75em;
	}
	.error svg, .success svg {
		display: none;
	}
}

/* COOKIES */
.cookies {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.5em;
	background: rgba(0, 113, 188, .9);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, .4);
	color: #FFF;
	text-align: center;
	font-size: .8em;
}
.cookies p {
	max-width: 50em;
	margin: 0 2em 0 0;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .7);
}
.cookies a {
	color: #FFF;
	text-decoration: underline;
}
.cookies a:hover {
	color: #39B54A;
}
.cookies input[type='submit'] {
	margin:  0;
	background: #39B54A;
	border: 2px solid #39B54A;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cookies input[type='submit']:hover {
	background: #FFF;
	color: #39B54A;
}
@media screen and (max-width: 800px) {
	.cookies {
		display: block;
	}
	.cookies p {
		margin: 0;
		text-align: center;
	}
	.cookies input[type="submit"] {
		margin: 1em 0 0;
	}
}

/* PRODUCT PAGES: ADD TO CART */
.product-opts-ctnr {
	display: block;
	float: right;
	width: 22%;
	background: #EFEFEF;
	margin: 1em 0 1em 2em;
	padding: 1em;
	border-radius: 5px;
	text-align: center;
}
h4.gel-product-price {
	margin: 0.25em 0 0.5em;
}
.product-opts-ctnr form {
	padding: 0;
}
.gel-product-quantity select {
	text-align: center;
}
.product-opts-ctnr input[type="button"] {
	width: 100%;
	margin: 0.5em 0;
}
.product-opts-ctnr .success, .product-opts-ctnr .error {
	margin: 0 0 1.25em;
	font-size: .8em;
	text-align: left;
}
@media screen and (max-width: 1250px) {
	.product-opts-ctnr {
		width: 30%;
		margin-left: 1.2em;
		padding: 0.5em;
	}
}
@media screen and (max-width: 1024px) {
	.product-opts-ctnr {
		width: 36%;
	}
}
@media screen and (max-width: 768px) {
	.product-opts-ctnr {
		width: 40%;
	}
}
@media screen and (max-width: 600px) {
	.product-opts-ctnr {
		width: 100%;
	}
}

/* Main Tiny Responsive */
@media screen and (max-width: 480px) {
	legend {
		padding: .8em 1em 0;
	}
	.flex-form {
		margin: 1em 1em -.25em .5em;
	}
	.flex-block {
		margin: 0 0 1em .5em;
	}
}

/* Horizontal Touch Scroll Demo */

:root {
	--gutter: 20px;
}

.h-scroll-ctnr {
	padding: var(--gutter) 0;
	display: grid;
	grid-gap: var(--gutter) 0;
	grid-template-columns: var(--gutter) 1fr var(--gutter);
	align-content: start;
}

.h-scroll-ctnr > * {
	grid-column: 2 / -2;
}

.h-scroll-ctnr > .full {
	grid-column: 1 / -1;
}

.h-scroll {
	display: grid;
	margin: 0;
	/*grid-gap: calc(var(--gutter) / 2);*/
	grid-template-columns: 10px;
	grid-template-rows: minmax(250px, 1fr);
	grid-auto-flow: column;
	grid-auto-columns: calc(25% - var(--gutter) * 2);
	overflow-x: scroll;
	scroll-snap-type: x proximity;
	padding-bottom: calc(.75 * var(--gutter));
	margin-bottom: calc(-.25 * var(--gutter));
}

.h-scroll:before,
.h-scroll:after {
	content: '';
	width: 10px;
}


ul {

	padding: 0;
}


.h-scroll-ctnr {
	background: black;
	overflow-y: scroll;
}

.h-scroll > li,
.item {
	scroll-snap-align: center;
	padding: calc(var(--gutter) / 2 * 1.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.h-scroll > li:nth-of-type(odd) {
	background: #E3E1DE;
}



.no-scrollbar {
	scrollbar-width: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.no-scrollbar::-webkit-scrollbar {
	display: none;
}

@media screen and (max-width: 1024px) {
	.h-scroll {
		grid-auto-columns: calc(35% - var(--gutter) * 2);
	}
}
@media screen and (max-width: 720px) {
	.h-scroll {
		grid-auto-columns: calc(45% - var(--gutter) * 2);
	}
}
@media screen and (max-width: 432px) {
	.h-scroll {
		grid-auto-columns: calc(55% - var(--gutter) * 2);
	}
}

/* End Demo */