:root {
	--brand_color: #019901;
	--brand_color_inverted: #000000;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #019901;
}

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: Lora;
}

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #019901;
	color: #000000;
	border-color: #019901;
}

.text-brand {
	color: #019901;
}

.text-action {
	color: #c9583a;
}

.brand-inverted {
	background-color: #000000;
	color: #019901;
	border-color: #000000;
}

.action {
	background-color: #c9583a;
	color: #FFF;
	border-color: #c9583a;
}

.action-inverted {
	background-color: #FFF;
	color: #c9583a;
	border-color: #FFF;
}

/* SiteHeader */

.announcement_bar {
	background-color: #3d603c;
	color: #000000;
}

.announcement_bar a {
	color: #f2a900;
}

.siteHeader {
	background-color: #ece6da;
	color: #3d603c;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #3c3b3b;
}

.siteHeader__container {
	max-width: 100%;
}

/* MainNavigation */

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

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #3d603c;
	background-color: #2C5170;
}

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

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

	.mainNavigation__list > li > a {
		color: #3d603c;
		background-color: #ece6da;
	}
	.mainNavigation__list > li > a:hover {
		color: #000000;
		background-color: #ece6da;
	}

	.mobileNav > li > a {
		color: #3d603c;
		background-color: #ece6da;
	}

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

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

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

.auxiliaryMenu {
	max-width: 100%;
}

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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #ffffff;
    color: #000000;
}

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

.orderStatus__container {
	color: #000000;
}

.orderStatus__container a {
	border-bottom-color: #ffffff;
	color: #000000;
}

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

.orderStatus__mobileToggle {
	color: #000000;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #ffffff;
	color: #000000;
}

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

/* Logo */

.logo {
	color: #3d603c;
	font-size: 16px;
	padding: 10px;
}

.logo__img {
	max-height: 152px;
}

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

.siteFooter {
	background-color: #f4ead7;
	color: #000000;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #fffeeb;
}

.backToTopLink__container a {
	color: #008000;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #019901 !important;
	border-color: #008500 !important;
	color: #000000 !important;
}

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

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



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #29c129 !important;
	border-color: #29c129 !important;
		color: #000000 !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #c9583a !important;
	border-color: #b54426 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #f18062 !important;
	border-color: #f18062 !important;
	
	color: #FFF !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #019901;
	color: #000000;
}

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

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

.storeIndex__sideBarList--style2 > li > a {
	color: #ffffff;
	border-color: #008f00 !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #ffffff;
	background-color: #008f00 !important;
}

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

.banner__protocols li:before {
    color: #019901
}

/*Custom Styles*/
/* ============================================================
   Tussock Sedge Farm header refinement
   Paste at the very bottom of the theme Custom CSS box.
   Nothing here changes the markup, the menu, or any link, so
   deleting it puts the old header back exactly as it was.
   ============================================================ */

/* ---------- announcement bar ---------- */
.announcement_bar {
  background-color: #3D603C !important;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  text-align: center;
}
.announcement_bar p {
  margin: 0;
  font-family: 'Lora', Georgia, serif;
  font-size: 13.5px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.announcement_bar p b { font-weight: 500; }
.announcement_bar p + p::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F2A900;
  margin-right: 16px;
  vertical-align: middle;
}
.announcement_bar a,
.announcement_bar a:visited,
.announcement_bar a:active,
.announcement_bar a:focus {
  color: #F2A900 !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
.announcement_bar a:hover {
  color: #FFD98A !important;
  text-decoration: none !important;
  border-bottom-color: rgba(255, 217, 138, 0.6);
}

/* ---------- sign in / create account strip ---------- */
.auxiliaryMenu--block,
.auxiliaryMenu__container {
  background-color: #ECE6DA !important;
  border-bottom: none !important;
  padding-top: 8px;
}
.auxiliaryMenu > li > a,
.auxiliaryMenu > li > a:visited {
  color: #3D603C !important;
  font-family: 'Lora', Georgia, serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.auxiliaryMenu > li > a:hover,
.auxiliaryMenu > li > a:focus {
  color: #C9583A !important;
  text-decoration: none !important;
}
.auxiliaryMenu .btn.btn-action,
.auxiliaryMenu .btn.btn-action:visited,
.auxiliaryMenu .btn.btn-action:focus {
  background-color: transparent !important;
  border: 1px solid #C9583A !important;
  color: #C9583A !important;
  border-radius: 3px;
  padding: 7px 15px;
  font-family: 'Lora', Georgia, serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.auxiliaryMenu .btn.btn-action:hover {
  background-color: #C9583A !important;
  border-color: #C9583A !important;
  color: #FFFFFF !important;
}

/* ---------- header shell and logo ---------- */
.siteHeader {
  background-color: #ECE6DA !important;
  border-bottom: 1px solid rgba(61, 96, 60, 0.18) !important;
}
.siteHeader__container { padding-bottom: 4px; }
/* the logo file has a white background box baked in. multiply drops the white
   into the cream so the logo sits on the header instead of in a white card. */
.logo__img,
.logo__img--style3 { mix-blend-mode: multiply; }

/* ---------- main navigation ---------- */
.mainNavigation,
.mobileNav { background-color: #ECE6DA !important; }
.mainNavigation__list > li > a,
.mainNavigation__list > li > a:visited {
  color: #3D603C !important;
  background-color: transparent !important;
  font-family: 'Lora', Georgia, serif;
  font-size: 13.5px !important;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 15px 19px 13px 19px;
  border-bottom: 2px solid transparent;
  transition: color 0.18s ease-in-out, border-color 0.18s ease-in-out;
}
.mainNavigation__list > li > a:hover,
.mainNavigation__list > li > a:focus,
.mainNavigation__list > li.open > a {
  color: #C9583A !important;
  background-color: transparent !important;
  text-decoration: none !important;
  border-bottom-color: #C9583A;
}
.mainNavigation__list > li > a .caret { margin-left: 5px; opacity: 0.65; }

/* ---------- dropdowns ---------- */
.mainNavigation .dropdown-menu {
  background-color: #FBF4E6 !important;
  border: 1px solid rgba(61, 96, 60, 0.16) !important;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(61, 96, 60, 0.14) !important;
  padding: 6px 0;
  margin-top: 2px;
}
.mainNavigation .dropdown-menu > li > a,
.mainNavigation .dropdown-menu > li > a:visited {
  color: #3D603C !important;
  background-color: transparent !important;
  font-family: 'Lora', Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 9px 20px;
}
.mainNavigation .dropdown-menu > li > a:hover,
.mainNavigation .dropdown-menu > li > a:focus {
  background-color: #F4EAD7 !important;
  color: #C9583A !important;
  text-decoration: none !important;
}

/* ---------- phone bar ---------- */
.mobileNav > li > a,
.mobileNav > li > a:visited {
  color: #3D603C !important;
  background-color: #ECE6DA !important;
  font-family: 'Lora', Georgia, serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.mobileNav > li > a:hover,
.mobileNav > li > a:focus {
  color: #C9583A !important;
  background-color: #ECE6DA !important;
}
.mobileNav > li + li { border-left: 1px solid rgba(61, 96, 60, 0.14); }

@media (max-width: 767px) {
  .announcement_bar {
    gap: 6px;
    padding: 10px 18px;
    flex-direction: column;
  }
  .announcement_bar p { font-size: 12.5px; letter-spacing: 0.07em; }
  .announcement_bar p + p::before { display: none; }
}
