:root {
	--brand_color: #dff097;
	--brand_color_inverted: #314fbb;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #45ae9f;
}

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

body, p, label, .paragraph {
	font-family: Bevan;
	font-size: 21px;
}

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #dff097;
	color: #314fbb;
	border-color: #dff097;
}

.text-brand {
	color: #dff097;
}

.text-action {
	color: #e84d56;
}

.brand-inverted {
	background-color: #314fbb;
	color: #dff097;
	border-color: #314fbb;
}

.action {
	background-color: #e84d56;
	color: #faefef;
	border-color: #e84d56;
}

.action-inverted {
	background-color: #faefef;
	color: #e84d56;
	border-color: #faefef;
}

/* SiteHeader */

.announcement_bar {
	background-color: #ffffff;
	color: #31b2ab;
}

.announcement_bar a {
	color: #ffffff;
}

.siteHeader {
	background-color: #ffffff;
	color: #232631;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #3c3b3b;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

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

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

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

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

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

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

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


.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: #ffffff;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #faefef;
    color: #e84d56;
}

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

.orderStatus__container {
	color: #e84d56;
}

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

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

.orderStatus__mobileToggle {
	color: #e84d56;
}

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

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

/* Logo */

.logo {
	color: #232631;
	font-size: 19px;
	padding: 6px;
}

.logo__img {
	max-height: 135px;
}

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

.siteFooter {
	background-color: #232631;
	color: #f7fafc;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #373a45;
}

.backToTopLink__container a {
	color: #f7fafc;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #dff097 !important;
	border-color: #cbdc83 !important;
	color: #314fbb !important;
}

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

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



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #b7c86f !important;
	border-color: #b7c86f !important;
		color: #314fbb !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #e84d56 !important;
	border-color: #d43942 !important;
	color: #faefef !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #c0252e !important;
	border-color: #c0252e !important;
	
	color: #faefef !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #dff097;
	color: #314fbb;
}

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

/*Custom Styles*/
#bannerWidget1 /*Buttons*/
   .btn {
   font-weight: 700;
   font-style: normal;
   text-transform: uppercase;
   text-shadow: none;
   border: none;
   box-shadow: 0 0px 10px 0 rgba(232, 77, 86, 1), 0 0px 20px 0 rgba(0,0,0,0)
   }
#howItWorksWidget2 /*Buttons*/
   .btn {
   font-weight: 700;
   font-style: normal;
   text-transform: uppercase;
   text-shadow: none;
   border: none;
   box-shadow: 0 0px 10px 0 rgba(232, 77, 86, 1), 0 0px 20px 0 rgba(0,0,0,0)
   }
   .productListing__photoLink--grid div.tw-aspect-h-3 { padding-bottom: calc(3 / 4 * 100%); }
