.scrollTop.show {
  right: 0;
  opacity: 1;
}

.scrollTop:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-width: 3px 0 0 3px;
  transform: rotate(45deg);
  border-radius: 1px;
}
.scrollTop {
  width: 30px;
  height: 35px;
  bottom: 125px;
  right: -55px;
  position: fixed;
  transition: 1s;
  background-color: #8A9C38;
  padding: 5px 5px 0 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  box-sizing: unset !important;
}
