:root {
	--brand_color: #88c089;
	--brand_color_inverted: #ffffff;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #88c089;
}

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

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #88c089;
	color: #ffffff;
	border-color: #88c089;
}

.text-brand {
	color: #88c089;
}

.text-action {
	color: #e32633;
}

.brand-inverted {
	background-color: #ffffff;
	color: #88c089;
	border-color: #ffffff;
}

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #426e42;
	color: #ffffff;
}

.announcement_bar a {
	color: #000000;
}

.siteHeader {
	background-color: #88c089;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #ffffff;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
	background-color: transparent;
}

.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: #000000;
	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: #000000;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #ffffff;
		background-color: transparent;
		border-bottom: solid 2px #ffffff;
	}

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

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

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


.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: #001100;
			}

	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
				color: #013902;
			}
	
.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: #000000;
	font-size: 16px;
	padding: 30px;
}

.logo__img {
	max-height: 250px;
}

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

.siteFooter {
	background-color: #f3eee0;
	color: #1d1d1d;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #fffff4;
}

.backToTopLink__container a {
	color: #1d1d1d;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #88c089 !important;
	border-color: #74ac75 !important;
	color: #ffffff !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #e32633 !important;
	border-color: #cf121f !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #ff4e5b !important;
	border-color: #ff4e5b !important;
	
	color: #ffffff !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #88c089;
	color: #ffffff;
}

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

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

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

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

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

.banner__protocols li:before {
    color: #88c089
}

/*Custom Styles*/
/*Homepage*/
#pageWidget--197 .featuredProductsWidget__description--style2, #pageWidget--197 .featuredProductsWidget__price--style2 .featuredProductsWidget__sectionHeading, #pageWidget--197 .featuredProductsWidget_content--style2 form, #pageWidget--197 .featuredProductsWidget__price-sale--style2 {visibility: hidden !important; height: 0 !important; padding: 0 !important; margin:  0 !important; width: 0 !important;}
#pageWidget--197 .featuredProductsWidget__price--style2 {border-bottom: 0 !important;}
#pageWidget--197 .featuredProductsWidget__price--style2 {padding-bottom: 0 !important; margin-bottom: 20px !important;}
.featuredProductsWidget__productContainer--style2 a:hover {opacity: .8 !important;}
.featuredProductsWidget__title--style2 {font-weight: 500 !important; font-size: 20px !important; border-bottom: none !important; padding-bottom: 10px !important;}
.featuredProductsWidget__price--style2 {font-weight: 300 !important; font-size: 16px !important; padding-top: 0 !important;}
.featuredProductsWidget__productContainer--style2 a:first-of-type img {object-fit: cover !important; height: 300px !important; width: 100% !important;}
#pageWidget--197 .featuredProductsWidget__price--style2 {display: flex !important; flex-direction: row !important; justify-content: center !important; column-gap: 5px !important;}
#pageWidget--197 .featuredProductsWidget__productContainer--style2 {height: 500px !important; background-color: #f3eee0;}
@media (max-width: 768px) {
  #pageWidget--197 {display: flex !important; flex-wrap: wrap !important; column-width: 6% !important;}
  #pageWidget--197 .featuredProductsWidget__productContainer--style2 {max-width: 47% !important; height: 400px !important;}
  #pageWidget--197 .featuredProductsWidget__productContainer--style2 a:first-of-type img {height: 200px !important;}
  #pageWidget--197 .featuredProductsWidget__title--style2 {font-size: 18px !important;}
  #pageWidget--197 .featuredProductsWidget__productContainer--style2 {margin-bottom: 20px !important;}
}

/*Grapevine footer starts*/
.htmlWidget--189 img {max-width: 200px !important; height: auto !important; margin-bottom: 20px !important;}
.siteFooter__container .social-icons {
  margin-top: 0 !important;
}
.siteFooter__container {padding-left: 10px !important; padding-right: 10px !important;}
.siteFooter__container p {
  color: #1d1d1d !important;
  font-size: 16px;
  max-width: 820px;
  margin: auto;
}
.siteFooter__container h4 {font-weight: 600 !important; font-size: 22px !important;}

@media (min-width: 768px) {
  .siteFooter__container p:first-of-type {margin-bottom: 20px;}
}

.footerWidget__slot p strong {
  font-family: Montserrat, sans-serif; 
  font-weight: 600;
  font-family: 18px !important;
  color: #1d1d1d;
}
.siteFooter__container a{
  color: #1d1d1d !important;
  font-weight: 400 !important;
}
.siteFooter__container a:hover{
  text-decoration: underline !important;
}
.textWidget--46 {
  padding: 20px 20px !important;
}
.siteFooter__container p a, .siteFooter__container .textWidget p a{
  color: #1d1d1d !important;
  font-weight: 400 !important;
}
.footer-flex-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer-flex-container {flex-direction: column !important;} 
  .footer-item {text-align: center; margin: 30px auto 0 auto !important;}
  .footer-item p strong {margin-bottom: 5px !important;}
}

.footer-item {
  margin: 33.3px;
  padding: 0px;
  text-align: center;
  max-width: 300px;
}
.newsletterWidget--52 {
  padding-top: 20px !important;
}
.newsletterWidget__header h2 {
  font-family: Hind, sans-serif; 
  font-size: 24px;
  font-weight: 400;
  color: #eae3d2 !important;
}
.siteFooter__container {max-width:none;}

.siteFooter {
padding-top: 2%;
}

.backToTopLink__container {
padding-top: 5px;
background-color: #eae3d2;
}

.backToTopLink__container a {
  font-size: 18px;
  color: #36332f;
}

.backToTopLink__container a:hover {
  text-decoration: none;
}

@media(min-width: 1200px) {#footerWidget--78, #footerWidget--67 {width: 30%;}}

.social-icons, .footerlinks {list-style-type: none;margin: 1em 0 ; text-align: center; padding-inline-start: 0;}

.social-icons li, .footerlinks li {display: inline-block;margin: 0 0.2em;}

.social-icons li a, .footerlinks li a {display: inline-block;margin: 0;}

.social-icons img {max-height:3em; width:auto}
.social-icons a:hover img {opacity: .7;}

.footerlinks li {margin: 0 .6em;}

#drip-ef-23665874 label {font-weight: 400 !important;}
#drip-ef-23665874 input[type="text"], #drip-ef-23665874 input[type="email"] {font-size: 14px !important; font-family: Hind, sans-serif;}
#drip-ef-23665874 input[type="submit"] {
  background-color: #317216 !important;
  color: white !important;
  border: none !important;
  padding: 10px 16px !important;
  border-radius: 6px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Hind, sans-serif;
}
#drip-ef-23665874 input[type="submit"]:hover {
  background-color: #498f2b !important;
}
/*Grapevine footer ends*/
