.popup-hidden {
    display: none !important;
}

.dish-card-image {
    cursor: pointer;
}

.popup-dishCard-closeBtn {
    border: none;
    outline: none;
    box-shadow: none;
}

.popup-dishCard-addBtn {
    border: none;
    outline: none;
    box-shadow: none;
}

#main {
    position: relative;
}

.restaurant-page-to-all-restaurants-filler {
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
}

.dishes-page-filters-container {
    top: 65px !important;
}

.restaurant-page-to-all-restaurants-container {
    position: sticky;
    top: 0;
    height: 65px;
    width: 100%;
    background-color: white;
    z-index: 1020;
}

.restaurant-page-to-all-restaurants {
    position: relative;
    width: 194px;
    height: 34px;
    border-radius: 50px;
    background-color: #F5F5F5;
    padding: 8px 12px;
    gap: 10px;
    /*angle: 0 deg;*/
    opacity: 1;
}

@media (min-width: 980px) {
    .restaurant-page-to-all-restaurants {
        top: 15px;
    }
}

@media (max-width: 979px) AND (min-width: 769px) {
    .restaurant-page-to-all-restaurants {
        top: 25px;
    }

    .header-mobile {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .restaurant-page-to-all-restaurants {
        top: 25px;
    }
}

.link-back::before {
    content: url('/templates/default/controllers/foodhall/assets/svg/arrow-back.svg');
    display: inline-block;
    line-height: 1;
    position: relative;
    top: .25em;
    margin-right: .3em;
}

@media (max-width: 979px) AND (min-width: 769px) {
    .restaurant-page-banner {
        margin-top: 70px !important;
    }
}