:root {
	--brand_color: #000000;
	--brand_color_inverted: #ffffff;
	--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: Suez One;
	font-size: 21px;
}

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #000000;
}

.text-action {
	color: #ff0000;
}

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

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #000000;
	color: #ffffff;
}

.announcement_bar a {
	color: #ffffff;
}

.siteHeader {
	background-color: #eee4c5;
	color: #000000;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #000000;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #000000;
	background-color: #2C5170;
}

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

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

	.mainNavigation__list > li > a {
		color: #000000;
		background-color: #eee4c5;
	}
	.mainNavigation__list > li > a:hover {
		color: #000000;
		background-color: #eee4c5;
	}

	.mobileNav > li > a {
		color: #000000;
		background-color: #eee4c5;
	}

	.mobileNav > li > a:hover {
		color: #000000;
		background-color: #eee4c5;
	}

	.mobileNav > li > a:focus {
		color: #000000;
		background-color: #eee4c5;
	}

.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: #000000;
		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: #eee4c5;
    color: #000000;
}

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

.orderStatus__container {
	color: #000000;
}

.orderStatus__container a {
	border-bottom-color: #fffff7;
	color: #000000;
}

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

.orderStatus__mobileToggle {
	color: #000000;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #fffff7;
	color: #000000;
}

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

/* Logo */

.logo {
	color: #000000;
	font-size: 20px;
	padding: 30px;
}

.logo__img {
	max-height: 250px;
}

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

.siteFooter {
	background-color: #ffffff;
	color: #000000;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #ffffff;
}

.backToTopLink__container a {
	color: #000000;
}

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

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #ff0000 !important;
	border-color: #eb0000 !important;
	color: #000000 !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #ff2828 !important;
	border-color: #ff2828 !important;
	
	color: #000000 !important;
}

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

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

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

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #eee4c5 !important;
	border-color: #eee4c5 !important;
	color: #000000;
}

.storeSearch__input--style2 {
	border-color: #eee4c5 !important;
}

.storeIndex__sideBarList--style2 > li > a {
	color: #000000;
	border-color: #e4dabb !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #000000;
	background-color: #e4dabb !important;
}

.storeSearch__button--style2 {
	color: #000000;
}

.banner__protocols li:before {
    color: #000000
}

/*Custom Styles*/
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
  padding: 0.5rem;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: 100%;
  right: 110%;
  transform: translateY(200%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="linkedin"] .filled,
.example-2 .icon-content a[data-social="linkedin"] ~ .tooltip {
  background-color: #0274b3;
}

.example-2 .icon-content a[data-social="github"] .filled,
.example-2 .icon-content a[data-social="github"] ~ .tooltip {
  background-color: #24262a;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}
