/** Shopify CDN: Minification failed

Line 177:1 Expected "}" to go with "{"

**/
div#gorgias-chat-container {
  z-index: 100 !important;
}

.subMenuTextColor {
  color: black !important;
}
.nav-menu-text:hover {
  text-decoration: none;
}
span:hover {
  text-decoration: none;
}

/* FAQ SECTION */
.bb-faq {
  background-color: #c9dee1;
  background-image: url(https://cdn.shopify.com/s/files/1/0564/9032/8257/files/brave-characters-pointing_1.png?v=1683133253);
  background-repeat: no-repeat;
  background-size: 425px;
  background-position: bottom;
  background-position-x: left;
  padding: 50px 0;
}
@media screen and (max-width: 999px) {
  .bb-faq {
    background-image: none;
  }
}
.bb-faq-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.bb-faq-col {
  margin-bottom: 20px;
}
.bb-faq-col .set {
  font-weight: 400;
  padding: 14px 18px;
  box-shadow: 0 0 6px #9d9d9d;
  background: #fff;
  font-size: 15px;
  border-radius: 15px;
  border-style: none;
  margin-top: 15px;
  line-height: 1.5em;
  color: #333;
  cursor: pointer;
}

.bb-faq-col .set summary {
  display: flex;
  color: #373737;
  font-size: clamp(14px, 1.5vw, 16px);
  align-items: center;
  text-align: left;
}
.set .content li,
.bb-faq-col .set .content p {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
.bb-faq-col .set summary span {
  display: flex;
  margin-right: 10px;
}
.bb-faq-col .set summary span img {
  transition: rotate .25s;
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  object-fit: contain;
}
details[open] .plus-icon {
  rotate: 45deg;
}

.bb-faq-col h6 {
  font-family: "Architects Daughter";
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 1.3px;
  color: #d3331a;
  font-weight: 700;
  font-size: 18px;
}
.faq__read-more {
  text-decoration: underline;
  font-size: 15px;
  margin-top: 20px;
  color: var(--main-navy-blue);
}
.bb-faq-col p a {
  display: inline !important;
  text-decoration: underline;
}
/* END FAQ SECTION */

/* CART HEADER */
.header__desktop .icon-cart {
  height: 40px;
  width: 40px;
}
.header__desktop__buttons--icons
  .header__cart__status:not([data-cart-count="0"]),
.header__mobile__button .header__cart__status:not([data-cart-count="0"]) {
  background: #ff0201;
  height: 20px;
  color: #fff;
  min-width: 20px;
}
.header__mobile .icon-cart {
.hamburger__lines span,
.drawer--visible .hamburger__lines span {
  background: #000;
}
.drawer__inner {
  justify-content: start;
}
.drawer__content .sliderow__title,
.drawer__content .sliderow.sliderow__back .sliderow__title {
  font-size: 28px;
}
.header__mobile .icon-cart {
  color: #000;
  height: 33px;
  width: 33px;
}
/* END CART HEADER */

button.cart__checkout {
  padding: 8px;
  background: #d73828;
}

.onetime .input-group:not(#onetimearea) {
  display: none;
}

.rc_form__group.form__control input#customer_email {
  width: 100%;
}
.rc_form__group.form__control button.btn {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  background: #d73828;
  margin-top: 5px;
}

a.popup-modal {
  text-transform: uppercase;
  float: right;
  margin-right: 65px;
  text-decoration: underline;
  color: #d73828;
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .desktops-only {
    display: none !important;
  }
}