/* this css file uses bulma */
body, button, input, select, textarea {
  font-family: 'Roboto', sans-serif; }

/* F U Q recharge */
.rc_popup__badge {
  display: none; }

.rc_popup__block__footer {
  display: none; }

/* setup */
body {
  color: #111; }

*:focus {
  outline: 0; }

/* helpers */
.embed-container {
  cursor: pointer;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  background: #000; }

.is-hidden {
  display: none; }

/* elements */
a:hover {
  text-decoration: underline; }

a.button:hover {
  text-decoration: none; }

iframe {
  display: block; }

/* buttons */
/* forms */
/* tables */
/* layout */
/* header */
.header {
  color: #fff; }

.header a:hover {
  text-decoration: none; }

.header strong {
  color: #fff; }

/* pitch bar */
.pitch-bar {
  background: #009ed2;
  text-align: center;
  font-size: 14px;
  line-height: 2.2; }

.pitch-bar p {
  margin: 0; }

/* nav bar */
.navbar {
  font-family: 'Pragati Narrow', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px; }

.navbar-item img {
  max-height: 50px; }

.navbar.is-black .navbar-end .navbar-link.is-active, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-end > a.navbar-item.is-active, .navbar.is-black .navbar-end > a.navbar-item:hover, .navbar.is-black .navbar-start .navbar-link.is-active, .navbar.is-black .navbar-start .navbar-link:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, .navbar.is-black .navbar-start > a.navbar-item:hover {
  color: #00d8ff; }

.navbar-end .icon {
  color: #fff; }

.navbar-end .icon-user,
.navbar-end .icon-cart {
  margin-left: 0.8rem; }

.navbar-end .icon-cart {
  position: relative; }

.navbar-end .icon-cart .cart-count {
  position: absolute;
  left: 27px; }

.navbar-end .icon:hover {
  color: #00d8ff !important; }

/* search */
.search-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100; }

.search-box {
  max-width: 600px;
  margin: 7rem auto 2rem;
  padding: 0 2rem; }

.search-box .is-right {
  pointer-events: all !important;
  cursor: pointer !important; }

.search-box .is-right:hover {
  color: #111 !important; }

.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .select:focus ~ .icon {
  color: #dbdbdb; }

/* hero */
.hero-bar {
  background-color: #000;
  color: #fff; }

.hero-bar a:hover {
  text-decoration: none; }

.hero-bar .background {
  min-height: 360px;
  background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/hero.jpg?v=11361939561556750152);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 268px) {
    .hero-bar .background {
      background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/hero_800x.jpg?v=11361939561556750152); } }
  @media (min-width: 468px) {
    .hero-bar .background {
      background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/hero_800x.jpg?v=11361939561556750152); } }
  @media (min-width: 800px) {
    .hero-bar .background {
      background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/hero_1000x.jpg?v=11361939561556750152); } }
  @media (min-width: 1000px) {
    .hero-bar .background {
      background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/hero_1200x.jpg?v=11361939561556750152); } }

.hero-content .title {
  font-size: 38px;
  color: #00d8ff;
  letter-spacing: -.06rem; }

.hero-content {
  font-size: 16px; }

.hero-content p {
  margin-bottom: 0.8rem; }

.hero-content .hero-text {
  max-width: 400px; }

.hero-content ul {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 1.2rem;
  margin-left: 0.2rem; }

.hero-content ul a {
  color: #ccc;
  border-bottom: 1px dotted #999; }

.hero-content ul a:hover {
  border-bottom: 1px dotted #ccc; }

.hero-content .icon {
  margin-right: 5px; }

.hero-content .button {
  margin-bottom: 2rem; }

.hero-bar .made-in-usa {
  display: inline-block;
  vertical-align: middle;
  max-height: 60px;
  width: auto;
  margin-right: 12px; }

.hero-bar .liquid-glass {
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
  width: auto; }

/* contact bar */
.contact-bar {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #151515;
  color: #fff;
  font-size: 18px; }

.contact-bar a {
  color: #fff; }

.contact-bar .icon {
  vertical-align: middle;
  font-size: 28px;
  margin-right: 16px; }

.contact-bar .phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px; }

.contact-bar .phone small {
  color: #888;
  font-size: 14px;
  display: block; }

.contact-bar .stars {
  max-width: 110px; }

/* video intro */
.video-intro {
  background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/splash_1200x.jpg?v=1457443548848650046);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 268px) {
    .video-intro {
      background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/splash_400x.jpg?v=1457443548848650046); } }
  @media (min-width: 468px) {
    .video-intro {
      background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/splash_800x.jpg?v=1457443548848650046); } }
  @media (min-width: 800px) {
    .video-intro {
      background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/splash_1000x.jpg?v=1457443548848650046); } }
  @media (min-width: 1000px) {
    .video-intro {
      background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/splash_1200x.jpg?v=1457443548848650046); } }

.video-intro .custom-columns {
  text-align: center; }

.video-intro .custom-columns .column-1 {
  display: inline-block;
  width: 37%;
  vertical-align: middle;
  margin-right: 4%; }

.video-intro .custom-columns .column-2 {
  display: inline-block;
  width: 50%;
  vertical-align: middle; }

.video-intro .pre-title {
  background: #333;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 0.25rem 1rem 0.15rem;
  border-radius: 50px;
  margin-bottom: 0.8rem; }

.video-intro .title {
  font-size: 1.9rem;
  margin-bottom: 1rem;
  line-height: 1.3; }

.video-intro .title span {
  color: #009ed2; }

.video-intro p {
  color: #555; }

/* how it works */
.how-it-works {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f9f9f9; }

.how-it-works .is-3 {
  font-weight: normal;
  margin-bottom: 1.0rem; }

.how-it-works .intro {
  margin: 0 auto;
  margin-bottom: 2rem;
  font-size: 18px;
  max-width: 600px;
  color: #777; }

.how-it-works .is-3 span {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 5px; }

.how-it-works .step {
  font-size: 22px;
  border: 3px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  width: 40px;
  line-height: 34px;
  margin-bottom: 1.0rem; }

.how-it-works .is-5 {
  margin: 0;
  margin-bottom: 0.3rem;
  font-weight: bold;
  color: #009ed2;
  font-size: 17px;
  text-transform: uppercase; }

/* product tlc */
.product-tlc .info {
  padding-left: 2rem;
  font-size: 20px; }

.product-tlc .logo {
  display: block;
  max-width: 270px;
  margin: 0 auto 1rem; }

.product-tlc .description {
  margin-bottom: 2rem; }

.product-tlc .price {
  font-weight: bold;
  margin-bottom: 1rem; }

.product-tlc .price .retail {
  color: #777;
  text-decoration: line-through; }

.product-tlc .price .sale {
  color: #d80000; }

.product-tlc .review {
  margin-top: 2.5rem; }

.product-tlc .review img {
  display: block;
  margin: 0 auto 0.8rem;
  max-width: 120px; }

.product-tlc blockquote {
  font-style: italic;
  color: #555;
  font-size: 18px;
  line-height: 1.4; }

/* category list */
.category-list .bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 10rem; }

.category-list a {
  display: block; }

.category-list .title-container {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: 0.2s all ease-in-out; }

.category-list a:hover .title-container {
  background: rgba(0, 0, 0, 0.65); }

.category-list .title {
  display: inline-block;
  color: #fff;
  border-bottom: 3px solid #00d8ff;
  padding-bottom: 0.2rem; }

/* testimonials */
.testimonials {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.testimonials .title {
  font-family: 'Bitter', serif;
  font-weight: normal;
  margin-bottom: 0.8rem;
  letter-spacing: -0.02rem;
  font-size: 1.9rem;
  color: #222;
  line-height: 1.4; }

.testimonials p {
  font-size: 18px; }

.testimonials .more-reviews {
  margin-top: 2.5rem;
  font-size: 18px; }

.testimonials a {
  color: #111;
  text-decoration: underline; }

.testimonials a:hover {
  text-decoration: none; }

.verified-buyer {
  line-height: 22px;
  margin-left: 5px;
  display: inline-block;
  background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/verified.png?v=7432486888659655626);
  background-size: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #1bc187;
  font-size: 15px;
  padding-left: 24px; }

/* guarantee */
.guarantee {
  background: #f3f3f3; }

.guarantee .title {
  margin-top: 1.6rem; }

.guarantee p {
  font-size: 18px; }

/* lazy youtube */
.lazy-youtube .play-button {
  /* original red button style */
  /*
  position: absolute;
  width: 90px;
  height: 60px;
  background-color: #ff0000;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
  z-index: 1;
  border-radius: 6px;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  */
  /* white button style */
  position: absolute;
  border: 3px solid #fff;
  width: 90px;
  height: 60px;
  z-index: 1;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.lazy-youtube .play-button:before,
.lazy-youtube .play-button-alternate:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.lazy-youtube img {
  position: absolute;
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out; }

.lazy-youtube img:hover {
  opacity: 0.6; }

.lazy-youtube iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

.lazy-youtube-block {
  max-width: 650px;
  margin: 0 auto; }

.lazy-youtube-block .embed-container {
  margin-bottom: 1rem; }

/* video reviews */
.video-reviews {
  background: #009ed2;
  text-align: center; }

.video-reviews .column .title {
  color: #9ce6ff;
  font-weight: normal;
  margin-bottom: 0.9rem; }

/* short faq */
.accordion {
  border-top: 1px solid #ddd; }

.accordion .item {
  cursor: pointer;
  padding: 1rem 0.8rem;
  border-bottom: 1px solid #ddd; }

.accordion .item:hover {
  background-color: #f7f7f7; }

.accordion .visible {
  font-size: 17px;
  background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/accordion-icon.png?v=11588315558389689433);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px; }

.accordion .active .visible {
  background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/accordion-icon-active.png?v=14107704923773137484); }

.accordion .visible p {
  margin-right: 1.8rem; }

.accordion .hidden {
  display: none;
  font-size: 16px;
  margin-top: 0.8rem;
  color: #555; }

.short-faq .accordion {
  max-width: 720px;
  margin: 0 auto; }

.short-faq .more-link {
  margin-top: 1rem;
  display: inline-block; }

.short-faq .more-questions .title {
  margin-top: 3rem;
  font-weight: normal; }

/* seals */
.seals {
  background: #eee;
  text-align: center; }

.seals img {
  display: inline-block;
  width: auto;
  max-height: 90px;
  margin: 0 20px;
  vertical-align: middle; }

.seals .seal3 {
  max-height: 70px; }

/* footer */
.footer {
  background: #000;
  color: #fff; }

.footer a {
  color: #4ccfff; }

.footer strong {
  color: #fff; }

.footer .title {
  margin-bottom: 1rem;
  color: #aaa; }

.footer .menu {
  line-height: 1.8; }

.footer .newsletter p {
  font-size: 14px;
  margin-bottom: 1rem; }

.footer .newsletter small {
  display: block;
  margin-top: -1.2rem;
  font-size: 11px;
  color: #777; }

.footer .logo {
  display: inline-block;
  max-width: 250px;
  margin-bottom: 0.5rem; }

.footer .phone {
  font-size: 120%; }

.footer .phone a {
  color: #fff; }

.footer .phone small {
  display: block;
  line-height: 1;
  font-size: 11px;
  color: #777;
  margin-bottom: 1rem; }

.footer .email {
  margin-bottom: 1rem; }

.footer .address {
  font-size: 14px;
  margin-bottom: 1rem; }

.footer .social {
  font-size: 24px; }

.footer .social a {
  margin-left: 8px; }

.footer .social a:hover {
  color: #fff; }

.footer-closing {
  border-top: 1px solid #222;
  padding-top: 2rem;
  font-size: 14px;
  color: #777; }

.footer-closing a {
  color: #999; }

/* page */
.page-header {
  text-align: center;
  background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/page-header.jpg?v=17078830909226476853);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.page-header .title {
  font-weight: normal; }

.page-header .is-5 {
  color: #aaa; }

.page-content {
  font-size: 18px; }

.page-content .content {
  max-width: 950px;
  margin: 0 auto; }

.notification {
  font-size: 15px; }

.notification ul {
  margin-top: 0 !important;
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* pagination */
.pagination,
.pagination-numbered {
  margin: 2rem 0 0;
  font-size: 18px; }

.pagination-numbered {
  text-align: center; }

.pagination-numbered ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.pagination-numbered li {
  display: inline-block; }

.pagination-numbered a {
  display: block;
  padding: 0.3rem 0.7rem;
  border: 1px solid #eee;
  border-radius: 2px; }

.pagination-numbered .active {
  font-weight: bold;
  text-decoration: none !important;
  color: #111 !important;
  cursor: default; }

/* articles */
.articles .article {
  margin-bottom: 1rem; }

.articles .article .title {
  margin-bottom: 0; }

.articles .article .date {
  color: #aaa; }

/* misc pages */
#_ua_bannerPrivacyContainer,
.shopify-challenge__container {
  padding: 3rem 1.5rem; }

#g-recaptcha {
  overflow: hidden; }

/* product list */
.product-list .product-item {
  text-align: center; }

.product-list .product-item .product-name {
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0.1rem; }

.product-list .product-item a {
  color: #111; }

.product-price .price {
  font-weight: bold;
  color: #ff0000; }

.product-price .compare-price {
  color: #888;
  text-decoration: line-through; }

.customer-form {
  max-width: 400px;
  margin: 0 auto; }

.customer-links {
  margin-top: 1rem;
  font-size: 15px; }

.customer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.customer-links li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  line-height: 1.2; }
  .customer-links li:first-child {
    padding-left: 0; }
  .customer-links li:last-child {
    border-right: 0;
    padding-right: 0; }

.customer-links a {
  color: #777;
  display: block; }

.guest-form {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee; }

/* collection list */
.collection-list .collection-item {
  text-align: center; }

.collection-list .collection-item .collection-name {
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0.1rem; }

.collection-list .collection-item a {
  color: #111; }

/* account */
.recent-orders,
.customer-profile,
.shipping-address,
.billing-address,
.order-status,
.line-items {
  font-size: 15px; }

.order-cancelled {
  color: #ca0000;
  margin-bottom: 2rem !important; }

.content table tfoot {
  border-top: 2px solid #dbdbdb; }

.content table tfoot td, .content table tfoot th {
  border-width: 1px 0 0; }

/* cart */
.cart .title {
  font-weight: normal;
  margin: 0; }

.cart a {
  color: #111; }

.cart .product-image {
  display: block;
  max-width: 165px;
  margin: 0 auto; }

.cart .cart-item {
  border-bottom: 1px solid #eee;
  padding: 0.5rem 0; }

.product-meta {
  font-size: 14px; }

.product-meta .name {
  color: #777; }

.cart .product-meta {
  margin-top: 0.5rem; }

.cart .product-price {
  margin-top: 0.5rem; }

.cart .product-quantity {
  margin-top: 1.0rem; }

.cart .product-quantity input {
  font-size: 12px;
  width: 35px;
  text-align: center; }

.cart .product-quantity button,
.cart .product-quantity a {
  display: inline-block;
  margin-right: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  color: #777; }

.cart .product-quantity button:hover,
.cart .product-quantity a:hover {
  text-decoration: underline; }

.additional-checkout-buttons {
  text-align: center; }

.order-curency {
  font-size: 14px;
  text-align: center; }

.cart-savings {
  color: #bb0000; }

.cart-subtotal {
  font-size: 20px;
  margin-bottom: 0.5rem !important; }

.cart .checkout {
  width: 100%;
  display: block;
  margin: 1rem auto 1rem;
  max-width: 500px; }

.cart .checkout svg {
  margin-top: -5px;
  position: relative;
  top: 2px; }

.additional-checkout-buttons .additional-checkout-button {
  display: inline-block;
  margin: 0 auto 1rem; }

/* product */
.product-detail h1.title {
  margin-bottom: 0.5rem; }

.product-detail .review-count {
  margin-bottom: 1rem; }

.product-detail .fa-star-half-o:before, .product-detail .fa-star-o:before, .product-detail .fa-star:before, .product-detail .stamped-fa-star-half-o:before, .product-detail .stamped-fa-star-o:before, .product-detail .stamped-fa-star:before {
  font-size: 26px; }

.product-detail .stamped-badge-caption {
  font-size: 16px;
  color: #333;
  position: relative;
  top: -2px;
  margin-left: 4px; }

.product-detail #dynamic-price {
  margin-bottom: 1rem;
  font-size: 20px; }

.product-detail .product-variants {
  margin-bottom: 1rem; }

.product-detail .product-quantity {
  margin-bottom: 2rem; }

.product-detail .product-quantity small {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle; }

.product-detail .product-quantity input {
  width: 37px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  height: auto; }

.product-detail #add-to-cart-button {
  margin-bottom: 12px;
  width: 100%;
  max-width: 200px; }

.product-detail .savings {
  display: inline-block;
  margin-left: 10px; }

#variant-image {
  display: block;
  margin-bottom: 10px; }

.variant-gallery {
  text-align: center; }

.variant-gallery img {
  display: inline-block;
  opacity: 1;
  width: 100px;
  height: auto;
  margin: 0 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s opacity ease-in-out; }

.variant-gallery .selected {
  border-color: #ccc; }

.variant-gallery img:hover {
  border-color: #ddd; }

.reviews-collection {
  font-size: 12px;
  color: #4c4c4c; }

section.page-content.product-detail {
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    section.page-content.product-detail {
      padding-top: 24px; } }

/* order lookup (copied and pasted from bulma because this plugin is a piece of shit */
#ola_lookupForm label {
  color: #363636;
  display: block;
  font-size: 1rem !important;
  font-weight: 700;
  margin-bottom: .5em; }
#ola_lookupForm input[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(.375em - 1px);
  padding-left: calc(.625em - 1px);
  padding-right: calc(.625em - 1px);
  padding-top: calc(.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%; }
#ola_lookupForm input[type="button"] {
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(.375em - 1px);
  padding-left: .75em;
  padding-right: .75em;
  padding-top: calc(.375em - 1px);
  text-align: center;
  white-space: nowrap;
  background-color: #23d160;
  border-color: transparent;
  color: #fff; }

/* responsive */
@media screen and (max-width: 768px) {
  .navbar-end {
    margin-bottom: 1rem; }

  .navbar-end .icon {
    color: #111; }

  .hero-content p {
    margin-bottom: 1rem; }

  .hero-content .hero-text {
    background: rgba(0, 0, 0, 0.7);
    max-width: 100%;
    padding: 10px 5px;
    border-radius: 2px;
    margin-bottom: 1.5rem; }

  .hero-content .button {
    margin-bottom: 0; }

  .hero-content .made-in-usa {
    max-height: 50px;
    margin-right: 30px; }

  .hero-content .liquid-glass {
    max-height: 40px; }

  .contact-bar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }

  .contact-bar .icon {
    margin-right: 3px;
    margin-bottom: 5px; }

  .contact-bar .stars {
    max-width: 90px; }

  .video-intro .custom-columns .column-1,
  .video-intro .custom-columns .column-2 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0; }

  .video-intro .custom-columns .column-1 {
    margin-bottom: 1rem; }

  .how-it-works {
    padding-top: 3rem;
    padding-bottom: 3rem; }

  .how-it-works .is-3 {
    line-height: 1.6;
    font-weight: bold; }

  .how-it-works .step,
  .how-it-works .step-content {
    display: inline-block;
    vertical-align: top; }

  .how-it-works .step-content {
    width: 70%;
    text-align: left;
    margin-left: 1rem; }

  .how-it-works br {
    display: none; }

  .product-tlc {
    padding-bottom: 1rem; }

  .product-tlc .bottle {
    max-width: 140px;
    display: block;
    margin: 0 auto; }

  .product-tlc .info {
    padding: 0;
    font-size: 17px; }

  .product-tlc .info img {
    max-width: 220px; }

  .product-tlc .review img {
    max-width: 190px; }

  .product-tlc blockquote {
    font-size: 16px; }

  .guarantee img {
    display: block;
    margin: 0 auto;
    max-width: 150px; }

  .accordion .item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

  .accordion .visible p {
    font-size: 16px; }

  .accordion .hidden p {
    font-size: 15px; }

  .seals img {
    margin: 0;
    margin-bottom: 10px; }

  .footer .logo {
    margin-top: 1.5rem; }

  .footer .newsletter .field {
    justify-content: center; }

  .page-header {
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .page-header .title.is-2 {
    /* page header */
    font-size: 2rem; }

  .page-header .title.is-3 {
    /* blog header */
    font-size: 1.6rem;
    margin-bottom: 1rem; }

  .page-header .title.is-5 {
    /* blog date */
    font-size: 1.1rem; }

  .sweettooth-loyalty-btn {
    width: 100% !important;
    max-width: 250px !important; }

  .recent-orders table,
  .order-items table {
    font-size: 13px; }

  .product-detail #add-to-cart-button {
    max-width: 100%; } }
/* ===== CUSTOM CODE ===== */
li.glBzMf svg {
  width: 1em !important;
  margin-right: 5px; }

.best-sellers #best-sellers-container {
  padding-top: 24px;
  padding-bottom: 30px; }
.best-sellers #best-sellers-header {
  font-size: 30px;
  line-height: normal;
  color: #363636;
  text-align: center;
  margin: 0; }
.best-sellers #best-sellers-inner {
  max-width: 1240px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  @media screen and (max-width: 539px) {
    .best-sellers #best-sellers-inner {
      margin-top: 10px; } }
.best-sellers #best-sellers-inner .column.is-3, .best-sellers #best-sellers-inner .column.is-3-tablet {
  max-width: 240px; }
  @media screen and (min-width: 540px) and (max-width: 768px) {
    .best-sellers #best-sellers-inner .column.is-3, .best-sellers #best-sellers-inner .column.is-3-tablet {
      width: 25%;
      max-width: 180px; } }
.best-sellers #best-sellers-inner .product-list .product-item .product-name {
  min-height: 40px; }
  @media screen and (min-width: 540px) and (max-width: 768px) {
    .best-sellers #best-sellers-inner .product-list .product-item .product-name {
      font-size: 14px;
      min-height: 54px; } }
  @media screen and (max-width: 460px) {
    .best-sellers #best-sellers-inner .product-list .product-item .product-name {
      min-height: 60px; } }

/* styles for CF 05 implementation */
.columns .product-list .product-info h3.product-name {
  min-height: 40px; }

div.quick-shop-container {
  position: relative;
  display: block;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 30px;
  cursor: pointer; }

.quick-shop-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: white;
  cursor: pointer;
  pointer-events: none;
  margin: 0;
  padding-left: 16px;
  padding-right: 60px; }

.quick-shop-select {
  display: block;
  width: 100%;
  height: 40px;
  background-image: url(//cdn.shopify.com/s/files/1/2961/5322/t/53/assets/dropdown-arrow.png?v=10051331466585314897);
  background-color: #23d160;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: 93% center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  cursor: pointer;
  text-align: left;
  color: #23d160;
  margin: 0;
  padding: 0;
  padding-left: 16px;
  padding-right: 60px; }

.quick-shop-container.single-option .quick-shop-select {
  background-image: none !important;
  pointer-events: none; }

.quick-shop-select option {
  background-color: white;
  color: black; }

@media screen and (max-width: 1087px) {
  div.quick-shop-container {
    display: none; } }
@media screen and (max-width: 991px) {
  .quick-shop-label {
    font-size: 13px;
    padding-right: 40px; } }
@media screen and (max-width: 768px) {
  .quick-shop-select {
    background-position: 92% center; } }
@media screen and (max-width: 600px) {
  .quick-shop-label {
    font-size: 12px;
    padding-right: 35px; } }
@media screen and (max-width: 370px) {
  .quick-shop-select {
    background-size: auto 26px; }

  .quick-shop-label {
    font-size: 10px; } }
/* CF 13 Implementation */
#free-shipping-container {
  display: block;
  width: 100%;
  margin-bottom: 24px; }

#free-shipping-text {
  display: block;
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  color: black;
  margin: 0; }

@media screen and (min-width: 769px) {
  #free-shipping-container {
    max-width: 200px; } }
/* CF 19 Implementation */
.columns .product-list.column {
  position: relative; }

.best-sellers-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 80px; }

@media screen and (max-width: 450px) {
  .best-sellers-badge {
    width: 60px; } }
/* CF 15 Implementation */
#gibt-container {
  display: block;
  border: 2px solid #8fe7af;
  background-color: #d3f7df;
  padding: 10px 20px;
  margin-top: 4px;
  margin-bottom: 24px; }

#gibt-container .gibt-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.44px;
  text-align: center;
  color: #145c2e;
  margin: 0; }

#gibt-container .gibt-text.larger {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 20px; }

#gibt-date {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.44px;
  text-align: center;
  color: #d53600;
  margin: 0;
  margin-top: 6px; }

@media screen and (max-width: 768px) {
  #gibt-container {
    display: none; } }
@media screen and (max-width: 450px) {
  #gibt-container {
    padding: 6px 10px; }

  #gibt-container .gibt-text, #gibt-date {
    font-size: 13px; }

  #gibt-container .gibt-text.larger {
    font-size: 14px; }

  .gibt-text, #gibt-date {
    font-weight: 500; } }
/* CF 25 Implementation */
#testimonials-container {
  display: block;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 20px; }

#testimonials-inner {
  display: block; }

.testimonial-block {
  display: block;
  position: relative; }

.quote-icon {
  position: absolute;
  top: -18px;
  left: 18px;
  z-index: 1; }

.testimonial-text {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: black;
  margin: 0;
  z-index: 2; }

.stars-icon {
  display: block;
  margin: 0 auto;
  margin-top: 24px; }

.testimonial-name {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: black;
  margin: 0;
  margin-top: 6px; }

.testimonial-product {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  font-style: italic;
  letter-spacing: normal;
  text-align: center;
  color: #949494;
  margin: 0;
  margin-top: 6px; }

@media screen and (max-width: 500px) {
  #testimonials-container {
    margin-top: 40px;
    margin-bottom: 10px; }

  .testimonial-text {
    font-size: 14px;
    line-height: 20px; }

  .quote-icon {
    width: 40px;
    left: 0;
    top: -10px; }

  .stars-icon {
    margin-top: 20px; }

  .testimonial-name {
    font-size: 15px;
    line-height: 22px; }

  .testimonial-product {
    font-size: 13px; } }
/* CF 40 Implementation */
#amount-sold-container {
  display: block;
  float: right;
  text-align: left;
  margin-top: -2px; }
  @media screen and (max-width: 992px) {
    #amount-sold-container {
      float: none;
      clear: both;
      margin-bottom: 14px; } }

#amount-sold-icon {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  margin-right: 4px; }

#amount-sold-text {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #111111;
  margin: 0; }

.product-detail .review-count {
  float: left; }
  @media screen and (max-width: 992px) {
    .product-detail .review-count {
      margin-bottom: 4px; } }
.product-detail #dynamic-price {
  clear: both; }

/* CF 45 Implementation */
@media screen and (max-width: 768px) {
  .product-detail .product-title-section.desktop {
    display: none; } }
.product-detail .product-title-section.mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .product-detail .product-title-section.mobile {
      display: block; } }
  .product-detail .product-title-section.mobile .review-count {
    float: none; }

/* CF 41 Implementation */
#checkout-form #cart-gibt-container {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center; }
#checkout-form #cart-truck-icon {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 56px; }
  @media screen and (max-width: 480px) {
    #checkout-form #cart-truck-icon {
      width: 48px; } }
#checkout-form #cart-gibt-text {
  display: inline-block;
  vertical-align: bottom;
  max-width: calc(100% - 56px);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
  margin: 0;
  padding-left: 10px; }
  @media screen and (max-width: 480px) {
    #checkout-form #cart-gibt-text {
      max-width: calc(100% - 48px);
      font-size: 13px; } }
  @media screen and (max-width: 410px) {
    #checkout-form #cart-gibt-text {
      line-height: 18px; } }
#checkout-form #cart-gibt-text span {
  display: block;
  color: #e61900; }

/* CF 42 Implementation */
.cart #threshold-container {
  display: none;
  margin: 10px 0;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .cart #threshold-container {
      max-width: 500px;
      margin: 10px auto; } }
  @media screen and (min-width: 769px) {
    .cart #threshold-container {
      display: none !important; } }
.cart #shipping-threshold-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #009ed2;
  padding: 0 10px;
  margin: 0; }
.cart #background-div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b0ddec;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: -1; }
.cart #background-div.full {
  width: 100% !important;
  border-radius: 25px; }
.cart #shipping-threshold-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 46px);
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #01789f;
  margin: 0;
  padding-top: 2px; }
  @media screen and (max-width: 960px) {
    .cart #shipping-threshold-text {
      font-size: 11px;
      line-height: 16px; } }
.cart #truck-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px; }

/* CF 38 Implementation */
@media screen and (min-width: 769px) {
  .best-sellers .price {
    display: inline-block; }
  .best-sellers .price::first-letter {
    visibility: hidden;
    margin-left: -8px; }

  .product-tlc .price .retail {
    display: inline-block; }
  .product-tlc .price .retail::first-letter {
    visibility: hidden;
    margin-left: -8px; }
  .product-tlc .price .sale {
    display: inline-block; }
  .product-tlc .price .sale::first-letter {
    visibility: hidden;
    margin-left: -8px; }

  .product-list .price {
    display: inline-block; }
  .product-list .price::first-letter {
    visibility: hidden;
    margin-left: -8px; }

  .product-detail .compare-price {
    display: inline-block; }
  .product-detail .compare-price::first-letter {
    visibility: hidden;
    margin-left: -8px; }
  .product-detail .price {
    display: inline-block; }
  .product-detail .price::first-letter {
    visibility: hidden;
    margin-left: -8px; }

  #checkout-form .compare-price {
    display: inline-block; }
  #checkout-form .compare-price::first-letter {
    visibility: hidden;
    margin-left: -8px; }
  #checkout-form .price {
    display: inline-block; }
  #checkout-form .price::first-letter {
    visibility: hidden;
    margin-left: -8px; }
  #checkout-form .cart-subtotal .level-right strong::first-letter {
    visibility: hidden;
    margin-left: -8px; }
  #checkout-form .sezzle-payment-amount {
    display: inline-block; }
  #checkout-form .sezzle-payment-amount::first-letter {
    visibility: hidden;
    margin-left: -8px; }
  #checkout-form .cart-savings .level-right {
    display: inline-block; }
  #checkout-form .cart-savings .level-right::first-letter {
    visibility: hidden;
    margin-left: -8px; } }
/* CF 17 Implementation */
.best-sellers, #featured-bundles-container {
  padding: 0 10px; }

#featured-bundles-container {
  padding-top: 24px;
  padding-bottom: 30px; }

#featured-bundles-header, #best-sellers-header {
  display: block;
  max-width: 1200px;
  font-size: 30px;
  line-height: normal;
  color: #363636;
  text-align: left !important;
  padding-bottom: 10px;
  margin: 0 auto !important;
  border-bottom: 2px solid #CCC; }

#featured-bundles-header > span, #best-sellers-header > span {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  float: right; }

#featured-bundles-header span.total-page.d, #best-sellers-header span.total-page.d {
  display: inline-block; }
  @media screen and (max-width: 539px) {
    #featured-bundles-header span.total-page.d, #best-sellers-header span.total-page.d {
      display: none; } }

#featured-bundles-header span.total-page.m, #best-sellers-header span.total-page.m {
  display: none; }
  @media screen and (max-width: 539px) {
    #featured-bundles-header span.total-page.m, #best-sellers-header span.total-page.m {
      display: inline-block; } }

#featured-bundles-inner, #best-sellers-inner {
  position: relative;
  display: block;
  flex-wrap: unset;
  margin-bottom: 0;
  overflow: hidden;
  max-width: 1240px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0; }

#featured-bundles-inner .slick-slide, #best-sellers-inner .slick-slide {
  display: inline-block !important; }

#featured-bundles-inner .column.is-3, #featured-bundles-inner .column.is-3-tablet {
  max-width: 240px; }

#featured-bundles-inner .product-list .product-item .product-name {
  min-height: 40px; }

#featured-bundles-inner .quick-shop-container, #best-sellers-inner .quick-shop-container {
  display: none !important; }

.slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 10000000; }

.slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 10000000; }

@media screen and (min-width: 540px) and (max-width: 768px) {
  #featured-bundles-inner .column.is-3, #featured-bundles-inner .column.is-3-tablet {
    width: 25%;
    max-width: 180px; }

  #featured-bundles-inner .product-list .product-item .product-name {
    font-size: 14px;
    min-height: 54px; } }
@media screen and (max-width: 539px) {
  #featured-bundles-inner {
    margin-top: 10px; } }
@media screen and (max-width: 460px) {
  #featured-bundles-inner .product-list .product-item .product-name {
    min-height: 60px; }

  .slick-prev, .slick-next {
    width: 16px; }

  #featured-bundles-header, #best-sellers-header {
    font-size: 20px !important; }

  #featured-bundles-header span, #best-sellers-header span {
    font-size: 14px;
    line-height: 28px; } }
/* CF 22 Implementation */
.header nav.navbar div.navbar-item.dropdown-menu-link {
  position: static;
  cursor: pointer; }
.header nav.navbar .dropdown-link-span .navbar-item {
  color: white; }
.header nav.navbar div.navbar-item.dropdown-menu-link:hover .dropdown-link-span .navbar-item {
  background-color: transparent;
  color: #00d8ff; }
.header nav.navbar .megamenu-container {
  position: absolute;
  left: 50%;
  right: 0;
  top: 66px;
  width: 100vw;
  margin-left: -50vw;
  background-color: white;
  cursor: auto;
  z-index: 1000;
  display: none; }
.header nav.navbar .megamenu-container nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  width: 100%;
  padding: 30px 14px;
  padding-bottom: 40px;
  max-width: 1372px;
  margin: 0 auto; }
.header nav.navbar .megamenu-ul {
  display: block;
  width: 100%;
  margin: 0; }
.header nav.navbar .megamenu-container nav .megamenu-ul:first-child {
  margin-left: 0; }
.header nav.navbar .megamenu-container nav .megamenu-ul:last-child {
  margin-right: 0; }
.header nav.navbar .megamenu-li.header {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  color: #111111;
  cursor: auto;
  border-bottom: 2px solid #009ed2;
  padding-bottom: 8px;
  margin: 0;
  margin-bottom: 12px; }
.header nav.navbar .expand-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  float: right; }
.header nav.navbar .collapse-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  float: right;
  margin-top: 8px; }
.header nav.navbar .dropdown-link-span .expand-icon {
  margin-top: 4px; }
.header nav.navbar .dropdown-link-span .collapse-icon {
  margin-top: 10px; }
.header nav.navbar .megamenu-li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #111111;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 10px; }
.header nav.navbar .megamenu-a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #111111;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0; }
.header nav.navbar .megamenu-a:hover {
  font-weight: bold;
  color: #009ed2; }
@media screen and (min-width: 1088px) {
  .header nav.navbar div.navbar-item.dropdown-menu-link:hover .megamenu-container {
    display: block; } }
@media screen and (max-width: 1087px) {
  .header nav.navbar .megamenu-container {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    padding: 0 12px;
    background-color: #fafafa;
    display: none; }
  .header nav.navbar .dropdown-menu-link {
    padding: 8px 0; }
  .header nav.navbar .dropdown-link-span {
    position: relative;
    margin: 0 12px; }
  .header nav.navbar .dropdown-link-span .navbar-item {
    color: #4a4a4a;
    padding: 0; }
  .header nav.navbar .megamenu-container nav {
    grid-template-columns: 1fr;
    padding: 0 10px;
    padding-top: 20px; }
  .header nav.navbar .megamenu-ul {
    width: 100%;
    margin: 0; }
  .header nav.navbar .megamenu-li.header {
    position: relative;
    font-weight: normal;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    cursor: pointer; }
  .header nav.navbar .expand-icon {
    display: block; }
  .header nav.navbar .mobile-menu-items {
    display: none; }
  .header nav.navbar .mobile-menu-open .expand-icon, .header nav.navbar .mobile-main-menu-open .dropdown-link-span .expand-icon {
    display: none; }
  .header nav.navbar .mobile-menu-open .collapse-icon, .header nav.navbar .mobile-main-menu-open .dropdown-link-span .collapse-icon {
    display: block; }
  .header nav.navbar .mobile-main-menu-open .megamenu-container {
    display: block; }
  .header nav.navbar .mobile-menu-open .mobile-menu-items {
    display: block; }
  .header nav.navbar .dropdown-link-span {
    display: block; } }
