
  .woot-widget-bubble.woot-elements--right{
    bottom: 50px;
    left: 30px !important; 
    right: unset; 
  }

  @media (max-width: 768px) {

    .woot-widget-bubble.woot-elements--right{
      right: 10px !important; 
      bottom: 200px;
      left: unset !important;
  }
}