
       #demo1 {
        margin-top: 30px;
       }
       .menu-json {
        margin: 0 auto;
        max-width: 800px;
        }
        .menu-json .menu-top {
        width: 100%;
        height: 40px;
        }
        .menu-json h2 {
        color: #284b63;
        font-weight: 300;
        font-size: 1.1em;
        padding-bottom: 5px;
        margin: 20px auto;
        max-width: 200px;
        border-bottom: 1px solid #284b63;
        }
        .menu-json p {
        padding: 0;
        margin-top: 7px;
        margin-bottom: 2px;
        color: #000;
        }
        .mmenu-json .menu-item span {
        color: #284b63;
        font-style: italic;
        }
        .menu-json .menu-item {
        position: relative;
        text-align: center;
        outline: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        color: #000;
        cursor: pointer;
        height: 100%;
        padding: 0px 0px 30px;
        font-weight: 400;
        border-radius: 6px;
        margin-bottom: 20px;
        border: 1px solid #c9c9c9;
        background: #fff;
        box-shadow: inset 0 1px 0 #fff,inset 0 -1px 0 #f7f7f7,0 2px 3px rgba(0,0,0,.05);
        text-shadow: 0 1px 0 rgba(255,255,255,.05);
        }
        .menu-json .custom-select {
        min-width: 230px;
        position: relative;
        float: left;
        margin-top: 4px;
        }
        .menu-json select {
        appearance: none;
        /*  safari  */
        -webkit-appearance: none;
        /*  other styles for aesthetics */
        width: 100%;
        font-size: 1rem;
        padding: 0.675em 2em 0.675em 1em;
        background-color: #fff;
        border: 1px solid #c9c9c9;
        box-shadow: inset 0 1px 0 #fff,inset 0 -1px 0 #f7f7f7,0 2px 3px rgba(0,0,0,.05);
        text-shadow: 0 1px 0 rgba(255,255,255,.05);
        border-radius: 0.25rem;
        color: #000;
        cursor: pointer;
        }
        .menu-json .custom-select::before,
        .menu-json .custom-select::after {
        --size: 0.3rem;
        content: "";
        position: absolute;
        right: 1rem;
        pointer-events: none;
        }
        .menu-json .custom-select::before {
        border-left: var(--size) solid transparent;
        border-right: var(--size) solid transparent;
        border-bottom: var(--size) solid black;
        top: 40%;
        }
        .menu-json .custom-select::after {
        border-left: var(--size) solid transparent;
        border-right: var(--size) solid transparent;
        border-top: var(--size) solid black;
        top: 55%;
        }
        .menu-json .tooltip {
        position: relative;
        cursor: pointer;
        }
        .menu-json .tooltip .tooltiptext {
        visibility: hidden;
        width: 400px;
        background-color: #fff;
        border: 1px solid #284b63;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        font-size: 0.9em;
        padding: 10px;
        right: 0px;
        left: -128px;
        top: 25px;
        } 
        .menu-json .tooltip-icon {
        background-color: #284b63;
        color: #FFF !important;
        padding: 4px 9px;
        display: inline list-item;
        list-style: none;
        font-size: 10px;
        margin-left: 10px;
        border-radius: 100px;
        cursor: pointer;
        pointer-events: auto;
        }
        .menu-json .tooltip .tooltiptext span{
        display: block;
        }
        .menu-json .tooltip.active .tooltiptext {
        visibility: visible;
        }
        /** accordion **/
        .menu-json .accordion {
        cursor: pointer;
        }
        .menu-json .active, .accordion:hover {
        background-color: #ccc; 
        }
        .menu-json .panel {
        position: relative;
        font-size: 12px;
        padding: 10px 18px;
        display: none;
        background-color: #fff;
        border: 1px solid #284b63;
        border-radius: 6px;
        overflow: hidden;
        max-width: 300px;
        margin: 10px auto;
        }
        .menu-json .close-panel {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 100;
        line-height: 10px;
        background: #284b63;
        color: #fff !important;
        padding: 3px 6px 5px 6px;
        list-style: none;
        font-size: 13px;
        margin-left: 10px;
        display: inline list-item;
        }
        .menu-json .menu-topbar-content {
        float: right; 
        }
        #nomenu {
        min-height: 200px;
        } 
        .menu-json #nomenu p {
        font-size: 1.5em;
        text-align: center;
        padding-top: 3.2em;
        font-weight: 300;
        }
        .menu-json .show-ingerdients {
            display: block !important;
            height: auto;
            max-height: 100%;
        }
        @media screen and (max-width: 600px) {
            .menu-json .menu-top {
                height: 80px;
            }
            .menu-json .menu-topbar-content {
                float: left;
                margin-top: 20px;
                margin-bottom: 20px; 
            }
        }

        /** accordion menu **/
        button.accordion-menu {
            background-color: #284b63;
            color: #fff;
            cursor: pointer;
            padding: 18px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
            transition: 0.4s;
            border-radius: 4px;
            margin-bottom: 20px;
          }
        
        button.accordion-menu.active, button.accordion-menu:hover {
            background-color: #efefef;
            color: #284b63;
        }
        
        button.accordion-menu:after {
            content: '\002B';
            color: #fff;
            font-weight: bold;
            float: right;
            margin-left: 5px;
            position: absolute;
        }
        
        button.accordion-menu.active:after {
            content: "\2212";
            color: #284b63;
        }
        
        div.panel-menu {
            padding: 0;
            background-color: white;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.2s ease-out;
        }

        .show-panel {
            overflow: visible;
            height: 100%;
            display: contents;
        }

        .accordion-menu span {
            font-size: 10px;
            font-style: italic;
            right: 20px;
            float: right;
            position: absolute;
            padding-top: 2px;
        }   

        .menuerror-button {
            display: block;
            color: #fff;
            background: #284b63;
            padding: 16px;
            margin: 0 auto;
            margin-top: 0px;
            border-radius: 3px;
            font-size: 15px;
            margin-top: 20px;
        }

        .menuerror-button:hover {
            color: #fff;
        }
