.activeMenu {
    font-weight: bold;
    text-decoration: underline;
    color: #ac8857;
}

div.activeMenu:hover {
    text-decoration: underline;
    color: #ac8857;
}

.cartFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.foodForm {
    position: -webkit-sticky !important;
    /* Safari */
    position: sticky !important;
    top: 0;
}

div#categoryMenu div:hover {
    text-decoration: underline;
    cursor: pointer;
}

.btn {
    cursor: pointer;

}

.alertMenu {
    padding: 6px;
    margin: 0px;
}