:root {
	--display-font-family: Georgia;
	--body-font-family: Georgia;

	--font-size: 16px

	--logo-padding: 8px;
	--logo-height: 133px;

	--header-width: 1366px;
	--header-border-position: bottom;
	--header-border-size: 0;
	--header-bg-color: 255 255 255;
	--header-border-color: 60 59 59;

	--brand-color: 157 152 40;
	--brand-color-inverted: 255 255 255;

	--background-color: 255 15 ;
	--text-color: 61 61 61;
	--link-color: 0 0 0;

	--action-color: 94 128 87;
	--action-color-inverted: 255 255 255;

	--announcement-bar-bg-color: 0 128 0;
	--announcement-bar-text-color: 255 255 255;
	--announcement-bar-link-color: 255 255 0;

	--main-navigation-bg-color: 120 119 68;
	--main-navigation-link-color: 255 255 255;
	--main-navigation-link-color-hover: 255 255 0;
	--main-navigation-link-bg-color: 44 81 112;
	--main-navigation-link-font-size: 16px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: transparent;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: 31 144 51;

	--order-status-bg-color: 94 128 87;
	--order-status-color: 255 255 255;

	--store-menu-bg_color: transparent;
	--store-menu-color: 125 131 127;

	--footer-bg-color: 120 119 68;
	--footer-color: 246 243 243;
	--footer-link-color: 255 255 0;
}

/*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;
}
