/* /templates2_0/module/scroll/top.less */
.module_scroll_top {
  position: fixed;
  box-sizing: border-box;
  top: auto;
  left: auto;
  right: 0;
  bottom: 20px;
  background: rgba(0,0,0,0.6) url(/templates2_0/module/scroll/top-icon-white.png) 50% 5px no-repeat;
  color: #fff;
  padding: 25px 10px 10px;
  font: normal 14px Tahoma, sans-serif;
  cursor: pointer;
  z-index: 100;
  display: none;
}
.module_scroll_top-visibility {
  display: block;
}
