.scroll-to-top{position:fixed;bottom:20px;right:20px;background:#c55d27;color:#fff;width:40px;height:40px;border-radius:50%;text-align:center;line-height:40px;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:99999;box-shadow:0 2px 5px rgba(0,0,0,.3)}.scroll-to-top:hover{background:#c55d27;transform:translateY(-3px);box-shadow:0 3px 8px rgba(0,0,0,.4)}.scroll-to-top.show{opacity:1;visibility:visible}.scroll-to-top .dashicons{font-size:24px;width:24px;height:24px;line-height:40px}.scroll-to-top{background:#c55d27;right:20px}.scroll-to-top:hover{background:#b14913}