:root {
	--brand_color: #c22026;
	--brand_color_inverted: #000000;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #000000;
}

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: Hind;
	font-size: 16px;
}

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #c22026;
}

.text-action {
	color: #c22026;
}

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

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #f0c139;
	color: #020202;
}

.announcement_bar a {
	color: #c22026;
}

.siteHeader {
	background-color: #ffffff;
	color: #1a1a1a;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #3c3b3b;
}

.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: 18px;
}

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

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

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

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


.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: #505050;
			}

	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
				color: #787878;
			}
	
.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #1a1a1a;
    color: #fff;
}

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

.orderStatus__container {
	color: #fff;
}

.orderStatus__container a {
	border-bottom-color: #4c4c4c;
	color: #fff;
}

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

.orderStatus__mobileToggle {
	color: #fff;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #4c4c4c;
	color: #fff;
}

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

/* Logo */

.logo {
	color: #1a1a1a;
	font-size: 18px;
	padding: 20px;
}

.logo__img {
	max-height: 125px;
}

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

.siteFooter {
	background-color: #1a1a1a;
	color: #FFF;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #2e2e2e;
}

.backToTopLink__container a {
	color: #ffffff;
}

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

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #c22026 !important;
	border-color: #ae0c12 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #ea484e !important;
	border-color: #ea484e !important;
	
	color: #ffffff !important;
}

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

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

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

/*Custom Styles*/
/* Drop down responsive FAQs */

.faq {
  width: 80%;
  margin: 0 auto;
}

.centerplease {
  text-align:center;
  margin: 0 auto;
  font-size: 40px;
}

.question {
  color:#000000;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  background: #f4c742;
  margin: 0 auto;
  opacity: .9;
  padding: 10px 10px 10px 50px;
  display: block;
  cursor: pointer;
}

.answers {
  border-top: 1px solid #2a4163;
  background: #f4c742;
  padding: 0 15px;
  margin: 0 0 7px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 1.8em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}
.siteMessage__message {
    font-size: 42px;
    color: red;
}
#tasteprofit {
      font-size: 12px;
    color: #34b393;
    text-align: center;
    padding-bottom: 20px;
}
#tasteprofit a {
    color: #34b393;
}
