﻿.nopadding {
    padding: 0;
}

.order-pill {
    background-color: #3c090e;
    border-radius: 7px;
}

.MenuDatetime {
    color: #fff;
}

.menuordertype {
    color: #fad65c;
    font-family: Montserrat-Medium;
}

.MenuContainer {
    background-color: white;
    color: #000;
}

.MenuPage {
    background-color: #fff;
}

#categoryNav {
    border: 1px solid #dddcdc;
    background-color: #fff;
}

.BestDeal {
    color: #fff;
}

.restaurantName {
    color: #3c090e;
    font-family: Montserrat-Bold;
}

.dropdown-item-menu {
    color: #000;
}

.MenuItemBox {
    border: 1px solid #e7e7e7;
    border-radius: 7px;
}

    .MenuItemBox:hover {
        border: 1px solid #3c090e;
        border-radius: 7px;
        transition: 0.2s ease-in-out;
        box-shadow: 0px 0px 8px #3c090e;
    }

.nowrap-scroll {
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.AddButton {
    background-color: #3c090e;
    color: #fff;
    border-radius: 7px;
    border: 1px solid #3c090e;
}

    .AddButton span {
        font-size: clamp(12px,3vw,16px);
    }

.Heading2 {
    color: #3c090e;
    font-family: Montserrat-SemiBold;
}

    .Heading2 u {
        text-decoration: none;
    }

.MenuItemHeading span {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: clamp(14px,3vw,18px);
    text-decoration: none;
}

#MenuItemInfo1 span {
    color: #000;
    font-family: Montserrat-Light;
    font-size: clamp(10px,3vw,14px);
    text-decoration: none;
}

.MenuItemPrice {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: clamp(10px,3vw,14px);
    text-decoration: none;
    text-align: end;
}

#MenuItemButtonImg, #MenuItemButtonSeperator {
    filter: brightness(0) invert(1);
}

a {
    text-decoration: none;
}

.pill-separator {
    background: url(../Images/Seperator.jpg) no-repeat;
    filter: brightness(0) invert(1);
    width: 3px;
    height: 30px;
}

.offer-text {
    color: #3c090e;
    font-family: Montserrat-Light;
    font-size: clamp(12px,3vw,16px);
}

.offer-wrapper {
    border: 1px solid #3c090e;
    border-radius: 7px;
}

.offer-icon {
    filter: brightness(1) invert(1);
}

.offer-tag {
    background: #3c090e;
    padding: 10px 28px;
    color: #fff;
    font-family: Montserrat-Medium;
    position: relative;
    white-space: nowrap;
    font-size: clamp(16px, 3vw, 18px);
}

    .offer-tag::after {
        content: "";
        position: absolute;
        right: 0;
        top: 11px;
        width: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #fff;
    }

#searchMessage {
    color: #3c090e;
    font-family: Montserrat-Regular;
    font-size: clamp(12px,3vw,16px);
    text-align: center;
}

.foodimg {
    border-radius: 7px;
}

#itemModalDesc {
    color: #fad65c;
}

.ItemModal {
    color: #3c090e;
}

#numberDropdown, .nmbrdd {
    margin-top: 4px;
    padding: 4px;
    border-radius: 7px;
}

.sp {
    font-family: Montserrat-Bold;
}

.HeaderItem {
    font-family: Montserrat-Bold;
}

.SubmitItem {
    background-color: #fff;
    border: 2px solid #3c090e;
    border-radius: 7px;
    padding: 10px;
}

    .SubmitItem:hover {
        background-color: #3c090e;
        border: 2px solid #3c090e;
        color: #fff;
        transition: 0.3s ease-in-out;
    }


#updateItemModalDesc {
    color: #fad65c;
}

@media (max-width: 425px) {
    #MenuItemButtonSeperator img, #MenuItemButtonImg img {
        height: 16px;
    }

    .MenuItemButton {
        margin-top: 4px;
    }
}

@media (max-width: 576px) {
    .mobile-nav {
        flex-direction: column;
    }

    #categoryNav .category-right {
        flex: 1 !important;
    }

    .MenuItemPrice {
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 100%;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}
