:root {
	--brand_color: #e36a38;
	--brand_color_inverted: #FFF;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #acba2a;
}

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: Suez One;
}

body, p, label, .paragraph {
	font-family: Copse;
	font-size: 16px;
}

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #e36a38;
}

.text-action {
	color: #e36a38;
}

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

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #dae0f2;
	color: #4e3730;
}

.announcement_bar a {
	color: #5a84ff;
}

.siteHeader {
	background-color: #ffffff;
	color: #4e3730;
	border-bottom-style: solid;
	border-bottom-width: 0;
	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: 16px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #4e3730;
	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: #4e3730;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #777c45;
		background-color: transparent;
		border-bottom: solid 2px #777c45;
	}

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

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

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


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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #c9cf94;
    color: #4e3730;
}

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

.orderStatus__container {
	color: #4e3730;
}

.orderStatus__container a {
	border-bottom-color: #fbffc6;
	color: #4e3730;
}

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

.orderStatus__mobileToggle {
	color: #4e3730;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #fbffc6;
	color: #4e3730;
}

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

/* Logo */

.logo {
	color: #4e3730;
	font-size: 16px;
	padding: 10px;
}

.logo__img {
	max-height: 250px;
}

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

.siteFooter {
	background-color: #c9cf94;
	color: #4e3730;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #dde3a8;
}

.backToTopLink__container a {
	color: #4e3730;
}

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

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #e36a38 !important;
	border-color: #cf5624 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #bb4210 !important;
	border-color: #bb4210 !important;
	
	color: #FFF !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #e36a38;
	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: #e36a38
}

/*Custom Styles*/
/* Make logo bigger on mobile */

@media only screen and (max-device-width: 480px) {
        .logo__img {
        max-height: 150px;
        }}
        
/* Styled Table for Milk Safety Page */

.styled-table {
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    color: #4e3730;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #c9cf94;
    color: #4e3730;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 6px 8px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #faf6f0;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #c9cf94;
}
