.topppa-scroll-to-top-wrap.topppa-scroll-to-top-hide {
  display: none;
}

.topppa-scroll-to-top-wrap.edit-mode, .topppa-scroll-to-top-wrap.single-page-off {
  display: none !important;
}

.topppa-scroll-to-top-button {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #5636d1;
  color: #fff;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.topppa-scroll-to-top-button i {
  color: #fff;
  font-size: 16px;
}

.topppa-scroll-to-top-button:hover {
  background-color: #e2498a;
}