:root {
	--brand_color: #1f3a2a;
	--brand_color_inverted: #1f3a2a;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #2b2b2b;
}

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: PT Serif;
}

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #1f3a2a;
	color: #1f3a2a;
	border-color: #1f3a2a;
}

.text-brand {
	color: #1f3a2a;
}

.text-action {
	color: #ba954b;
}

.brand-inverted {
	background-color: #1f3a2a;
	color: #1f3a2a;
	border-color: #1f3a2a;
}

.action {
	background-color: #ba954b;
	color: #ffffff;
	border-color: #ba954b;
}

.action-inverted {
	background-color: #ffffff;
	color: #ba954b;
	border-color: #ffffff;
}

/* SiteHeader */

.announcement_bar {
	background-color: #1f3a2a;
	color: #f4e9d8;
}

.announcement_bar a {
	color: transparent;
}

.siteHeader {
	background-color: #f4e9d8;
	color: #2b2b2b;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #2b2b2b;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #2b2b2b;
	background-color: #f4e9d8;
}

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

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

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

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

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

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


.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: transparent;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 1366px;
}

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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #1f3a2a;
    color: #fff7ec;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #1f3a2a;
}

.orderStatus__container {
	color: #fff7ec;
}

.orderStatus__container a {
	border-bottom-color: #516c5c;
	color: #fff7ec;
}

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

.orderStatus__mobileToggle {
	color: #fff7ec;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #516c5c;
	color: #fff7ec;
}

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

/* Logo */

.logo {
	color: #2b2b2b;
	font-size: 18px;
	padding: 0px;
}

.logo__img {
	max-height: 201px;
}

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

.siteFooter {
	background-color: #1f3a2a;
	color: #fcf9f4;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #334e3e;
}

.backToTopLink__container a {
	color: #fcf9f4;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #1f3a2a !important;
	border-color: #0b2616 !important;
	color: #1f3a2a !important;
}

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

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



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #476252 !important;
	border-color: #476252 !important;
		color: #1f3a2a !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #ba954b !important;
	border-color: #a68137 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #926d23 !important;
	border-color: #926d23 !important;
	
	color: #ffffff !important;
}

.btn-action-inverted {
	background-color: #ffffff;
	color: #ba954b;
	border: solid 1px #ba954b;
}

.btn-action-inverted:hover {
	background-color: #ba954b;
	color: #ffffff;
	border: solid 1px #ba954b;
}

.bullet, .confirmation__step-number {
	background-color: #1f3a2a;
	color: #1f3a2a;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #f8f8f8 !important;
	border-color: #f8f8f8 !important;
	color: #777;
}

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

.storeIndex__sideBarList--style2 > li > a {
	color: #777;
	border-color: #eeeeee !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #777;
	background-color: #eeeeee !important;
}

.storeSearch__button--style2 {
	color: #777;
}

.banner__protocols li:before {
    color: #1f3a2a
}

/*Custom Styles*/
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  padding: 30px 30px;
  height: 200px;
  position: relative;
  overflow: visible;
  z-index: 50;
}

.logo {
  position: absolute;
  left: 15%;
  top: -30px;
  transform: translateX(-40%);
  z-index: 200;
}

.logo-img {
  display: block;
  max-height: 200px;
  height: auto;
}

.nav-left,
.nav-right {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-left li,
.nav-right li {
  margin: 0 10px;
}

.nav-left a,
.nav-right a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.nav-left a:hover,
.nav-right a:hover {
  color: #4da3a5;
}

/* Hero stacking */
.hero,
.hero-banner,
.home-hero,
.banner,
.image-banner {
  position: relative;
  z-index: 1;
}

.hero::before,
.hero-banner::before,
.home-hero::before,
.banner::before,
.image-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-content,
.hero .content,
.hero-banner .content,
.home-hero .content,
.banner .content,
.image-banner .content {
  position: relative;
  z-index: 2;
}

/* Responsive */
@media (max-width: 1400px) {
  .nav-container {
    flex-direction: column;
    padding: 20px;
    position: static;
    align-items: center;
    height: auto;
  }

  .nav-left,
  .nav-right {
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }

  .logo {
    position: static;
    display: block;
    margin: 20px 0;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
  }

  .logo-img {
    max-width: 100%;
    height: auto;
  }
}
