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

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

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #b33d26;
	color: #FFF;
	border-color: #b33d26;
}

.text-brand {
	color: #b33d26;
}

.text-action {
	color: #b33d26;
}

.brand-inverted {
	background-color: #FFF;
	color: #b33d26;
	border-color: #FFF;
}

.action {
	background-color: #b33d26;
	color: #FFF;
	border-color: #b33d26;
}

.action-inverted {
	background-color: #FFF;
	color: #b33d26;
	border-color: #FFF;
}

/* SiteHeader */

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

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #000000;
	color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #e27238;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

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

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

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

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

.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-color: transparent
	}

.auxiliaryMenu {
	max-width: 1366px;
}

			.auxiliaryMenu > li > a {
				color: #3f3f3f;
				}
		.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
				color: #676767;
				}
	
.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #b33d26;
    color: #ffffff;
}

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

.orderStatus__container {
	color: #ffffff;
}

.orderStatus__container a {
	border-bottom-color: #e56f58;
	color: #ffffff;
}

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

.orderStatus__mobileToggle {
	color: #ffffff;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #e56f58;
	color: #ffffff;
}

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

/* Logo */

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

.logo__img {
	max-height: 124px;
}

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

.siteFooter {
	background-color: #000000;
	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: #141414;
}

.backToTopLink__container a {
	color: #ffffff;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #b33d26 !important;
	border-color: #9f2912 !important;
	color: #FFF !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #b33d26 !important;
	border-color: #9f2912 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #db654e !important;
	border-color: #db654e !important;
	
	color: #FFF !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #b33d26;
	color: #FFF;
}

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

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

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

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

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

.banner__protocols li:before {
    color: #b33d26
}

/*Custom Styles*/
h2,h3 {color:#B33D26 !important;}
/* ------------FAQs---------- */
.faq {
  width: 80%;
  margin: 0 auto;
}

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

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

.answers {
  border-top: 1px solid #2a4163;
  background: #b33d261f;
  padding: 0px 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;
  color: #fff;
}

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

.questions {
  display: none;
}

/* ------------Responsive Table---------- */
table {
    background-color: transparent;
    border-collapse:collapse;
  	font-family: Arial, Helvetica, sans-serif;
    margin: auto;
}

th {
    text-align:left
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: .84em
    }

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      font-size: .84em
    }

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
    .footerWidget__slot--half-width {
    width: 25%;
}

@media (max-width: 768px)
{.footerWidget__slot--half-width, .footerWidget__slot--quarter-width, .footerWidget__slot--three-quarter-width {
    display: block;
    width: 100%;
}}

.newsletterWidget {
    padding: 10px 20px 60px;
}

/*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: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  width:33%;
  text-align:center;
  border-bottom: 1px solid #d3d3d3;
}

.tabs__radio {
  display: none;
}

.tabs__content {
  order: 1;
  width: 100%;
  line-height: 1.5;
  font-size: 1em;
  display: none;
  padding-top: 15px;
  font-family: sans-serif;
}

.tabs__radio:checked + .tabs__label {
  font-weight: 600;
  color: #b33d26;
  border-bottom: 2px solid #b33d26;
}

.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:33%;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

  }
