.sticky-menu-total {
    position: fixed;
    top: 27%;
    right: 0;
    z-index: 100;
}

.sticky-menu-right {
    position: relative;
    width: 200px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    line-height: 40px;
    margin: 1px;
    color: #fff;
    background-color: #4b4949;
    border-radius: 50px 0 0 50px;
    opacity: 1;
    float: right;
    text-align: center;
    transition: all 0.5s;
}

.sticky-menu-right:focus {
    color: #fff;
}

.sticky-menu-right:hover {
    color: #fff;
    background-color: #574b4b;
    width: 250px;
    transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {
    .sticky-menu-total {
        display: none;
    }
}
