.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    /* Add background and other styles as needed */
}

.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container{
    height: auto;
}

.ammenu-nav-sections.-topmenu.-sticky{
    position: fixed;
    /* border-top: 1px solid #e5e5e5; */
    border-bottom: 1px solid #e5e5e5;
    /* background-color: green; */
    width: 100%;
    top: 0px;
    /* height: 30px; */
}
