:root {
	--brand_color: #001c4e;
	--brand_color_inverted: #FFF;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #001c4e;
}

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

body, p, label, .paragraph {
	font-family: Roboto;
	font-size: 15px;
}

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #001c4e;
}

.text-action {
	color: #99182d;
}

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

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #e7eefa;
	color: #001e4c;
}

.announcement_bar a {
	color: #001e4c;
}

.siteHeader {
	background-color: #ffffff;
	color: #3d3d3d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f5f5f5;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

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

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

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

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



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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #f5f5f5;
    color: #a2a2a2;
}

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

.orderStatus__container {
	color: #a2a2a2;
}

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

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

.orderStatus__mobileToggle {
	color: #a2a2a2;
}

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

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

/* Logo */

.logo {
	color: #3d3d3d;
	font-size: 16px;
	padding: 12px;
}

.logo__img {
	max-height: 100px;
}

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

.siteFooter {
	background-color: #001e4c;
	color: #FFF;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #143260;
}

.backToTopLink__container a {
	color: #FFF;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #001c4e !important;
	border-color: #00083a !important;
	color: #FFF !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #99182d !important;
	border-color: #850419 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #c14055 !important;
	border-color: #c14055 !important;
	
	color: #FFF !important;
}

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

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

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

/*Custom Styles*/
/* Mobile Fixes */

@media screen and (min-width:450px){
    .mobilefooter   {
        display:none !important;
    }
}

@media screen and (max-width:450px){
    .deskfooter, #menuItem_23 a  {
        display:none !important;
    }
    
    .collectionBanner__innerContainer {
        background-position:0px;
    }
}

@media screen and (max-width:768px){
   .mobileNav li:nth-child(3) {
     display:none !important;
 }  
 
 .mobileNav {
     justify-content: space-around;
 }
}



.fa-caret-down {
    color:#99182d;
}

.btn-action {
    border-radius:0px;
    padding:3px 10px;
}

.storeIndex__sideBar .h4 {
    font-weight:800;
    color:#001c4e;
}

.storeSearch__input, .storeSearch__button {
     border-radius:0px !important;
}

.mainNavigation__list a {
   font-weight:800;
    color:#001c4e !important;
    font-style:italic;
margin-top:15% !important;
}

.mainNavigation__list .menu-item a:hover {
    text-decoration:none !important;
    border:none !important;
}

.siteHeader {
    box-shadow:3px 2px 8px rgba(0,0,0,0.08);
}

.btn {
        border-radius:0px !important;
}

.storeIndex__productsListingContainer h3 {
  text-align:center;  
  font-weight:700 !important;
  font-size:140% !important;
}

.storeIndex__productsListingContainer p {
      text-align:center !important;  
      color:#001c4e !important;
}

.productPage p {
         color:#001c4e !important;
}

@media (min-width: 640px) {
    .productPage.tw-reset .sm\:tw-text-xl {
        font-size: 1.75rem;
        line-height: 1.75rem;
              color:#001c4e !important;
    }
}

.storeIndex .tw-reset .tw-flex {
        justify-content: space-around;
}

.productTags__tag a:active, .productTags__tag a:hover, .productTags__tag a {
      background-color:#99182d !important; 
      color:#fff;
}

.productTags__tag--active a {
       background-color: #444 !important; 
}

.productTags__tag a {
    border-radius:0px;
    padding:5px 15px;
}

/*
.storeIndex__productsListingContainer:before {
margin-left:30px !important;
   content:url('https://storage.googleapis.com/grazecart-images-prod/marchofarms/images/1755632098_68a4d1e280f09.png')
}
*/

.tw-reset .tw-rounded-md {
        border-radius:0px;
}

.tw-reset .tw-rounded-lg {
    border-radius:0px;
}

.tw-reset .tw-min-h-\[140px\] {
    min-height:170px;
}

.productPage__vendorLink--grid{
    display:none;
}

.tw-text-white.collectionBanner__contents h1 {
    display:none;
}
