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

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

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

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #dd9927;
}

.text-action {
	color: #dd9927;
}

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

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #f5ce70;
	color: #443e4f;
}

.announcement_bar a {
	color: #448b94;
}

.siteHeader {
	background-color: #e9ebea;
	color: #443e4f;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #e27238;
}

.siteHeader__container {
	max-width: 100%;
}

/* MainNavigation */

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

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #443e4f;
	background-color: #423626;
}

.mobileNav > li > a:hover {
	background-color: #1a0e00;
}

.mobileNav > li > a:focus {
	background-color: #1a0e00;
}

/* Underline Link Effect */
	.mainNavigation__list > li > a {
		color: #443e4f;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #86aeb3;
		background-color: transparent;
		border-bottom: solid 2px #86aeb3;
	}

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

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

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


.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: #e9ebea;
		border-bottom-color: transparent
	}

.auxiliaryMenu {
	max-width: 100%;
}

	.auxiliaryMenu > li > a {
		color: #443e4f;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #86aeb3;
    color: #443e4f;
}

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

.orderStatus__container {
	color: #443e4f;
}

.orderStatus__container a {
	border-bottom-color: #b8e0e5;
	color: #443e4f;
}

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

.orderStatus__mobileToggle {
	color: #443e4f;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #b8e0e5;
	color: #443e4f;
}

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

/* Logo */

.logo {
	color: #443e4f;
	font-size: 19px;
	padding: 16px;
}

.logo__img {
	max-height: 218px;
}

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

.siteFooter {
	background-color: #443e4f;
	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: #585263;
}

.backToTopLink__container a {
	color: #FFF;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #dd9927 !important;
	border-color: #c98513 !important;
	color: #ffffff !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #dd9927 !important;
	border-color: #c98513 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #b57100 !important;
	border-color: #b57100 !important;
	
	color: #ffffff !important;
}

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

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

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

/*Custom Styles*/
/* Make logo bigger on mobile */

@media only screen and (max-device-width: 480px) {
        .logo__img {
        max-height: 150px;
        }}
        
/* 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: #f5ce70;
  margin: 0 auto;
  opacity: .9;
  padding: 10px 10px 10px 50px;
  display: block;
  cursor: pointer;
}

.answers {
  border-top: 1px solid #2a4163;
  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;
}

/*Product Description Tabs */

.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width:800px;
  font-family: sans-serif;
  margin-top:-15px;
}

.tabs__label {
  padding: 10px 16px;
  cursor: pointer;
  font-family: Lora;
  font-weight: 600;
  font-size: 1.2em;
  width:25%;
  text-align:center;
  border-bottom: 1px solid #e9ebea;
  align-self: flex-end;
}

.tabs__radio {
  display: none;
}

.tabs__content {
  order: 1;
  width: 100%;
  line-height: 1.5;
  font-size: 1em;
  display: none;
  padding-top: 15px;
  padding-bottom: 30px;
  font-family: Raleway;
  border-bottom: 1px solid #e9ebea;
}

.tabs__radio:checked + .tabs__label {
  font-weight: bold;
  color: #86aeb3;
  border-bottom: 2px solid #86aeb3;
}

.tabs__radio:checked + .tabs__label + .tabs__content {
  display: inline;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  
.tabs {
  max-width:768px;
  margin-top:15px;
}
  
.tabs__label {
  width:25%;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

  }
  
/* Make vendor logos centered */

.vendorsWidget__coverPhoto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
