:root {
	--brand_color: #323232;
	--brand_color_inverted: #FFF;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: var(--brand_color);
}

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: #323232;
	color: #FFF;
	border-color: #323232;
}

.text-brand {
	color: #323232;
}

.text-action {
	color: #729c23;
}

.brand-inverted {
	background-color: #FFF;
	color: #323232;
	border-color: #FFF;
}

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #f5dcdc;
	color: #c90000;
}

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #fefefe;
	color: #323034;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #d7d7d7;
}

.siteHeader__container {
	max-width: 100%;
}

/* MainNavigation */

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

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #323034;
	background-color: #ffffff;
}

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

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

/* Custom Link Colors */
	.mainNavigation__list > li > a {
		color: #323034;
		background-color: #ffffff;
	}
	.mainNavigation__list > li > a:hover {
		color: #ffffff;
		background-color: #4da3a5;
	}

	.mobileNav > li > a {
		color: #323034;
		background-color: #ffffff;
	}

	.mobileNav > li > a:hover {
		color: #ffffff;
		background-color: #4da3a5;
	}

	.mobileNav > li > a:focus {
		color: #ffffff;
		background-color: #4da3a5;
	}

.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: 100%;
}

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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #424242;
    color: #ababab;
}

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

.orderStatus__container {
	color: #ababab;
}

.orderStatus__container a {
	border-bottom-color: #747474;
	color: #ababab;
}

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

.orderStatus__mobileToggle {
	color: #ababab;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #747474;
	color: #ababab;
}

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

/* Logo */

.logo {
	color: #323034;
	font-size: 16px;
	padding: 26px;
}

.logo__img {
	max-height: 92px;
}

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

.siteFooter {
	background-color: #355f08;
	color: #fefefe;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #49731c;
}

.backToTopLink__container a {
	color: #ffffff;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #323232 !important;
	border-color: #1e1e1e !important;
	color: #FFF !important;
}

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

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



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #5a5a5a !important;
	border-color: #5a5a5a !important;
		color: #FFF !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #729c23 !important;
	border-color: #5e880f !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #9ac44b !important;
	border-color: #9ac44b !important;
	
	color: #ffffff !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #323232;
	color: #FFF;
}

/* 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: #323232
}

/*Custom Styles*/
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333; /* Set your nav background color */
  padding: 30px 30px;
  height: 200px; /* Explicit height to make it thicker */
  position: relative; /* Allows for absolute positioning within */
  overflow: visible; /* Ensures content can overflow outside the nav */
}

.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; /* Example hover color */
}

.logo {
  position: absolute; /* Position the logo absolutely within the nav */
  left: 15%; /* Center horizontally */
  transform: translateX(-40%); /* Adjust for centering */
  top: -30px; /* Pull the logo out of the nav */
  z-index: 1; /* Ensure it appears above the nav if needed */
}

.logo-img {
  max-height: 200px; /* Adjust based on your logo size */
  height: auto;
}

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

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

  .logo {
    position: static;
    display: block;
    margin: 20px 0; /* Removed auto to avoid unnecessary horizontal margin */
    top: auto;
    left: auto;
    transform: none;
    text-align: center; /* Ensures inline-block elements like img are centered if needed */
  }

  .logo-img {
    max-width: 100%; /* Ensures the logo doesn't exceed container width */
    height: auto;
  
  }
