.top-main-view {
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.single-page-header {
    padding: 0 !important;
    margin: 0 !important;
}

.top-view {
    position: relative;
    height: 230px;
    width: 100%;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 100;
}

.searchbox {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.searchbox-inner-view {
    position: relative;
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
    top: 70%;
}

.searchbox-icon-view {
    width: 46px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
}

.searchbox-icon {
    font-size: 20px;
    cursor: pointer
}

.searchbox-input {
    margin: 0;
    padding-left: 42px;
    height: 45px;
    box-shadow: unset;
    outline: 0 !important;
}

.searchbox-input:focus {
    outline: 0 !important;
}

.header-main-view {
    padding: 25px 20px 10px 20px
}

.header-main-view .header-image {
    height: 55px;
    width: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.header-main-view .header-image img {
    height: 100%;
    width: 100%;
}

.header-title-view {
    margin-left: 10px;
    width: 100%;
    display: flex;
    align-items: flex-end
}

.header-title-inner-view {
    display: flex;
    width: 100%;
    align-items: center;
}

.top-view .cover-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.store-name-view {
    display: flex;
    height: 85%;
    width: 100%;
    flex-wrap: wrap;
}

.store-name {
    font-weight: bold;
    font-size: 25px;
    margin-right: 5px;
    color: #000
}

.store-subtitle {
    color: gray;
    display: block;
    font-size: 18px;
    line-height: 32px;
}

.align-items-center {
    align-items: center !important;
}

.location-pin-icon,
.clock-icon {
    width: 15px;
    height: 15px;
}

.timing-value {
    font-size: 15px;
    margin-left: 5px
}

.address-link {
    color: #666;
}

.store-address {
    font-size: 15px;
    margin-left: 5px
}

.store-phone {
    color: #666;
    font-size: 15px;
    margin-left: 5px
}

.store-address,
.store-phone,
.timing-value {
    line-height: 22px;
}

.store-icon {
    margin-top: 4px;
}

.store-data-div {
    margin-bottom: 6px;
}

.choose-cat-view {
    margin: 12px 0 15px 0;
    justify-content: space-between
}

.choose-cat-text {
    font-size: 20px;
}

.gallery-section .filter-gallery {
    display: flex;
    overflow: auto;
    padding-bottom: 5px;
}

/* width */
.gallery-section .filter-gallery::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.gallery-section .filter-gallery::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.gallery-section .filter-gallery::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
.gallery-section .filter-gallery::-webkit-scrollbar-thumb:hover {
    background: #DDD;
}

.cat-filter {
    margin: 0 -15px 15px -15px;
}

.all-filter {
    margin-left: 15px;
    margin-right: 15px;
}

.gallery-section .filter-button,
.gallery-section .filter-sub-button {
    background-color: #EEE;
    border: 1px solid #cecece;
    border-radius: 25px;
    color: #666;
    font-weight: normal;
    padding: 8px 22px;
    margin-right: 10px;
    white-space: nowrap;
    margin-bottom: 0;
}

.gallery-section .filter-button.active,
.gallery-section .filter-sub-button.active {
    background-color: #32cd70;
    border: 1px solid #32cd70;
    color: #FFF;
}

.cat-name-title {
    font-size: 20px;
    margin: 12px 0 15px 0;
}

.p-0 {
    padding: 0 !important;
}

.menu-grid-view .menu-image {
    margin-bottom: 12px;
    flex: 0 0 70px;
    height: 120px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}

.menu-list-view .menu-image {
    margin-right: 10px;
    width: 95px;
    height: 70px;
    position: relative;
}

.menu__list_item {
    display: flex;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.menu-list-view .menu-image {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    text-align: center;
    background-color: #f8f9fa;
    overflow: hidden;
}

.menu-list-view .menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px;
}

.ajax-item-listing .menu_detail .menu_post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.ajax-item-listing .menu_detail {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.ajax-item-listing .menu_excerpt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.ajax-item-listing .menu_title {
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    word-break: break-word;
}

.ajax-item-listing .menu_detail .menu_desc {
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
    word-break: break-word;
}

.menu_title_desc {
    width: 95%;
}

.ajax-item-listing .menu_detail .menu_price {
    position: relative;
    right: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background: #fff;
    z-index: 2;
}

.ajax-item-listing .menu_detail .menu_mrp {
    position: relative;
    right: 0;
    font-size: 15px;
    font-weight: bold;
    color: #999;
    background: #fff;
    z-index: 2;
    text-decoration: line-through;
    text-align: end;
}

.sub-cat-title-div {
    background-color: #EEE;
    height: 35px;
    align-items: center;
    display: flex;
    margin: 0 0 10px 0;
}

.add-item-button {
    border: 1.4px solid #32cd70 !important;
    background-color: #fff !important;
    color: #32cd70 !important;
    box-shadow: unset !important;
    border-radius: 15px !important;
    width: 54px;
    height: 25px;
    font-size: 14px !important;
}

.menu-list-view .bottom-line {
    border-bottom: 1px solid #EEE;
    position: absolute;
    bottom: 0;
    width: 92%;
    margin-left: 2px;
}

#footer {
    background-color: #FFF;
    color: #000;
}

.footer-bottom-section {
    padding: 20px 0;
    margin: 0px 15px;
    border-top: 1px solid #EEE;
    text-align: center;
}

.gallery-hidden {
    display: none;
}

.menu-grid-view .menu-image img {
    width: 100%;
    height: 100%;
}

.menu-grid-view .menu_price {
    margin-bottom: 10px;
}

.menu-grid-view .menu_item {
    padding-bottom: 13px;
    margin-bottom: 0;
}

.ajax-item-listing {
    margin-bottom: 20px;
    position: relative;
}

.p-h-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.menu-grid-view .bottom-line {
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    width: 90%;
}

.width-100 {
    width: 100% !important;
}

.top-img-mobile-view {
    display: block;
}

.top-img-lap-view {
    display: none;
}

#loaderDiv {
    display: flex;
    justify-content: center;
}

#loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3d7e26;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

.out-of-stock {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.out-of-stock-text {
    color: red;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.your-order-item .menu_post {
    display: flex;
}

.your-order-item .menu_post .menu_title {
    padding-right: 20px !important;
    width: 100%;
}

.your-order-item .menu_post .menu_price {
    position: relative;
    align-items: flex-end;
    display: flex;
    white-space: nowrap;
}

#add-extras .menu_post {
    display: flex;
}

#add-extras .menu_post .menu_post_desc {
    width: 100%;
}

#add-extras .menu_price {
    position: relative !important;
    white-space: nowrap;
}

#add-extras .menu_post .menu_desc {
    color: #666;
    font-weight: 400;
}

#your-order .popup-tab-content {
    padding: 25px;
}

.store-desc {
    min-height: 35px;
}

.cod-upi-pay-div {
    display: flex;
    flex-direction: row;
}

.upi-pay-button {
    margin-left: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media (min-width: 992px) {
    .top-img-mobile-view {
        display: none !important;
    }

    .top-img-lap-view {
        display: block !important;
    }

    .menu-list-view .bottom-line {
        width: 94% !important;
    }
}


@media (min-width: 768px) {
    .top-img-mobile-view {
        display: none !important;
    }

    .top-img-lap-view {
        display: block !important;
    }

    .menu-list-view .bottom-line {
        width: 94% !important;
    }
}

@media only screen and (max-width: 576px),
(min-device-width: 576px) and (max-device-width: 1024px) {
    .top-img-mobile-view {
        display: block;
    }

    .top-img-lap-view {
        display: none;
    }

    .ajax-item-listing {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-list-view .bottom-line {
        width: 100%;
    }

    .menu-grid-view .bottom-line {
        width: 100%;
    }

    .cod-upi-pay-div {
        display: flex !important;
        flex-direction: column !important;
    }

    .upi-pay-button {
        margin-left: unset !important;
        margin-top: 6px !important
    }
}

