/* talk bubble */
iframe#launcher {
  opacity: 0 !important;
  visibility: hidden;
}
#talk-bubble {
  width: 50px;
  height: 50px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0578/7385/8748/t/147/assets/talk-bubble.png?v=70278458562111871531655406877) no-repeat;
  background-position: 10px 10px;
  background-size: 30px;
  position: fixed;
  z-index: 999998;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #555;
}

.yotpo.testimonials {
  display: none;
}