@charset "utf-8";
/* CSS Document */

#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: right;
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 105px; !important
    right: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(100,100,100,.4);
    border-radius: 100%;
    z-index: 1000;
    transition: all .3s ease;
}