:root {
	--brand_color: #4b0006;
	--brand_color_inverted: #000000;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: var(--brand_color);
}

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

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #4b0006;
	color: #000000;
	border-color: #4b0006;
}

.text-brand {
	color: #4b0006;
}

.text-action {
	color: #000000;
}

.brand-inverted {
	background-color: #000000;
	color: #4b0006;
	border-color: #000000;
}

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #83252c;
	color: #ffffff;
}

.announcement_bar a {
	color: #0000ff;
}

.siteHeader {
	background-color: #ffffff;
	color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #ffffff;
}

.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: #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: #b21b1b;
		background-color: transparent;
		border-bottom: solid 2px #b21b1b;
	}

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

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

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


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

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

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

.orderStatus__container {
	color: #ffff00;
}

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

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

.orderStatus__mobileToggle {
	color: #ffff00;
}

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

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

/* Logo */

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

.logo__img {
	max-height: 115px;
}

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

.siteFooter {
	background-color: #4b0006;
	color: #ffffff;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #5f141a;
}

.backToTopLink__container a {
	color: #e1e1e1;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #4b0006 !important;
	border-color: #370000 !important;
	color: #000000 !important;
}

.btn-brand-inverted {
	background-color: #000000;
	color: #4b0006;
	border: solid 1px #4b0006;
}

.btn-brand-inverted:hover {
	background-color: #4b0006;
	color: #000000;
	border: solid 1px #4b0006;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #73282e !important;
	border-color: #73282e !important;
		color: #000000 !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #282828 !important;
	border-color: #282828 !important;
	
	color: #ffffff !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #4b0006;
	color: #000000;
}

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

/*Custom Styles*/
body{min-height: 100vh; background-color: #4b0006}
/*.siteFooter .text-center:last-child{display:none}*/
.bannerWidget--20{background-size: contain !important; height: 75vh}
.bannerWidget{background-color: #fff}
.bannerWidget__innerContainer{top:25%}
.siteHeader__container--style4{background-color: #4b0006}
.siteHeader__container{max-width: none}
.siteHeader__alignmentContainer--style4{display:block}
.mainNavigation__list{text-align:right!important}
.mainNavigation--style4{flex: 1 0 auto}
.mainNavigation, .mobileNav{background-color:#4b0006}
.mainNavigation__list > li > a:hover {
    color: #ff0014;
    border-bottom: solid 2px #ff0014;
}

.productListing--grid section{box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 5px; padding: 15px; border-radius: 10px}

.checkoutContainer, .pageContainer{background-color: #fff; padding:30px;}
.loginPage, .registrationPage {width: 50%}

.collectionBanner__contents {
    margin: 0;
    background: rgba(0,0,0, .6);
    width: auto;
    padding: 10px;}

.tw-reset .tw-object-cover{object-fit: contain;}

/*.tw-reset .tw-flex-col:first-child{*/
/*    padding: 10px;*/
/*    border-radius: 15px;*/
/*    box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.75);*/
/*}*/

.storeIndex--style1{background-color:#fff}
.storeIndex__sideBar--style1{padding-top: 20px}

.storeSearch__container--vertical{margin:0}
.logo{position: absolute;
    background: #4b0006;
    z-index: 1;
    padding: 0;
    top: 0;
    left: 0;
    box-shadow: 2px 2px 10px #000000
}

.auxiliaryMenu {
    margin: 0px 0;
    max-width: none;
    padding: 0 30px;
}

.btn-action {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
}

.btn-danger:hover{
    background-color: #ffffff !important;
    border-color: transparent !important;
    color: #4b0006 !important;
}

.auxiliaryMenu--block, .auxiliaryMenu__container{background-color:#5f141a}
.auxiliaryMenu > li > a {
    color: #ff4b59;
}

.auxiliaryMenu--block .btn-action{color:#ff4b59 !important }
.storeSearch__input--vertical, .storeSearch__button--vertical{border-radius:0 !important}

.btn-danger {
    background-color: hsl(0deg 0% 0% / 69%) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    font-weight: bold;
}

.btn-default{
    background-color: #202020 !important;
    border-color: #202020 !important;
    color: #ffffff !important;
    font-weight: 300;
}

.btn-default:hover{
    background-color: #202020 !important;
    border-color: #202020 !important;
    color: #ffba00 !important;
    font-weight: bold;
}

.linkListWidget{padding:0}
.contactDetailsWidget{padding:0}
.newsletterWidget{padding:0}
.linkListWidget__list--horizontal>li>a{padding-right:10px; padding:0}
.siteFooter h2{font-size: 20px}
.newsletterWidget__header{padding-bottom: 11px;}
.backToTopLink__link{padding:0}
.contactDetailsWidget__list{font-size:12px}
.footerAccreditation {
    display: none;
    background-color: #fff;
    color: #7d7d7d;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 7.5px 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 25px;
    width: 100%;
}
.siteFooter__container{
    padding: 0;
    padding-top: 50px;
}

.siteFooter{
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0 30px;
}


/* FAQ PAGE */
.textHeader__innerContainer h1{
font-size: 25px;    
}

@media only screen and (min-width: 992px) {
        .siteHeader__alignmentContainer--style4 {
        display: block;
    }
    
}

@media only screen and (max-width: 768px) {
    .siteHeader__alignmentContainer--style4 {display: inline-block; padding-top:7px}    
}

@media only screen and (max-width: 600px) {
/*.siteHeader__flexContainer--style4 {}*/
.logo__img{content:url("https://storage.googleapis.com/grazecart-images-prod/spicesandbeyond/images/1734484737_67622301d57bc.png");}
.bannerWidget--20{height: 60vh;
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/spicesandbeyond/images/1734317826_675f97022b789.png) !important;
}



.productListing--grid section{padding: 10px}

.bannerWidget--20 .bannerWidget__innerContainer{position: absolute; padding: 0!important;
  top: 50%;}
.logo__img {max-height:80px;}
.loginPage, .registrationPage {width: 100%}
.mobileNav__list{background-color: #fff}
.logo {padding: 0px; padding-top: 5px}
.mobileNav > li > a{padding:0;}
.mobileNav>li>a>i{font-size:1em; margin-bottom: 5px;display:inline}
.siteHeader{border-bottom-width:3px}
.mobileStoreMenuToggle{
background-color: #5f141a !important;
color: #fff !important;
}
.bannerWidget__cta {
    display: inline-block;
    font-size: 20px;
    margin: 0;
    min-width: 150px;
    padding: 5px 0px;
}
.siteFooter__container {
    padding: 0;
    padding-top: 0;
}
.siteFooter h2 {
    font-size: 14px;
    text-align: left;
}

.siteFooter{padding: 0 100px; position: relative}
.linkListWidget h2{text-align:left; margin: 15px 0 0 0;}
.linkListWidget__list {text-align:left;}

.newsletterWidget__header {
    margin: 15px 0 7px 0;
    padding: 0;
}

.contactDetailsWidget {
    text-align: center !important;
    margin: 15px 0 0 0;
}

.contactDetailsWidget h2{margin-bottom:7px}
.contactDetailsWidget__list {
    font-size: 12px;
    text-align: left;
}
.newsletterWidget .form-control, .newsletterWidget .btn{font-size:12px}
.newsletterWidget__form {
    max-width: 250px;
    margin:0;
}
.storeIndex__sideBarList--style1>li a{padding: 0}
.linkListWidget__list--horizontal>li>a{font-size:12px}
.newsletterWidget .form-control{height:30px}
.logo {
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
     box-shadow: none; 
}



.footerAccreditation{display:none}

}
