.unavailable {
    color: red;
}

.menu-icon {
	/* background-color: yellow; */
	min-width: 2em;
}

.first-level-menu {
    /* text-transform: uppercase; */
}

.menu-divider {
    /* color: darkblue; */
}

.second-level-menu {
    /* background-color: #555 !important; */
    display: flex !important;
    align-items: center !important;
}


.second-level-menu:hover {
    /* background-color: #555 !important; */
}

span.second-level-menu-icon {
    margin-right: .5em;
}

/* a.level2-menu {
    color: #474646;
} */



.menu-cart-item-pic {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    margin-right: 1em;
}


