:root {
	--brand_color: #811920;
	--brand_color_inverted: #fdd824;
	--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: Suez One;
}

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #811920;
	color: #fdd824;
	border-color: #811920;
}

.text-brand {
	color: #811920;
}

.text-action {
	color: #ac1c26;
}

.brand-inverted {
	background-color: #fdd824;
	color: #811920;
	border-color: #fdd824;
}

.action {
	background-color: #ac1c26;
	color: #eeeeee;
	border-color: #ac1c26;
}

.action-inverted {
	background-color: #eeeeee;
	color: #ac1c26;
	border-color: #eeeeee;
}

/* SiteHeader */

.announcement_bar {
	background-color: #f5dcdc;
	color: #c90000;
}

.announcement_bar a {
	color: #3d3d3d;
}

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

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

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

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

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

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


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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #d28585;
    color: #706c6c;
}

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

.orderStatus__container {
	color: #706c6c;
}

.orderStatus__container a {
	border-bottom-color: #ffb7b7;
	color: #706c6c;
}

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

.orderStatus__mobileToggle {
	color: #706c6c;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #ffb7b7;
	color: #706c6c;
}

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

/* Logo */

.logo {
	color: #ffffff;
	font-size: 18px;
	padding: 30px;
}

.logo__img {
	max-height: 148px;
}

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

.siteFooter {
	background-color: #202020;
	color: #FFF;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #343434;
}

.backToTopLink__container a {
	color: #d56068;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #811920 !important;
	border-color: #6d050c !important;
	color: #fdd824 !important;
}

.btn-brand-inverted {
	background-color: #fdd824;
	color: #811920;
	border: solid 1px #811920;
}

.btn-brand-inverted:hover {
	background-color: #811920;
	color: #fdd824;
	border: solid 1px #811920;
}



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

.btn-danger, .btn-action, .cta {
	background-color: #ac1c26 !important;
	border-color: #980812 !important;
	color: #eeeeee !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #d4444e !important;
	border-color: #d4444e !important;
	
	color: #eeeeee !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #811920;
	color: #fdd824;
}

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

/*Custom Styles*/
.flexWrapper {
    display:flex; 
    justify-content: space-evenly; 
    align-items: baseline; 
    align-content:space-between; 
    max-width: 1600px; 
    min-width: 600px;
    flex-flow: row wrap;
}
.loc {
    width:30%; 
    border: 1px solid black; 
    padding:25px
}
.logo {
    width:30%;
}

@media screen and (max-width: 600px) {
    .flexWrapper { 
        flex-flow: column nowrap; 
        max-width: 600px;
        min-width: 200px;
        justify-content:flex-start;
        align-items:center;
        align-content:center;
    }
    .loc {
        width: 90%;
    }
    .logo {
        width:80%;
    }
    .footie {
        flex-flow: row wrap;
    }
    .footie div {
        max-width:45%;
    }
    
    .logo1 { order: 1;}
    .west { order: 2; }
    .logo2 { order: 3; }
    .hatteras { order: 4; }
    .logo3 { order: 5; }
    .whole { order: 6; }
}

.auxiliaryMenu__container {
    display:none;
}



.logo__container--style4 img {
    float:right;
}
