.menu-list-web {
    height: calc(100vh - 135px) !important;
}

.cart_no_action {
    cursor: not-allowed !important;
    opacity: 0.8 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    min-width: 0;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.no-order-footer {
    background-color: var(--current) !important;
    color: var(--bg-main) !important;
    width: 100%;
    padding: 10px;
    display: -moz-box;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    z-index: 1;
    height: 60px;
}