:root {
    --app-nav-top-menu-svg-icon-size: 20px !important;
}

.testIconCustomCsss img,
.dropdown-menu-item img{
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        max-width: 20px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
}
/* Store dropdown - show all products without scrolling */
:root {
    --navbar-dropdown-max-height: 720px !important;
}
}
