.unavailable {
    color: red;
}

.menu-icon {
	/* background-color: yellow; */
	min-width: 2em;
}

.first-level-menu {
    /* text-transform: uppercase; */
}

.first-level-menu-dark {
    
}
.first-level-menu-light  {
   color: red; /* #272727 !important;*/
   font-weight: bold;
}

.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;
}


/* .btn-secondary-marron {
    color: red !important;
} */


.zone-logo {
    width: 190px;
    /* background: blue; */
}

.zone-user-cart {
    width: 190px;
    /* background: blue; */
    display: flex; 
    justify-content: flex-end;
}


