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