.mobile-order-online{
    display: none;
}

.mobile-order-online ul{
    list-style: none;
    margin-bottom: 0 !important;
}


@media screen and (max-width: 1040px) {
    .mobile-order-online {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 8000;
        display: block;
    }
}


@media screen and (max-width: 1040px) {
    .mobile-order-online.active ul {
        height: 100%;
    }
}

.mobile-order-online.active ul li:first-child {
    display: none;
}

@media screen and (max-width: 1040px) {
    .mobile-order-online .btn-mobile-order-online {
        display: block;
        z-index: 9000;
        width: 100%;
        float: none;
        margin: 0;
        padding: 16px 20px;
        opacity: 1;
        text-indent: 0;
        font-family: 'league_gothicregular', Helvetica, Arial, sans-serif;
        font-size: 28px;
        color: #a6312b;
        text-align: center;
        box-sizing: border-box;
        line-height: 24px;
        text-transform: uppercase;
        background: #ffcc66;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }
}


@media screen and (max-width: 1040px) {
    .mobile-order-online ul {
        left: auto;
        right: 0;
        top: 62px !important;
        text-align: center;
        padding: 0;
        box-sizing: border-box;
        background: #eee;
        height: 0;
        overflow: hidden;
        transition: height 0.4s ease;
    }
}


@media screen and (max-width: 1040px) {
    .mobile-order-online ul li a {
        color: #a6312b;
        line-height: 21px;
        padding: 0;
        font-family: 'league_gothicregular', Helvetica, Arial, sans-serif;
        font-size: 28px;
        text-shadow: initial;
        text-transform: uppercase;
        display: block;
        height: auto;
        float: none;
        border-bottom: 0.5px solid #a39a9a;
        padding-bottom: 16px;
        width: 50%;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1040px) {
    .mobile-order-online ul li {
        margin: 26px 0 10px;
    }
}

.btn-mobile-order-online{
    cursor: pointer;
    font-weight: bold;
}


@media screen and (max-width: 600px) {
    .mobile-order-online ul li a {
        width: 90%;
    }
}