:root {
	--brand_color: #8f293a;
	--brand_color_inverted: #fffce1;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #8f293a;
}

body {
	background-color: var(--background_color);
	color: var(--text_color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
	font-family: Lalezar;
}

body, p, label, .paragraph {
	font-family: Open Sans;
	font-size: 18px;
}

a {
	color: var(--link_color);
}

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #8f293a;
	color: #fffce1;
	border-color: #8f293a;
}

.text-brand {
	color: #8f293a;
}

.text-action {
	color: #8f293a;
}

.brand-inverted {
	background-color: #fffce1;
	color: #8f293a;
	border-color: #fffce1;
}

.action {
	background-color: #8f293a;
	color: #fffce1;
	border-color: #8f293a;
}

.action-inverted {
	background-color: #fffce1;
	color: #8f293a;
	border-color: #fffce1;
}

/* SiteHeader */

.announcement_bar {
	background-color: #8f293a;
	color: #f6f4e2;
}

.announcement_bar a {
	color: #fffce1;
}

.siteHeader {
	background-color: #fffce1;
	color: #8f293a;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #000000;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
	background-color: #fffce1;
}

.mainNavigation__list {
	text-align: center !important;
}

.siteHeader__container--style4 {
	text-align: center;
}

.mainNavigation__list > li > a {
	font-size: 17px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #8f293a;
	background-color: #423626;
}

.mobileNav > li > a:hover {
	background-color: #1a0e00;
}

.mobileNav > li > a:focus {
	background-color: #1a0e00;
}

/* Underline Link Effect */
	.mainNavigation__list > li > a {
		color: #8f293a;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #8f293a;
		background-color: transparent;
		border-bottom: solid 2px #8f293a;
	}

	.mobileNav > li > a {
		color: #8f293a;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}

	.mobileNav > li > a:hover {
		color: #8f293a;
		background-color: transparent;
		border-bottom: solid 2px #8f293a;
	}

	.mobileNav > li > a:focus {
		color: #8f293a;
		background-color: transparent;
		border-bottom: solid 2px #8f293a;
	}


.mainNavigation__list > li > a {
	transition: all 0.2s ease-in-out;
}

/* Auxiliary Navigation (Use this for the account menu, sign up cta, cart, etc,) */

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: #fffce1;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 1366px;
}

	.auxiliaryMenu > li > a {
		color: #000000;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #8f293a;
    color: #fffce1;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #8f293a;
}

.orderStatus__container {
	color: #fffce1;
}

.orderStatus__container a {
	border-bottom-color: #c15b6c;
	color: #fffce1;
}

.orderStatus__container a:hover {
	border-bottom-color: #fffce1;
}

.orderStatus__mobileToggle {
	color: #fffce1;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #c15b6c;
	color: #fffce1;
}

.orderStatus__mobileToggle a:hover {
	border-bottom-color: #fffce1;
}

/* Logo */

.logo {
	color: #8f293a;
	font-size: 17px;
	padding: 20px;
}

.logo__img {
	max-height: 100px;
}

@media (max-width: 414px) {.logo {padding: 15px;}.logo__img {max-height: 75px;}}

.siteFooter {
	background-color: #8f293a;
	color: #fffce1;
}

.siteFooter .tw-prose {
	--tw-prose-headings: #fffce1;
	--tw-prose-body: #fffce1;
	--tw-prose-p: #fffce1;
	--tw-prose-a: #fffce1;
	--tw-prose-bullets: #fffce1;
}

.siteFooter h1, .siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5, .siteFooter h6 {
	color: #fffce1;
}

.siteFooter a {
	--tw-prose-a: #fffce1;
	color: #fffce1;
}

.siteFooter a:hover, .siteFooter a:focus {
	color: #ebe8cd;
}

.siteFooter img {
	margin-left: auto;
	margin-right: auto;
}

.backToTopLink__container {
	background-color: #a33d4e;
}

.backToTopLink__container a {
	color: #fffce1;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #8f293a !important;
	border-color: #7b1526 !important;
	color: #fffce1 !important;
}

.btn-brand-inverted {
	background-color: #fffce1;
	color: #8f293a;
	border: solid 1px #8f293a;
}

.btn-brand-inverted:hover {
	background-color: #8f293a;
	color: #fffce1;
	border: solid 1px #8f293a;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #b75162 !important;
	border-color: #b75162 !important;
		color: #fffce1 !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #8f293a !important;
	border-color: #7b1526 !important;
	color: #fffce1 !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #b75162 !important;
	border-color: #b75162 !important;
	
	color: #fffce1 !important;
}

.btn-action-inverted {
	background-color: #fffce1;
	color: #8f293a;
	border: solid 1px #8f293a;
}

.btn-action-inverted:hover {
	background-color: #8f293a;
	color: #fffce1;
	border: solid 1px #8f293a;
}

.bullet, .confirmation__step-number {
	background-color: #8f293a;
	color: #fffce1;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #fffce1 !important;
	border-color: #fffce1 !important;
	color: #8f293a;
}

.storeSearch__input--style2 {
	border-color: #fffce1 !important;
}

.storeIndex__sideBarList--style2 > li > a {
	color: #8f293a;
	border-color: #f5f2d7 !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #8f293a;
	background-color: #f5f2d7 !important;
}

.storeSearch__button--style2 {
	color: #8f293a;
}

.banner__protocols li:before {
    color: #8f293a
}

/*Custom Styles*/
/* Drop down responsive FAQs */

.faq {
  width: 80%;
  margin: 0 auto;
}

.faq2 {
  width: 100%;
  margin: 0 auto;
}

div:has(> .questions) {
  max-width: 550px;
}

.centerplease {
  text-align:center;
  margin: 0 auto;
  font-size: 40px;
}

.question {
  color:#fffce1;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  background: #8f293a;
  margin: 0 auto;
  opacity: .9;
  padding: 10px 10px 10px 50px;
  display: block;
  cursor: pointer;
}

.answers {
  border-top: 1px solid #2a4163;
  background: #fffce1;
  padding: 0 15px;
  margin: 0 0 7px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 1.8em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}
