.fixed-menu-mobile {
    position: fixed;
    z-index: 250;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: solid 1px #D9D9D9;
    padding: 16px;
}