:root {
	--brand_color: #692f38;
	--brand_color_inverted: #ffffff;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #eeb331;
}

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

body, p, label, .paragraph {
	font-family: Hind;
	font-size: 18px;
}

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #692f38;
	color: #ffffff;
	border-color: #692f38;
}

.text-brand {
	color: #692f38;
}

.text-action {
	color: #8c3a4a;
}

.brand-inverted {
	background-color: #ffffff;
	color: #692f38;
	border-color: #ffffff;
}

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #92abd2;
	color: #ffffff;
}

.announcement_bar a {
	color: #1a315d;
}

.siteHeader {
	background-color: #ede1ca;
	color: #8d664c;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #f5f5f5;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

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

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

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

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



/* 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: #8d664c;
	}
	.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: #8d664c;
	font-size: 20px;
	padding: 0px;
}

.logo__img {
	max-height: 250px;
}

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

.siteFooter {
	background-color: #9d646f;
	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: #b17883;
}

.backToTopLink__container a {
	color: #FFF;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #692f38 !important;
	border-color: #551b24 !important;
	color: #ffffff !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #8c3a4a !important;
	border-color: #782636 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #b46272 !important;
	border-color: #b46272 !important;
	
	color: #ffffff !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #692f38;
	color: #ffffff;
}

/* 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: #692f38
}

/*Custom Styles*/
.bannerWidget__heading {
font-family: 'Cormorant SC', serif;
}
.h1 {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
}
.h2 {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
}
.h3 {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
}
.h4 {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
}
.p {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
   font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif; ;
}
.mainNavigation__list {
     font-family: 'Cormorant', serif;
     font-weight: 700;
    
}
.photoGridWidget__listCaption {
    background-color: rgb(0 0 0 / 25%);
}
.textWidget--49 p {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
font-size: 22px;
}
.newsletterWidget__header h2 {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;

}
.btn {
   font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;

}
/* Color change for "Learn more about us" homepage button */
.btn-light {
    background-color: #623239!important;
    border-color: #4E1F25!important;
    color: #FFFFFF!important;
}
.btn-light:hover {
    background-color: #895A60!important;
    border-color: #895A60!important;
    transition: 0.5s;
}


.bannerWidget__subheading {
    font-family: 'Cormorant', serif;
}
#tasteprofit {
    font-size: 12px;
    color: #34b393;
    text-align: center;
    padding-bottom: 20px;;
}
#tasteprofit a {
    color: #34b393;
}
.textWidget--49 a {
    font-weight: 700;
    font-family: 'Cormorant SC', serif;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
    color: #FFFFFF!important;
    background-color: #8c3a4a;
    border-radius: 3px;
    padding: 10px 15px;
}
.textWidget--46 a {
    font-weight: 700;
    font-family: 'Cormorant SC', serif;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
    color: #FFFFFF!important;
    background-color: #8c3a4a;
    border-radius: 3px;
    padding: 10px 15px;
}
.howItWorksWidget__stepHeader .bullet {
    margin: 0 auto 2px;
}
.textWidget--54 a {
    font-weight: 700;
    font-family: 'Cormorant SC', serif;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
    color: #FFFFFF!important;
    background-color: #8c3a4a;
    border-radius: 3px;
    padding: 10px 15px;
}
/* Media query for mobile devices */
@media only screen and (max-device-width: 480px) {
        .logo__img {
        max-height: 150px;
        }}
