:root {
    --menu-selected: #889ae9;

    --logo-height-x-large: 70px;
    --logo-height-large: 70px;
    --logo-height-medium: 70px;
    --logo-height-small: 50px;
    --logo-height-x-small: 50px;

    --logo-width-x-large: 100px;
    --logo-width-large: 100px;
    --logo-width-medium: 100px;
    --logo-width-small: 70px;
    --logo-width-x-small: 70px;

    --hdr-bckgrnd-height-x-large: 56px;
    --hdr-bckgrnd-height-large: 56px;
    --hdr-bckgrnd-height-medium: 56px;
    --hdr-bckgrnd-height-small: 30px;
    --hdr-bckgrnd-height-x-small: 30px;

    --header-info-padding-x-large: 10px;
    --header-info-height-x-large: 35px;
    --header-info-padding-large: 10px;
    --header-info-height-large: 35px;
    --header-info-padding-medium: 10px;
    --header-info-height-medium: 25px;
    --header-info-padding-small: 10px;
    --header-info-height-small: 20px;
    --header-info-padding-x-small: 10px;
    --header-info-height-x-small: 20px;

    --header-height-x-large: calc(var(--hdr-bckgrnd-height-x-large) + var(--header-info-height-x-large) + var(--header-info-padding-x-large));
    --header-height-large: calc(var(--hdr-bckgrnd-height-large) + var(--header-info-height-large) + var(--header-info-padding-large));
    --header-height-medium: calc(var(--hdr-bckgrnd-height-medium) + var(--header-info-height-medium) + var(--header-info-padding-medium));
    --header-height-small: calc(var(--hdr-bckgrnd-height-small) + var(--header-info-height-small) + var(--header-info-padding-small));
    --header-height-x-small: calc(var(--hdr-bckgrnd-height-x-small) + var(--header-info-height-x-small) + var(--header-info-padding-x-small));

    --login-height-medium: 24px;
    --login-width-medium: 30px;
    --login-height-small: 18px;
    --login-width-small: 26px;
    
    --loggedin-height-large: 24px;
    --loggedin-width-large: 24px;
    --loggedin-height-medium: 18px;
    --loggedin-width-medium: 18px;
    --loggedin-height-small: 14px;
    --loggedin-width-small: 14px;

    --info-container-x-large: 68px;
    --info-container-large: 68px;
    --info-container-medium: 58px;
    --info-container-small: 48px;
    --info-container-x-small: 48px;

    --max-width: 900px;

    --allergen-container-height: 50px;

    --z-index-fullscreen: 3000;
    --z-index-sidenav: 2000;
    --z-index-header: 1000;
    --z-index-cookie: 1000;
    --z-index-allergens: 100;
    --z-index-errors: 100;
    --z-index-modals: 12;
    --z-index-sidenav-basket-totals: 11;
    --z-index-sidenav-basket: 10;
    --z-index-hdr-logo: 4;
    --z-index-hdr-text: 4;
    /* ModalBoxConfirmation() for cancelling order dialog: 3 */
    /* ModalBoxConfirmation() for delete order item dialog: 3 */
    --z-index-add-item-basket: 3;
    --z-index-edit-order-item: 2;
    /* ModalBoxConfirmation() default: 1 */
    --z-index-popup: 1;
    --z-index-login-snackbar: 1;
    --z-index-allergen-container: 1;
    --z-index-hdr: 0;
    --z-index-open-only-slider: -1;
    --z-index-hdr-background: -2;

    --location-search-margin-top: 10px;
    --location-search-input-height: 25px;
    --loc-search-padding: 10px;
    --location-search-landscape-margin: calc(-2 * var(--loc-search-padding) - var(--location-search-margin-top) - var(--location-search-input-height));

    --chat-font-large: 22px;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Lucida Sans Unicode';
    scroll-behavior: smooth;
    background-color: white;
}

.cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    color: black;
    z-index: var(--z-index-cookie);
    height: 100vh;
    overflow: scroll;
}

.cookie-banner-content {
    padding: 15px;
}

.cookie-accept-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
}

.cookie-decline-button {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
}

.cookie-banner-title {
    text-align: center;
    font-size: large;
}

.cookie-banner-body {
    text-align: left;
    font-size: medium;
    margin: 20px 0;
}

.cookie-banner-policy {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: var(--z-index-cookie);
}

.cookie-banner-buttons {
    margin: 5px 30px 50px 30px;
}

.policy-close-button {
    width: fit-content;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background-color: black;
    color: white;
}

.location_body {
    position: fixed;
    background-color: rgba(0,0,0,0.1);
    height: 100vh;
    width: 100%;
}

.terms_div {
    background-color: white;
    padding: 0px 5px;
}

.pin_code_msg1 {
    font-size: large;
    margin: 50px auto;
    width: 90%;
    text-align: center;
}

.pin_code_msg2 {
    font-size: large;
    text-align: center;
    width: 80%;
    margin: 20px auto;
}

.pin_code_input, .pin_code_button {
    text-align: center;
}

.pin_code_input input {
    width: 30%;
}

.body_container {
    margin: 0 auto;
}

.scrollY {
    overflow-y: scroll;
}

.posrelative {
    position: relative;
}

.max_width {
    max-width: var(--max-width);
    margin: 0 auto;
}

.full_width {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.half_width {
    width: 50%;
}

.small_width {
    min-width: 1%;
    max-width: 1%;
    width: 1%;
}

.full_height {
    height: 100%;
}

.centre_align {
    text-align: center;
}

.right_align {
    text-align: right;
}

.left_align {
    text-align: left;
}

.vert_top {
    vertical-align: top;
}

.flexdiv {
    display: flex;
}

.flip {
    transform: rotate(180deg);
}

.space_evenly {
    justify-content: space-evenly;
}

.space_between {
    justify-content: space-between;
}

.space_around {
    justify-content: space-around;
}

.justify-centre {
    justify-content: center;
}

.font-bold {
    font-weight: bold;
}

.top-border {
    border-top: 1px solid black;
}

.the_header {
    min-height: var(--header-height-x-large);
    height: var(--header-height-x-large);
    max-height: var(--header-height-x-large);
    width: 100%;
    position: relative;
    z-index: var(--z-index-hdr);
    background-color: white;
}

.add_item_basket {
    z-index: var(--z-index-add-item-basket);
}

.basket_image img{
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
}

.basket_count {
    background-color: rgba(255, 165, 0, 0.9);
    color: black;
    position: absolute;
    text-align: center;
    height: 25px;
    font-size: 20px;
    width: 35px;
    top: -5px;
    right: 15px;
    border-radius: 4px;
}

.info_container {
    margin: 0 auto;
    background-color: white;
    border-bottom: 1px solid black;
    height: var(--info-container-large);
    max-height: var(--info-container-large);
    min-height: var(--info-container-large);
}

.location_content {
    overflow: hidden;
    height: calc(100% - var(--header-height-x-large));
}

.show_menu_inner {
    height: calc(100% - var(--info-container-x-large));
}

.hdr_adorders_logo_image {
    max-width: var(--logo-width-x-large);
    min-width: var(--logo-width-x-large);
    width: var(--logo-width-x-large);
    max-height: var(--logo-height-x-large);
    min-height: var(--logo-height-x-large);
    height: var(--logo-height-x-large);
    position: absolute;
    left: calc(50% - var(--logo-width-x-large) / 2);
    z-index: var(--z-index-hdr-logo);
    top: -35px;
}

.hdr_adorders_logo_h2 h2, .location_name {
    color: black;
    font-size: x-large;
    font-weight: 1000;
    z-index: var(--z-index-hdr-text);
}

.header_info {
    padding-top: var(--header-info-padding-x-large);
}

.header_info, .location_name, .customer_login_container, .hdr_adorders_logo_h2 {
    height: var(--header-info-height-x-large);
}

.location_name {
    word-break: break-word;
    text-align: left;
    padding: 0 5px;
    max-width: 40%;
    background: none;
    border-radius: 5px;
    margin-left: 10px;
    color: transparent;
}

.hdr_adorders_logo_h2 {
    word-break: break-all;
}

.header_background_img {
    width: 100%;
}

.header_background, .header_background_img {
    height: var(--hdr-bckgrnd-height-x-large);
}

.loc_search {
    display: flex;
    padding: var(--loc-search-padding);
}

.loc_search_button {
    margin-left: 5px;
}

.loc_search_button img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0px auto;
}

.loc_search_container {
    display: flex;
    align-items: center;
}

.a-dot {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    margin: 5px auto;
}

.locations_item {
    border: solid 1px black;
    border-radius: 10px;
    display: flex;
    width: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.locations_header {
    display: flex;
    justify-content: space-between;
}

.locations_name {
    margin: 0px;
    /*height: 50%;*/
    overflow: hidden;
    /*width: 50%;*/
    text-align: left;
}

.locations_top_info {
    /*width: 50%;*/
    justify-content: right;
}

.locations_details {
    width: 70%;
}

.locations_logo {
    margin: 5px;
    width: 30%;
}

.locations_rating {
    height: 45%;
    overflow: hidden;
}

.locations_rating_image {
    width: 12px;
    height: 30px;
}

.locations_rating_image_slider {
    width: 6%;
    max-width: 9px;
    height: 100%;
    max-height: 40px;
    padding-bottom: 5px;
}

.cuisines_checkboxes_list {
    margin: 0 5px 0 0;
    list-style-type: none;
    padding-inline-start: 0;
 }

 .vertical_align {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
 }

 .is-blurred {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.delivery_info {
    width: -webkit-fill-available;
    justify-content: flex-end;
}

 .delivery_container, .collection_container, .order_min_container {
     font-family: Arial;
     margin-bottom: 10px;
     margin-top: 10px;
 }

 .order_min_container, .location_distance {
    margin-left: 100px;
 }

 .delivery_bike {
     width: 50px;
     height: 40px;
 }

 .delivery_min {
    font-family: Arial;
}

.order_name_input, .order_phone_input, .order_email_input {
    text-align: center;
    margin: 20px auto;
    font-size: x-large;
}

.order_name_input input, .order_phone_input input, .order_email_input input {
    font-size: xx-large;
    width: 90%;
}

.order_info_ok {
    text-align: center;
    margin-top: 30px;
}

.waiting_confirmation {
    font-size: x-large;
}

.waiting_confirmation_name {
    font-size: x-large;
    margin-bottom: 1%;
}

.waiting_confirmation_amount {
    font-size: x-large;
    font-weight: 900;
    color: red;
}

.waiting_confirmation_refresh {
    font-size: x-large;
    color: red;
}

.waiting_confirmation_wait {
    font-size: x-large;
}

.order_transport_type {
    width: 100%;
    margin-top: 1%;
    padding-bottom: 1%;
    font-size: x-large;
}

.order_transport_type_container_checked {
    background-color: black;
    color: white;
}

.order_transport_type_container_not_checked {
    border-bottom: 1px solid black;
}

.order_info_personal {
    flex-wrap: wrap;
}

.order_transport_delivery_details {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid red;
    display: block;
}

.sticky_container {
    position: sticky;
    top: 0;
    border-bottom: 1px solid black;
    z-index: var(--z-index-header);
}

.the_header_background {
    z-index: var(--z-index-hdr-background);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.the_header_background img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.order_address1_input, .order_address2_input, .order_postcode_input {
    margin: 0 auto 10px auto;
    display: flex;
    width: 90%;
}

.order_address1_input input, .order_address2_input input, .order_postcode_input input {
    font-size: large;
}

.order_address1_input input, .order_address2_input input {
    width: 100%;
}

.order_postcode_input input {
    width: calc(100% - 135px);
}

.order_info_container {
    flex-wrap: wrap;
    justify-content: center;
}

.order_button_container {
    text-align: center;
    margin: 20px;
}

.order_button_container button {
    font-size: xx-large;
}

.order_payment_buttons {
    justify-content: end;
}

.transport_chosen {
    font-size: xx-large;
    text-align: center;
    animation: discount_blinker 1s linear infinite;
}

/* globally make all scrollbars hidden */
/* width */
::-webkit-scrollbar {
    width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: black; 
}

.item_allergen {
    border-radius: 50%;
    margin: 0 0 0 3px;
    font-size: large;
    height: 25px;
    width: 25px;
}

.item_allergen_char {
    text-align: center;
}

.item_allergens_allergy_col {
    text-align: center;
}

.item_allergens_desc_col {
    width: 50%;
    text-align: left;
}

.item_allergens_allergy_col p {
    border-radius: 50%;
    width: 100px;
    margin: 0;
}

.item_allergens_desc_col p {
    margin: 0 0 0 20px;
}

.allergen_row {
    margin-bottom: 15px;
}

.order_allergens {
    margin-bottom: 50vh;
}

.failed_responses_button {
    width: 100%;
    text-align: center;
}

.are_you_sure {
    font-size: 20px;
    text-align: center;
}

.orders_rejected {
    font-size: 24px;
    text-align: center;
    padding: 0 10px;
}

.orders_rejected_button {
    text-align: center;
}

.orders_rejected_congrats {
    font-size: x-large;
    text-align: center;
    color: #A7A7A7;
}

.orders_rejected_id {
    font-size: xx-large;
    text-align: center;
    font-weight: 800;
}

.orders_rejected_cost {
    font-size: xx-large;
    text-align: center;
    padding-bottom: 20px;
}

.orders_rejected_screenshot {
    font-size: xx-large;
    text-align: center;
    padding-bottom: 20px;
}

.orders_rejected_future {
    font-size: x-large;
    text-align: center;
    padding-top: 20px;
    color: #A7A7A7;
}

.are_you_sure_button_no, .are_you_sure_button_yes {
    width: 50%;
    margin-bottom: 10px;
}

.are_you_sure_button_ok {
    width: 100%;
    text-align: center;
}

.are_you_sure_button_no {
    text-align: right;
    padding-right: 20px;
}

.are_you_sure_button_yes {
    text-align: left;
    padding-left: 20px;
}

.orders_rejected_button button {
    font-size: xx-large;
}

.are_you_sure_button button {
    font-size: xx-large;
    margin-top: 20px;
    margin-bottom: 10px;
}

.go_to_top {
    position: absolute;
    bottom: 80px;
    right: 5px;
    background: none;
    border: none;
}

.go_to_top img {
    width: 50px;
    height: 50px;
}

#custome_add_option {
    margin: 2px 10px;
}

.order_totals_title {
    padding-right: 20px;
}

.order_totals_val {
    padding-right: 3px;
}

.order_discount_title {
    border-bottom: 1px solid blue;
    padding-bottom: 20px;
}

.closed_message {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    text-align: center;
    padding-top: 10px;
    overflow: scroll;
    background-color: white;
}

.closed_hours {
    border: 1px solid black;
    border-radius: 20px;
    text-align: center;
    width: fit-content;
    margin: 30px auto 80vh auto;
    padding: 20px;
}

.closed_row {
    margin-bottom: 20px;
}

.closed_day {
    width: 60px;
    font-size: 25px;
    box-sizing: border-box;
    margin: 0 20px 0 0;
}

.closed_from, .closed_to, .closed_closed, .closed_separator {
    font-size: 25px;
    text-align: center;
}

.closed_separator {
    margin: 0 2px;
}

.catch_errors {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(245, 103, 103);
    color: white;
    z-index: var(--z-index-errors);
    overflow-wrap: break-word;
    font-size: 10px;
}

.order_problem_sorry {
    margin-bottom: 3%;
    font-size: x-large;
}

.order_problem_charged {
    margin-bottom: 5%;
    font-size: xx-large;
    color: red;
}

.order_problem_msg {
    margin-bottom: 3%;
    font-size: xx-large;
    font-weight: 600;
}

.order_problem_code {
    margin-bottom: 5%;
    font-size: large;
}

.order_delivery_cost {
    font-size: x-large;
    text-align: center;
}

.order_payment_inf_cost {
    font-size: 24px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
 
.order_payment_inf_cost_left {
    width: 64%;
    text-align: right;
    margin-right: 3%;
}

.order_payment_inf_cost_right {
    width: 30%;
    text-align: right;
    margin-left: 3%;
}

.order_payment_inf_cost_right_border {
    border-top: 1px solid gray;
    width: 40%;
}

.transport_specify_container {
    font-size: x-large;
    border: 1px solid white;
    margin: 20px 0;
    width: 100%;
    display: flex;
}

.transport_specify_selection_time {
    color: gray;
}

.transport_specify_selection_asap input, .transport_specify_selection_time input{
    width: 20px;
    height: 20px;
}

.transport_specify_asap_time {
    font-size: x-large;
}

.transport_specify_asap_container {
    margin-right: 20px;
}

.transport_specify_time_container {
    margin-left: 10px;
}

.transport_specify_time_container input {
    font-size: x-large;
}

.itemextras_order_table {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ffc5b0;
    border-top: 1px solid #ffc5b0;
}

.itemextras_answers {
    color: black;
}

.itemextras_hr {
    margin: 0 0 5px 0;
}

.itemextras_answers_container {
    max-height: 50vh;
    overflow: scroll;
}

#login_forgot_snackbar, #update_done_snackbar {
    visibility: hidden;
    width: 100%;
    background-color: orange;
    color: black;
    text-align: center;
    padding: 1%;
    position: fixed;
    z-index: var(--z-index-login-snackbar);
    bottom: 50%;
    font-size: x-large;
}
  
#login_forgot_snackbar.show, #update_done_snackbar.show {
    visibility: visible;
    -webkit-animation: login_forgot_snackbar_fadein 0.2s, login_forgot_snackbar_fadeout 0.2s 4.5s;
    animation: login_forgot_snackbar_fadein 0.2s, login_forgot_snackbar_fadeout 0.2s 4.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes login_forgot_snackbar_fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 50%; opacity: 1;}
}

@keyframes login_forgot_snackbar_fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 50%; opacity: 1;}
}

@-webkit-keyframes login_forgot_snackbar_fadeout {
    from {bottom: 50%; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes login_forgot_snackbar_fadeout {
    from {bottom: 50%; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.applied_discount_val {
    font-size: large;
    color: red;
    font-weight: 1000;
    animation: discount_blinker 2s linear infinite;
    width: 100%;
    text-align: center;
    margin-right: 5px;
    white-space: nowrap;
}

.locations_discount {
    width: fit-content;
}

.adorders_container_locations {
    width: 100%;
}

.adorders_column {
    width: 30%;
    height: 100%;
}

.adorders_column_2 {
    width: 70%;
    height: 100%;
}

.headers_img_login {
    min-height: var(--login-height-medium);
    height: var(--login-height-medium);
    max-height: var(--login-height-medium);
    margin-top: 5px;
    margin-left: 5px;
}

.headers_img_login img {
    min-height: var(--login-height-medium);
    height: var(--login-height-medium);
    max-height: var(--login-height-medium);
    min-width: var(--login-width-medium);
    width: var(--login-width-medium);
    max-width: var(--login-width-medium);
}

.headers_img_loggedin_border {
    border-radius: 50%;
    border: 1px solid black;
}

.headers_img_loggedin {
    min-height: calc(var(--loggedin-height-large) + 2);
    height: calc(var(--loggedin-height-large) + 2);
    max-height: calc(var(--loggedin-height-large) + 2);
    margin-left: 5px;
    padding-top: 5px;
}

.headers_img_loggedin img {
    min-height: var(--loggedin-height-large);
    height: var(--loggedin-height-large);
    max-height: var(--loggedin-height-large);
    min-width: var(--loggedin-width-large);
    width: var(--loggedin-width-large);
    max-width: var(--loggedin-width-large);
}

.right_header_container {
    width: 20%;
}

.page_column {
    width: 100%;
    text-align: center;
}

.menu_buttons {
    justify-content: center;
}

.menu_text {
    padding: 0 5%;
}

.login_img {
    width: 22px;
    height: 22px;
}

.login_image {
    width: 100%;
    text-align: right;
}

.slogan {
    margin: 10px 10%;
    border-radius: 5px;
    text-align: center;
}

h1 {
    margin-block-start: 10px;
    margin-block-end: 10px;
    font-family: sans-serif;
}

h2 {
    margin-block-start: 0px;
    margin-block-end: 0px;
    display: inline;
}

.about_area_container {
    overflow-y: scroll;
}

.cats, .items {
    background-color: white;
}

.items {
    border-radius: 15px;
}

.main_container {
    position: relative;
    height: 100%;
    margin-top: 10px;
}

.main_container_iframe {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
}

.customer_login_container {
    /*background-color: white;*/
    border-radius: 5px;
    padding: 5px;
    max-width: 55%;
    margin-right: 50px;
}

.h1_container {
    background: none;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

.location_search {
    margin-top: var(--location-search-margin-top);
}

.location_search_title {
    font-size: xx-large;
}

.location_search input {
    font-size: medium;
    text-align: center;
    width: 100px;
    height: var(--location-search-input-height);
    text-transform: uppercase;
}

/* The switch - the box around the slider */
.open_only_switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid black;
}
  
/* Hide default HTML checkbox */
.open_only_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
  
/* The slider */
.open_only_slider {
    -webkit-transition: .4s;
    transition: .4s;
    z-index: var(--z-index-open-only-slider);
}
  
.open_only_slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.open_only_checkbox:checked + .open_only_slider:before {
    background-color: green;
}

.open_only_checkbox:checked + .open_only_slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

.open_only_slider.open_only_round:before {
    border-radius: 50%;
}

.open_only_label {
    margin: auto 5px;
    height: 25px;
    font-size: large;
}

.location_pad {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
}

.location_button {
    cursor: pointer;
    width: 95%;
    border: 2px solid black;
    background-color: #eeeeee;
    max-width: var(--max-width);
    margin: 10px auto;
    padding: 5px;
    border-radius: 10px;
}

.location_button_margin {
    margin-bottom: 30px;
}

.location_header_button {
    cursor: pointer;
    width: 80%;
    margin: 10px 10%;
}

.location_header_name {
    font-size: x-large;
    font-weight: 600;
    text-align: center;
}

.location_left {
    margin-top: 0;
    width: 15%;
    text-align: center;
}

.min_order_image {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.location_logo_image {
    width: 95%;
    height: 90%;
    max-width: 100px;
    max-height: 100px;
}

.location_right {
    width: 83%;
    margin-left: 2%;
}

.location_timer {
    font-size: large;
    margin: auto 0px;
}

/* For the locations slider */
.logo_image {
    width: 100%;
    height: 100%;
}

.flexdiv_between {
    justify-content: space-between;
}

.flexdiv_columns {
    display: flex;
    flex-flow: column;
}

.locations_name {
    font-size: x-large;
    font-weight: 1000;
}

.location_summary {
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    width: 98%;
    font-size: 18px;
}

.locations_address {
    font-size: 14px;
}

.location_open, .location_open_soon, .location_closed {
        display: inline-block;    /* Keep the content inline, shrinking the container */
        white-space: nowrap;      /* Prevent wrapping, so the container doesn't expand */
        margin-right: 1%;
        text-align: right;
        padding: 1px 4px;
        border-radius: 5px;
        font-size: x-large;
    }

.location_open {
    background-color: lightgreen;
}

.location_open_soon {
    background-color: orange;
}

.location_open_soon_container {
    display: inline-block;   /* Make the container only as wide as its content */
    width: auto;             /* Ensure the width adjusts automatically */
    padding: 0;              /* Adjust padding to avoid additional width */
    margin: 0;               /* Remove any margin that might affect the layout */
    border: none;            /* Ensure no borders are affecting the size */
    box-sizing: content-box;  /* Prevent padding from adding to the width */
}

.location_open_soon_preorder {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

.pre-ordering, .basket-pre-order {
    background-color: white;
    text-align: center;
    font-size: 26px;
    padding: 15px 0px;
}

.pre-order-resp-title {
    font-size: 30px;
    color: cadetblue;
    margin-bottom: 20px;
}

.pre-order-resp-msg {
    font-size: 22px;
    font-weight: 100;
}

.location_closed {
    background-color: red;
}

.location_distance {
    font-family: Arial;
}

.basket_title {
    font-size: 6vh;
    font-weight: 800;
    margin-left: 20px;
    height: 8vh;
    min-height: 8vh;
    max-height: 8vh;
}

.rounded_button {
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 40px;
    background-color: #33334b;
    color: white;
}    
    
.basket_block {
    padding: 2px;
    background-color: white;
}

.basket_allergen_button {
    font-size: xx-large;
}

.cat_area {
    width: 40%;
    padding: 5px;
}

.items_area {
    width: 60%;
    padding: 5px;
}

.menu_info {
    margin: 0px 20px 0px 0px;
}

.cats_container {
    padding: 5px;
}

.menu_block {
    padding: 0 5px;
}

.search_input, .clear_search, .show_chat_button {
    font-size: large;
}

.search_input, .clear_search {
    padding: 5px 1px;
    border-width: 0px;
    text-align: center;
    border-radius: 5px;
    background-color: #33334b;
    color: white;
    width: 100%;
}

.search_input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search_container {
    width: 96%;
    margin: auto;
}

.basket_total {
    margin: auto;
    font-weight: 600;
    color: black;
    font-size: large;
    text-align: center;
    padding-right: 3px;
    font-family: sans-serif;
}

.clear_search {
    width: 15%;
}

.order_button {
    background: none;
    border: none;
}

.itemextras_qnts {
    width: 6%;
}

.answer_names {
    width: 60%;
}

.itemextras_amount {
    width: 21%;
    padding-right: 1%;
}

.order_button_img {
    border-radius: 5px;
    width: 30px;
    height: 30px;
}

.items_for_cat {
    margin-bottom: 30px;
}

.item_cat_header, .item_cat_header_desc {
    font-size: x-large;
}

.item_cat_header_desc {
    padding: 5px 10px 30px 10px;
}

.add_items {
    width: 25%;
}

.item_info {
    margin: 5px 0 10px 0;
    cursor: pointer;
}

.item_name {
    font-size: x-large;
    font-weight: bold;
}

.item_description {
    font-size: large;
}

.item_cost {
    font-size: x-large;
    text-align: right;
    padding-right: 10px;
}

.order_items {
    overflow-x: hidden;
    padding-bottom: 50vh;
}

.totals_container {
    background-color: white;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 5px;
    position: sticky;
    top: 0;
    z-index: var(--z-index-sidenav-basket-totals);
}

.order_header_items div {
    border-radius: 5px;
    text-align: center;
}

.no_items_container {
    font-size: xxx-large;
    padding-top: 50px;
    text-align: center;
    width: 100%;
}

.order_header_cost {
    margin: 10px 0;
}

.order_header_no {
    width: 10%;
}

.order_header_items, .extras_item_container {
    width: 70%;
}

.order_header_cost, .order_cost, .extras_order_cost {
    width: 15%;
}

.qnt_change_container, .extras_order_col1 {
    width: 7%;
    margin: 0 1.5%;
}

/* To get the select dropdown to work on iPhone we are removing all styling 
   from the select element and then building a custom select on the container div instead. */
.qnt_change_container select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none;
    grid-area: select;
}

.qnt_change_container {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: x-large;
    line-height: 1.1;
    display: grid;
    align-items: center;
    max-height: 35px;
}

.qnt_change_container::after {
    content: "";
    width: 50%;
    height: 40%;
    background-color: black;
    clip-path: polygon(90% 0%, 0% 0%, 45% 100%);
    grid-area: select;
    justify-self: end;
  }

.order_item_delete {
    width: 4%;
    margin-right: 1%;
}

.order_item_delete img {
    width: 25px;
    height: 30px;
}

.allergen_container {
    background-color: white;
    margin-bottom: 5px;
}

.order_buttons_container {
    flex-wrap: wrap;
}

.order_name {
    text-align: left;
    font-size: x-large;
    display: flex;
    margin: auto 0;
    width: 70%;
}

.order_cost {
    text-align: right;
    font-size: x-large;
    width: 15%;
    margin: auto 0;
}

.order_total_amount {
    font-weight: 800;
    margin: 1px 0;
    font-size: x-large;
    display: flex;
    justify-content: center;
}

.order_comment {
    border: 1px solid black;
    width: 100%;
    height: 10vh;
}

.order_comment textarea {
    resize: none;
    background: none;
    width: calc(100% - 2px); /* minus the borders */
    height: calc(100% - 2px); /* minus the borders */
    border: none;
    outline: none;
    font-size: x-large;
}

.extras_container {
    width: 100%;
}

.extras_order_qnt {
    padding: 0 10px;
}

.extras_order_name {
    text-align: left;
    width: 75%;
}

.extras_order_cost {
    text-align: right;
    font-size: large;
}

.order_payment_type input {
    display: none;
}

.order_payment_type img {
    width: 50px;
    height: 50px;
}

.order_payment_type_card, .order_payment_type_cash {
    width: 50%;
}

.order_payment_type_cash {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.order_payment_type_card {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.order_payment_type {
    margin: 10px 0;
    border: 1px solid black;
    border-radius: 15px;
}

.order_payment_type_name {
    font-size: xx-large;
    margin: auto 0;
}

.order_payment_type_selected {
    background-color: black;
    color: white;
}

.order_payment_type_not_selected {
    color: gray
}

.order_payment_type_discount {
    text-align: center;
    font-size: 18px;
}

.order_payment_type_card_only, .order_payment_type_cash_only {
    background-color: white;
    color: black;
    justify-content: center;
    border: none;
}

.action_order_button_cancel, .action_order_button_submit {
    font-size: x-large;
    border-radius: 15px;
    padding: 3px 10px;
    border: none;
}

.action_order_button_submit:disabled {
    color: gray;
    background-color: rgb(73, 73, 239);
}

.itemextras_order_cost, .itemextras_order_desc, 
.itemextras_order_question,
.itemextras_order_item_title, .itemextras_order_question_req {
    font-size: x-large;
}

.itemextras_order_item_title {
    text-align: left;
}

.itemextras_order_cost {
    text-align: right;
    margin-left: 20px;
}

.itemextras_order_button {
    font-size: x-large;
    background: none;
    border: none;
    width: 92%;
}

.itemextras_order_question {
    width: 100%;
    background-color: wheat;
    text-align: center;
}

.itemextras_order_question_req {
    width: 30%;
}

.itemextras_order_add_order, .itemextras_order_total {
    font-size: xx-large;
}

.itemextras_order_add_order {
    padding-right: 10px;
}

.itemextras_order_item {
    width: 100%;
}

.itemextras_order_submit {
    margin: 4% 4% 20% 60%;
    width: 36%;
}

.itemextras_order_navigate, .itemextras_order_addtoorder {
    margin: 10px;
}

.itemextras_order_navigate {
    background: none;
    border: none;
}

.itemextras_order_navigate img {
    width: 40px;
    height: 40px;
}

.itemextras_order_addtoorder {
    display: inline-flex;
    background-color: black;
    color: white;
    border: none;
    border-radius: 3px;
}

.itemextras_order_filter {
    width: 100%;
    text-align: center;
    padding: 0;
    border: none;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    font-size: x-large;
    margin: 5px 0;
}

.itemextras_dels {
    width: 5%;
}

.extras_order_qnt, .extras_order_name, .itemextras_order_cost {
    font-size: large;
}

.basket_new_item {
    animation-name: basketNewItemsFrames;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 1s;
}

/*body {font-family: Arial, Helvetica, sans-serif;}*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: var(--z-index-modals); /* Sit on top */
    left: 0;
    /*top: 0;*/
    width: 100%; /* Full width */
    /*height: 100%; Full height */
    overflow: auto; /* Enable scroll if needed */
    font-size: x-large;
    border-top: 4px solid orange;
    border-bottom: 4px solid orange;
    max-height: 95vh;
    justify-content: center;
}

.new-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.modal-header td {
    padding: 0 10px 0 10px;
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    height: 50%;
}

.new-modal-content {
    background-color: rgba(128, 128, 128, 0.7);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.new-modal-content-sub {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
    margin: 0 5px;
}

.new-modal-header .flexdiv {
    display: flex;
    justify-content: space-between;
}

.modal-header {
    width: 99%;
    max-width: var(--max-width);
    margin: 0 auto;
    justify-content: space-between;
}

.modal-body {
    padding: 10px 10px 0 10px;
    max-width: var(--max-width);
    margin: 0 auto;
}

.new-modal-body {
    padding: 25px 10px 10px 10px;
}

.payment-processing-div {
    margin: 20px 0;
}

.payment-processing-div b {
    font-size: 24px;
}

.payment-processing-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.payment-processing-confirm input {
    width: 25px;
    height: 25px;
}

.new-modal-body button {
    font-size: 24px;
}

.new-modal-body .flexdiv {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.modal-outer {
    width: 100%;
    height: 25%;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(10px);
}
  
.modal-inner {
    height: 30%;
}

/* must be after .modal to override the z-index */
.allergen_dialog {
    z-index: var(--z-index-allergens);
    height: 75vh;
}

.edit_order_item {
    z-index: var(--z-index-edit-order-item);
}

.company_image {
    border-radius: 5px;
    max-width: 100%;
    max-height: 7vh;
}

.showmenu_container {
    background-color: #474B4F;
}

.showmenu_container {
    border-radius: 30px 80px;
}

.search_input_container {
    width: 35%;
}

.cats, .items {
    overflow-y: scroll;
}

.cat_table, .item_table {
    position: relative;
    margin-bottom: 40vh;
}

.items_container {
    width: 61.5%;
    margin-left: 3%;
    margin-right: 0.5%;
    overflow-x: hidden;
}

.read_only_menu .items_container {
    width: 61.5%;
}

.cats {
    width: 34.5%;
    margin-left: 0.5%;
    overflow-x: hidden;
    background-color: transparent;
}

.items_for_cat {
    color: black;
}

.items_for_cat {
    margin-bottom: 30px;
}

.category_list, .category_list_selected {
    padding: 0;
}

.cat_button_text {
    color: black;
    background-color: white;
}

.category_buttons, .cat_button_text, .cat_button_text_selected {
    margin: 0;
}

.cat_button_text, .cat_button_text_selected {
    width: 100%;
    border: none;
    margin: 5px 0;
}

.cat_button_text:focus, .cat_button_text_selected:focus {
    outline: none;
}

.cat_button_text, .cat_button_text_selected, .category_buttons {
    font-size: large;
}

.cat_button_text, .cat_button_text_selected {
    padding: 15px 0;
    border-radius: 15px;
}

.cat_button_text_selected {
    color: white;
    font-weight: 800;
    background-image: radial-gradient(black, gray);
}

@keyframes discount_blinker {
    50% {
        opacity: 0;
    }
}

.scrolling_cats_iframe_show {
    width: 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.scrolling_cats_iframe_hidden {
    width: 0%;
    margin-left: 0%;
    margin-right: 0%;
}

.scrolling_items_iframe_show {
    width: 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.scrolling_items_iframe_hidden {
    width: 0%;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0;
}

.cat_table_iframe {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.category_list_iframe {
    background-color: #2c7c6f;
    border-radius: 25%;
}

.sidenav, .basket_area {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: var(--z-index-sidenav-basket);
    top: 0;
    overflow-x: hidden;
    transition: 0.1s;
    right: 0;
}

.sidenav {
    z-index: var(--z-index-sidenav);
}

.basket_area_show {
  width: 100%;
  background-color: #c9c6c6;
}

.sidenav_show {
  width: 100%;
}

.sidenav {
  background-color: white;
}

.basket_area_small {
    width: 0;
    display: none;
}

.sidenav .closebtn {
  text-align: right;
  margin-right: 20px;
}

.sidenav .closebtn, .close, .modal_header {
  font-size: x-large;
}

.close {
    all: unset;
    font-size: 30px;
}

.sidenav_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.sidenav_flex_div {
    width: 140px;
    height: 200px;
    margin: 10px;
}

.sidenav_image {
    width: 120px;
    height: 120px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
}

.sidenav_text {
    text-align: center;
}

.modal_header_x {
    text-align: right;
}

.modal_header_allergen_x {
    width: 20%;
    text-align: right;
    font-size: large;
}

.modal_header {
  color: black;
  width: 80%;
}

.processing_order {
    width: 100%;
    text-align: center;
}

.close {
  width: 20%;
  text-align: right;
  padding-right: 20px;
  background: none;
  border: none;
  font-weight: 800;
}

.basket_area .closebtn {
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 30px;
  margin-left: 0;
  padding: 0;
}

.menu_selected {
    background-color: var(--menu-selected);
}

.slogan {
    background-color: #b4b4b4;
}

.modal-content, .popup .popuptext {
    background-color: white;
}

.popup .popuptext, .modal-content {
    color: black;
}

.items_for_cat, .category_buttons {
    color: black;
}

.item_cat_header {
    background-image: radial-gradient(white, gray);
    color: black;
}

.item_cat_header_desc {
    background-color: #edecec;
    color: black;
}

.item_info {
    border-bottom: 1px solid black;
    padding-left: 10px;
    width: calc(100% - 10px);
}

.item_cost {
    color: #0060A0;
}

.item_data {
    display: flex;
    justify-content: space-between;
}

.order_item {
    border-bottom: solid 1px orange;
    padding: 10px 0;
}

.cats_container {
    border: 1px solid black;
}

.about_content {
    background-color: rgb(209, 209, 209);
    box-shadow: 5px 10px 18px #888888;
}

.location_header_button {
    border-bottom: 2px solid rgb(224, 223, 223);
}

footer {
    background-color: rgba(0,0,0,0.3);
    color: white;
    font-size: medium;
}

.left_footer {
    width: 45%;
    text-align: right;
    padding-right: 5px;
}

.middle_footer {
    width: 10%;
}

.right_footer {
    width: 45%;
    text-align: left;
    padding-left: 5px;
}

.login_error, .not_logged_server {
    background-color: #222629;
    color: red;
}

.order_total, .order_header_items_div {
    border: 1px solid black;
    height: fit-content;
}

.order_payment_type label > input:checked + img { /* (RADIO CHECKED) IMAGE STYLES */
    border:2px solid #f00;
}

.order_payment_type > input:checked + img { /* (RADIO CHECKED) IMAGE STYLES */
    border:2px solid #f00;
}

.action_order_button_cancel {
    background-color: black;
    color: white;
    margin-right: 30px;
}

.action_order_button_submit {
    background-color: #33334b;
    color: white;
}

.about_body {
    overflow: auto;
}

.about_images {
    margin: 20px 40%;
}

.about_images img {
    width: 100%;
    height: 100%;
}

.about_out {
	animation-name: aboutOutFrames;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 1s;
}

@keyframes aboutOutFrames {
	0% {
        opacity: 1;
	}
	100% {
        opacity: 0;
	}
}

.about_in {
	animation-name: aboutInFrames;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes aboutInFrames {
	0% {
        opacity: 0;
	}
	100% {
        opacity: 1;
	}
}

.about_content {
    margin: 20px 10%;
    padding: 10px;
    border-radius: 10px;
    font-size: large;
}

.about_footer {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.contact_body {
    overflow: auto;
}

.contact_content {
    background-color: rgb(209, 209, 209);
    box-shadow: 5px 10px 18px #888888;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    font-size: large;
    max-width: var(--max-width);
}

.the-header-container {
    position: sticky;
    top: 0;
}

.login_body {
    /*background-image: url("../IMAGES/spaghetti.jpg");*/
    overflow-y: auto;
}

.login_block {
    margin: 40px 0;
}

.login_remme_container {
    font-size: large
}

.login_remme_label {
    display: inline-block;
}

.login_signup_container {
    justify-content: center;
    font-size: large;
}

.login_signup {
    margin-left: 10px;
}

.login_signup, .login_forgot {
    color: blue;
    font-size: large;
}

.outer_widths {
    min-width: 30%;
    max-width: 30%;
    width: 30%;
}
    
.change_login_inner_page {
    height: 30vh;
    max-height: 30vh;
    min-height: 30vh;
    margin-top: 30vh;
}
  
/* Full-width inputs */
.login_input, .login_name {
    margin: 8px auto;
    display: inline-block;
    box-sizing: border-box;
    font-size: xx-large;
    border: 1px solid;
}
  
.login_input, .login_name {
    width: 80%;
    max-width: 400px;
}
  
.log_button {
    font-size: xx-large;
    text-align: center;
    margin-top: 50px;
    background-color: orangered;
    color: white;
    width: 50%;
    max-width: 400px;
    padding: 5px;
    border: 1px solid blue;
}

.login_forgot_title {
    text-align: center;
    margin: 40px 0;
}

.login_forgot_title h1 {
    font-size: large;
}

.login_forgot_text {
    padding: 10px;
    font-size: large;
}

.login_forgot_response {
    text-align: center;
    color: red;
    background-color: black;
    margin-top: 20px;
}
  
.login_error {
    text-align: center;
    font-size: large;
}

.login_footer {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.input_pulldown {
    margin-left: 5px;
}

.sub_hdr_container {
    display: flex;
    justify-content: space-between;
}

.transport_selected_container {
    display: flex;
    height: 45px;
    margin-top: var(--location-search-margin-top);
}

.transport_selection {
    font-size: xx-large;
    border: 1px solid black;
    background-color: white;
    margin: 3px 2%;
    border-radius: 10px;
    display: flex;
}

.transport_selection img {
    width: 20px;
    display: none;
    margin-left: 5px;
}

.transport_selected {
    background-color: black;
    color: white;
}

.transport_selected img {
    display: flex;
}

.transport_not_selected {
    background-color: white;
    color: black;
}

.orderby_container {
    width: 20%;
    margin: 0 auto;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 200%;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: var(--z-index-popup);
    bottom: 125%;
    left: 50%;
    margin-left: -100%;
  }
  
/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
}
  
/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
  
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}
  
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}  

@keyframes basketNewItemsFrames {
    0% {
        color:black;
    }
    /*10% {
        color:white;
    }
    20% {
        color:black;
    }
    30% {
        color:white;
    }
    40% {
        color:black;
    }*/
    50% {
        color:white;
        background-color: rgba(85, 55, 0, 0.8);
    }
    /*60% {
        color:black;
    }
    70% {
        color:white;
    }
    80% {
        color:black;
    }
    90% {
        color:white;
    }*/
    100% {
        color:black;
        background-color: rgba(255, 165, 0, 0.8);
    }
}

.prevorder_h1_container {
    border-bottom: 1px solid black;
    width: 100%;
    max-width: var(--max-width);
    margin-top: 30px;
    font-size: large;
}

.prevorder_order {
    padding: 10px 0 0 0;
}

.preorder_order {
    margin-bottom: 2vh;
}

.prevorder_logo {
    width: 120px;
    text-align: center;
}

.prevorder_details {
    width: calc(80% - 120px);
}

.prevorder_cost {
    width: 19%;
    text-align: right;
    margin-right: 1%;
}

.prevorder_details, .prevorder_cost {
    border-bottom: 1px solid gray; 
}

.prevorder_details div, .prevorder_cost{
    font-size: x-large;
}

.prevorder_details_name {
    font-weight: 600;
}

.prevorder_logo img {
    max-width: 80px;
    max-height: 80px;
}

.full_order_container {
    background-color: #EEEEEE;
    color: black;
    max-width: var(--max-width);
    margin: 0 auto;
    font-size: 18px;
}

.current_order_container {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.full_order_header, .full_order_ref, .full_order_items, .full_order_total, 
.full_order_date, .current_order_container {
    border-bottom: 1px solid blue;
}

.current_order_container .full_order_header, .current_order_container .full_order_ref {
    border-bottom: none;
}

.full_order_header {
    padding-top: 5px;
}

.full_order_logo { /*must be after .prevorder_logo */
    width: 78%;
    text-align: left;
    margin-left: 2%;
}

.current_order_logo { /*must be after .prevorder_logo */
    width: 100%;
    text-align: center;
}

.current_order_state_container {
    margin: 10px 0;
}

.current_order_state {
    text-align: center;
    border: 1px solid black;
    width: 80%;
    margin: 0 auto;
    background-color: lightgray;
    color: darkgray;
}

.current_order_state_selected {
    background-color: lightgreen;
    color: black;
}

.current_order_state_selected_cancelled {
    background-color: red;
    color: black;
}

.no_current_order {
    text-align: center;
    margin-top: 20px;
}

.full_order_ref {
    text-align: center;
    font-size: xx-large;
    font-weight: 600;
    padding: 5px 0;
}

.full_order_items {
    padding: 5px;
}

.full_order_item_qnt {
    width: 3%;
}

.full_order_item_name {
    width: 77%;
}

.full_order_item_cost {
    text-align: right;
    width: 20%;
}

.full_order_itemextra_qnt {
    width: 5%;
    margin-left: 2%;
}

.full_order_itemextra_name {
    width: 73%;
}

.full_order_itemextra_cost {
    text-align: right;
    width: 20%;
}

.full_order_leftcol {
    width: 69%;
    margin-left: 1%;
    text-align: left;
}

.full_order_rightcol {
    width: 29%;
    margin-right: 1%;
    text-align: right;
}

.full_order_comments {
    padding: 10px 0;
    margin-left: 1%;
}

.full_order_total_label, .full_order_total_amount {
    font-weight: 800;
}

.full_order_again {
    text-align: center;
    padding: 5px;
}

.full_order_again button {
    font-size: xx-large;
}

.order_item_full_line {
    background-color: green;
}

.order_checkout_dialogs {
    background-color: white;
    color: black;
}

.modal_content_itemextras {
    overflow: hidden;
}

.prevorder_container {
    max-width: var(--max-width);
    margin: 0 auto;
}

.customer_register_title {
    margin-top: 20px;
    font-size: xx-large;
    border-bottom: 1px solid black;
}

.customer_register_form_container {
    max-height: 83vh;
    overflow-y: scroll;
}

.customer_register_label, .customer_register_name_first, 
.customer_register_name_last, .customer_register_email,
.customer_register_phone, .customer_register_addr1,
.customer_register_addr2, .customer_register_postcode,
.customer_register_pwd, .customer_register_confirm_pwd {
    font-size: xx-large;
}

.customer_register_label {
    color: chocolate;
}

.customer_register_label {
    margin-left: 1%;
    margin-top: 20px;
}

.customer_register_name_first {
    width: calc(47.5% - 8px);
    margin: 0 2.5% 0 5%;
}

.customer_register_name_last {
    width: calc(47.5% - 8px);
    margin: 0 5% 0 2.5%;
}

.customer_register_email, .customer_register_phone,
.customer_register_addr1, .customer_register_addr2 {
    width: calc(90% - 8px);
    margin: 0 5%;
}

.customer_register_pwd,
.customer_register_confirm_pwd {
    width: calc(80% - 8px);
    margin: 0 2% 0 5%;
}

.customer_register_postcode {
    width: calc(90% - 140px);
    margin: 0 10px 0 5%;
}

.customer_register_addr1, .customer_register_addr2,
.customer_register_postcode, .customer_register_pwd,
.customer_register_confirm_pwd {
    margin-bottom: 10px;
}

.customer_register_button {
    margin: 20px 0;
    text-align: center;
    border-top: 1px solid black;
}

.customer_register_button button {
    border: none;
    background-color: blue;
    color: white;
    font-size: xxx-large;
    margin-top: 20px;
    margin-bottom: 20vh;
    border-radius: 10px;
}

.customer_register_error_hdr {
    padding-top: 0;
}

.customer_register_error_sub_hdr {
    font-size: xxx-large;
    color: red;
}

.customer_register_error_msg {
    text-align: center;
    font-size: xx-large;
}

.customer_register_error_button {
    margin-top: 20px;
    text-align: center;
}

.customer_register_error_button button {
    font-size: xx-large;
}

.customer_register_eye {
    width: 60px;
    height: 30px;
    margin-top: 5px;
}

.login_message {
    text-align: center;
    font-size: xx-large;
    margin: 10px 0;
}

.order_issues_fontsize {
    font-size: xx-large;
}

.order_issues_border {
    border-top: 1px solid orange;
    margin-top: 10px;
    padding-top: 5px;
}

.basket_container {
    display: flex;
    margin-top: 10px;
}

.order_processing #orderProcessing {
    width: 100%;
}

.order_processing_img {
    width: 50px;
    height: 50px;
}

.doc-title {
    font-size: x-large;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.doc-body {
    font-size: small;
    text-align: left;
    margin: 5px;
}

.doc-header1 {
    font-size: medium;
    margin: 20px;
}

.doc-line {
    height: 1px;
    background-color: black;
    margin: 20px 0;
}

/*---------------------------------------------------------------------
  Radio Buttons for Order Delivery Tip
  */
.col {
  float:left;
  margin: 0 1% 0 0;
  width: 42%;
  font-size: 24px;
}

.delivery_tip input {
	display: none;
}

.delivery_tip label {
	background-color: #fbd7d7;
	text-align: center;
	border: 3px solid transparent;
}

.delivery_tip input:checked + label {
	border: 3px solid #333;
	background-color: #8be7b2;
}

.delivery_tip_right {
    margin-top: auto;
}

.delivery_tip_title {
    text-align: left;
}

.full_order_total {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.order_total_borders {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
/*---------------------------------------------------------------------
*/

/* Make sure this is after h1_container prevorder_h1_container as it overrides the margin */
.chat-title {
    margin-top: 15px;
}

.chat-hr {
    height: 0px;
    border: 1px solid rgba(237,227,156,0.5);
}

.chat-button {
    font-size: large;
    padding: 5px;
    border: 1px solid black;
    border-radius: 10px;
    margin: 5px 20px 0 20px;
}

.chat-none {
    text-align: center;
    font-size: xx-large;
    margin: 30px 0;
}

.open-chat-msgs {
    height: 50vh;
    background-color: black;
    padding: 5px;
    overflow-y: scroll;
    color: white;
}

.open-chat-enter {
    width: calc(100% - 20px);
    margin: 10px;
    box-sizing: border-box;
}

.open-chat-enter input {
    width: 100%;
    font-size: var(--chat-font-large);
    box-sizing: border-box;
}

.end-chat {
    font-size: var(--chat-font-large);
    margin: 10px auto 20px 10px;
    background-color: white;
    color: black;
    border-style: solid;
}

.open-chat-send, .open-chat-send-disabled {
    width: 30px;
    margin: 10px 10px 20px auto;
    background-size: 30px 30px;
    background-position: center;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
}

.open-chat-send {
    background-image: url("../IMAGES/send-chat-trans.png");
}

.open-chat-send-disabled {
    background-image: url("../IMAGES/send-chat-disabled-trans.png");
}

.chat-msg-customer, .chat-msg-location {
    margin: 5px;
    border-radius: 5px;
    width: fit-content;
    max-width: 60%;
    padding: 0 10px;
    word-break: break-word;
    color: white;
}

.chat-msg-customer {
    background-color: #598c6e;
    margin: 5px 0 5px auto;
}

.chat-msg-location {
    background-color: #4d4d4d;
    margin: 5px auto 5px 0;
}

.chat-header-you {
    margin-left: 10px;
}

.chat-header-location {
    margin-right: 10px;
}

.view-chat-list {
    font-size: 18px;
    text-align: center;
    margin: 20px;
}

.view-chat-list-item {
    margin: 20px;
    border: 1px solid black;
    border-radius: 10px;
}

.fetch_address_results {
    position: fixed;
    background-color: #f1f1f1;
    color: black;
    font-size: 30px;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    height: 100vh;
}

.fetch_address_results_close_container {
    width: 100%;
    background-color: black;
    color: white;
    margin-bottom: 10px;
}

.fetch_address_results_close {
    width: fit-content;
    font-size: 30px;
    padding: 5px;
}

.fetch_address_results_list {
    height: 90vh;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.fetch_address_results_common {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.fetch_address_match_container {
    box-sizing: border-box;
    width: calc(25% - 20px);
    margin: 5px 10px;
    min-width: fit-content;
}

.fetch_address_match {
    text-align: center;
    margin: 5px auto;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
    color: black;
    overflow-wrap: anywhere;
    padding: 10px 3px 0px 3px;
    height: 60px;
}

.address_search_button {
    background-color: blue;
    color: white;
    border-radius: 10px;
    text-align: center;
    padding: 9px 3px;
    font-size: 18px;
    margin: 0 5px 10px 5px; 
    width: 140px;
}

.show_chat_button {
    margin: auto 10px auto 0;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px;
    background-color: antiquewhite;
}

.big-bottom-margin {
    margin-bottom: 50vh;
}

.basket_offer_msg {
    font-size: 16px;
    text-align: center;
    color: #e9b962;
}

.order_payment_items {
    /*background-color: #f9f9f9;*/
    margin-bottom: 10px;
}

.order_payment_discount_container {
    margin-bottom: 10px;
}

.order_payment_order_total_container {
    /*background-color: #e5e5e5;*/
    margin-bottom: 10px;
}

.order_payment_discount {
    text-align: right;
}

.order_payment_order_total {
    text-align: left;
}

.order_payment_charges {
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.order_payment_discounts {
    background-color: #f8f8f8;
}

.order_payment_final_total_container {
    font-size: 26px;
}

.coupon_title {
    text-align: center;
    font-size: 16px;
}

.coupon_input {
    width: 78%;
    margin: 0 10%;
    text-align: center;
    font-size: 18px;
}

.confirm_personal_info_msg, .confirm_personal_info_buttons {
    margin-bottom: 20px;
}

.confirm_personal_info_data {
    text-align: center;
    font-size: 20px;
}

.customer_cancel_orders_container {
    background-color: #fffae5;
    margin: 0 30px;
    border-radius: 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.customer_cancel_orders_msg {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 10px auto;
}

.customer_cancel_orders_button {
    text-align: center;
}

.customer_cancel_orders_button button {
    font-size: 22px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.order_comments_full {
    font-size: 16px;
    word-break: break-all;
}

.order_comments_text_full {
    font-size: 14px;
    padding-left: 10px; 
}

.payment-processing-warning {
    font-size: 24px;
    color: red;
    text-align: center;
    margin-bottom: 10px;
}

p.payment-processing-warning {
    display: inline;
}

.versionDisplay1, .versionDisplay2 {
    font-size: 14px;
    text-align: left;
    padding: 5px 0 5px 20px;
}
    
/*=====================================================================
  START OF MEDIA CHANGES
  */
  /* max-width: largest to smallest */
@media only screen and (max-width: 900px) {
    .the_header {
        min-height: var(--header-height-large);
        height: var(--header-height-large);
        max-height: var(--header-height-large);
    }

    .location_content {
        height: calc(100% - var(--header-height-large));
    }

    .show_menu_inner {
        height: calc(100% - var(--info-container-large));
    }
    
    .hdr_adorders_logo_image {
        max-width: var(--logo-width-large);
        min-width: var(--logo-width-large);
        width: var(--logo-width-large);
        max-height: var(--logo-height-large);
        min-height: var(--logo-height-large);
        height: var(--logo-height-large);
        left: calc(50% - var(--logo-width-large)/2);
    }

    .header_background, .header_background_img {
        height: var(--hdr-bckgrnd-height-large);
    }

    .order_button_container button {
        font-size: x-large;
    }

    .customer_login_container {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 800px) {
    /*.hdr_adorders_logo_h2, .location_name {
        font-size: large;
    }*/

    /* This is setting the same height again but doing it each time the font-size changes as it seems to be required */
    .location_name, .customer_login_container, .hdr_adorders_logo_h2 {
        height: var(--header-info-height-large);
    }

    /*.hdr_adorders_logo_h2 h2 {
        font-size: large;
    }*/

    .item_cat_header, .item_name, .item_cost, .item_cat_header_desc {
        font-size: large;
    }

    .item_description {
        font-size: medium;
    }

    .order_name_input {
        font-size: large;
    }

    .transport_selection {
        font-size: x-large;
    }

    .full_order_item_qnt {
        width: 4%;
    }

    .full_order_item_name {
        width: 76%;
    }

    .full_order_itemextra_qnt {
        width: 7%;
        margin-left: 2%;
    }

    .full_order_itemextra_name {
        width: 71%;
    }
}

@media only screen and (max-width: 700px) {
    .search_input_container {
        width: 40%;
    }

    .the_header {
        min-height: var(--header-height-medium);
        height: var(--header-height-medium);
        max-height: var(--header-height-medium);
    }

    .location_content {
        height: calc(100% - var(--header-height-medium));
    }

    .show_menu_inner {
        height: calc(100% - var(--info-container-medium));
    }

    .hdr_adorders_logo_image {
        max-width: var(--logo-width-medium);
        min-width: var(--logo-width-medium);
        width: var(--logo-width-medium);
        max-height: var(--logo-height-medium);
        min-height: var(--logo-height-medium);
        height: var(--logo-height-medium);
        left: calc(50% - var(--logo-width-medium)/2);
        top: -43px;
    }

    .header_background, .header_background_img {
        height: var(--hdr-bckgrnd-height-medium);
    }

    .hdr_adorders_logo_h2, .location_name {
        font-size: large;
    }

    .hdr_adorders_logo_h2 h2 {
        font-size: large;
    }

    .location_name, .customer_login_container, .hdr_adorders_logo_h2 {
        height: var(--header-info-height-medium);
    }

    .qnt_change_container, .extras_order_col1 {
        width: 11%;
        margin: 0 2%;
    }

    .qnt_change_container, .order_name, .order_cost {
        font-size: large;
    }

    .transport_specify_container, .transport_specify_asap_time {
        font-size: large;
    }

    .col {
        font-size: 16px;
    }

    .headers_img_login {
        margin-top: 3px;
    }

    .headers_img_loggedin {
        min-height: calc(var(--loggedin-height-medium) + 2);
        height: calc(var(--loggedin-height-medium) + 2);
        max-height: calc(var(--loggedin-height-medium) + 2);
    }
    
    .headers_img_loggedin img {
        min-height: var(--loggedin-height-medium);
        height: var(--loggedin-height-medium);
        max-height: var(--loggedin-height-medium);
        min-width: var(--loggedin-width-medium);
        width: var(--loggedin-width-medium);
        max-width: var(--loggedin-width-medium);
    }

    
    .loc_search_container {
        justify-content: center;
    }

    .sub_hdr_container {
        display: block;
    }

    .transport_selected_container {
        width: 100%;
        justify-content: center;
    }

    .transport_selection {
        width: 40%;
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .the_header {
        min-height: var(--header-height-small);
        height: var(--header-height-small);
        max-height: var(--header-height-small);
    }

    .location_content {
        height: calc(100% - var(--header-height-small));
    }

    .show_menu_inner {
        height: calc(100% - var(--info-container-small));
    }

    .hdr_adorders_logo_image {
        max-width: var(--logo-width-small);
        min-width: var(--logo-width-small);
        width: var(--logo-width-small);
        max-height: var(--logo-height-small);
        min-height: var(--logo-height-small);
        height: var(--logo-height-small);
        left: calc(50% - var(--logo-width-small)/2);
    }

    .header_background, .header_background_img {
        height: var(--hdr-bckgrnd-height-small);
    }

    .prevorder_h1_container {
        font-size: medium;
    }

    .applied_discount_val {
        font-size: medium;
    }

    .transport_selection {
        font-size: x-large;
    }

    .home {
        width: 30px;
        height: 30px;
    }
    
    .location_search_title {
        font-size: x-large;
    }

    .loc_search_button img {
        width: 25px;
        height: 25px;
    }

    .location_timer {
        font-size: medium;
    }

    .basket_image img{
        width: 60px;
        min-width: 60px;
        max-width: 60px;
        height: 40px;
        max-height: 40px;
        min-height: 40px;
    }

    .basket_count {
        height: 20px;
        font-size: 15px;
        width: 35px;
        right: 7px;
    }

    .basket_total {
        font-size: small;
    }

    .go_to_top img {
        width: 40px;
        height: 40px;
    }

    .items_container {
        width: 55.5%;
    }
    
    .cats {
        width: 40.5%;
    }

    .item_cat_header, .item_name, .item_cost, .item_cat_header_desc {
        font-size: medium;
    }

    .item_description {
        font-size: small;
    }

    .item_data {
        display: block;
    }

    .cat_button_text, .cat_button_text_selected, .category_buttons {
        font-size: medium;
    }

    .info_container {
        height: var(--info-container-medium);
        max-height: var(--info-container-medium);
        min-height: var(--info-container-medium);
    }

    .customer_register_label, .customer_register_name_first, 
    .customer_register_name_last, .customer_register_email,
    .customer_register_phone, .customer_register_addr1,
    .customer_register_addr2, .customer_register_postcode,
    .customer_register_pwd, .customer_register_confirm_pwd {
        font-size: large;
    }

    .customer_register_title {
        font-size: large;
    }

    .customer_register_eye {
        width: 40px;
        height: 20px;
    }

    .customer_register_button button {
        font-size: xx-large;
    }

    .prevorder_details div, .prevorder_cost {
        font-size: large;
    }

    .prevorder_logo img {
        max-width: 60px;
        max-height: 60px;
    }

    .qnt_change_container {
        font-size: large;
        max-height: 35px;
    }

    .order_cost {
        width: 20%;
    }

    .order_name {
        width: 65%;    
    }

    .order_name_input, .order_phone_input, .order_email_input {
        font-size: large;
    }

    .order_name_input input, .order_phone_input input, .order_email_input input {
        font-size: large;
    }

    .order_transport_type {
        font-size: large;
    }

    .order_name_input {
        font-size: medium;
    }

    .order_problem_msg {
        font-size: x-large;
    }

    .order_problem_sorry, .order_problem_charged {
        font-size: large;
    }

    .full_order_ref, .full_order_items, .full_order_leftcol, 
    .full_order_rightcol, .full_order_comments {
        font-size: large;
    }

    .orders_rejected_congrats {
        font-size: large;
    }
    
    .orders_rejected_id, .orders_rejected_cost, .orders_rejected_screenshot {
        font-size: x-large;
    }

    .itemextras_order_button {
        font-size: x-large;
    }

    .order_button_img {
        width: 20px;
        height: 20px;
    }

    .itemextras_order_button {
        font-size: x-large;
        width: 90%;
    }

    .itemextras_dels {
        width: 9%;
    }

    .no_items_container {
        font-size: xx-large;
    }

    .about_content {
        font-size: medium;
    }

    .order_issues_fontsize {
        font-size: large;
    }

    .transport_chosen {
        font-size: large;
    }

    .customer_login_container {
        max-width: 30%;
    }

    .location_search input {
        font-size: medium;
    }

    .open_only_switch {
        height: 20px;
    }

    .open_only_slider:before {
        height: 14px;
        width: 14px;
    }

    .open_only_label {
        margin: -3px 5px;
        height: 20px;
        font-size: medium;
    }

    .order_min_container, .location_distance {
        margin-left: 40px;
     }

     .hdr_adorders_logo_h2, .location_name {
        font-size: medium;
    }

    .address_search_button {
        padding: 3px;
    }

    .full_order_item_qnt {
        width: 5%;
    }

    .full_order_item_name {
        width: 75%;
    }

    .full_order_itemextra_qnt {
        width:9%;
        margin-left: 2%;
    }

    .full_order_itemextra_name {
        width: 69%;
    }
}

@media only screen and (max-width: 500px) {
    .delivery_info {
       justify-content: flex-start;
    }

    .locations_rating {
       height: 35%;
       overflow: hidden;
       margin-top: 5%;
   }

    .logo_image {
        width: 100%;
        max-width: 32px;
        height: 100%;
        max-height: 32px;
    }
    
    .itemextras_order_cost, .itemextras_order_desc, 
    .itemextras_order_question,
    .itemextras_order_item_title, .itemextras_order_question_req {
        font-size: large;
    }

    .itemextras_order_submit {
        margin: 4% 4% 20% 43%;
        width: 50%;
    }

    .location_summary, footer {
        font-size: 14px;
    }

    .locations_address {
        font-size: 10px;
    }

    .location_name, .hdr_adorders_logo_h2, .hdr_adorders_logo_h2 h2, .customer_login_container {
        font-size: small;
    }

    .location_name, .customer_login_container, .hdr_adorders_logo_h2 {
        height: var(--header-info-height-small);
    }

    .locations_name {
        font-size: large;
    }

    .location_open, .location_open_soon, .location_closed {
        font-size: large;
    }

    .order_button_container button {
        font-size: large;
    }

    .order_item_delete {
        width: 10%;
    }

    .order_name {
        width: 60%;    
    }

    .transport_specify_container, .transport_specify_asap_time {
        font-size: medium;
    }

    .transport_specify_container {
        display: block;
    }

    .order_payment_inf_cost {
        font-size: x-large;
    }

    .order_payment_type_name {
        font-size: x-large;
    }

    .itemextras_order_button {
        font-size: large;
    }

    .itemextras_order_add_order, .itemextras_order_total {
        font-size: x-large;
    }
    
    .no_items_container {
        font-size: x-large;
    }

    .contact_content {
        font-size: medium;
    }

    .about_images {
        margin: 20px 30%;
    }

    .headers_img_login {
        min-height: var(--login-height-small);
        height: var(--login-height-small);
        max-height: var(--login-height-small);
    }
    
    .headers_img_login img {
        min-height: var(--login-height-small);
        height: var(--login-height-small);
        max-height: var(--login-height-small);
        min-width: var(--login-width-small);
        width: var(--login-width-small);
        max-width: var(--login-width-small);
    }
    
    .headers_img_loggedin {
        min-height: calc(var(--loggedin-height-small) + 2);
        height: calc(var(--loggedin-height-small) + 2);
        max-height: calc(var(--loggedin-height-small) + 2);
        padding-top: 0;
    }
    
    .headers_img_loggedin img {
        min-height: var(--loggedin-height-small);
        height: var(--loggedin-height-small);
        max-height: var(--loggedin-height-small);
        min-width: var(--loggedin-width-small);
        width: var(--loggedin-width-small);
        max-width: var(--loggedin-width-small);
    }

    .headers_img_login {
        margin-top: 1px;
    }

    .full_order_item_qnt {
        width: 6%;
    }

    .full_order_item_name {
        width: 74%;
    }
}

@media screen and (max-width: 450px) {
    .min_order_image {
        width: 20px;
        height: 20px;
    }

    .location_timer {
        font-size: small;
    }

    .basket_image img{
        width: 60px;
        min-width: 60px;
        max-width: 60px;
        height: 40px;
        max-height: 40px;
        min-height: 40px;
    }

    .basket_count {
        height: 20px;
        font-size: 15px;
        width: 30px;
        right: 10px;
    }

    .itemextras_order_button {
        width: 88%;
    }

    .itemextras_amount {
        width: 23%;
    }

    .answer_names {
        width: 58%;
    }

    .location_open_soon_container {
        width: min-content;
    }

    .locations_header {
        display: block;
    }

    .full_order_itemextra_qnt {
        width: 11%;
        margin-left: 2%;
    }

    .full_order_itemextra_name {
        width: 67%;
    }
}

@media screen and (max-width: 420px) {
    .transport_selection {
        font-size: x-large;
    }

    .location_search_title {
        font-size: large;
    }

    .outer_widths {
        min-width: 15%;
        max-width: 15%;
        width: 15%;
    }

    .locations_name {
        font-size: medium;
    }

    .applied_discount_val {
        font-size: small;
    }

    .location_open {
        font-size: large;
    }

    .cat_button_text, .cat_button_text_selected, .category_buttons {
        font-size: small;
    }

    .items_container {
        width: 50.5%;
    }
    
    .cats {
        width: 45.5%;
    }

    .login_input, .login_name {
        font-size: large;
    }

    .login_remme_container {
        font-size: medium;
    }

    .log_button {
        font-size: medium;
        margin-top: 30px;
    }

    .customer_register_error_sub_hdr {
        font-size: x-large;
    }

    .customer_register_error_msg {
        font-size: large;
    }

    .customer_register_error_button button {
        font-size: large;
    }

    .customer_login_container {
        max-width: 35%;
    }

    .location_name {
        max-width: 30%;
        height: fit-content;
        line-height: 110%;
    }

    .maintenance_logo img {
        width: 90px;
        height: 90px;
    }
    
    .maintenance_logo h1 {
        margin-left: 20px;
    }

    .location_left {
        width: 10%;
    }
    
    .location_right {
        width: 89%;
        margin-left: 1%;
    }

    .full_order_item_qnt {
        width: 8%;
    }

    .full_order_item_name {
        width: 72%;
    }

    .full_order_itemextra_qnt {
        width: 12%;
        margin-left: 2%;
    }

    .full_order_itemextra_name {
        width: 66%;
    }
}

@media screen and (max-width: 350px) {
    .search_input, .show_chat_button {
        font-size: medium;
    }

    .basket_image img{
        width: 50px;
        min-width: 50px;
        max-width: 50px;
        height: 30px;
        max-height: 30px;
        min-height: 30px;
    }

    .basket_count {
        height: 17px;
        font-size: 12px;
        width: 27px;
        right: 7px;
    }

    .go_to_top img {
        width: 30px;
        height: 30px;
    }

    .order_min_container, .location_distance {
        margin-left: 10px;
     }

     .order_payment_inf_cost {
        font-size: 17px;
    }

    .order_payment_final_total_container {
        font-size: 20px;
    }

    .full_order_itemextra_qnt {
        width: 13%;
        margin-left: 2%;
    }

    .full_order_itemextra_name {
        width: 65%;
    }
}

@media screen and (max-width: 320px) {
    .the_header {
        min-height: var(--header-height-x-small);
        height: var(--header-height-x-small);
        max-height: var(--header-height-x-small);
    }

    .location_content {
        height: calc(100% - var(--header-height-x-small));
    }

    .show_menu_inner {
        height: calc(100% - var(--info-container-x-small));
    }

    .hdr_adorders_logo_image {
        max-width: var(--logo-width-x-small);
        min-width: var(--logo-width-x-small);
        width: var(--logo-width-x-small);
        max-height: var(--logo-height-x-small);
        min-height: var(--logo-height-x-small);
        height: var(--logo-height-x-small);
        left: calc(50% - var(--logo-width-x-small)/2);
    }

    .header_background, .header_background_img {
        height: var(--hdr-bckgrnd-height-x-small);
    }

    .transport_selection {
        font-size: large;
    }

    .location_search_title {
        font-size: medium;
    }

    footer {
        font-size: x-small;
    }

    .search_input, .show_chat_button {
        font-size: small;
    }

    .basket_image img{
        width: 50px;
        min-width: 50px;
        max-width: 50px;
        height: 30px;
        max-height: 30px;
        min-height: 30px;
    }

    .basket_count {
        height: 18px;
        font-size: 13px;
        width: 28px;
        right: 6px
    }

    .info_container {
        height: var(--info-container-small);
        max-height: var(--info-container-small);
        min-height: var(--info-container-small);
    }
}

@media screen and (min-width: 1000px) {
    .cats {
        width: 20.5%;
    }   

    .items_container {
        width: 42.5%;
        margin-left: 1.5%;
        margin-right: 0;
    }

    .read_only_menu .items_container {
        width: 76%;
    }
    
    .basket, .basket_total {
        display: none;
    }

    .basket_area_small {
        margin: 0 0.5% 0 1.5%;
        width: 33%;
        display: block;
        border-radius: 10px;
        overflow-x: hidden;
    }

    .go_to_top {
        right: 35%;
    }

    .basket_allergen_button, .order_comment textarea {
        font-size: large;
    }

    .order_name, .order_cost, .qnt_change_container, .extras_order_qnt, .extras_order_name, .extras_order_cost {
        font-size: medium;
    }

    .qnt_change_container, .extras_order_col1 {
        width: 13%;
    }

    .order_item_delete {
        width: 9%;
    }

    /* .order_cost is staying at 15% */
    .order_name, .extras_item_container {
        width: 63%;
    }

    .order_item_delete img {
        width: 15px;
        height: 25px;
    }

    .no_items_container, .order_header_items {
        font-size: large;
        padding-top: 20px;
        width: 100%;
        text-align: center;
    }

    .item_name, .item_cost {
        font-size: large;
    }

    .item_description {
        font-size: medium;
    }
}

@media (orientation: landscape) {
    @media screen and (min-width: 700px) {
        @media screen and (max-height: 360px) {
            .main_area_container {
                margin-top: var(--location-search-landscape-margin);
            }

            .sub_hdr_container {
                position: sticky;
                top: 47px;
            }

            .open_only_slider {
                z-index: 0;
            }
        }
    }
}

.please-wait-dialog-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(128, 128, 128, 0.7);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.please-wait-dialog {
	height: fit-content;
	padding: 10px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
}

.payment-return-modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 99999;
    box-sizing: border-box;
}

.payment-return-modal .header_info,
.payment-return-modal .location_name {
    height: 0;
    padding: 0;
    margin: 0;
}

.payment-return-modal .payment-return-logo,
.payment-return-modal .the_header,
.payment-return-modal .header_background,
.payment-return-modal .hdr_adorders_logo_image {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    left: 0;
    top: 0;
    margin-bottom: 20px;
}

.payment-return-refresh {
    color: red;
    font-weight: 700;
}

.payment-return-spinner {
    width: 40px;
    height: 40px;
}

/* Container */
.payment-phase-status{
  width: 80%;
  max-width: 520px;
  margin: 14px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Each phase row: icon + text */
.payment-phase-line{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  box-sizing: border-box;
  max-width: 350px;
}

/* Icon box */
.payment-phase-icon{
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

/* Spinner (CSS) */
.payment-phase-spinner{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,0.20);
  border-top-color: rgba(0,0,0,0.75);
  animation: payment_phase_spin 0.75s linear infinite;
  display: none; /* default hidden */
}

@keyframes payment_phase_spin { to { transform: rotate(360deg); } }

/* Tick */
.payment-phase-tick{
  display: none;  /* default hidden */
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.payment-phase-line.is-active  .payment-phase-spinner{
  display: inline-block;
}

/* Show tick when done */
.payment-phase-line.is-done .payment-phase-tick{
  display: inline-block;
}

/* Text wrapper */
.payment-phase-text{
  flex: 1 1 auto;
}

/* Title + subtitle */
.payment-phase-text > div:first-child{
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.payment-phase-text > div:last-child{
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

/* Phase colours */
.payment-phase-line.is-active{
  color: #000;
}

.payment-phase-line.is-pending{
  color: rgba(0,0,0,0.30);
}

.payment-phase-line.is-done{
  color: #0a8a1f;
}

/* Make the done tick green as well */
.payment-phase-line.is-done .payment-phase-tick{
  color: #0a8a1f;
}

/* Optional: make pending spinner lighter */
.payment-phase-line.is-pending .payment-phase-spinner{
  border-color: rgba(0,0,0,0.12);
  border-top-color: rgba(0,0,0,0.35);
}

/* Optional: make active spinner stronger */
.payment-phase-line.is-active .payment-phase-spinner{
  border-color: rgba(0,0,0,0.20);
  border-top-color: rgba(0,0,0,0.75);
}

/* GourmetGo final pass: scoped collision fixes for the legacy PHP layout. */
.gourmet-public-page,
.gourmet-public-page * {
    letter-spacing: 0;
}

.gourmet-public-page .body_container,
.gourmet-public-page .main_area_container,
.gourmet-public-page .content,
.gourmet-public-page .location_content,
.gourmet-public-page #main_area {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    overflow: visible;
}

.gourmet-public-page #main_area:empty {
    display: none;
}

.gourmet-header.the_header {
    width: 100%;
    min-height: 64px;
    height: 64px;
    max-height: 64px;
    overflow: visible;
}

.gourmet-header-bar.container {
    width: min(100%, 1536px);
    max-width: 1536px;
    margin: 0 auto;
}

.gourmet-header button,
.gourmet-footer button,
.gourmet-public-page .gourmet-primary-link,
.gourmet-public-page .gourmet-outline-button,
.gourmet-public-page .gourmet-reserve-button,
.gourmet-public-page .gourmet-add-button,
.gourmet-public-page .gourmet-book-table,
.gourmet-public-page .gourmet-cuisine-card,
.gourmet-public-page .gourmet-featured-card button {
    min-width: 0;
    min-height: 40px;
    white-space: nowrap;
}

.gourmet-home-hero {
    width: 100%;
    min-height: clamp(520px, 72svh, 720px);
    overflow: hidden;
}

.gourmet-home-hero > img,
.gourmet-home-hero .gourmet-home-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gourmet-cuisine-section {
    width: 100%;
}

.gourmet-cuisine-rail {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
}

.gourmet-search-panel.sub_hdr_container {
    display: grid;
    grid-template-columns: minmax(220px, auto) minmax(260px, 1fr);
    align-items: center;
    gap: 14px;
    width: min(940px, calc(100% - 32px));
    height: auto;
    min-height: 72px;
    margin-left: auto;
    margin-right: auto;
}

.gourmet-search-panel .transport_selected_container,
.gourmet-search-panel .loc_search_container {
    width: 100%;
    height: auto;
    margin: 0;
}

.gourmet-search-panel .transport_selection {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 48px;
    font-size: 16px;
}

.gourmet-public-page .open_only_switch {
    flex: 0 0 auto;
}

.gourmet-public-page .gourmet-restaurant-grid.flexdiv_columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    width: 100%;
    align-items: stretch;
}

.gourmet-restaurant-card.location_button {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    margin: 0;
    text-align: left;
}

.gourmet-restaurant-media {
    min-width: 0;
    min-height: 180px;
    overflow: hidden;
}

.gourmet-restaurant-media > img,
.gourmet-featured-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gourmet-restaurant-logo-badge,
.gourmet-restaurant-logo-badge img {
    max-width: 70px;
    max-height: 70px;
}

.gourmet-menu-toolbar.info_container {
    position: sticky;
    top: 64px;
    z-index: 30;
    width: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
}

.gourmet-menu-shell.main_container {
    min-height: 0;
    height: auto;
    align-items: start;
}

.gourmet-menu-cats.cats,
.gourmet-menu-items.items_container,
.read_only_menu .gourmet-menu-items.items_container {
    height: auto;
    max-height: none;
}

.gourmet-menu-card-content.item_info {
    grid-template-columns: minmax(0, 1fr) minmax(148px, 180px);
}

.gourmet-menu-card-actions.item_data {
    display: flex;
}

.gourmet-menu-item-photo {
    width: 144px;
    height: 112px;
    min-width: 112px;
    min-height: 96px;
    object-fit: cover;
    border-radius: 8px;
}

.gourmet-restaurant-aside .basket_area_small {
    border-radius: 8px;
}

@media screen and (max-width: 900px) {
    .gourmet-search-panel.sub_hdr_container {
        grid-template-columns: 1fr;
        border-radius: 8px;
    }

    .gourmet-public-page .gourmet-restaurant-grid.flexdiv_columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Final menu polish over legacy menu rules. */
.gourmet-public-page .gourmet-menu-toolbar .search_input {
    color: hsl(var(--foreground));
    caret-color: hsl(var(--primary));
    text-align: left;
}

.gourmet-public-page .gourmet-menu-toolbar .search_input::placeholder {
    color: hsl(var(--muted-foreground));
    opacity: 0.85;
}

.gourmet-public-page .gourmet-menu-toolbar .clear_search {
    color: hsl(var(--foreground));
}

.gourmet-public-page .item_cat_header {
    width: 100%;
    background: transparent;
    background-image: none;
    color: hsl(var(--foreground));
    border-radius: 0;
    padding: 0;
}

.gourmet-public-page .item_cat_header_desc {
    background: transparent;
    color: hsl(var(--muted-foreground));
    padding: 0;
}

.gourmet-public-page .gourmet-menu-cats .cat_button_text_selected,
.gourmet-public-page .gourmet-menu-cats .category_list_selected {
    background: hsl(var(--primary) / 0.08);
    background-image: none;
    color: hsl(var(--primary));
}

@media screen and (max-width: 760px) {
    .gourmet-header.the_header {
        min-height: 56px;
        height: 56px;
        max-height: 56px;
    }

    .gourmet-home-hero {
        min-height: 520px;
        height: auto;
    }

    .gourmet-search-panel.sub_hdr_container,
    .gourmet-restaurant-section,
    .gourmet-featured-section,
    .gourmet-partner-section,
    .gourmet-faq-section {
        width: calc(100% - 24px);
    }

    .gourmet-public-page .gourmet-restaurant-grid.flexdiv_columns {
        grid-template-columns: 1fr;
    }

    .gourmet-menu-toolbar.info_container {
        top: 56px;
    }

    .gourmet-menu-card-content.item_info {
        grid-template-columns: minmax(0, 1fr) 104px;
    }

    .gourmet-menu-item-photo {
        width: 84px;
        height: 84px;
        min-width: 84px;
        min-height: 84px;
    }
}

/* GourmetGo-inspired public ordering theme */
:root {
    --gourmet-bg: #fbfaf8;
    --gourmet-card: #ffffff;
    --gourmet-text: #171717;
    --gourmet-muted: #6b625c;
    --gourmet-border: rgba(23, 23, 23, 0.12);
    --gourmet-primary: #e84c3d;
    --gourmet-primary-dark: #bf3428;
    --gourmet-accent: #f4b63f;
    --gourmet-soft: #f5efe8;
    --gourmet-shadow: 0 18px 45px rgba(22, 18, 15, 0.12);
}

html, body {
    font-family: "PT Sans", Arial, sans-serif;
    background: var(--gourmet-bg);
    color: var(--gourmet-text);
}

.gourmet-header.the_header {
    position: sticky;
    top: 0;
    z-index: var(--z-index-header);
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--gourmet-border);
    box-shadow: 0 8px 24px rgba(23, 23, 23, 0.06);
    backdrop-filter: blur(14px);
}

.gourmet-header-inner {
    width: min(1180px, calc(100% - 32px));
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 22px;
    align-items: center;
}

.gourmet-brand {
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    padding: 0;
    color: var(--gourmet-text);
}

.gourmet-brand-logo.hdr_adorders_logo_image {
    position: static;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    object-fit: contain;
}

.gourmet-brand-name {
    font-size: 22px;
    font-weight: 700;
}

.gourmet-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.gourmet-nav button,
.gourmet-footer-links button {
    border: 0;
    background: transparent;
    color: var(--gourmet-muted);
    font: inherit;
    cursor: pointer;
    padding: 6px 0;
}

.gourmet-nav button:hover,
.gourmet-footer-links button:hover {
    color: var(--gourmet-primary);
}

.gourmet-location-title {
    color: var(--gourmet-muted);
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    max-width: 260px;
}

.gourmet-user-action .customer_login_container {
    height: auto;
    align-items: center;
}

.gourmet-user-action .hdr_adorders_logo_h2 h2 {
    font-size: 15px;
    margin: 0;
}

.gourmet-user-action .headers_img_login img,
.gourmet-user-action .headers_img_loggedin img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.gourmet-home-hero {
    position: relative;
    min-height: clamp(460px, 68vh, 680px);
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #15110f;
}

.gourmet-home-hero-bg,
.gourmet-location-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.08)),
        url("../IMAGES/spaghetti.jpg") center / cover no-repeat;
}

.gourmet-home-hero-content {
    position: relative;
    z-index: 1;
    width: min(900px, calc(100% - 32px));
    color: white;
    text-align: center;
    padding: 56px 0;
}

.gourmet-pill {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 999px;
    padding: 7px 14px;
    background: rgba(232, 76, 61, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.gourmet-home-hero h1 {
    margin: 18px 0 14px;
    font-size: clamp(42px, 7vw, 78px);
    line-height: 1.02;
    letter-spacing: 0;
}

.gourmet-home-hero p {
    max-width: 680px;
    margin: 0 auto 28px;
    font-size: clamp(17px, 2vw, 22px);
    color: rgba(255, 255, 255, 0.86);
}

.gourmet-primary-link,
.gourmet-add-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    background: var(--gourmet-primary);
    color: white;
    font-weight: 700;
    text-decoration: none;
    padding: 0 22px;
    cursor: pointer;
}

.gourmet-primary-link:hover,
.gourmet-add-button:hover {
    background: var(--gourmet-primary-dark);
}

.gourmet-search-panel.sub_hdr_container {
    position: relative;
    z-index: 2;
    margin: -44px auto 26px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--gourmet-border);
    border-radius: 18px;
    box-shadow: var(--gourmet-shadow);
}

.gourmet-search-panel .transport_selected_container {
    gap: 8px;
}

.gourmet-search-panel .transport_selection,
.gourmet-search-panel .loc_search input {
    border-radius: 999px;
    border: 1px solid var(--gourmet-border);
    background: white;
    color: var(--gourmet-text);
}

.gourmet-search-panel .transport_selected {
    background: var(--gourmet-primary);
    color: white;
}

.gourmet-restaurant-section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 40px;
}

.gourmet-section-heading {
    margin: 22px 0;
}

.gourmet-section-heading h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
}

.gourmet-section-heading p {
    margin: 8px 0 0;
    color: var(--gourmet-muted);
    font-size: 18px;
}

.gourmet-restaurant-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.gourmet-restaurant-card.location_button {
    display: grid;
    grid-template-columns: 112px 1fr;
    width: auto;
    max-width: none;
    min-height: 196px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--gourmet-border);
    border-radius: 8px;
    background: var(--gourmet-card);
    box-shadow: 0 10px 30px rgba(23, 23, 23, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.gourmet-restaurant-card.location_button:hover {
    transform: translateY(-4px);
    box-shadow: var(--gourmet-shadow);
}

.gourmet-restaurant-media {
    background: var(--gourmet-soft);
    display: grid;
    place-items: center;
    padding: 14px;
}

.gourmet-restaurant-logo.location_logo_image {
    width: 86px;
    height: 86px;
    max-width: 86px;
    max-height: 86px;
    object-fit: contain;
    border-radius: 8px;
    background: white;
}

.gourmet-restaurant-body {
    min-width: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gourmet-restaurant-head.locations_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.gourmet-restaurant-name.locations_name {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
}

.gourmet-restaurant-summary {
    color: var(--gourmet-muted);
    font-size: 14px;
    margin-top: 5px;
}

.gourmet-restaurant-badges.locations_top_info {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.gourmet-status-open,
.gourmet-status-muted,
.gourmet-restaurant-badges .applied_discount_val {
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.gourmet-status-open {
    background: rgba(46, 125, 50, 0.12);
    color: #1f7a35;
}

.gourmet-status-muted {
    background: rgba(23, 23, 23, 0.08);
    color: var(--gourmet-muted);
}

.gourmet-restaurant-badges .applied_discount_val {
    background: rgba(244, 182, 63, 0.18);
    color: #8a5a00;
}

.gourmet-restaurant-meta-grid {
    flex-wrap: wrap;
    gap: 8px;
}

.gourmet-meta-chip {
    width: fit-content;
    margin: 0;
    padding: 7px 9px;
    border-radius: 999px;
    background: var(--gourmet-soft);
    color: var(--gourmet-muted);
    font-size: 13px;
}

.gourmet-meta-chip .min_order_image {
    width: 18px;
    height: 18px;
}

.gourmet-meta-chip .location_timer {
    font-size: 13px;
}

.gourmet-restaurant-address.locations_address {
    margin-top: auto;
    color: var(--gourmet-muted);
    font-size: 13px;
}

.location_body {
    background: var(--gourmet-bg);
}

.gourmet-location-hero {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    background: #15110f;
}

.gourmet-location-hero-content {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 32px));
    min-height: 320px;
    margin: 0 auto;
    display: flex;
    align-items: end;
    gap: 24px;
    color: white;
    padding: 48px 0;
}

.gourmet-location-logo-wrap {
    width: 116px;
    height: 116px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    padding: 12px;
}

.gourmet-location-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gourmet-location-hero h1 {
    margin: 12px 0 8px;
    font-size: clamp(38px, 6vw, 64px);
    line-height: 1.05;
    letter-spacing: 0;
}

.gourmet-location-hero p {
    margin: 0;
    max-width: 740px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
}

.gourmet-location-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.gourmet-location-hero-meta span {
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 14px;
}

.gourmet-menu-toolbar.info_container {
    height: auto;
    min-height: 64px;
    max-height: none;
    border: 0;
    background: white;
    box-shadow: 0 8px 24px rgba(23, 23, 23, 0.06);
}

.gourmet-menu-toolbar .search_container,
.gourmet-menu-toolbar .search_input,
.gourmet-menu-toolbar .clear_search {
    background: var(--gourmet-soft);
    color: var(--gourmet-text);
    border-radius: 999px;
}

.gourmet-menu-shell.main_container {
    gap: 18px;
    width: min(1180px, calc(100% - 24px));
    margin: 20px auto 0;
}

.gourmet-menu-cats.cats {
    border-radius: 8px;
    background: white;
    border: 1px solid var(--gourmet-border);
    box-shadow: 0 10px 30px rgba(23, 23, 23, 0.06);
}

.gourmet-menu-cats .category_list,
.gourmet-menu-cats .category_list_selected {
    border-radius: 8px;
}

.gourmet-menu-cats .cat_button_text,
.gourmet-menu-cats .cat_button_text_selected {
    color: var(--gourmet-text);
    font-weight: 700;
}

.gourmet-menu-cats .category_list_selected,
.gourmet-menu-cats .cat_button_text_selected {
    background: var(--gourmet-soft);
    color: var(--gourmet-primary);
}

.gourmet-menu-items.items_container {
    background: transparent;
}

.gourmet-menu-card.searchable_item {
    margin: 0 0 14px;
    border-radius: 8px;
    background: white;
    border: 1px solid var(--gourmet-border);
    box-shadow: 0 10px 26px rgba(23, 23, 23, 0.06);
    overflow: hidden;
}

.gourmet-menu-card-click {
    cursor: pointer;
}

.gourmet-menu-card-content.item_info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    padding: 18px;
}

.gourmet-menu-item-name.item_name {
    align-items: center;
    gap: 8px;
    font-size: 19px;
    font-weight: 700;
    color: var(--gourmet-text);
}

.gourmet-menu-item-description.item_description {
    margin-top: 8px;
    color: var(--gourmet-muted);
    font-size: 15px;
}

.gourmet-menu-card-actions.item_data {
    display: flex;
    min-width: 118px;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

.gourmet-menu-item-price.item_cost {
    font-size: 18px;
    font-weight: 700;
    color: var(--gourmet-text);
}

.gourmet-add-button {
    min-height: 36px;
    padding: 0 18px;
}

.gourmet-footer {
    border-top: 1px solid var(--gourmet-border);
    background: white;
}

.gourmet-footer-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
}

.gourmet-footer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gourmet-footer-brand img {
    width: 28px;
    height: 28px;
}

.gourmet-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.gourmet-footer-copy {
    color: var(--gourmet-muted);
    font-size: 13px;
}

@media screen and (max-width: 760px) {
    .gourmet-header-inner {
        width: min(100% - 20px, 1180px);
        grid-template-columns: auto 1fr auto;
        gap: 10px;
    }

    .gourmet-brand-name,
    .gourmet-nav,
    .gourmet-location-title {
        display: none;
    }

    .gourmet-home-hero-content {
        text-align: left;
    }

    .gourmet-search-panel.sub_hdr_container {
        width: calc(100% - 24px);
        margin-top: -28px;
        border-radius: 8px;
    }

    .gourmet-restaurant-card.location_button {
        grid-template-columns: 88px 1fr;
        min-height: 174px;
    }

    .gourmet-restaurant-logo.location_logo_image {
        width: 64px;
        height: 64px;
    }

    .gourmet-restaurant-head.locations_header {
        display: block;
    }

    .gourmet-restaurant-badges.locations_top_info {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .gourmet-menu-card-content.item_info,
    .gourmet-footer-inner {
        grid-template-columns: 1fr;
    }

    .gourmet-location-hero-content {
        align-items: start;
        flex-direction: column;
        justify-content: end;
        padding: 34px 0;
    }

    .gourmet-menu-shell.main_container {
        display: block;
    }

    .gourmet-menu-cats.cats,
    .gourmet-menu-items.items_container,
    .read_only_menu .gourmet-menu-items.items_container {
        width: 100%;
    }

    .gourmet-menu-cats.cats {
        margin-bottom: 14px;
    }

    .gourmet-menu-card-actions.item_data {
        min-width: 0;
        flex-direction: row;
        align-items: center;
    }

    .gourmet-footer-inner {
        text-align: center;
        justify-items: center;
    }
}

/* Let the inspection utility stylesheet lead the public pages. */
.gourmet-public-page,
.font-body,
.font-headline {
    font-family: "PT Sans", Arial, sans-serif;
}

.gourmet-public-page .body_container,
.gourmet-public-page .main_area_container,
.gourmet-public-page #main_area {
    background: hsl(var(--background));
}

.gourmet-public-page .sticky_container {
    position: sticky;
    top: 0;
    z-index: 50;
}

.gourmet-public-page .the_header {
    width: 100%;
}

.gourmet-public-page .customer_login_container {
    max-width: none;
    margin-right: 0;
    padding: 0;
    gap: 8px;
}

.gourmet-public-page .hdr_adorders_logo_h2 h2 {
    font-size: 14px;
    line-height: 1.25rem;
    color: hsl(var(--foreground));
}

.gourmet-public-page .headers_img_login,
.gourmet-public-page .headers_img_loggedin {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
}

.gourmet-public-page .headers_img_login img,
.gourmet-public-page .headers_img_loggedin img {
    width: 20px;
    height: 20px;
}

.gourmet-public-page .loc_search_container,
.gourmet-public-page .location_search {
    width: 100%;
}

.gourmet-public-page .open_only_label {
    color: hsl(var(--muted-foreground));
    font-size: 14px;
    font-weight: 700;
}

.gourmet-public-page .gourmet-restaurant-grid.flexdiv_columns {
    display: grid;
}

.gourmet-public-page .gourmet-restaurant-card.location_button {
    width: auto;
}

.gourmet-public-page .locations_header,
.gourmet-public-page .item_data,
.gourmet-public-page .item_info {
    color: hsl(var(--foreground));
}

.gourmet-public-page .gourmet-menu-shell.container {
    width: min(1180px, calc(100% - 24px));
    max-width: 1180px;
}

.gourmet-public-page .gourmet-menu-card-content.item_info {
    padding: 0;
}

.gourmet-public-page .gourmet-menu-card-copy {
    padding: 24px;
}

.gourmet-public-page .gourmet-menu-card-actions {
    padding: 16px;
}

.gourmet-public-page .gourmet-menu-item-photo {
    min-height: 130px;
}

.location_body {
    position: static;
    min-height: 100vh;
    height: auto;
    overflow-y: auto;
}

.location_content,
.show_menu_inner {
    height: auto;
    overflow: visible;
}

.gourmet-menu-shell.main_container {
    min-height: 520px;
}

.gourmet-menu-cats.cats,
.gourmet-menu-items.items_container {
    max-height: calc(100vh - 96px);
}

.gourmet-theme-ready .gourmet-home-hero-content,
.gourmet-theme-ready .gourmet-cuisine-section,
.gourmet-theme-ready .gourmet-search-panel,
.gourmet-theme-ready .gourmet-restaurant-section {
    animation: gourmetFadeUp 420ms ease-out both;
}

@keyframes gourmetFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gourmet-header.gourmet-header-scrolled {
    box-shadow: 0 14px 30px rgba(23, 23, 23, 0.12);
}

.gourmet-home-hero {
    min-height: clamp(540px, 76vh, 760px);
}

.gourmet-home-hero-bg,
.gourmet-location-hero-bg {
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
}

.gourmet-home-hero-content {
    text-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
}

.gourmet-home-hero .gourmet-primary-link {
    min-height: 54px;
    padding: 0 30px;
    font-size: 18px;
    box-shadow: 0 14px 35px rgba(232, 76, 61, 0.34);
}

.gourmet-cuisine-section {
    width: min(1180px, calc(100% - 32px));
    margin: 34px auto 0;
}

.gourmet-cuisine-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(156px, 1fr);
    gap: 16px;
    overflow-x: auto;
    padding: 8px 0 18px;
    cursor: grab;
    scrollbar-width: thin;
}

.gourmet-cuisine-rail.is-dragging {
    cursor: grabbing;
}

.gourmet-cuisine-card {
    position: relative;
    min-height: 176px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    color: white;
    background: #16110f;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(23, 23, 23, 0.13);
}

.gourmet-cuisine-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.04));
}

.gourmet-cuisine-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.gourmet-cuisine-card:hover img {
    transform: scale(1.06);
}

.gourmet-cuisine-card span {
    position: absolute;
    z-index: 1;
    left: 14px;
    bottom: 14px;
    font-size: 20px;
    font-weight: 700;
}

.gourmet-search-panel.sub_hdr_container {
    display: grid;
    grid-template-columns: minmax(260px, auto) 1fr;
    gap: 18px;
    width: min(900px, calc(100% - 32px));
}

.gourmet-search-panel .location_search {
    margin: 0;
}

.gourmet-search-panel .transport_selected_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.gourmet-search-panel .transport_selection {
    min-height: 48px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
}

.gourmet-restaurant-section {
    margin-top: 22px;
}

.gourmet-restaurant-grid {
    align-items: stretch;
}

.gourmet-restaurant-card.location_button {
    display: flex;
    flex-direction: column;
    min-height: 360px;
}

.gourmet-restaurant-media {
    position: relative;
    height: 168px;
    padding: 0;
    display: block;
    background: #15110f;
}

.gourmet-restaurant-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 220ms ease;
}

.gourmet-restaurant-card:hover .gourmet-restaurant-photo {
    transform: scale(1.04);
}

.gourmet-restaurant-logo-badge {
    position: absolute;
    right: 14px;
    bottom: -28px;
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 12px 24px rgba(23, 23, 23, 0.18);
}

.gourmet-restaurant-logo.location_logo_image {
    width: 54px;
    height: 54px;
    max-width: 54px;
    max-height: 54px;
}

.gourmet-restaurant-body {
    padding: 20px;
    flex: 1;
}

.gourmet-restaurant-head.locations_header {
    padding-right: 64px;
}

.gourmet-restaurant-meta-grid {
    display: flex;
}

.gourmet-menu-toolbar {
    position: sticky;
    top: 64px;
    z-index: 20;
}

.gourmet-menu-card-content.item_info {
    grid-template-columns: minmax(0, 1fr) 170px;
    min-height: 174px;
}

.gourmet-menu-card-actions.item_data {
    position: relative;
    min-width: 170px;
    align-items: stretch;
    gap: 10px;
}

.gourmet-menu-item-photo {
    width: 100%;
    height: 112px;
    border-radius: 8px;
    object-fit: cover;
}

.gourmet-menu-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.gourmet-add-button {
    border-radius: 8px;
}

.basket_area_small,
.basket_area_full,
.modal-content,
.itemextras_order_question_container,
.order_processing .modal-content {
    border-radius: 8px;
}

@media screen and (max-width: 760px) {
    .gourmet-home-hero {
        min-height: 560px;
    }

    .gourmet-cuisine-rail {
        grid-auto-columns: 156px;
    }

    .gourmet-search-panel.sub_hdr_container {
        display: block;
    }

    .gourmet-search-panel .transport_selected_container {
        margin-bottom: 12px;
    }

    .gourmet-restaurant-card.location_button {
        min-height: 340px;
    }

    .gourmet-restaurant-media {
        height: 152px;
    }

    .gourmet-restaurant-head.locations_header {
        padding-right: 0;
    }

    .gourmet-menu-toolbar {
        top: 64px;
    }

    .gourmet-menu-card-content.item_info {
        grid-template-columns: 1fr;
    }

    .gourmet-menu-card-actions.item_data {
        min-width: 0;
        flex-direction: column;
    }

    .gourmet-menu-item-photo {
        height: 170px;
    }
}

/* Inspection app shell: strongest mobile-first public overrides. */
.gourmet-public-page {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

.gourmet-public-page .main_area_container {
    min-height: 100vh;
}

.gourmet-header.the_header {
    min-height: 64px;
    height: 64px;
    max-height: 64px;
}

.gourmet-header-bar.container {
    width: min(100%, 1536px);
    padding-left: 24px;
    padding-right: 24px;
    gap: 14px;
}

.gourmet-mobile-icon {
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: hsl(var(--foreground));
    background: transparent;
}

.gourmet-mobile-icon:hover {
    background: hsl(var(--accent));
}

.gourmet-header-brand-wrap {
    min-width: 0;
}

.gourmet-brand {
    min-width: 0;
    border: 0;
    background: transparent;
}

.gourmet-user-action {
    min-width: 0;
}

.gourmet-public-page .customer_login_container {
    height: 40px;
    min-width: 40px;
    max-width: none;
    margin-right: 0;
    padding: 0;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.gourmet-public-page .customer_login_container:hover {
    background: hsl(var(--accent));
}

.gourmet-public-page .hdr_adorders_logo_h2 h2 {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    color: hsl(var(--foreground));
}

.gourmet-public-page .headers_img_login,
.gourmet-public-page .headers_img_loggedin {
    width: 40px;
    height: 40px;
}

.gourmet-public-page .headers_img_login img,
.gourmet-public-page .headers_img_loggedin img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.gourmet-home-hero {
    margin-top: 0;
}

.gourmet-search-panel.sub_hdr_container {
    position: relative;
    z-index: 4;
    margin-top: -36px;
    padding: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
}

.gourmet-search-panel .loc_search_container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}

.gourmet-restaurant-section {
    width: min(1180px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.gourmet-restaurant-section.py-12 {
    padding-top: 48px;
    padding-bottom: 64px;
}

.gourmet-public-page .gourmet-restaurant-grid.flexdiv_columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gourmet-location-hero {
    overflow: hidden;
}

.gourmet-menu-toolbar.info_container {
    width: 100%;
    min-height: 72px;
    height: auto;
    max-height: none;
    padding: 12px 24px;
    align-items: center;
    gap: 14px;
}

.gourmet-menu-toolbar .search_input_container {
    flex: 1;
    width: auto;
    min-width: 0;
}

.gourmet-menu-toolbar .search_container {
    width: min(520px, 100%);
    height: 44px;
    border-radius: 999px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--muted) / 0.55);
}

.gourmet-menu-toolbar .search_input {
    width: 100%;
    height: 100%;
    padding: 0 14px;
    border: 0;
    background: transparent;
    font-size: 15px;
}

.gourmet-menu-shell.main_container {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) minmax(280px, 320px);
    gap: 24px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0 64px;
    height: auto;
}

.gourmet-menu-cats.cats,
.gourmet-menu-items.items_container {
    margin: 0;
    width: 100%;
    max-height: none;
    overflow: visible;
}

.gourmet-menu-cats.cats {
    position: sticky;
    top: 96px;
    align-self: start;
    padding: 10px;
}

.gourmet-menu-items .item_table,
.gourmet-menu-items .cat_table {
    margin-bottom: 0;
}

.gourmet-menu-category-section {
    margin-bottom: 48px;
}

.gourmet-menu-section-mark {
    display: inline-block;
    width: 8px;
    height: 32px;
    border-radius: 999px;
    background: hsl(var(--primary) / 0.12);
    box-shadow: inset 0 0 0 999px hsl(var(--primary) / 0.12);
}

.gourmet-menu-items.items_container {
    min-width: 0;
}

.gourmet-menu-card.searchable_item {
    width: 100%;
    margin: 0 0 16px;
}

.gourmet-menu-card-content.item_info {
    display: grid;
    gap: 0;
}

.basket_area_small {
    display: block;
    width: 100%;
    height: auto;
    position: sticky;
    top: 96px;
    align-self: start;
    overflow: visible;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--card));
    box-shadow: 0 14px 30px rgba(23, 23, 23, 0.08);
}

.gourmet-featured-section {
    width: min(1180px, calc(100% - 32px));
    margin: 56px auto 0;
    padding: 0 0 20px;
}

.gourmet-featured-heading,
.gourmet-restaurant-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.gourmet-outline-button,
.gourmet-filter-controls button {
    min-height: 40px;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    padding: 0 14px;
    color: hsl(var(--foreground));
    background: hsl(var(--background));
    font-size: 14px;
}

.gourmet-outline-button:hover,
.gourmet-filter-controls button:hover {
    background: hsl(var(--accent));
}

.gourmet-featured-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.gourmet-featured-card {
    position: relative;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 8px;
    padding: 18px;
    color: white;
    background: #15110f;
    box-shadow: 0 18px 38px rgba(23, 23, 23, 0.16);
}

.gourmet-featured-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
}

.gourmet-featured-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.gourmet-featured-card:hover img {
    transform: scale(1.05);
}

.gourmet-featured-card span,
.gourmet-featured-card strong,
.gourmet-featured-card em,
.gourmet-featured-card button {
    position: relative;
    z-index: 1;
}

.gourmet-featured-card span {
    width: max-content;
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 700;
}

.gourmet-featured-card strong {
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.1;
}

.gourmet-featured-card em {
    margin-top: 8px;
    font-style: normal;
    font-weight: 700;
}

.gourmet-featured-card button {
    margin-top: 14px;
    min-height: 40px;
    border-radius: 8px;
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    font-weight: 700;
}

.gourmet-filter-controls {
    display: flex;
    gap: 10px;
}

.gourmet-filter-controls button {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gourmetgo-card {
    position: relative;
    border-color: hsl(var(--primary) / 0.05);
    box-shadow: 0 12px 28px rgba(23, 23, 23, 0.08);
}

.gourmet-restaurant-image-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.06));
}

.gourmet-card-cuisine-badge,
.gourmet-card-table-badge {
    position: absolute;
    left: 12px;
    z-index: 1;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}

.gourmet-card-cuisine-badge {
    top: 12px;
    color: white;
    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(10px);
}

.gourmet-card-table-badge {
    bottom: 12px;
    color: hsl(var(--primary));
    background: rgba(255, 255, 255, 0.94);
}

.gourmet-card-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 54px;
    justify-content: flex-end;
    color: hsl(var(--foreground));
    font-weight: 700;
}

.gourmet-card-rating-star {
    color: hsl(var(--primary));
}

.gourmet-card-action-row {
    margin-top: 16px;
}

.gourmet-reserve-button {
    width: 100%;
    min-height: 42px;
    border-radius: 8px;
    color: hsl(var(--primary-foreground));
    background: hsl(var(--primary));
    font-weight: 700;
}

.gourmet-restaurant-aside {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.gourmet-booking-panel,
.gourmet-hours-panel,
.gourmet-visit-panel {
    padding: 24px;
}

.gourmet-booking-panel {
    border-color: hsl(var(--primary) / 0.1);
}

.gourmet-panel-badge {
    display: inline-flex;
    width: max-content;
    align-items: center;
    border-radius: 999px;
    padding: 8px 12px;
    color: hsl(var(--primary));
    background: hsl(var(--primary) / 0.1);
    font-size: 13px;
    font-weight: 700;
}

.gourmet-booking-panel h2 {
    display: block;
    margin: 22px 0 24px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
}

.gourmet-booking-panel label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

.gourmet-date-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.gourmet-date-pill {
    min-height: 62px;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    background: hsl(var(--background));
    color: hsl(var(--muted-foreground));
}

.gourmet-date-pill span,
.gourmet-date-pill strong {
    display: block;
}

.gourmet-date-pill span {
    font-size: 10px;
    font-weight: 700;
}

.gourmet-date-pill strong {
    font-size: 20px;
}

.gourmet-date-pill-active {
    color: hsl(var(--primary-foreground));
    border-color: hsl(var(--primary));
    background: hsl(var(--primary));
}

.gourmet-booking-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.gourmet-booking-fields button {
    min-height: 54px;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    background: hsl(var(--background));
    text-align: left;
    padding: 8px 12px;
}

.gourmet-booking-fields span,
.gourmet-booking-fields strong {
    display: block;
}

.gourmet-booking-fields span {
    color: hsl(var(--muted-foreground));
    font-size: 12px;
}

.gourmet-book-table {
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    border-radius: 8px;
    background: hsl(var(--accent));
    color: hsl(var(--accent-foreground));
    font-size: 17px;
    font-weight: 700;
}

.gourmet-booking-panel p {
    margin-top: 12px;
    text-align: center;
    color: hsl(var(--muted-foreground));
    font-size: 12px;
}

.gourmet-hours-panel h3,
.gourmet-visit-panel h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
}

.gourmet-visit-panel {
    display: grid;
    gap: 18px;
}

.gourmet-visit-panel p {
    color: hsl(var(--muted-foreground));
    font-size: 14px;
    line-height: 1.45;
}

.gourmet-partner-section {
    width: min(1180px, calc(100% - 32px));
    margin: 48px auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    border-radius: 8px;
    padding: 36px;
    color: white;
    background: linear-gradient(135deg, #171717, #4a1714);
}

.gourmet-partner-section h2 {
    display: block;
    margin: 0;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1;
    font-weight: 700;
}

.gourmet-partner-section p {
    max-width: 680px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.5;
}

.gourmet-partner-actions {
    display: flex;
    gap: 12px;
}

.gourmet-partner-actions button {
    min-height: 44px;
    border-radius: 8px;
    padding: 0 18px;
    font-weight: 700;
}

.gourmet-partner-actions button:first-child {
    color: hsl(var(--primary-foreground));
    background: hsl(var(--primary));
}

.gourmet-partner-actions button:last-child {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.gourmet-faq-section {
    width: min(900px, calc(100% - 32px));
    margin: 0 auto 64px;
    text-align: center;
}

.gourmet-faq-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
    text-align: left;
}

.gourmet-faq-list details {
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    background: hsl(var(--card));
}

.gourmet-faq-list summary {
    cursor: pointer;
    padding: 18px 20px;
    font-weight: 700;
}

.gourmet-faq-list p {
    padding: 0 20px 18px;
    color: hsl(var(--muted-foreground));
}

.gourmet-public-page .cookie-banner {
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(23, 23, 23, 0.58);
    backdrop-filter: blur(12px);
    color: hsl(var(--foreground));
}

.gourmet-public-page .cookie-banner-content {
    width: min(680px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow: auto;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    padding: 28px;
    background: hsl(var(--card));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.gourmet-public-page .cookie-banner-title {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
}

.gourmet-public-page .cookie-banner-body {
    color: hsl(var(--muted-foreground));
    font-size: 16px;
    line-height: 1.6;
}

.gourmet-public-page .cookie-banner-body div {
    margin: 6px 0;
}

.gourmet-public-page .cookie-banner-buttons {
    margin: 22px 0 0;
    gap: 12px;
}

.gourmet-public-page .cookie-accept-button,
.gourmet-public-page .cookie-decline-button {
    min-height: 42px;
    border-radius: 8px;
    padding: 0 18px;
    font-weight: 700;
}

.gourmet-public-page .cookie-accept-button {
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
}

.gourmet-public-page .cookie-decline-button {
    background: hsl(var(--secondary));
    color: hsl(var(--foreground));
}

.gourmet-public-page .swal2-popup {
    border-radius: 8px;
    padding: 28px;
    font-family: "PT Sans", Arial, sans-serif;
}

.gourmet-public-page .swal2-title {
    color: hsl(var(--foreground));
    font-size: 26px;
}

.gourmet-public-page .swal2-html-container {
    color: hsl(var(--muted-foreground));
}

@media screen and (max-width: 1024px) {
    .gourmet-public-page .gourmet-restaurant-grid.flexdiv_columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gourmet-featured-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gourmet-menu-shell.main_container {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .gourmet-restaurant-aside {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gourmet-restaurant-aside .basket_area_small {
        grid-column: 1 / -1;
    }

    .basket_area_small {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .gourmet-public-page .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gourmet-header.the_header {
        min-height: 56px;
        height: 56px;
        max-height: 56px;
    }

    .gourmet-header-bar.container {
        height: 56px;
        padding-left: 8px;
        padding-right: 8px;
        gap: 4px;
    }

    .gourmet-mobile-icon {
        display: inline-flex;
        flex: 0 0 40px;
    }

    .gourmet-header-brand-wrap {
        flex: 1 1 auto;
        justify-content: center;
        margin-right: 0;
    }

    .gourmet-brand {
        margin-right: 0;
        justify-content: center;
        gap: 8px;
    }

    .gourmet-brand-name {
        display: inline-block !important;
        max-width: 132px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
    }

    .gourmet-nav,
    .gourmet-location-title,
    .gourmet-user-action .hdr_adorders_logo_h2 {
        display: none !important;
    }

    .gourmet-user-action {
        flex: 0 0 40px;
    }

    .gourmet-public-page .customer_login_container {
        background: transparent;
    }

    .gourmet-home-hero {
        min-height: 520px;
        height: 68svh;
    }

    .gourmet-home-hero-content {
        align-items: flex-start;
        justify-content: flex-end;
        text-align: left;
        padding: 24px 18px 76px;
    }

    .gourmet-home-hero h1 {
        font-size: clamp(38px, 12vw, 52px);
        line-height: 0.98;
        max-width: 10ch;
    }

    .gourmet-home-hero p {
        max-width: 30ch;
        font-size: 17px;
    }

    .gourmet-home-hero .gourmet-primary-link {
        width: 100%;
        min-height: 52px;
        padding: 0 18px;
        font-size: 16px;
    }

    .gourmet-cuisine-section {
        width: 100%;
        margin-top: 0;
        padding-top: 44px;
        padding-bottom: 42px;
    }

    .gourmet-section-heading {
        text-align: left;
        margin-bottom: 20px;
    }

    .gourmet-section-heading h2 {
        font-size: 30px;
        line-height: 1.08;
    }

    .gourmet-section-heading p {
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
    }

    .gourmet-cuisine-rail {
        display: flex;
        gap: 12px;
        padding: 2px 16px 18px;
        margin-left: -16px;
        margin-right: -16px;
        scroll-snap-type: x mandatory;
    }

    .gourmet-cuisine-card {
        flex: 0 0 156px;
        min-height: 150px;
        scroll-snap-align: start;
    }

    .gourmet-search-panel.sub_hdr_container {
        display: grid;
        grid-template-columns: 1fr;
        width: calc(100% - 24px);
        margin-top: -28px;
        padding: 8px;
        border-radius: 8px;
        gap: 8px;
    }

    .gourmet-search-panel .transport_selected_container {
        margin: 0;
    }

    .gourmet-search-panel .transport_selection {
        min-height: 44px;
        font-size: 15px;
        border-radius: 8px;
    }

    .gourmet-public-page .open_only_label {
        font-size: 15px;
    }

    .gourmet-featured-section {
        width: calc(100% - 24px);
        margin-top: 42px;
    }

    .gourmet-featured-heading,
    .gourmet-restaurant-heading-row {
        display: block;
    }

    .gourmet-outline-button,
    .gourmet-filter-controls {
        margin-top: 16px;
    }

    .gourmet-featured-strip {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        margin-left: -12px;
        margin-right: -12px;
        padding: 0 12px 18px;
        scroll-snap-type: x mandatory;
    }

    .gourmet-featured-card {
        flex: 0 0 78vw;
        min-height: 280px;
        scroll-snap-align: start;
    }

    .gourmet-filter-controls {
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .gourmet-partner-section {
        width: calc(100% - 24px);
        grid-template-columns: 1fr;
        padding: 24px;
        margin-top: 36px;
    }

    .gourmet-partner-section p {
        font-size: 16px;
    }

    .gourmet-partner-actions {
        flex-direction: column;
    }

    .gourmet-faq-section {
        width: calc(100% - 24px);
        margin-bottom: 42px;
    }

    .gourmet-restaurant-section {
        width: calc(100% - 24px);
    }

    .gourmet-restaurant-section.py-12 {
        padding-top: 34px;
    }

    .gourmet-public-page .gourmet-restaurant-grid.flexdiv_columns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
    }

    .gourmet-restaurant-card.location_button {
        width: 100%;
        min-height: 0;
        margin: 0;
        border-radius: 8px;
    }

    .gourmet-restaurant-media {
        height: 190px;
    }

    .gourmet-location-hero {
        height: 360px;
        min-height: 360px;
    }

    .gourmet-location-hero-content {
        padding: 18px;
    }

    .gourmet-location-logo-wrap {
        width: 72px;
        height: 72px;
        margin-bottom: 12px;
    }

    .gourmet-location-hero h1 {
        font-size: clamp(36px, 11vw, 48px);
        line-height: 0.98;
        margin-bottom: 12px;
    }

    .gourmet-location-hero p {
        font-size: 16px;
        line-height: 1.35;
    }

    .gourmet-location-hero-meta {
        gap: 8px;
    }

    .gourmet-location-hero-meta span {
        max-width: 100%;
        font-size: 12px;
    }

    .gourmet-menu-toolbar.info_container {
        top: 56px;
        padding: 10px 12px;
        min-height: 64px;
        flex-wrap: nowrap;
    }

    .gourmet-menu-toolbar .search_container {
        width: 100%;
        height: 42px;
    }

    .basket_container {
        min-width: 54px;
    }

    .basket_image img {
        width: 34px;
        min-width: 34px;
        max-width: 34px;
        height: 34px;
        min-height: 34px;
        max-height: 34px;
        object-fit: contain;
    }

    .basket_count {
        top: -5px;
        right: -4px;
        width: 22px;
        height: 22px;
        font-size: 13px;
        line-height: 22px;
        border-radius: 999px;
    }

    .gourmet-menu-shell.main_container {
        display: block;
        width: 100%;
        padding: 0 0 88px;
        min-height: 0;
    }

    .gourmet-restaurant-aside {
        display: flex;
        flex-direction: column;
        width: calc(100% - 24px);
        margin: 0 auto 20px;
    }

    .gourmet-booking-panel,
    .gourmet-hours-panel,
    .gourmet-visit-panel {
        padding: 18px;
    }

    .gourmet-booking-panel {
        order: -2;
    }

    .gourmet-hours-panel,
    .gourmet-visit-panel {
        display: none;
    }

    .gourmet-menu-cats.cats {
        position: sticky;
        top: 120px;
        z-index: 18;
        width: 100%;
        padding: 8px 12px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        overflow-x: auto;
        background: hsl(var(--background) / 0.96);
        backdrop-filter: blur(12px);
    }

    .gourmet-menu-cats .cat_table {
        display: flex;
        gap: 8px;
        width: max-content;
        min-width: 100%;
        margin-bottom: 0;
    }

    .gourmet-menu-cats .cat_table > div {
        width: auto;
        flex: 0 0 auto;
    }

    .gourmet-menu-cats .category_list,
    .gourmet-menu-cats .category_list_selected {
        width: auto;
    }

    .gourmet-menu-cats .cat_button_text,
    .gourmet-menu-cats .cat_button_text_selected {
        width: auto;
        min-width: max-content;
        height: 38px;
        padding: 0 14px;
        margin: 0;
        border-radius: 999px;
        font-size: 14px;
        white-space: nowrap;
    }

    .gourmet-menu-items.items_container,
    .read_only_menu .gourmet-menu-items.items_container {
        width: 100%;
        margin: 0;
        padding: 18px 12px 0;
        overflow: visible;
    }

    .gourmet-menu-items .items_for_cat {
        margin-bottom: 28px;
    }

    .item_cat_header {
        display: flex;
        align-items: center;
        gap: 10px;
        text-align: left;
        font-size: 24px;
        line-height: 1.1;
        font-weight: 700;
        margin: 14px 0 14px;
    }

    .gourmet-menu-section-mark {
        width: 7px;
        height: 28px;
        flex: 0 0 auto;
    }

    .item_cat_header_desc {
        margin: -8px 0 16px;
        color: hsl(var(--muted-foreground));
        font-size: 14px;
    }

    .gourmet-menu-card.searchable_item {
        border-radius: 8px;
        margin-bottom: 14px;
    }

    .gourmet-menu-card-content.item_info {
        grid-template-columns: minmax(0, 1fr) 104px;
        align-items: stretch;
        min-height: 132px;
    }

    .gourmet-menu-card-copy {
        padding: 16px;
    }

    .gourmet-menu-item-name.item_name {
        display: block;
        font-size: 17px;
        line-height: 1.22;
    }

    .gourmet-menu-item-description.item_description {
        font-size: 14px;
        line-height: 1.35;
    }

    .gourmet-menu-card-actions.item_data {
        min-width: 104px;
        padding: 10px;
        flex-direction: column;
        justify-content: space-between;
        gap: 8px;
    }

    .gourmet-menu-item-photo {
        width: 84px;
        height: 84px;
        min-height: 84px;
        align-self: flex-end;
    }

    .gourmet-menu-price-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        justify-items: end;
    }

    .gourmet-menu-item-price.item_cost {
        font-size: 16px;
    }

    .gourmet-add-button {
        min-width: 68px;
        height: 34px;
        padding: 0 12px;
        font-size: 14px;
    }

    .basket_area_show {
        background: rgba(255, 255, 255, 0.98);
    }

    .modal-content,
    .new-modal-content,
    .itemextras_order_question_container,
    .order_processing .modal-content {
        width: calc(100% - 24px);
        max-width: 480px;
    }
}

/* GourmetGo final menu polish over legacy menu and discount rules. */
.gourmet-public-page .gourmet-menu-toolbar .search_input {
    color: hsl(var(--foreground));
    caret-color: hsl(var(--primary));
    text-align: left;
}

.gourmet-public-page .gourmet-menu-toolbar .search_input::placeholder {
    color: hsl(var(--muted-foreground));
    opacity: 0.85;
}

.gourmet-public-page .gourmet-menu-toolbar .clear_search {
    color: hsl(var(--foreground));
}

.gourmet-public-page .item_cat_header {
    width: 100%;
    background: transparent;
    background-image: none;
    color: hsl(var(--foreground));
    border-radius: 0;
    padding: 0;
}

.gourmet-public-page .item_cat_header_desc {
    background: transparent;
    color: hsl(var(--muted-foreground));
    padding: 0;
}

.gourmet-public-page .gourmet-menu-cats .cat_button_text_selected,
.gourmet-public-page .gourmet-menu-cats .category_list_selected {
    background: hsl(var(--primary) / 0.08);
    background-image: none;
    color: hsl(var(--primary));
}

.gourmet-public-page #order_offer_applied,
.gourmet-public-page .order_offer_applied,
.gourmet-public-page .transport_chosen,
.gourmet-public-page .applied_discount_val,
.gourmet-public-page [class*="discount"],
.gourmet-public-page [id*="discount"] {
    color: hsl(var(--primary));
    text-shadow: none;
}

.gourmet-public-page .gourmet-menu-toolbar #order_offer_applied:not([hidden]),
.gourmet-public-page .gourmet-menu-toolbar .order_offer_applied,
.gourmet-public-page .gourmet-menu-toolbar .transport_chosen,
.gourmet-public-page .gourmet-menu-toolbar .applied_discount_val {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: hsl(var(--primary) / 0.08);
    color: hsl(var(--primary));
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
    animation: none;
}

/* GourmetGo dialog pass: item extras, checkout confirmations, and legacy modals. */
.gourmet-public-page .modal.vertical_align.full_width,
.gourmet-public-page .modal.vertical_align.add_item_basket {
    position: fixed;
    inset: 0;
    top: 0;
    z-index: 60;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 32px 16px;
    background: rgba(2, 8, 23, 0.62);
    backdrop-filter: blur(2px);
    transform: none;
    -webkit-transform: none;
}

.gourmet-public-page .modal.vertical_align.full_width[style*="block"],
.gourmet-public-page .modal.vertical_align.add_item_basket[style*="block"] {
    display: flex !important;
}

.gourmet-public-page .modal.vertical_align.full_width > div[id^="currentextras_"],
.gourmet-public-page .modal.vertical_align.full_width > div[id],
.gourmet-public-page .modal.vertical_align.full_width > table,
.gourmet-public-page .modal.vertical_align.add_item_basket > .modal-content {
    width: min(100%, 480px);
}

.gourmet-public-page .modal-content.order_checkout_dialogs,
.gourmet-public-page .add_item_basket .modal-content {
    width: min(calc(100vw - 32px), 480px);
    max-width: 480px;
    max-height: min(88vh, 760px);
    margin: 0 auto;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    background: hsl(var(--background));
    color: hsl(var(--foreground));
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    overflow: hidden;
    font-size: 16px;
}

.gourmet-public-page .modal-content.order_checkout_dialogs .modal-header,
.gourmet-public-page .add_item_basket .modal-header {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    align-items: center;
    padding: 20px 24px 0;
    margin: 0;
    border: 0;
}

.gourmet-public-page .modal-content.order_checkout_dialogs .modal-header tbody,
.gourmet-public-page .modal-content.order_checkout_dialogs .modal-header tr,
.gourmet-public-page .modal-content.order_checkout_dialogs .modal-header td {
    display: contents;
}

.gourmet-public-page .modal-content.order_checkout_dialogs .modal_header,
.gourmet-public-page .add_item_basket .modal_header {
    padding: 0;
    color: hsl(var(--foreground));
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
}

.gourmet-public-page .modal-content.order_checkout_dialogs .modal_header_x,
.gourmet-public-page .modal-content.order_checkout_dialogs .modal_header_allergen_x {
    padding: 0;
    text-align: right;
}

.gourmet-public-page .modal-content.order_checkout_dialogs .close,
.gourmet-public-page .add_item_basket .close {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: hsl(var(--foreground));
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    opacity: 0.72;
}

.gourmet-public-page .modal-content.order_checkout_dialogs .close:hover,
.gourmet-public-page .add_item_basket .close:hover {
    opacity: 1;
    background: hsl(var(--accent));
}

.gourmet-public-page .modal-content.order_checkout_dialogs .modal-body,
.gourmet-public-page .add_item_basket .modal-body {
    width: 100%;
    max-width: none;
    max-height: calc(88vh - 68px);
    margin: 0;
    padding: 18px 24px 24px;
    overflow-y: auto;
    color: hsl(var(--foreground));
    font-size: 16px;
}

.gourmet-public-page .modal_content_itemextras .modal-body > .full_width {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gourmet-public-page .modal_content_itemextras .modal-body > .full_width > .flexdiv:first-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 16px;
}

.gourmet-public-page .itemextras_order_item_title {
    color: hsl(var(--foreground));
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
}

.gourmet-public-page .itemextras_order_cost {
    margin: 4px 0 0;
    color: hsl(var(--foreground));
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: right;
    white-space: nowrap;
}

.gourmet-public-page .itemextras_hr {
    height: 1px;
    margin: 2px 0 0;
    border: 0;
    background: hsl(var(--border));
}

.gourmet-public-page .itemextras_order_question_container {
    width: 100%;
    max-width: none;
    border-radius: 0;
    background: transparent;
    color: hsl(var(--foreground));
    overflow: visible;
}

.gourmet-public-page .itemextras_order_question {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    background: transparent;
    color: hsl(var(--foreground));
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.gourmet-public-page .itemextras_order_filter {
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid hsl(var(--input));
    border-radius: 6px;
    background: hsl(var(--background));
    color: hsl(var(--foreground));
    font-size: 14px;
    text-align: left;
    outline: none;
}

.gourmet-public-page .itemextras_order_filter:focus {
    border-color: hsl(var(--primary));
    box-shadow: 0 0 0 2px hsl(var(--background)), 0 0 0 4px hsl(var(--primary));
}

.gourmet-public-page .itemextras_order_question_container > .flexdiv {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 48px;
    margin: 12px 0;
}

.gourmet-public-page .itemextras_order_question_container .half_width {
    width: auto;
    flex: 1 1 0;
}

.gourmet-public-page .itemextras_order_navigate {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid hsl(var(--input));
    border-radius: 6px;
    background: hsl(var(--background));
}

.gourmet-public-page .itemextras_order_navigate:hover {
    background: hsl(var(--accent));
}

.gourmet-public-page .itemextras_order_navigate img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.gourmet-public-page .itemextras_answers_container {
    max-height: 40vh;
    padding-right: 4px;
    overflow-y: auto;
}

.gourmet-public-page .itemextras_order_table {
    min-height: 44px;
    margin: 0 0 8px;
    border: 1px solid hsl(var(--border));
    border-radius: 6px;
    background: hsl(var(--card));
    overflow: hidden;
}

.gourmet-public-page .itemextras_order_table:hover {
    border-color: hsl(var(--primary) / 0.45);
    background: hsl(var(--primary) / 0.04);
}

.gourmet-public-page .itemextras_order_button {
    width: 100%;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: hsl(var(--foreground));
    font-size: 14px;
    text-align: left;
}

.gourmet-public-page .itemextras_answers {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    color: hsl(var(--foreground));
}

.gourmet-public-page .itemextras_qnts {
    width: 42px;
    color: hsl(var(--primary));
    font-weight: 700;
    text-align: center;
}

.gourmet-public-page .answer_names {
    width: auto;
    color: hsl(var(--foreground));
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
}

.gourmet-public-page .itemextras_amount {
    width: auto !important;
    padding-right: 12px;
    color: hsl(var(--muted-foreground));
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}

.gourmet-public-page .itemextras_dels {
    width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
}

.gourmet-public-page .itemextras_dels[style*="block"],
.gourmet-public-page .itemextras_dels[style*="inline"] {
    display: flex !important;
}

.gourmet-public-page .itemextras_dels .order_button {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: hsl(var(--destructive) / 0.08);
}

.gourmet-public-page .itemextras_dels .order_button_img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.gourmet-public-page .itemextras_order_addtoorder {
    min-width: 184px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: 6px;
    background: hsl(var(--accent));
    color: hsl(var(--accent-foreground));
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.gourmet-public-page .itemextras_order_addtoorder:hover {
    background: hsl(var(--accent) / 0.9);
}

.gourmet-public-page .itemextras_order_addtoorder:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.gourmet-public-page .itemextras_order_add_order,
.gourmet-public-page .itemextras_order_total {
    width: auto;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.gourmet-public-page .order_info_personal,
.gourmet-public-page .order_name_input {
    color: hsl(var(--foreground));
    font-size: 15px;
    line-height: 1.5;
}

.gourmet-public-page .order_button_container button,
.gourmet-public-page .modal-content.order_checkout_dialogs .modal-body button:not(.close):not(.itemextras_order_button):not(.itemextras_order_navigate):not(.itemextras_order_addtoorder) {
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid hsl(var(--input));
    border-radius: 6px;
    background: hsl(var(--background));
    color: hsl(var(--foreground));
    font-size: 14px;
    font-weight: 600;
}

.gourmet-public-page .order_button_container button:hover,
.gourmet-public-page .modal-content.order_checkout_dialogs .modal-body button:not(.close):not(.itemextras_order_button):not(.itemextras_order_navigate):not(.itemextras_order_addtoorder):hover {
    background: hsl(var(--accent));
}

.gourmet-public-page .add_item_basket .modal-content {
    max-height: min(88vh, 520px);
}

.gourmet-public-page .add_item_basket .modal-header {
    grid-template-columns: minmax(0, 1fr) 32px;
}

.gourmet-public-page .add_item_basket .modal_header {
    font-size: 24px;
}

.gourmet-public-page .add_item_basket .modal-body > .full_width {
    display: grid;
    gap: 12px;
}

.gourmet-public-page .add_item_basket .are_you_sure {
    color: hsl(var(--foreground));
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
}

.gourmet-public-page .add_item_basket .are_you_sure:first-of-type {
    color: hsl(var(--muted-foreground));
    font-size: 14px;
}

.gourmet-public-page .add_item_basket #add_basket_item_name {
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
}

.gourmet-public-page .add_item_basket #add_basket_item_amount {
    padding-top: 4px;
    font-size: 18px;
    font-weight: 700;
}

.gourmet-public-page .add_item_basket .modal-body .flexdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
}

.gourmet-public-page .add_item_basket .are_you_sure_button {
    width: auto;
    flex: 1 1 0;
}

.gourmet-public-page .add_item_basket .are_you_sure_button button {
    width: 100%;
    min-height: 44px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

.gourmet-public-page .add_item_basket .are_you_sure_button_no button {
    border: 1px solid hsl(var(--input));
    background: hsl(var(--background));
    color: hsl(var(--foreground));
}

.gourmet-public-page .add_item_basket .are_you_sure_button_yes button {
    border: 0;
    background: hsl(var(--accent));
    color: hsl(var(--accent-foreground));
}

@media (max-width: 640px) {
    .gourmet-public-page .modal.vertical_align.full_width,
    .gourmet-public-page .modal.vertical_align.add_item_basket {
        align-items: flex-end;
        padding: 12px;
    }

    .gourmet-public-page .modal-content.order_checkout_dialogs,
    .gourmet-public-page .add_item_basket .modal-content {
        width: 100%;
        max-height: 92vh;
    }

    .gourmet-public-page .modal-content.order_checkout_dialogs .modal-header,
    .gourmet-public-page .add_item_basket .modal-header {
        padding: 18px 18px 0;
    }

    .gourmet-public-page .modal-content.order_checkout_dialogs .modal-body,
    .gourmet-public-page .add_item_basket .modal-body {
        max-height: calc(92vh - 62px);
        padding: 16px 18px 20px;
    }

    .gourmet-public-page .modal_content_itemextras .modal-body > .full_width > .flexdiv:first-child {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }

    .gourmet-public-page .itemextras_order_cost {
        text-align: left;
    }

    .gourmet-public-page .itemextras_order_addtoorder {
        width: 100%;
    }
}
