.scroll-top-wrapper{position:fixed;display:none;overflow:hidden;text-align:center;z-index:99999999;background-color:#777;color:#eee;width:48px;height:48px;line-height:48px;right:15px;bottom:15px;font-size:25px;border-radius:10px;cursor:pointer;transition:all .5s ease-in-out}.scroll-top-wrapper:hover{background-color:#333}@media print{.scroll-top-wrapper{display:none}}