#wpfront-scroll-top
{
  display: block;
  opacity: 0.8;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  bottom: 90px !important;
  right: 26px !important;
}
#wpfront-scroll-top img
{
  width: 52px;
  height: 52px;
}
#wpfront-scroll-top:hover {
	opacity: 1;
}