/* VISUAL MENU */
.visual-menu-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.visual-menu-container .menu-item.icon_sticky {
    background-color: var(--e-global-color-ab00627)!important;
    padding: 5px;
    width: 16% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FFF;
    transition: all 0.5s ease;
    flex-direction: row;
    flex-wrap: wrap !important;
}
.visual-menu-container .menu-item.icon_sticky p,
.visual-menu-container .menu-item.icon_sticky a{
    font-size: 15px;
    line-height: 18px;
    color: var(--e-global-color-primary);
    font-weight: 700;
    display: block;
    width: 100%;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.menu-item.icon_sticky img {
    /* max-width: 40px !important; */
    min-height: 70px;
    max-height: 70px;
}
.elementor-sticky--active .menu-item.icon_sticky img{
    max-width: 30px !important;
    min-height: 30px;
    max-height: 30px;
    transition: all 0.5s ease;
    margin: 0 !important;
    padding: 0;
}
.elementor-sticky--active .menu-item.icon_sticky a{
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}
@media (max-width: 768px) {
    /* .visual-menu-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 10px 0;
        padding: 0 0 10px;
    } */
     .visual-menu-container {
        margin-top: 10px;
        padding: 10px;
        justify-content: center;
    }
    .menu-item.icon_sticky {
        width: 110px;
        min-width: 110px;
        max-width: 130px;
        min-height: 90px;
        scroll-snap-align: center;
    }
    .menu-item.icon_sticky img {
        max-width: fit-content !important;
        min-height: 45px;
        max-height: 45px;
        margin-bottom: 0px !important;
    }
    .visual-menu-container .menu-item.icon_sticky p, .visual-menu-container .menu-item.icon_sticky a {
        font-size: 14px;
        line-height: 16px;
    }
    .menu-item.icon_sticky {
        flex-grow: 1;
    }
}
.menu-item.icon_sticky.yellow_bg{
    background: #FCC732 !important;
}
.menu-item.icon_sticky.blue_bg{
    background: #17264E !important;
}
.menu-item.icon_sticky.title_off p {
    display: none;
}