/* START || HUBSPOT COOKIES */
div#hs-eu-cookie-confirmation {
  background: rgba(0, 0, 0, 0.9);
  height: auto;
  left: 0;
  position: fixed;
  top: auto;
  bottom: 0px;
  width: 100%;
  z-index: 100000000 !important;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  box-shadow: none;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
  font-size: 12px;
  font-family: 'aktiv-grotesk-extended', sans-serif;
  line-height: 18px;
}

div#hs-eu-cookie-confirmation * {
  box-sizing: border-box !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: rgba(0, 0, 0, 0);
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #b38950;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
  text-decoration: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #b38950;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
  text-decoration: underline !important;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  div#hs-en-cookie-confirmation-buttons-area {
  margin: 10px 0 0 !important;
  text-align: left !important;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-decline-button {
  border-radius: 0px;
  display: inline-block;
  padding: 10px 35px !important;
  text-decoration: none !important;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  margin-right: 12px !important;
  color: #000;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-decline-button {
  border: 1px solid #fff !important;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 0 12px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}
/* END || HUBSPOT COOKIES */

/* START || Brightedge Autopilot Start */
.be-list-item {
  margin: 0 0 0 1rem;
  display: inline;
}

.be-related-link-container {
  display: inline-block;
}

.be-list {
  display: inline;
}
/* END || Brightedge Autopilot */

/* START || Remove Unwanted Product Features || */

#product-feature-4,
#product-feature-18,
#product-feature-19
 {
  display: none;
}

/* END || Remove Product Features || */

/* START || Footer styling || */

footer {
  background: #004733;
}

.bg-green {
  background-color: #004733;
}

.mb-footer p {
  color: white;
  margin: 0;
}

.mb-footer ul li {
  padding: 5px 0;
}

.mb-footer .payment-logos img {
  max-height: 30px;
  padding: 0 10px;
}

.mb-social-icons svg {
  height: 25px;
}

.mb-connect {
  height: 400px;
}

.mb-email-sign {
  min-width: 300px;
}

.mb-email-sign .btn-outline-secondary:hover {
  color: black;
  border: solid 1px black;
}
.linkPointer {
  cursor: pointer;
}
#button-addon2 {
  color: #c15a2d;
  border-left: none;
  border-color: #c6c8c7;
}

.bg-orange {
  background-color: #c15a2d;
}

.mb-green {
  color: #004733;
}

.mb-orange {
  color: #c15a2d;
}

p.green-bg-emphasis {
  color: #71847c;
}
.footer-subscription-error {
  margin-bottom: 1rem;
  margin-left: -10%;
}

/* END || Footer styling || */

/* Start || Checkout Styling || */

input:checked + label[for='shippingMethod-021']::after {
  content: 'USPS';
}

input:checked + label[for='shippingMethod-021']::after {
  display: block;
  background: #004733;
  position: absolute;
  left: 0;
  bottom: -14px;
  padding: 0 10px;
  font-size: 10px;
  width: calc(100% - 1rem + -1px);
  color: #fff;
  letter-spacing: 1.5px;
}

/* END || Checkout Styling || */

/* START || PDP Styling || */

@media screen and (min-width: 1025px) {
  .col-12.pdp-primary-section {
    position: sticky !important;
    top: 0 !important;
  }
  .col-12.pdp-primary-section .primary-image.active {
    margin-bottom: 50px;
  }
}

.product-detail .d-lg-none.device-gutters > .wishlist-wrapper {
  display: none;
}

/* END || PDP Styling || */

/* START || Various || */

a.btn:visited {
  color: #fff;
}

*,
:after,
:before {
  box-sizing: border-box;
}

/* END || Various || */
