#beauty-backtop-remram .beauty-backtop-side {
  position: fixed;
  bottom: 0;
  z-index: 10000;
  line-height: 0;
}
#beauty-backtop-remram .beauty-backtop-left {
  left: 0;
  transform: translate(-7px, 7px);
  transition: transform .3s ease-in-out;
}
#beauty-backtop-remram .beauty-backtop-right {
  right: 0;
  transform: translate(7px, 7px);
  transition: transform .3s ease-in-out;
}
#beauty-backtop-remram .beauty-backtop-left:hover,
#beauty-backtop-remram .beauty-backtop-right:hover {
  transform: translate(0, 0);
}
#beauty-backtop-remram img {
  cursor: pointer;
}
.beauty-backtop-cat {
  position: fixed;
  right: 80px;
  top: -900px;
  z-index: 10000;
  width: 70px;
  height: 900px;
  background: url('../img/scroll.png') no-repeat center top;
  cursor: pointer;
  transition: top .5s ease-in-out;
}
.beauty-backtop-cat.is-visible {
  top: 0;
}
@media only screen and (max-width: 1024px) {
  #beauty-backtop-remram .beauty-backtop-side,
  .beauty-backtop-cat {
    display: none !important;
  }
}
