#go-to-top{display:flex;justify-content:center;align-items:center;position:fixed;bottom:175px;right:15px;z-index:9999;width:51px;height:51px;text-align:center;line-height:53px;font-size:17px;color:#fff;cursor:pointer;border-radius:50%;text-decoration:none;transition:all .3s ease;padding:5px;box-shadow:0 3px 10px 0 rgba(0,0,0,.15) !important;opacity:0;visibility:hidden}#go-to-top img,#go-to-top svg{width:100%}#go-to-top.show{opacity:1;visibility:visible}#go-to-top.show:hover{opacity:.8}