h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span a,
a:visited,
a.text-link,
a.text-link:visited,
a:hover,
a:focus {
  color: #1f1f1f;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

.noScroll {
  overflow: hidden;
}

.clear {
  clear: both;
}

.horizontal-divider .divider-inner {
  border-bottom: 2px solid black;
  width: 1400px;
  margin: 0 auto;
}

.js-qty {
  float: right;
  margin: 11px auto 0;
  max-width: 182px;
}

.js-qty input {
  border: none;
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  padding: 10px 25px;
}

.js-qty input:disabled {
  color: black;
  opacity: 1;
  -webkit-text-fill-color: black;
  -webkit-opacity: 1;
}

.js-qty button {
  border: 2px solid #1f1f1f;
  border-radius: 30px;
  padding: 0 6px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 0px 0px #000000;
}

.js-qty button span:before {
  font-weight: bold;
  font-size: 17px;
  color: black;
  position: relative;
  top: 1px;
}

.js-qty button span:before:hover {
  color: black;
}

.js-qty button:focus {
  outline-width: 0;
}

.swell-tab {
  display: none !important;
}

.instagram-gallery {
  width: 100%;
}

.instagram-gallery__item {
  float: left;
  width: 11.3vw;
  height: 11.3vw;
  margin-left: 2.5%;
}

.instagram-gallery__item:hover {
  -webkit-filter: brightness(90%);
}

.instagram-gallery__center-item {
  border: 2px solid black;
  text-align: center;
}

.instagram-gallery__center-item:hover {
  background-color: #f1f1f1;
  opacity: 0.7;
}

.instagram-gallery__item-mobile {
  display: none;
}

.instagram-gallery__center-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.intagram-gallery__instagram-icon {
  margin-top: 2vw;
  width: 1.8vw;
  margin-bottom: 1vw;
}

.intagram-gallery__instagram-short-squiggle {
  width: 2.6vw;
}

.instagram-gallery__center-item p {
  font-size: 1vw;
  line-height: 1.4vw;
  margin: 0;
}

.instagram-gallery__center-item p.instagram-gallery__item-see-more {
  margin-top: 0.5vw;
}

.instagram-gallery__item-handle {
  font-weight: 500;
}

@media (max-width: 1350px) {
  .horizontal-divider .divider-inner {
    width: 100%;
    margin: 0 auto;
  }
}

h2.section-header {
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  color: black;
  margin-top: 125px;
}

h3.section-subheader {
  letter-spacing: -1px;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  color: black;
  opacity: 0.5;
  margin-bottom: 45px;
}

.ajaxcart__footer .additional_checkout_buttons {
  display: none;
}

.cta-button,
.recharge .rc_button,
#product_form .btn-primary,
#customer_tab_content #rc_subscriptions__items__cancel a,
.rc_form__group .btn {
  background-color: #f7f4f1;
  color: #1f1f1f;
  height: auto;
  line-height: 15px;
  border: 2px solid #1f1f1f;
  box-shadow: 0 2px #000;
  font-size: 16px;
  padding: 20px 20px;
  font-weight: 700;
  width: 136px;
  text-transform: uppercase;
  border-radius: 0;
}

.cta-button:hover {
  background-color: black;
  color: white;
  border-color: black;
}

.cta-button {
  cursor: pointer;
}

.cta-black-outline {
  border-color: black;
}

.cta-black-outline:hover {
  background-color: black;
  color: white;
}

.cta-black {
  border-color: black;
  background-color: black;
  color: white;
}

.cta-black:hover,
.recharge .rc_button:hover #product_form .btn-primary:hover,
#customer_tab_content #rc_subscriptions__items__cancel a:hover,
.rc_form__group .btn:hover {
  background-color: white;
  color: black;
}
.sidebar__inner {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
#faq-sidebar,
#account-sidebar,
#customer_tab_nav {
  will-change: min-height;
  margin-top: 0;
}

#testimonial-video-player {
  cursor: pointer;
}

.sidebar-nav ul,
#customer_tab_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-nav ul li,
#customer_tab_nav ul li {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding: 15px 0;
  display: block;
  border-top: 1px solid #000;
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar-nav ul li a:hover,
.sidebar-nav ul li a.selected,
#customer_tab_nav ul li a.active,
#customer_tab_nav ul li a:hover,
.main-content .sidebar-nav ul li a:hover,
.main-content .sidebar-nav ul li a.selected {
  text-decoration: none;
}
.table-wrap td a {
  color: #715fcc;
  font-weight: 500;
}
a.go-back-link {
  color: #715fcc;
  font-weight: 500;
}
a.go-back-link span {
  font-size: 16px;
}

.sms-popup {
  display: none;
  width: 90%;
  position: fixed;
  bottom: -360px;
  left: 5%;
  text-align: center;
  background: rgb(207, 202, 243);
  padding: 15px;
  z-index: 99999;
  box-shadow: 0px 0px 12px #777;
  border-radius: 3px;
  z-index: 9999999;
}

.sms-popup-close {
  right: 20px;
  cursor: pointer;
  width: 30px;
  position: absolute;
}
.sms-popup h2 {
  clear: both;
  font-weight: 700;
  font-size: 9vw;
  margin-bottom: 0px;
  margin-top: 35px;
}
.sms-popup p {
  color: #000;
  font-weight: 400;
  text-align: center;
  font-size: 3.8vw;
  margin-bottom: 5px;
}
.sms-popup a .cta-button {
  background-color: #000;
  color: #fff;
  margin: 15px auto;
  width: 80%;
  font-weight: 600;
  font-size: 6vw;
  border-radius: 40px;
  border: none;
}
.sms-popup .disclaimer {
  font-size: 2.5vw;
  line-height: 1.3;
  color: #333;
  font-style: italic;
  display: block;
  padding: 0 10vw 4vw;
}

@media (max-width: 832px) {
  #dovetale-mobile-padding {
    width: 100%;
    height: 100px;
    background: #f7fafc;
    position: relative;
    top: 116px;
  }
}

@media (max-width: 768px) {
  .fixedPosition {
    position: fixed;
  }

  #privacy.fixedPosition,
  #terms.fixedPosition,
  #account.fixedPosition {
    width: 100%;
  }

  .instagram-gallery__item {
    width: 31%;
    height: 31.3vw;
    margin-bottom: 3vw;
    margin-left: 3.5%;
  }

  .instagram-gallery__photo {
    width: 100%;
  }

  .instagram-gallery__item.no-left-margin {
    margin-left: 0;
  }

  .instagram-gallery__item-mobile {
    display: block;
  }

  .intagram-gallery__instagram-icon {
    margin-top: 8.5vw;
    width: 6.5vw;
    margin-bottom: 3vw;
  }

  .instagram-gallery__center-item
    img.intagram-gallery__instagram-short-squiggle {
    display: none;
  }

  .instagram-gallery__center-item p {
    font-size: 3.47vw;
    line-height: 3.47vw;
    margin: 0;
  }

  .instagram-gallery__center-item p.instagram-gallery__item-see-more {
    display: none;
  }
}
