/* Slowing down scrolling text speed */
.marquee__text {
  animation-duration: 20s !important;
}

/* Mobile Settings */
@media (max-width: 749px){
  /* Hide hero with text for BABE cans */
  #shopify-section-1559096311192{
    display: none !important;
  }
  /* Show BABE cans mobile image hero, and custom content button */
  #shopify-section-1576596974745,
  #shopify-section-1576596857261{
    display: block !important;
  }
}

/* Hide BABE cans mobile image hero, and custom content button */
#shopify-section-1576596974745,
#shopify-section-1576596857261{
  display: none;
}

/*.btn:hover {
    -webkit-animation: tada 1s;
    animation: tada 1s;
}*/

#fsb_bar{
    font-family: "Avenir Next", sans-serif !important;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.025em;
    line-height: 1;
    word-break: break-word;
    text-transform: uppercase;
}

#fsb_amount{
      font-family: "Avenir Next", sans-serif !important;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.025em;
    line-height: 1;
    word-break: break-word;
    text-transform: uppercase;
}

#fsb_symbol{
      font-family: "Avenir Next", sans-serif !important;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.025em;
    line-height: 1;
    word-break: break-word;
    text-transform: uppercase;
}

.rf-title{
  font-family: "Avenir Next", sans-serif !important;
  font-weight: 800 !important;
  font-style: italic !important;
  letter-spacing: -0.025em !important;
  line-height: 1 !important;
  word-break: break-word !important;
  text-transform: uppercase !important;
  font-size: 50px !important;
}

.conversio-popup-fast-content-container p{
  font-family: "Avenir Next", sans-serif !important;
  font-weight: 800 !important;
  font-style: italic !important;
  letter-spacing: 0.025em !important;
  line-height: 1.6 !important;
}

.rf-btn{
  font-family: "Avenir Next", sans-serif !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px;
  padding: 14px 22px;
  margin: 0;
  width: auto;
  min-width: 90px;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  color: #fff;
  background: #262b67;
  transition: background 0.15s ease;
}

#shopify-section-page-sections-babe100-template{
  background-color:#A5B0E3  !important;
  font-family: 'Bebas Neue' !important;
}

#shopify-section-page-sections-babe100-template .marquee__container{
  font-style: normal !important;
}

.btn.chat {
    background-color: #262b67;
    border-radius: 1;
    border: 0;
    color: #fff;
    padding: 12px 30px 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 0.06em;
    margin: 4px 2px;
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  	z-index: 999;
}