.fast-food-menus {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    padding: 5px 10px 16px 90px;
    width: 100%;
    margin-left: auto;
    position: relative
}

.whatsapp-btn {
    position: fixed;
    bottom: 50px;
    right: 30px
}

.whatsapp-btn img {
    width: 50px
}

.g-recaptcha div {
    text-align: center;
    margin: 0 auto
}

.dimage {
    width: 50px;
    padding-left: 15px
}

.add,
.minus {
    height: 35px;
    margin-top: -4px
}

.add i,
.minus i {
    margin-top: 7px
}

.rselect-1 {
    line-height: 48px
}

.rselect-2 .list {
    height: 200px;
    overflow-y: scroll
}

.select_reservation {
    line-height: 50px
}

.logo img {
    width: 200px !important
}

.footer-text img {
    width: 200px !important
}

.select-custom {
    height: 50px;
    line-height: 50px
}

.select-custom-time {
    height: 50px;
    line-height: 50px;
    width: 100%
}

.select-custom-time:after,
.select-custom:after {
    right: 18px;
    margin-top: -2px
}

.nice-select.open .list {
    z-index: 99999
}

.btnwidth1 {
    width: 100%
}

.fast-food-img:before {
    display: none !important
}

.cart__label {
    position: absolute;
    top: -8px;
    right: 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffd40d;
    color: #000;
    font-weight: 500;
    font-size: 14px
}

.cart__label_mobile {
    position: absolute;
    top:96px;
    right: 45px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffd40d;
    color: #000;
    font-weight: 600;
    font-size: 13px
}

.content-header {
    justify-content: center
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 0.6rem;
    text-rendering: auto;
}

#lbox {
    display: none;
}

@media (max-width:768px) {
    .fast-food-menus {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 25px;
        padding: 5px 10px 16px 100px;
        width: 95%;
        margin-left: auto;
        position: relative
    }
    .easy-orded sup {
        left: 130px
    }
    .product-name img {
        display: none
    }
    .add,
    .minus {
        margin: 0 4px
    }
    .checkout_btn {
        width: 100%;
        text-align: center
    }
    .decrease-qty,
    .increase-qty {
        margin: 10px
    }
    .quantity__input-wrap {
        display: flex
    }
    table.shop_table td.product-quantity input {
        padding: 7px;
        border: 1px solid #ffd40d;
        outline: 0;
        width: 55px;
        text-align: center;
        border-radius: 5px
    }
    .select-custom {
        margin-bottom: 20px;
        width: 100%
    }
    .best-solutions-service.two i {
        margin: 0 auto
    }
    .best-solutions-service.two {
        text-align: center
    }
    .logo img {
        width: 60% !important
    }
    .footer-text img {
        width: 200px !important
    }
    .link-about.Newsletter form input {
        width: 97%
    }
    .btnwidth {
        width: 100%
    }
    .swidth {
        width: 97%
    }
    .order_online {
        padding: 15px;
        line-height: 20px
    }
    .d-xs-flex {
        display: flex
    }
    .video {
        margin-top: 10px;
        margin-left: 35px
    }
    .whatsapp-btn {
        right: 15px;
        bottom: 70px
    }
    .whatsapp-btn img {
        width: 45px
    }
}

@media (max-width:1400px) {
    .navbar-links li a {
        padding: 30px 18px
    }
    .logo img {
        width: 200px !important
    }
    .dimage {
        width: 40px
    }
}