* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
	font-family: 'Mulish', sans-serif;
}

:root {
	--primary: #9b0003;
	--primary-light: #ff5c5f;
	--primary-dark: #740720;
	--primary-transparent: rgb(116 7 32 / 25%);
	--white: #fafafa;
	--black: #050505;
	--grey: #808080;
	--grey-light: #dcdcdc;
	--grey-dark: #242424;
	--red: #e53424;
	--red-light: #ec675b;
	--red-dark: #b72315;
	--orange: #f58216;
	--orange-light: #f8a04f;
	--orange-dark: #c46308;
	--yellow: #e5d824;
	--yellow-light: #ece25b;
	--yellow-dark: #b7ac15;
	--green: #2dcc45;
	--green-light: #68de7a;
	--green-dark: #25a738;
	--blue: #2f79da;
	--blue-light: #639be3;
	--blue-dark: #1f5cad;
	--purple: #7144c1;
	--purple-light: #9775d1;
	--purple-dark: #583399;
	--plantx: #179a4f;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	background-color: #d3cda9;
	min-width: 320px;
	height: unset !important;
}

header {
	background-color: #ece8cf;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	z-index: 999;
}

.headimg {
	max-height: 80px;
	margin: 10px;
}

header>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header h1 {
	font-family: 'Julius Sans One';
	color: #d90d3d;
	font-size: 22px;
	font-weight: 600;
}

.header-tagline {
	font-size: 19px;
	font-weight: 200;
	margin-top: 10px;
}

header a {
	display: flex;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66%;
}

nav a,
.subheader a {
	color: var(--black);
	text-align: center;
	padding: 8px 12px;
	border-top: 2px solid transparent;
}

nav a:hover,
.active {
	text-decoration: none;
	color: var(--black);
	border-color: var(--black);
}


.subheader {
	justify-content: center;
	background-color: #e1dcb9;
	width: 100%;
}

.subheader>div {
	display: flex;
	align-items: center;
}

.subheader a>img {
	width: 24px;
	height: 24px;
}

.icon {
	width: 50px;
	height: 50px;
	background: url('../icons/hamb.png') 50%/cover no-repeat;
	display: none;
}

.nav-close {
	display: none;
}

.cartnumber {
	font-size: .75rem;
	line-height: .875rem;
	text-align: center;
	min-width: 14px;
	border-radius: 8px;
	background-color: var(--primary-light);
	color: var(--black);
	position: absolute;
	right: 5px;
	top: 4px;
	padding: 1px;
}

input {
	font-size: 1em;
	background-color: #fff;
	font-family: 'Mulish', sans-serif;
}

::placeholder {
	color: var(--grey);
	font-family: 'Mulish', sans-serif;
}

a {
	text-decoration: none;
	color: var(--primary);
	font-size: 1em;
}

a:hover {
	color: var(--primary-dark);
}

main {
	color: var(--black);
	padding-bottom: 25px;
}

main>div:FIRST-CHILD {
	padding-top: 150px;
}

main h1 {
	font-size: 2em;
	margin-bottom: 25px;
}

span {
	font-size: 1em;
}

strong {
	font-size: 1em;
}

h3 {
	font-size: 1.25rem;
}

main p {
	margin: 10px 15px;
}

footer>div,
header>div,
main>div {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 35px 0px;
	background-color: #5f5726;
	color: var(--white);
	position: relative;
	z-index: 1;
}

footer>div {
	display: flex;
	flex-direction: column;
	text-align: center;
}

footer p {
	font-size: 1.25rem;
}

footer a {
	color: var(--white);
	text-decoration: underline;
}

footer a:hover {
	text-decoration: none;
	color: var(--white);
}

.footnote {
	color: var(--white);
	align-items: center;
	margin-top: 10px;
}

.footnote>div {
	align-items: inherit;
	font-size: .7em;
}

.footnote a {
	color: var(--plantx);
	font-size: 1em;
}

h3 {
	padding-top: 30px;
}

.login-error {
	color: var(--red-dark);
}

.btn3 {
	background: var(--primary);
	padding: 5px 10px;
	color: var(--white);
	border: none;
	cursor: pointer;
	line-height: 1.4em;
	border-radius: 3px;
}

.btn3:HOVER {
	background: var(--primary-light);
	color: var(--black);
}

#myBtn {
	background-color: var(--primary);
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: sticky;
	margin-right: 1%;
	bottom: -20px;
	border: 5px solid var(--white);
	z-index: 1;
}

#myBtn:AFTER {
	content: '';
	position: absolute;
	right: 15px;
	top: 16px;
	transform: rotate(-45deg);
	width: 16px;
	height: 16px;
	border-top: 4px solid var(--white);
	border-right: 4px solid var(--white);
	transition: all .4s;
}

#myBtn:HOVER {
	background-color: var(--primary-light);
}

#myBtn:HOVER:AFTER {
	border-color: var(--black);
	transition: all .4s;
}

.facts-dialog>div[role="document"] {
	border: 3px solid var(--primary);
	display: flex;
	flex-direction: column;
}

.facts-dialog-header {
	font-weight: bold;
	font-size: 1.25rem;
	padding-bottom: 10px;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
	width: 90% !important;
	max-width: 450px !important;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
	padding: 5px;
	font-size: 2rem;
	line-height: 1.2rem;
}

.ngdialog-button.ngdialog-button-primary {
	background: var(--primary) !important;
}

.ngdialog-button.ngdialog-button-primary:hover {
	background: var(--primary-light) !important;
	color: var(--black) !important;
}

@media screen and (max-width: 768px) {
	header {
		position: relative;
	}

	.header-tagline {
		text-align: center;
	}

	.headimg {
		height: 48px;
		width: 50px;
	}

	header>div {
		width: 100%;
		flex-direction: column;
	}

	header>div>div {
		align-items: center;
	}

	header>div>div>div {
		flex-direction: column;
	}

	.nav {
		display: none;
	}

	.nav.responsive {
		display: flex;
		flex-direction: column;
		align-items: end;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #918c6e;
		overflow: auto;
		z-index: 999;
	}

	.nav a {
		width: 80%;
		padding: 10px 10%;
		border-bottom: 1px solid #aaa790;
		font-family: 'Julius Sans One';
	}

	.icon {
		display: flex;
	}

	.nav-close {
		width: 40px;
		height: 40px;
		background: url('../icons/close.png') 50%/cover no-repeat;
		display: flex;
	}

	.cartnumber {
		right: calc(50% - 23px);
	}

	main>div:FIRST-CHILD {
		padding-top: 0px;
	}
}

@media screen and (max-width: 425px) {
	.footmid>div:LAST-CHILD {
		text-align: left;
	}

	.footnote {
		justify-content: space-around;
	}
}