.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed !IMPORTANT;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    border-radius: 0;
}

.scroll-top:hover {
    background: #e22726;
}

.scroll-top.open {
    bottom: 30px;
    opacity: 1;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 16px;
    border-radius: 6px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #385dab;
    transition: 1s ease;
    border: none;
    opacity: 0;
}
