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

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

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #9d9828;
	color: #ffffff;
	border-color: #9d9828;
}

.text-brand {
	color: #9d9828;
}

.text-action {
	color: #5e8057;
}

.brand-inverted {
	background-color: #ffffff;
	color: #9d9828;
	border-color: #ffffff;
}

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #008000;
	color: #ffffff;
}

.announcement_bar a {
	color: #ffff00;
}

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

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

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


.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-color: transparent
	}

.auxiliaryMenu {
	max-width: 1366px;
}

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

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

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

.orderStatus__container {
	color: #ffffff;
}

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

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

.orderStatus__mobileToggle {
	color: #ffffff;
}

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

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

/* Logo */

.logo {
	color: #ffffff;
	font-size: 16px;
	padding: 8px;
}

.logo__img {
	max-height: 133px;
}

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

.siteFooter {
	background-color: #787744;
	color: #f6f3f3;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #8c8b58;
}

.backToTopLink__container a {
	color: #ffff00;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #9d9828 !important;
	border-color: #898414 !important;
	color: #ffffff !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #5e8057 !important;
	border-color: #4a6c43 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #86a87f !important;
	border-color: #86a87f !important;
	
	color: #ffffff !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #9d9828;
	color: #ffffff;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #7d837f;
}

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

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

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

.storeSearch__button--style2 {
	color: #7d837f;
}

.banner__protocols li:before {
    color: #9d9828
}

/*Custom Styles*/
.orderStatus {
    background-color:#63905A; 
}
.bannerWidget--163 {
    background-color:#7DA875;
    height:auto;
}
.orderStatus__container a {
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
    font-family: sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-right:5px;
    padding-left:5px;
}
#mainNavigation {
    background-color:#7DA875;
}
.testimonial__body {
    border-top:1px #888888 solid;
    border-left:1px #888888 solid;
    border-right:1px #888888 solid;
    box-shadow: 6px 6px 5px 2px #5D8855;
    font-style:italic;
    font-size:0.85em;
    line-height:1.8em;
    padding:1.5em;
}
    
.testimonialAttribution__text {
    color:#710e0e;
    text-shadow: 2px 2px 4px #5D8855;
}


#pageWidget--174{
    height:5px;
}
#pageWidget--164{
    height:5px;
}
#pageWidget--177{
    height:5px;
}
#pageWidget--175{
    height:5px;
}

#footerWidget--186 {
    font-size:0.9em;
    font-family:sans-serif;
}
#footerWidget--184 {
    font-size:0.9em;
    font-family:sans-serif;
}
.input-group-btn {
    padding-left:15px; 
}
#contactDetailsWidget31 {
    font-family:sans-serif;
    font-weight:500;
    font-size:1.5em;
    color:#111111;
    background-image:url("https://s3.amazonaws.com/grazecart/popacres/images/1594945568_5f10f020a8c3e.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    text-shadow: 2px 2px 4px #444444;
    border-radius:10px;
}
.contactDetailsWidget h2{
    font-family:sans-serif;
}
.locationList__heading {
    margin-bottom: 3px;
    border-bottom: 0;
    border-top: 0px #000000 dotted;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    background-color: #ADD8A5;
    border-radius:5px;
}
.locationList>li {
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #d4d4d4;
    padding: 5px;
}
.contactPage__form {
    background-color: #d4d4d4;
    padding: 20px;
    border: 1px solid #a4a4a4;
    border-radius: 10px;
}
.collectionBanner__heading {
    text-shadow: 2px 2px 2px #333333;
    font-family:sans-serif;
}
.collectionBanner__subheading {
    text-shadow: 2px 2px 1px #333333;
    font-family:sans-serif;
    font-size: 20px;
}
.bannerWidget__heading, .bannerWidget_subheading {
    text-shadow:2px 2px 2px #333333;
}
.productTags__tag--active a {
    background-color: #888;
    border-radius: 5px;
    text-shadow: 2px 2px 2px #222222;
}
.productTags__tag a {
    font-family: sans-serif;
    padding: 5px 5px;
}
