.fixed-menu-mobile {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 6px 0 rgb(1 1 1 / 10%);
}