#scroll-top a {
    transition: all .3s ease;
    padding: 3px 0 0;
    border-radius: 0;
    background: #000;
    position: fixed;
    bottom: 48px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 32px;
    display: none;
    box-shadow: 0 5px 23px -3px rgba(0, 0, 0, 0.5);
    opacity: 0.89;
    filter: alpha(opacity=89);
    z-index: 9999;
}

#scroll-top a i {
    font-size: 26px;
    color: #fff;
}

@media(max-width: 767px) {
    .disable-in-mobile {
        display: none;
    }
}

#scroll-top a:hover {
    background-color: #437df9;
    cursor: pointer;
}