/* /Components/Buttons/CheckoutButtonComponent.razor.rz.scp.css */
.basket-indicator[b-eyhibkuszt] {
    position:relative;
}

    .basket-indicator div[b-eyhibkuszt] {
        background-color: white;
        color: var(--foreground);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: -10px;
        right: -15px;
        width: 20px;
        height: 20px;
        font-size:12px;
    }

.checkout-btn-container[b-eyhibkuszt] {
    bottom: 0;
    background: white;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .checkout-btn-container p[b-eyhibkuszt] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .checkout-btn-container button[b-eyhibkuszt] {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        border: none;
        background-color: var(--primary);
        color: white;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

        .checkout-btn-container button:active[b-eyhibkuszt] {
            background-color: var(--primary-dark);
        }
/* /Components/Buttons/PrimaryButton.razor.rz.scp.css */
.btn-primary[b-7xvwcleprw] {
    outline: none;
    border: none;
    cursor: pointer;
    background-color: var(--primary);
    color: white;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    min-width:125px;
}

.btn-primary:hover[b-7xvwcleprw] {
    background-color: var(--primary-dark);
}

.btn-primary:disabled[b-7xvwcleprw] {
    background-color: var(--primary-muted);
    cursor: default;
}

.btn-secondary[b-7xvwcleprw] {
    outline: none;
    border: 2px solid var(--primary);
    cursor: pointer;
    background-color: transparent;
    color: var(--primary);
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-secondary:hover[b-7xvwcleprw] {
    background-color: var(--primary-muted);
}

.btn-outline-primary[b-7xvwcleprw] {
    border: 2px solid var(--primary);
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    color: var(--primary);
    cursor: pointer;
    background-color: transparent;
    outline: none;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-outline-primary:hover[b-7xvwcleprw] {
    background-color: var(--primary-muted);
}

.btn-text-primary[b-7xvwcleprw] {
    border: none;
    font-weight: bold;
    font-size: 16px;
    color: var(--primary);
    cursor: pointer;
    background-color: transparent;
    outline: none;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}


@media only screen and (max-width: 768px) {

    .btn-primary[b-7xvwcleprw],
    .btn-secondary[b-7xvwcleprw],
    .btn-outline-primary[b-7xvwcleprw] {
        height: 40px;
        width:125px;
        font-size:14px;
    }

    .btn-text-primary[b-7xvwcleprw] {
        height: 40px;
        font-size: 14px;
    }
}
/* /Components/Checkout/CheckoutBasketOrderItemComponent.razor.rz.scp.css */

.basket-order-item[b-pol9slowzr] {
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0 5px 0;
    border-top: 1px solid var(--separator);
    border-bottom: 1px solid var(--separator);
    list-style: none;
}

.basket-order-item-options[b-pol9slowzr] {
    font-weight: normal;
    list-style: none;
    font-size: 12px;
    margin-left: 20px;
}

.basket-order-item-setting[b-pol9slowzr] {
    display: flex;
    align-self: flex-end;
}

    .basket-order-item-setting > p[b-pol9slowzr] {
        margin: 0 10px;
        align-self: center;
        font-size: 14px;
    }

    .basket-order-item-setting > button[b-pol9slowzr] {
        border: 1px solid var(--primary);
        border-radius: 5px;
        background-color: white;
        color: var(--primary);
        height: 22px;
        width: 22px;
        cursor: pointer;
        outline: none;
    }

        .basket-order-item-setting > button:hover[b-pol9slowzr] {
            background-color: var(--primary-muted);
        }
/* /Components/Checkout/CheckoutBookingTimeListItemComponent.razor.rz.scp.css */
li[b-aus4ci1ori] {
    border-bottom: 1px solid var(--background);
    height: 40px;
    background-color: white;
    cursor: pointer;
    padding-left:40px;
}

    li.active[b-aus4ci1ori] {
        background-color: var(--background);
        border-top: 1px solid var(--background-dark);
        border-bottom: 1px solid var(--background-dark);
        font-weight: bold;
    }

    li:hover[b-aus4ci1ori] {
        background-color: var(--background);
    }


    li.disabled[b-aus4ci1ori] {
        background-color: var(--background) !important;
        color: var(--foreground-muted) !important;
        cursor: default;
    }
/* /Components/Checkout/CheckoutCheckboxListItem.razor.rz.scp.css */
.container[b-r1fzwzl1fr] {
    background-color: white;
    border: none;
    outline: none;
    border-top: 1px solid var(--background);
    border-bottom: 1px solid var(--background);
    color: var(--foreground-muted);
    width: 100%;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    cursor:pointer;
}




.form-check[b-r1fzwzl1fr] {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    border-radius: 20px;
    height: 40px;
    display: flex;
}

    .form-check:hover > .form-check-input:not(:checked)[b-r1fzwzl1fr] {
        background-color: var(--primary-muted);
    }

    .form-check:hover > .form-check-input:checked[b-r1fzwzl1fr] {
        background-color: var(--primary-dark);
    }

    .form-check[b-r1fzwzl1fr]:after {
        content: '';
        display: inline-block;
        width: 0px;
        height: 100%;
        vertical-align: middle;
    }

[b-r1fzwzl1fr] .form-check-input, .form-check-label[b-r1fzwzl1fr] {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

[b-r1fzwzl1fr] .form-check, .form-check-input[b-r1fzwzl1fr], .form-check-label[b-r1fzwzl1fr] {
    cursor: pointer;
}

[b-r1fzwzl1fr] .form-check-input {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}

    [b-r1fzwzl1fr] .form-check-input[type=checkbox] {
        border-radius: 0.25em;
    }

    [b-r1fzwzl1fr] .form-check-input[type=radio] {
        border-radius: 50%;
    }

    [b-r1fzwzl1fr] .form-check-input:active {
        filter: brightness(90%);
    }

    [b-r1fzwzl1fr] .form-check-input:checked {
        background-color: var(--primary);
        background-color: var(--primary-dark);
    }

        [b-r1fzwzl1fr] .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

        [b-r1fzwzl1fr] .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

    [b-r1fzwzl1fr] .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

    [b-r1fzwzl1fr] .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label[b-r1fzwzl1fr] {
        opacity: 0.5;
    }

.form-check-label[b-r1fzwzl1fr] {
    line-height: 20px;
    margin-left: 5px;
}

@media only screen and (max-width: 768px) {

    .title[b-r1fzwzl1fr] {
        font-size: 14px;
    }
}
/* /Components/Checkout/CheckoutNextStepButtonComponent.razor.rz.scp.css */
.btn-next-step[b-bzor8urveg] {
    background-color: var(--primary);
    color: white;
    border: none;
    outline: none;
    width: 100%;
    font-weight: bold;
    height: 60px;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    cursor: pointer;
    min-height:60px;
}

    .btn-next-step:disabled[b-bzor8urveg] {
        background-color: var(--primary-muted);
        color: var(--foreground-muted);
    }

    .btn-next-step:hover:not(:disabled)[b-bzor8urveg] {
        background-color: var(--primary-dark);
    }

    .btn-next-step.split[b-bzor8urveg] {
        width: 50%;
        border-radius: 0 0 0 0;
    }

    .btn-next-step.previous[b-bzor8urveg] {
        background-color: var(--background-dark);
        color: var(--foreground);
    }

        .btn-next-step.previous:hover[b-bzor8urveg] {
            background-color: var(--background-xdark);
        }

/* /Components/Checkout/CheckoutOrderTimeListItemComponent.razor.rz.scp.css */
li[b-2dpaqsu2ys] {
    border-bottom: 1px solid var(--background);
    height:40px;
    background-color:white;
    cursor:pointer;
}

    li.active[b-2dpaqsu2ys] {
        background-color: var(--background);
        border-top: 1px solid var(--background-dark);
        border-bottom: 1px solid var(--background-dark);
        font-weight:bold;
    }

    li:hover[b-2dpaqsu2ys] {
        background-color: var(--background);
    }

    li.disabled[b-2dpaqsu2ys] {
        background-color: var(--background) !important;
        color: var(--foreground-muted) !important;
    }
/* /Components/Checkout/CheckoutStepListItem.razor.rz.scp.css */
.container[b-xb2mc4zw8p] {
    background-color: white;
    border: none;
    outline: none;
    border-top: 1px solid var(--background);
    border-bottom: 1px solid var(--background);
    color: var(--foreground-muted);
    width: 100%;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
}

/* /Components/Checkout/CheckoutStepListItemButton.razor.rz.scp.css */
.btn[b-q1lwk9qqbl] {
    background-color: white;
    border: none;
    outline: none;
    border-top: 1px solid var(--background);
    border-bottom: 1px solid var(--background);
    color: var(--foreground-muted);
    width: 100%;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
}

.btn:hover:not(.active)[b-q1lwk9qqbl] {
    background-color:var(--background);
}

.btn:not(.active)[b-q1lwk9qqbl]{
    cursor:pointer;
}

.btn.active[b-q1lwk9qqbl] {
    background-color: var(--background);
    border-top: 1px solid var(--background-dark);
    border-bottom: 1px solid var(--background-dark);
}

.btn.active p[b-q1lwk9qqbl] {
    font-weight:bold;
    color:var(--foreground);
}

.btn > div > i[b-q1lwk9qqbl] {
    color: var(--foreground);
    font-size:18px;
}

.btn.disabled[b-q1lwk9qqbl] {
    color: var(--foreground-muted);
}

.image[b-q1lwk9qqbl] {
    height:40px;
}

.image-container[b-q1lwk9qqbl] {
    height:100%;
    width:80px;
}
/* /Components/Checkout/CheckoutStepListItemCheckbox.razor.rz.scp.css */
.checkbox-container[b-q9z5zka1qs] {
    background-color: white;
    border: none;
    outline: none;
    border-top: 1px solid var(--background);
    border-bottom: 1px solid var(--background);
    color: var(--foreground-muted);
    width: 100%;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    cursor: pointer;
}

    .checkbox-container:hover:not(.active)[b-q9z5zka1qs] {
        background-color: var(--background);
    }

    .checkbox-container.active[b-q9z5zka1qs] {
        background-color: var(--background);
        border-top: 1px solid var(--background-dark);
        border-bottom: 1px solid var(--background-dark);
    }

        .checkbox-container.active p[b-q9z5zka1qs] {
            font-weight: bold;
            color: var(--foreground);
        }

    .checkbox-container > div > i[b-q9z5zka1qs] {
        color: var(--foreground);
        font-size: 18px;
    }

    .checkbox-container.disabled[b-q9z5zka1qs] {
        color: var(--foreground-muted);
    }

/* /Components/Checkout/CheckoutStepListItemDatePicker.razor.rz.scp.css */
.date-picker[b-hi73dkdxa8] {
    border: none;
    cursor: pointer;
    outline:none;
}

.datepicker-container[b-hi73dkdxa8] {
    border-top: 1px solid var(--background);
    height: 60px;
    background-color: white;
    cursor: pointer;
    position: relative;
    width: 100%;
}

    .datepicker-container:hover[b-hi73dkdxa8] {
        background-color: var(--entry-hl);
    }

    .datepicker-container:active[b-hi73dkdxa8] {
        background-color: var(--entry-active);
    }


.datepicker-container-btn[b-hi73dkdxa8] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    display:flex;
    font-size:16px;
}

    .datepicker-container-btn[b-hi73dkdxa8]  > p {
        line-height: 50px;
        margin: auto;
        margin-left: 10px;
    }


    .datepicker-container[b-hi73dkdxa8]  > input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        box-sizing: border-box;
        border: none;
    }



.datepicker-container[b-hi73dkdxa8]  > input::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
/* /Components/Checkout/CheckoutStepListItemInput.razor.rz.scp.css */
.checkout-input[b-8rg3uouvd4] {
    background-color: white;
    border: none;
    outline: none;
    border-top: 1px solid var(--background);
    border-bottom: 1px solid var(--background);
    color: var(--foreground-muted);
    width: 100%;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
}

[b-8rg3uouvd4] .input {
    background-color: transparent;
    border: none;
    height: 100%;
    width: 100%;
    outline: none;
}

    .checkout-input:hover:not(.active)[b-8rg3uouvd4] {
        background-color: var(--background);
    }

    .checkout-input:not(.active)[b-8rg3uouvd4] {
        cursor: text;
    }

    .checkout-input.active[b-8rg3uouvd4] {
        background-color: var(--background);
        border-top: 1px solid var(--background-dark);
        border-bottom: 1px solid var(--background-dark);
    }

        .checkout-input.active p[b-8rg3uouvd4] {
            font-weight: bold;
            color: var(--foreground);
        }

    .checkout-input > div > i[b-8rg3uouvd4] {
        color: var(--foreground);
        font-size: 18px;
    }

    .checkout-input.disabled[b-8rg3uouvd4] {
        color: var(--foreground-muted);
    }
/* /Components/Global/CookieConsentComponent.razor.rz.scp.css */
.cookie-consent[b-ya09dzxmij] {
    background-color: #339BFD;
    color: white;
    padding:20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    display:flex;
    flex-direction:column;
    left:0;
    right:0;
    z-index:1000;

}

.cookie-consent h4[b-ya09dzxmij] {
    margin-top: 20px;  
    margin-bottom: 10px;
}

.cookie-consent p a[b-ya09dzxmij] {
    font-weight: bold;
    color: white;
}

.cookie-consent button[b-ya09dzxmij] {
    margin-top: 10px;
        height: 40px;
    width: 120px;
    border-radius: 20px;
    border: none;
    outline: none;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    color: #339BFD;
    font-weight:bold;
    font-size: 12px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {

    .cookie-consent button[b-ya09dzxmij] {
        height: 30px;
    }

    .cookie-consent p[b-ya09dzxmij] {
        font-size: 14px;
    }
}
/* /Components/Inputs/PrimaryCheckBox.razor.rz.scp.css */
.form-check[b-n9kw6inj04] {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    border-radius: 20px;
    height: 40px;
    display: flex;
}

 .form-check:hover > .form-check-input:not(:checked)[b-n9kw6inj04] {
        background-color: var(--primary-muted);
    }

.form-check:hover > .form-check-input:checked[b-n9kw6inj04] {
        background-color: var(--primary-dark);
    }

 .form-check[b-n9kw6inj04]:after {
        content: '';
        display: inline-block;
        width: 0px;
        height: 100%;
        vertical-align: middle;
    }

[b-n9kw6inj04] .form-check-input, .form-check-label[b-n9kw6inj04] {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

[b-n9kw6inj04] .form-check, .form-check-input[b-n9kw6inj04], .form-check-label[b-n9kw6inj04] {
    cursor: pointer;
}

[b-n9kw6inj04] .form-check-input {
    position: relative;
    top: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}

    [b-n9kw6inj04] .form-check-input[type=checkbox] {
        border-radius: 0.25em;
    }

    [b-n9kw6inj04] .form-check-input[type=radio] {
        border-radius: 50%;
    }

[b-n9kw6inj04] .form-check-input:active {
    filter: brightness(90%);
}

    [b-n9kw6inj04] .form-check-input:checked {
        background-color: var(--primary);
        background-color: var(--primary-dark);
    }

        [b-n9kw6inj04] .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

        [b-n9kw6inj04] .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

    [b-n9kw6inj04] .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

    [b-n9kw6inj04] .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label[b-n9kw6inj04] {
        opacity: 0.5;
    }

.form-check-label[b-n9kw6inj04] {
    line-height: 20px;
    margin-left: 5px;
}
/* /Components/Inputs/PrimaryDatePicker.razor.rz.scp.css */
.primary-datepicker[b-puoyvjkzl2] {
    display: flex;
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 2px solid var(--accent-muted);
    background-color: white;
}

    .primary-datepicker:hover[b-puoyvjkzl2] {
        background-color: var(--entry-hl);
    }

    .primary-datepicker:active[b-puoyvjkzl2] {
        background-color: var(--entry-active);
    }


.primary-datepicker-btn[b-puoyvjkzl2] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}

    .primary-datepicker-btn[b-puoyvjkzl2]  > p {
        line-height: 50px;
        margin: auto;
        margin-left: 10px;
    }


.primary-datepicker[b-puoyvjkzl2]  > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
}



    .primary-datepicker[b-puoyvjkzl2]  > input::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }
/* /Components/Inputs/PrimaryInput.razor.rz.scp.css */
[b-np7aob3eu5] .input-primary {
    height: 50px;
    border-radius: 5px;
    border: 2px solid var(--accent-muted);
    background-color: white;
    outline: none;
    padding-left: 20px;
    padding-right: 30px;
}

[b-np7aob3eu5] .input-primary:hover {
    background-color: var(--entry-hl);
}

[b-np7aob3eu5] .input-primary:active {
    background-color: var(--entry-active);
}

[b-np7aob3eu5] .input-primary.invalid {
    border: 2px solid var(--error);
}

[b-np7aob3eu5] .input-primary:focus {
    border: 2px solid var(--primary);
}
/* /Components/Inputs/PrimaryInputNumber.razor.rz.scp.css */
[b-03vnqn58di] .input-primary {
    height: 50px;
    border-radius: 5px;
    border: 2px solid var(--accent-muted);
    background-color: white;
    cursor: pointer;
    outline: none;
    padding-left: 20px;
    padding-right: 30px;
}

    [b-03vnqn58di] .input-primary:hover {
        background-color: var(--entry-hl);
    }

    [b-03vnqn58di] .input-primary:active {
        background-color: var(--entry-active);
    }

    [b-03vnqn58di] .input-primary.invalid {
        border: 2px solid var(--error);
    }
/* /Components/Inputs/PrimaryInputTextArea.razor.rz.scp.css */
[b-tj6anbf683] .input-primary {
    height: 70px;
    border-radius: 5px;
    background-color: var(--background);
    cursor: pointer;
    outline: none;
    border: none;
    padding-left: 20px;
    padding-right: 30px;
    width: 100%;
    max-width: 100%;
    padding: 15px;
}

    [b-tj6anbf683] .input-primary:hover {
        background-color: var(--entry-hl);
    }

    [b-tj6anbf683] .input-primary:active {
        background-color: var(--entry-active);
    }

    [b-tj6anbf683] .input-primary.invalid {
        border: 2px solid var(--error);
    }
/* /Components/Inputs/PrimarySelect.razor.rz.scp.css */
[b-pbun91pmzl] .primary-select {
    height: 50px;
    border-radius: 5px;
    border: 2px solid var(--accent-muted);
    background-color: white;
    cursor: pointer;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
}

[b-pbun91pmzl] .primary-select:hover {
    background-color: var(--entry-hl);
}

[b-pbun91pmzl] .primary-select:active {
    background-color: var(--entry-active);
}
/* /Components/Menu/Additions/AdditionsBar.razor.rz.scp.css */

.additions-menu[b-coi9gm0y49] {
    border: 2px solid var(--background);
    border-radius: 5px;
    background-color: white;
    display: flex;
}



@media only screen and (max-width: 768px) {

    .additions-menu[b-coi9gm0y49] {
        display:none;
    }
}

/* /Components/Menu/Additions/AdditionSwitch.razor.rz.scp.css */
.additions-menu-addition[b-qfshmd578x] {
    padding: 10px 10px;
    border: none;
    border-right: 1px solid var(--background);
    border-left: 1px solid var(--background);
    border-bottom: 1px solid var(--background);
    outline: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    color: var(--foreground-muted);
    cursor: pointer;
    font-size: 14px;
}



.additions-menu-addition > .switch[b-qfshmd578x] {
    margin-right: 10px;
}

.additions-menu-addition > .switch > input[b-qfshmd578x] {
    cursor: pointer;
}

.additions-menu-addition:hover[b-qfshmd578x] {
    background-color: var(--background);
}
/* /Components/Menu/BasketComponent.razor.rz.scp.css */
.basket[b-y1lt4e0xnr] {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    width: 400px;
    background-color: var(--background);
    border-radius: 15px 0 0 15px;
    z-index: 9990;
    box-shadow: -5px 0 35px 0px #00000017;
    transition: 0.3s;
    overflow:auto;
    display:flex;
    flex-direction:column;
}

.basket.show[b-y1lt4e0xnr] {
    right:0;

}

.voucher-btn[b-y1lt4e0xnr] {
    outline: none;
    cursor: pointer;
    width: 100%;
    height: 40px;
    background-color: var(--primary-muted);
    color: white;
    border: 2px solid var(--primary);
    border-left: none;
    border-right: none;
    font-weight: bold;
    font-size: 14px;
}

    .voucher-btn:hover[b-y1lt4e0xnr] {
        background-color: var(--primary-dark-muted);
    }

.basket-ordertype-button[b-y1lt4e0xnr] {
    background: transparent;
    border: none;
    flex: 1 0 0%;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    cursor:pointer;
    color: var(--foreground);
}

.basket-ordertype-button.active[b-y1lt4e0xnr] {
    color: white !important;
}

.basket-ordertype-button i[b-y1lt4e0xnr]{
    font-size:16px;
}

.basket-ordertype-button-txt[b-y1lt4e0xnr]{
    font-size: 14px;
}


.basket-ordertype-container[b-y1lt4e0xnr] {
    height: 50px;
    background-color: var(--background-dark);
    border-radius: 25px;
    display: flex;
    width: 350px;
}

.basket-ordertype-button-indicator[b-y1lt4e0xnr] {
    height: 50px;
    border-radius: 25px;
    background-color: var(--primary);
    width: 175px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position:absolute;
    border:2px solid var(--background-dark);
    transition:all 0.3s ease-in-out;
}

.basket-ordertype-button-indicator.collection[b-y1lt4e0xnr] {
    right:0;
}

    .basket-ordertype-button-indicator.singular[b-y1lt4e0xnr] {
        width:100%;
    }


@media only screen and (max-width: 575px) {
    .basket[b-y1lt4e0xnr] {
        left:570px;
        width: 100%;
        right:0;
        border-radius:0;
    }

        .basket.show[b-y1lt4e0xnr] {
            left: 0;
        }
}

.checkout-btn[b-y1lt4e0xnr] {
    width: 100%;
    background-color: var(--primary);
    border: none;
    color: white;
    font-weight: bold;
    outline: none;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    position:sticky;
    bottom:0;
    transition:background-color 0.3s;
}

    .checkout-btn:hover[b-y1lt4e0xnr] {
        background-color: var(--primary-dark);
    }

    .checkout-btn.disabled[b-y1lt4e0xnr] {
        background-color: var(--disabled);
        cursor: default;
    }



/* /Components/Menu/BasketOrderItemComponent.razor.rz.scp.css */

.basket-order-item[b-cztzrumugq] {
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid var(--separator);
    background-color:var(--white);
    cursor: pointer;
    transition:0.3s;
}

    .basket-order-item:hover[b-cztzrumugq] {
        background-color: var(--background);
    }

.basket-order-item-options[b-cztzrumugq] {
    font-weight: normal;
    list-style: none;
    font-size: 12px;
    margin-left: 20px;
}

.basket-order-item-setting[b-cztzrumugq] {
    display: flex;
    align-self: flex-end;
}

    .basket-order-item-setting > p[b-cztzrumugq] {
        margin: 0 10px;
        align-self: center;
        font-size: 14px;
    }

    .basket-order-item-setting > button[b-cztzrumugq] {
        border: 1px solid var(--primary);
        border-radius: 5px;
        background-color: white;
        color: var(--primary);
        height: 22px;
        width: 22px;
        cursor: pointer;
        outline: none;
    }

        .basket-order-item-setting > button:hover[b-cztzrumugq] {
            background-color: var(--primary-muted);
        }
/* /Components/Menu/BasketPriceItemComponent.razor.rz.scp.css */
.price-container[b-7om5cv780p] {
    background-color: var(--white);
    border-bottom: 1px solid var(--separator);
    font-size: 14px;
    height:40px;
    align-items:center;
}

.price-container.editable[b-7om5cv780p] {
    cursor:pointer;
}

.remove-btn[b-7om5cv780p] {
    background: transparent;
    outline: none;
    border: none;
    color: var(--error);
    padding: 0;
    margin-right:10px;
    font-size: 20px;
    cursor:pointer;
    height:15px;
}

.edit-btn[b-7om5cv780p] {
    background: transparent;
    outline: none;
    border: none;
    color: var(--primary);
    padding: 0;
    margin-right: 10px;
    font-size: 12px;
    cursor: pointer;
    height: 15px;
}
/* /Components/Menu/Categories/CategoryListItemComponent.razor.rz.scp.css */

.category[b-8f5suhbs6z] {
    height: 80px;
    display: flex;
    width: 100%;
    background-color: var(--background);
    position: relative;
    justify-content: center;
    flex-direction:column;
    color: var(--foreground);
    border: 1px solid transparent;
    margin-bottom: 5px;
}

.category.lg[b-8f5suhbs6z] {
    height:100px;
}


.category > i[b-8f5suhbs6z] {
    margin-right: 10px;
    margin-left: 10px;
}

.category-img[b-8f5suhbs6z] {
    width: 100%;
    height: 100%;
    background-size: cover;
    color: white;
    right: 0;
    position: absolute;
    border-radius: 5px;
}

@media only screen and (max-width: 767px ) {
    .category[b-8f5suhbs6z] {
        border-radius: 0;
        margin-bottom: 0;
        border: none;
        border-top: 1px solid transparent;
        border-bottom: 1px solid #e6e3e9;
    }


}
/* /Components/Menu/Categories/CategoryListItemSkeletonComponent.razor.rz.scp.css */

.category[b-m8vtkjtyhc] {
    height: 60px;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px ) {
    .category[b-m8vtkjtyhc] {
        border-radius: 0;
        margin-bottom: 0;
        border: none;
        border-top: 1px solid transparent;
        border-bottom: 1px solid #e6e3e9;
    }


}
/* /Components/Menu/CategorySelectionComponent.razor.rz.scp.css */
.category-selection-container[b-gwhg1ubsol] {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    height: 50px;
    max-width: 600px;
    overflow-x: auto;
    position: sticky;
    top: 50px;
    background: white;
    z-index: 99;
    overflow-y:hidden;
}


.category-selection-item[b-gwhg1ubsol] {
    white-space: nowrap;
    margin-right: 20px;
    border-radius: 30px;
    padding: 5px 10px;
    cursor: pointer;
}
.category-selection-item.active[b-gwhg1ubsol] {
    background-color:black;
    color:white;
}
.gradient[b-gwhg1ubsol] {
    position: absolute;
    right: 0;
    width: 100px;
    height: 50px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none; /* Make sure the gradient doesn't interfere with mouse events */
}

@media only screen and (min-width:768px) {
    .category-selection-item:hover:not(.active)[b-gwhg1ubsol] {
        transition: 0.2s;
        background-color: var(--background-light);
    }
}

@media only screen and (max-width:767px) {

    .category-selection-container[b-gwhg1ubsol]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

    .category-selection-container[b-gwhg1ubsol] {
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        scrollbar-width: none; /* Firefox */
        border-radius: 5px;
    }

}
/* /Components/Menu/DiscountsComponent.razor.rz.scp.css */
.discounts-container[b-fjc1pwgvgg] {
    border-radius: 10px;
    background-color: #ffd460;
    padding: 15px;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
/* /Components/Menu/MenuItemListItemComponent.razor.rz.scp.css */
.menu-item[b-kl99lvmew6] {
    display: flex;
    padding: 20px;
    border: 1px solid var(--background);
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: white;
    align-items:center;
    min-height:80px;
}

    .menu-item.unavailable[b-kl99lvmew6] {
        background-color: #d7d7d7 !important;
        cursor:default;
    }

        .menu-item.unavailable small[b-kl99lvmew6],
        .menu-item.unavailable h3[b-kl99lvmew6],
        .menu-item.unavailable p[b-kl99lvmew6] {
            color: var(--foreground-muted) !important;
        }

.menu-item:not(.unavailable):active[b-kl99lvmew6] {
    opacity:0.8;
}

.menu-item-selected-notifier[b-kl99lvmew6] {
    background-color: var(--primary-muted);
    color: var(--foreground);
    margin-right: 10px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
}

    .menu-item-selected-notifier > p[b-kl99lvmew6] {
        line-height: 30px;
        font-weight: bold;
    }

.menu-item-img[b-kl99lvmew6] {
    height: 75px;
    width: 75px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 5px;
}



.menu-item:active[b-kl99lvmew6] {
    background-color: var(--background);
}

.menu-item-new-notifier[b-kl99lvmew6] {
    font-weight: bold;
    color: white;
    background-color: var(--primary);
    padding: 3px 10px;
    font-size: 14px;
}

.menu-item-description[b-kl99lvmew6] {
    color: var(--foreground-muted);
}

.menu-item-name[b-kl99lvmew6] {
    color: var(--foreground);
    font-weight: bold;
    font-size: 16px;
}

.menu-item-name.unavailable[b-kl99lvmew6] {
    text-decoration:line-through;
}

.menu-item-price[b-kl99lvmew6] {
    color: var(--primary);
    font-weight:bold;
    font-size:14px;
}

.menu-item-addition[b-kl99lvmew6] {
    font-size: 12px;
    height: 20px;
    padding: 0 5px;
    border-radius: 12.5px;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
    display: flex;
}

    .menu-item-addition > img[b-kl99lvmew6] {
        margin-right: 5px;
        height: 15px;
        width: 15px;
    }


.basket-indicator[b-kl99lvmew6] {
    background-color: var(--background);
    border-radius: 10px;
    align-items: center;
    padding:10px 0;
}

.basket-quantity-indicator[b-kl99lvmew6] {
    border-radius: 50%;
    background: black;
    color: white;
    height: 25px;
    width: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 767px ) {
    .menu-item[b-kl99lvmew6] {
        border-radius: 0;
        margin-bottom: 0;
        border: none;
        border-top: 1px solid transparent;
        border-bottom: 1px solid var(--background);
    }

    .menu-item-description[b-kl99lvmew6] {
        display:block;
    }
     


    .menu-items-list[b-kl99lvmew6] {
        margin-bottom: 120px;
    }
}
@media only screen and (min-width:768px) {
    .menu-item:not(.unavailable):hover[b-kl99lvmew6] {
        transition: 0.2s;
        border: 1px solid var(--primary);
        background-color: var(--background-light);
    }
}
/* /Components/Menu/MenuItemModal/MenuItemOptionSectionComponent.razor.rz.scp.css */
.menu-item-option[b-8wd3jf5zij] {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--background-dark);
    padding-left: 5px;
    padding-right: 15px;
    cursor: pointer;
    transition: 0.3s;
}



    .menu-item-option:hover[b-8wd3jf5zij] {
        background-color: var(--hover);
      
    }

    .menu-item-option.active p:first-of-type[b-8wd3jf5zij] {
        font-weight: bold;
        color: var(--primary);
    }

    .menu-item-option i[b-8wd3jf5zij] {
        visibility: hidden;
        opacity: 0;
        font-size: 28px;
        color: var(--primary);
        margin-top: 2px;
    }

    .menu-item-option.active i[b-8wd3jf5zij] {
        visibility: visible;
        opacity: 1;
    }

    .menu-item-option.active[b-8wd3jf5zij] {
        padding-left: 15px;
    }




    .menu-item-option.unavailable[b-8wd3jf5zij] {
        background-color: #d7d7d7 !important;
        cursor: default;
    }

        .menu-item-option.unavailable small[b-8wd3jf5zij],
        .menu-item-option.unavailable h3[b-8wd3jf5zij],
        .menu-item-option.unavailable p[b-8wd3jf5zij] {
            color: var(--foreground-muted) !important;
        }

    .menu-item-option:not(.unavailable):active[b-8wd3jf5zij] {
        opacity: 0.8;
    }




    .menu-item-option-name.unavailable[b-8wd3jf5zij] {
        text-decoration: line-through;
    }


@media only screen and (min-width:768px) {
    .menu-item-option:not(.unavailable):hover[b-8wd3jf5zij] {
        transition: 0.2s;
        border: 1px solid var(--primary);
        background-color: var(--background-light);
    }
}
/* /Components/Menu/MenuItemModal/MenuItemSectionComponent.razor.rz.scp.css */
.menu-item-section[b-mhwxznmrwu] {
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    border-bottom: 1px solid var(--background-dark);
    border-top: 1px solid var(--background-dark);
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e9e7ea;
}


    .menu-item-section.completed[b-mhwxznmrwu] {
        border-top: 1px solid var(--success);
        border-bottom: 1px solid var(--success);
        background-color: var(--success-muted);
    }


    .menu-item-section.incompleted[b-mhwxznmrwu] {
        border-top: 1px solid var(--error);
        border-bottom: 1px solid var(--error);
        background-color: var(--error-muted);
    }

.menu-item-section[b-mhwxznmrwu] {
    top: var(--modal-header-height);
}
/* /Components/Menu/MenuItemModal/MenuItemSizeComponent.razor.rz.scp.css */
.menu-item-option[b-ijzz3y7e2i] {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--background-dark);
    padding-left: 5px;
    padding-right: 15px;
    cursor: pointer;
    transition: 0.3s;
}



    .menu-item-option:hover[b-ijzz3y7e2i] {
        background-color: var(--hover);
    }

    .menu-item-option.active p:first-of-type[b-ijzz3y7e2i] {
        font-weight: bold;
        color: var(--primary);
    }

    .menu-item-option i[b-ijzz3y7e2i] {
        visibility: hidden;
        opacity: 0;
        font-size: 28px;
        color: var(--primary);
        margin-top: 2px;
    }

    .menu-item-option.active i[b-ijzz3y7e2i] {
        visibility: visible;
        opacity: 1;
    }

    .menu-item-option.active[b-ijzz3y7e2i] {
        padding-left: 15px;
    }




    .menu-item-option.unavailable[b-ijzz3y7e2i] {
        background-color: #d7d7d7 !important;
        cursor: default;
    }

        .menu-item-option.unavailable small[b-ijzz3y7e2i],
        .menu-item-option.unavailable h3[b-ijzz3y7e2i],
        .menu-item-option.unavailable p[b-ijzz3y7e2i] {
            color: var(--foreground-muted) !important;
        }

    .menu-item-option:not(.unavailable):active[b-ijzz3y7e2i] {
        opacity: 0.8;
    }




    .menu-item-option-name.unavailable[b-ijzz3y7e2i] {
        text-decoration: line-through;
    }


@media only screen and (min-width:768px) {
    .menu-item-option:not(.unavailable):hover[b-ijzz3y7e2i] {
        transition: 0.2s;
        border: 1px solid var(--primary);
        background-color: var(--background-light);
    }
}
/* /Components/Menu/MenuItemModal/MenuItemSizeGroupComponent.razor.rz.scp.css */
.menu-item-section[b-2bos031iso] {
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    border-bottom: 1px solid var(--background-dark);
    border-top: 1px solid var(--background-dark);
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e9e7ea;
    top: var(--modal-header-height);
}


    .menu-item-section.completed[b-2bos031iso] {
        border-top: 1px solid var(--success);
        border-bottom: 1px solid var(--success);
        background-color: var(--success-muted);
    }


    .menu-item-section.incompleted[b-2bos031iso] {
        border-top: 1px solid var(--error);
        border-bottom: 1px solid var(--error);
        background-color: var(--error-muted);
    }

/* /Components/Menu/MenuList.razor.rz.scp.css */
.menu-items-list[b-9btc7fp745] {
    overflow-y:scroll;
}
/* /Components/Menu/MenuListItemComponent.razor.rz.scp.css */
.menu-list-item[b-gm7xrx287j] {
    width: 250px;
    height: 250px;
    border-radius: 25px;
    transition: 0.3s;
    margin-right: 1rem;
    background-color:var(--background);
}

    .menu-list-item:hover[b-gm7xrx287j] {
        scale: 1.1;
    }

    .menu-list-item:active[b-gm7xrx287j] {
        opacity: 0.9;
    }


@media only screen and (max-width: 768px) {


    .menu-list-item[b-gm7xrx287j] {
        margin-right: auto;
        margin-left: auto;
    }

}
/* /Components/Menu/MenuListItemSkeletonComponent.razor.rz.scp.css */
.menu-list-item[b-lb7pon5g6i] {
    width: 250px;
    height: 250px;
    border-radius: 25px;
    margin-right: 1rem;
}


@media only screen and (max-width: 768px) {


    .menu-list-item[b-lb7pon5g6i] {
        margin-right: auto;
        margin-left: auto;
    }
}
/* /Components/Menu/ScrollToTopButtonComponent.razor.rz.scp.css */
#scrollToTopBtn[b-584sjdlkqy] {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 89;
    font-size: 28px;
    border: none;
    outline: none;
    background-color: var(--primary);
    color: white;
    cursor: pointer;
    height:50px;
    width:50px;
    border-radius: 50%;
    transition:background-color 0.3s;
}

    #scrollToTopBtn:hover[b-584sjdlkqy] {
        background-color: var(--primary-dark);
    }

@media only screen and (max-width: 768px) {
    #scrollToTopBtn.higher[b-584sjdlkqy] {
        bottom: 105px;
    }
}
/* /Components/Modals/AddPointsVoucherModal.razor.rz.scp.css */
.top-section[b-i0x8akwswp] {
    height: 50%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-section[b-i0x8akwswp] {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.modal-close[b-i0x8akwswp] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}

.modal-inner-container[b-i0x8akwswp] {
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    margin: auto;
}




[b-i0x8akwswp] .add-points-voucher-modal {
    background-color: var(--background);
    border-radius: 5px;
    width: 450px;
    margin: auto;
    overflow-y: scroll;
    max-height: 80vh;
}


.points-voucher-btn[b-i0x8akwswp] {
    height: 125px;
    border-radius: 5px;
    border: 2px solid var(--background-dark);
    cursor: pointer;
    color:var(--foreground);
    font-weight:bold;
    font-size:16px;
}

.points-voucher-btn.active[b-i0x8akwswp] {
    background-color:var(--primary);
    color: white;
}


@media only screen and (max-width: 768px) {
    .modal-inner-container[b-i0x8akwswp] {
        margin: auto 15px;
    }
}
/* /Components/Modals/DeliveryAddressModal.razor.rz.scp.css */
[b-ahi9hc62b3] .post-code-modal {
    background-color: var(--background);
    border-radius: 5px;
    width: 450px;
    margin: auto;
    overflow-y: scroll;
    max-height: 80vh;
}
/* /Components/Modals/FreeItemModal.razor.rz.scp.css */
[b-7dlfrxmmkv] .post-code-modal {
    background-color: var(--background);
    border-radius: 5px;
    width: 450px;
    margin: auto;
    overflow-y: scroll;
    max-height: 80vh;
}
/* /Components/Modals/MenuItemModal.razor.rz.scp.css */
.modal[b-yhlfp35kj7] {
    transition: visibility 0.3s, opacity 0.3s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: #00000087;
    opacity: 0;
    display:flex;
    z-index: 9999;
    top: 0;
    height: 100%;
    width: 100vw;
}

    .modal.show[b-yhlfp35kj7] {
        visibility: visible;
        opacity: 1;
    }

.menu-item-modal[b-yhlfp35kj7] {
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    background-color: var(--background);
    border-radius: 5px;
    width: 450px;
    margin: auto;
    overflow-y: scroll;
    max-height: 80vh;
    position:relative;
}

    .menu-item-modal.show[b-yhlfp35kj7] {
        visibility: visible;
        transform: scale(1.0);
        opacity: 1;
    }



.scroll-for-more-indicator[b-yhlfp35kj7] {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background: var(--primary);
    -webkit-animation: bounce 2s infinite;
    animation: bounce-b-yhlfp35kj7 2s infinite;
    display: flex;
}

.scroll-for-more-indicator-container[b-yhlfp35kj7] {
    pointer-events: none;
    left: 50%;
    position: absolute;
    bottom: 137px;
    display: block;
    flex-direction: column;
    transform: translateX(-50%);
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@keyframes bounce-b-yhlfp35kj7 {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}




.add-to-order-btn[b-yhlfp35kj7] {
    width: 100%;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background-color: var(--primary);
    color: white;
    border: none;
    outline: none;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    font-size: 16px;
    transition:0.3s;
}

.add-to-order-btn:hover[b-yhlfp35kj7] {
    background-color:var(--primary-dark);
}

    .add-to-order-btn.inactive[b-yhlfp35kj7] {
        background-color: var(--disabled);
        cursor: default;
    }

.modal-header[b-yhlfp35kj7] {
    background: white;
}

.modal-footer[b-yhlfp35kj7] {
    position: sticky;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
}

.adjust-quantity-button[b-yhlfp35kj7] {
    height: 30px;
    display: flex;
    background-color: transparent;
    border: 2px solid var(--primary);
    width: 30px;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
    align-items:center;
    justify-content:center;
    color: var(--primary-dark);
    transition:0.3s;
}

    .adjust-quantity-button.disabled[b-yhlfp35kj7] {
        color: var(--disabled);
        border-color: var(--disabled);
        cursor:default;
    }

    .adjust-quantity-button:not(.disabled):hover[b-yhlfp35kj7] {
        background-color: var(--primary-muted);
        color: var(--foreground);
    }

.menu-item-modal-footer[b-yhlfp35kj7] {
    margin-bottom: 0;
}

.menu-item-modal-img[b-yhlfp35kj7] {
    height: 75px;
    width: 75px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
    cursor:pointer;
}

.menu-item-img-modal[b-yhlfp35kj7] {
    background-color:rgba(0,0,0,0.25);
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:20000;
    display:none;
}
.menu-item-img-modal.visible[b-yhlfp35kj7] {
    display:block;
}

    .menu-item-img-modal div[b-yhlfp35kj7] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 250px;
        width: 250px;
        background-color: var(--background);
        border-radius: 10px;
        padding: 10px;
    }

.menu-item-img-modal div img[b-yhlfp35kj7] {
    width:100%;
    height:100%;
}

@media only screen and (max-width: 768px) {

    .menu-item-modal[b-yhlfp35kj7] {
        position: absolute;
        width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
    }

    .menu-item-modal-body[b-yhlfp35kj7] {
    }
}
/* /Components/Modals/MerchantInfoModal.razor.rz.scp.css */
.modal[b-ln6a7ih4ia] {
    transition: visibility 0.3s, opacity 0.3s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: #00000087;
    opacity: 0;
    display: flex;
    z-index: 9999;
    top: 0;
    height: 100%;
    width: 100vw;
}

    .modal.show[b-ln6a7ih4ia] {
        visibility: visible;
        opacity: 1;
    }

.menu-item-modal[b-ln6a7ih4ia] {
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    background-color: var(--background);
    border-radius: 5px;
    width: 450px;
    margin: auto;
    overflow-y: scroll;
    max-height: 80vh;
    position:relative;
}

    .menu-item-modal.show[b-ln6a7ih4ia] {
        visibility: visible;
        transform: scale(1.0);
        opacity: 1;
    }



.scroll-for-more-indicator[b-ln6a7ih4ia] {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background: var(--primary);
    -webkit-animation: bounce 2s infinite;
    animation: bounce-b-ln6a7ih4ia 2s infinite;
    display: flex;
}

.scroll-for-more-indicator-container[b-ln6a7ih4ia] {
    pointer-events: none;
    left: 50%;
    position: absolute;
    bottom: 137px;
    display: block;
    flex-direction: column;
    transform: translateX(-50%);
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@keyframes bounce-b-ln6a7ih4ia {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}




.add-to-order-btn[b-ln6a7ih4ia] {
    width: 100%;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background-color: var(--primary);
    color: white;
    border: none;
    outline: none;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    font-size: 16px;
    transition:0.3s;
}

.add-to-order-btn:hover[b-ln6a7ih4ia] {
    background-color:var(--primary-dark);
}

    .add-to-order-btn.inactive[b-ln6a7ih4ia] {
        background-color: var(--disabled);
        cursor: default;
    }

.modal-header[b-ln6a7ih4ia] {
    background: white;
}

.modal-footer[b-ln6a7ih4ia] {
    position: sticky;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
}

.adjust-quantity-button[b-ln6a7ih4ia] {
    height: 30px;
    display: flex;
    background-color: transparent;
    border: 2px solid var(--primary);
    width: 30px;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
    align-items:center;
    justify-content:center;
    color: var(--primary-dark);
    transition:0.3s;
}

    .adjust-quantity-button.disabled[b-ln6a7ih4ia] {
        color: var(--disabled);
        border-color: var(--disabled);
        cursor:default;
    }

    .adjust-quantity-button:not(.disabled):hover[b-ln6a7ih4ia] {
        background-color: var(--primary-muted);
        color: var(--foreground);
    }

.menu-item-modal-footer[b-ln6a7ih4ia] {
    margin-bottom: 0;
}

.menu-item-modal-img[b-ln6a7ih4ia] {
    height: 75px;
    width: 75px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
    cursor:pointer;
}

.menu-item-img-modal[b-ln6a7ih4ia] {
    background-color:rgba(0,0,0,0.25);
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:20000;
    display:none;
}
.menu-item-img-modal.visible[b-ln6a7ih4ia] {
    display:block;
}

    .menu-item-img-modal div[b-ln6a7ih4ia] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 250px;
        width: 250px;
        background-color: var(--background);
        border-radius: 10px;
        padding: 10px;
    }

.menu-item-img-modal div img[b-ln6a7ih4ia] {
    width:100%;
    height:100%;
}

@media only screen and (max-width: 768px) {

    .menu-item-modal[b-ln6a7ih4ia] {
        position: absolute;
        width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
    }

    .menu-item-modal-body[b-ln6a7ih4ia] {
    }
}
/* /Components/Modals/OffersSignUpModal.razor.rz.scp.css */




.points-voucher-btn[b-m8qvsq7jq4] {
    height: 125px;
    border-radius: 5px;
    border: 2px solid var(--background-dark);
    cursor: pointer;
    color: var(--foreground);
    font-weight: bold;
    font-size: 16px;
}

    .points-voucher-btn.active[b-m8qvsq7jq4] {
        background-color: var(--primary);
        color: white;
    }
/* /Components/Modals/PostCodeModal.razor.rz.scp.css */
[b-jbju160uix] .post-code-modal {
    background-color: var(--background);
    border-radius: 5px;
    width: 450px;
    margin: auto;
    overflow-y: scroll;
    max-height: 80vh;
}
/* /Components/Modals/UpsellItemsModal.razor.rz.scp.css */
.upsell-category-list[b-vhir6etmvy] {
    list-style:none;
    display:flex;
}

    .upsell-category-list:not(:last-child) > .upsell-category-button[b-vhir6etmvy] {
        margin-right: 5px;
    }

.upsell-category-button[b-vhir6etmvy] {
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border:2px solid var(--separator);
    transition:0.3s;
    cursor:pointer;
}

    .upsell-category-button:hover[b-vhir6etmvy] {
        border: 2px solid var(--primary);
        background-color: var(--background);
    }

.upsell-category-img[b-vhir6etmvy] {
    height: 90px !important;
    width: 90px !important;
    border-radius: 5px;
}
.upsell-category-text[b-vhir6etmvy] {
    text-align:center;
}

@media only screen and (max-width: 450px) {

    .upsell-category-img[b-vhir6etmvy] {
        height: 60px !important;
        width: 60px !important;
    }
}
/* /Components/Navigation/NavBar.razor.rz.scp.css */
.navbar[b-lttyggfoq9] {
    background-color: var(--navbar);
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    height: 50px;
    z-index: 99;
    box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
}

.dropdown-menu[b-lttyggfoq9] {
    height: 225px;
    position: fixed;
    top: -175px;
    left: 0;
    right: 0;
    background-color: var(--navbar);
    z-index: 98;
    border-radius: 0 0 20px 20px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    transition:top 0.3s;
}

.dropdown-menu.show[b-lttyggfoq9] {
    top: 40px;
}

.navbar-hamburger-menu[b-lttyggfoq9] {
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 24px;
    color: white;
    background-color: var(--navbar-muted);
    transition: scale 0.3s;
}

.navbar-hamburger-menu:active[b-lttyggfoq9] {
    background-color: var(--navbar-xmuted);
    scale:0.9;
}


[b-lttyggfoq9] .nav-btn {
    border: none;
    outline: none;
    background: transparent;
    color: var(--navbar-light);
    font-size: 16px;
    text-decoration:none;
    transition: color 0.3s;
    cursor:pointer;
}
[b-lttyggfoq9] .nav-btn.active {
    color: var(--primary);
}

[b-lttyggfoq9] .nav-btn:not(.active):hover {
    color: var(--white);
}


@media only screen and (max-width: 768px) {
    [b-lttyggfoq9] .nav-btn {
        font-size: 14px;
    }
}

.menu-button[b-lttyggfoq9] {
    background-color: var(--primary);
    color: white;
    border: none;
    height:45px;
    width: 45px;
    border-radius:22.5px;
    cursor: pointer;
    font-size: 20px;
}

.drawer[b-lttyggfoq9] {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #333;
    color: white;
    padding: 20px;
    z-index:9999;
    transition: left 0.3s ease-in-out;
}

    .drawer h2[b-lttyggfoq9] {
        margin-top: 0;
        padding-bottom: 15px;
    }

    .drawer.show[b-lttyggfoq9] {
        left: 0;
    }


.close-btn[b-lttyggfoq9] {
    height: 45px;
    width: 45px;
    border-radius: 22.5px;
    background: transparent;
    font-size: 40px;
    color:white;
    border:none;
    outline:none;
    cursor:pointer;
}

.close-btn:hover[b-lttyggfoq9] {
    color: var(--primary);
}

.drawer-content[b-lttyggfoq9] {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-top: 10px;
}

.drawer-content[b-lttyggfoq9]  a {
    color: white;
    text-decoration:none;
    font-weight:bold;
    padding-bottom:15px;
    font-size:20px;
}

    .drawer-content[b-lttyggfoq9]  a:hover {
        color: var(--primary);
    }

    .drawer-content[b-lttyggfoq9]  a.active:hover {
        color: var(--primary);
    }
/* /Components/Order/MerchantNavBarName.razor.rz.scp.css */
@media only screen and (max-width: 768px) {
    #merchantNavbarNameContainer[b-33otpec4nh] {
        display: flex !important;
        position: fixed;
        z-index: 99;
        align-items: center;
        justify-content: center;
        top: 15px;
        right: 0;
        left: 0;
    }
    #merchantNavbarNameContainer.hidden-sm[b-33otpec4nh] {
        display: none !important;
    }
}
/* /Components/Steps/StepIndicator.razor.rz.scp.css */
.step-indicator[b-fmdncyn223] {
    height:10px;
    width:10px;
    background-color:var(--background);
    margin-right:10px;
    border-radius:50%;
}

    .step-indicator.active[b-fmdncyn223] {
        background-color: var(--primary);
    }
/* /Components/Steps/Steps.razor.rz.scp.css */
.steps-container[b-mmtrlb6gh7] {
    display: flex;
    justify-content: space-between;
}




@media only screen and (max-width: 768px) {

    .steps-container[b-mmtrlb6gh7] {
        display: flex;
        justify-content: center;
    }

}
/* /Components/Steps/StepsDivider.razor.rz.scp.css */

@media only screen and (max-width: 768px) {


    .steps-divider[b-g1frfytrti] {
        display: none;
    }
}
/* /Components/Steps/StepsItem.razor.rz.scp.css */
.steps-item[b-fzhv1y4y0v] {
    display: flex;
}

.steps-number[b-fzhv1y4y0v] {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: var(--disabled);
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: white;
}


.steps-text[b-fzhv1y4y0v] {
    line-height: 30px;
    font-weight: bold;
    margin-left: 10px;
    color: var(--disabled);
}

.steps-item.active > .steps-number[b-fzhv1y4y0v] {
    background-color: var(--primary);
}

.steps-item.active > .steps-text[b-fzhv1y4y0v] {
    color: var(--foreground);
}

@media only screen and (max-width: 768px) {

    .steps-item[b-fzhv1y4y0v] {
        margin-right: 10px;
    }

    .steps-text[b-fzhv1y4y0v] {
        display: none;
    }


}
/* /Components/TopBar/TopBar.razor.rz.scp.css */
.topbar[b-tdpyiv6ewk] {
    height: 60px;
    width: 100%;
    border-bottom: 1px solid var(--background-dark);
    position: fixed;
    display: flex;
    padding-left: 90px;
    color: var(--foreground);
    justify-content: space-between;
    background-color: var(--background);
    z-index: 10;
}

    .topbar + *[b-tdpyiv6ewk] {
        margin-top: 65px;
    }

.topbar-basket-btn[b-tdpyiv6ewk] {
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    border: 2px solid var(--primary);
    border-radius: 20px;
    min-width: 80px;
    margin-right: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding-left: 12px;
}

    .topbar-basket-btn:hover[b-tdpyiv6ewk] {
        background-color: var(--primary-muted);
    }


    .topbar-basket-btn:active[b-tdpyiv6ewk] {
        background-color: var(--primary-dark-muted);
    }

    .topbar-basket-btn > p[b-tdpyiv6ewk] {
        background-color: #F3F4F6;
        height: 35px;
        min-width: 35px;
        border-radius: 17.5px;
        font-size: 18px;
        color: var(--primary);
        line-height: 35px;
    }

    .topbar-basket-btn > i[b-tdpyiv6ewk] {
        line-height: 37px;
        font-size: 18px;
        color: var(--foreground-muted);
    }

@media only screen and (max-width: 768px) {

    .topbar[b-tdpyiv6ewk] {
        padding-left: 20px;
        height: 50px;
    }

        .topbar > h1[b-tdpyiv6ewk] {
            font-size: 20px;
        }

    .topbar-basket-btn[b-tdpyiv6ewk] {
        height: 35px;
        margin-top: auto;
        margin-bottom: auto;
        border: 2px solid var(--primary);
        border-radius: 20px;
        min-width: 80px;
        margin-right: 20px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        padding-left: 12px;
    }

        .topbar-basket-btn > p[b-tdpyiv6ewk] {
            height: 30px;
            min-width: 35px;
            font-size: 16px;
            line-height: 32.5px;
        }

        .topbar-basket-btn > i[b-tdpyiv6ewk] {
            line-height: 30px;
        }
}
/* /Components/Widgets/ActivityIndicator.razor.rz.scp.css */
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border-b-p8vnjym5w2 {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.activity-indicator-primary[b-p8vnjym5w2] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid var(--primary);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border-b-p8vnjym5w2;
}

.activity-indicator-white[b-p8vnjym5w2] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid white;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border-b-p8vnjym5w2;
}

.activity-indicator-sm-primary[b-p8vnjym5w2] {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
    border-top: 5px solid var(--primary);
    display: inline-block;
    vertical-align: -0.125em;
    border: 0.25em solid var(--primary);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border-b-p8vnjym5w2;
}

.activity-indicator-sm-white[b-p8vnjym5w2] {
    width: 2rem;
    height: 2rem;
    border-width: 0.2em;
    border-top: 5px solid white;
    display: inline-block;
    vertical-align: -0.125em;
    border: 0.25em solid white;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border-b-p8vnjym5w2;
}
/* /Components/Widgets/AddressInformationComponent.razor.rz.scp.css */
.allergen-container[b-rok4s0bysi] {
    background: white;
    border-radius: 55px;
    height: 110px;
    margin-bottom: 80px;
    max-width: 70%;
}

@media only screen and (max-width: 1102px) {

    .allergen-container[b-rok4s0bysi] {
        max-width: 85%;
    }

    .description[b-rok4s0bysi] {
        font-size:14px;
    }
}

@media only screen and (max-width: 768px) {

    .allergen-container[b-rok4s0bysi] {
        max-width: 100%;
        border-radius:15px;
    }


}

@media only screen and (max-width: 668px) {

    .heading[b-rok4s0bysi] {
        font-size: 18px;
    }

    .description[b-rok4s0bysi] {
        font-size: 11px;
    }
}
/* /Components/Widgets/AllergenInformationComponent.razor.rz.scp.css */
.allergen-container[b-1bbguvb7sk] {
    background: white;
    border-radius: 55px;
    height: 110px;
    margin-bottom: 80px;
    max-width: 70%;
}

@media only screen and (max-width: 1102px) {

    .allergen-container[b-1bbguvb7sk] {
        max-width: 85%;
    }

    .description[b-1bbguvb7sk] {
        font-size:14px;
    }
}

@media only screen and (max-width: 768px) {

    .allergen-container[b-1bbguvb7sk] {
        max-width: 100%;
        border-radius:15px;
    }


}

@media only screen and (max-width: 668px) {

    .heading[b-1bbguvb7sk] {
        font-size: 18px;
    }

    .description[b-1bbguvb7sk] {
        font-size: 11px;
    }
}
/* /Components/Widgets/OrderTypeNotifierComponent.razor.rz.scp.css */
.order-type-notifier[b-16xjcnpnlc] {
    top: 0;
    display: flex;
    text-align: center;
    position: fixed;
    background-color: #0000007d;
    height: 40px;
    right:10px;
    border-radius: 20px;
    z-index: 91;
    color: var(--white);
    position: fixed;
    width: 215px;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .order-type-notifier.show[b-16xjcnpnlc] {
        top: 66px;
    }

@media only screen and (max-width: 575px) {

    .order-type-notifier[b-16xjcnpnlc] {
        left: 50%;
        transform: translate(-50%, 0);
    }

}
/* /Components/Widgets/OrderTypeSelectorComponent.razor.rz.scp.css */
.order-type-btn-container[b-uo4s0fd001] {
    height: 40px;
    width: 240px;
    border-radius: 22.5px;
    border: none;
    background-color: var(--navbar-muted);
    cursor: pointer;
    display: flex;
    outline: none;
    transition: right 0.3s;
    position: fixed;
    z-index: 999;
    right: 60px;
    top: 4px;
}
    .order-type-btn-container.basket-full[b-uo4s0fd001] {
        right: 140px;
    }

    .order-type-btn-container.singular-order-type[b-uo4s0fd001] {
        cursor:default;
    }

    .order-type-btn-container:not(.singular-order-type):hover[b-uo4s0fd001] {
        opacity: 0.9;
    }

.order-type-btn[b-uo4s0fd001] {
    display: flex;
    height: 40px;
    width: 120px;
    border-radius: 40px;
    font-size: 18px;
    color:var(--foreground);
    align-items:center;
    justify-content:center;

}

.order-type-btn i[b-uo4s0fd001] {
    margin-right:10px;
    font-size:16px;
}

.order-type-btn small[b-uo4s0fd001] {
    font-size:11px;
    font-weight:bold;
}

    .order-type-btn.active[b-uo4s0fd001] {
        background-color: var(--primary);
        border: 2px solid var(--navbar-muted);
        color: var(--white);
        font-weight:normal !important;
    }


@media only screen and (max-width: 575px) {

    .order-type-btn-container[b-uo4s0fd001] {
        right:0 !important;
        left:0;
        margin:0 auto !important;
    }
}

@media only screen and (max-width: 768px) {

    #order-type-selector.hidden-sm[b-uo4s0fd001] {
        display:none !important;
    }
}
/* /Components/Widgets/PageEndComponent.razor.rz.scp.css */

[b-dxj1qpa6c6] .signup-offers-container {
    height: 90px;
    top: -45px;
    right: 100px;
    left: 100px;
    background-color: #89baff;
    border-radius: 10px;
}

[b-dxj1qpa6c6] .nav-btn-icon {
    font-size:16px;
}

[b-dxj1qpa6c6] .nav-btn {
    border: none;
    outline: none;
    background: transparent;
    color: var(--navbar-light);
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
}

    [b-dxj1qpa6c6] .nav-btn.active {
        color: var(--primary);
    }

    [b-dxj1qpa6c6] .nav-btn:not(.active):hover {
        color: var(--white);
    }



[b-dxj1qpa6c6] .signup-offers-input {
    border-radius: 20px;
    text-indent: 15px;
    border: none;
    background-color: #b3d3ff;
    color: var(--foreground);
}

[b-dxj1qpa6c6] .signup-offers-input:focus {
    outline: 2px solid var(--white);
}

.signup-offers-btn[b-dxj1qpa6c6] {
    border: none;
    background-color: #3471c4;
    width: 150px;
    color: white;
    border-radius: 20px;
    right: 0;
    bottom: 0;
    top: 0;
    cursor:pointer;
    transition: background-color 0.3s;
}

.signup-offers-btn-sm[b-dxj1qpa6c6] {
    display:none;
    width:100px;
}

    .signup-offers-btn:hover[b-dxj1qpa6c6] {
        background-color: #285899;
    }

.business-name-container[b-dxj1qpa6c6] {
    background-color: #4a4b4f;
    border-radius: 0 25px 25px 0;
    height: 50px;
    padding-left: 125px;
}

@media only screen and (max-width: 940px) {
    [b-dxj1qpa6c6] .signup-offers-container {
        right: 40px;
        left: 40px;
    }

    .business-name-container[b-dxj1qpa6c6] {
        padding-left: 40px;
        font-size:14px;
    }

}


@media only screen and (max-width: 768px) {

    [b-dxj1qpa6c6] .signup-offers-container {
        right: 0;
        left: 0;
    }

    .signup-offers-btn[b-dxj1qpa6c6] {
        display:none;
    }

    .signup-offers-btn-sm[b-dxj1qpa6c6] {
        display: block;
    }
}
/* /Components/Widgets/ProgressBar.razor.rz.scp.css */
.progress-bar[b-v1pohtf0aj] {
    box-sizing: content-box;
    height: 40px; /* Can be anything */
    position: relative;
    background: white;
    border-radius: 25px;
    padding: 10px;
}

    .progress-bar > span[b-v1pohtf0aj] {
        display: block;
        height: 100%;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: rgb(43, 46, 194);
        background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69% );
        position: relative;
        overflow: hidden;
    }

        .progress-bar > span[b-v1pohtf0aj]:after,
        .animate > span > span[b-v1pohtf0aj] {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent );
            z-index: 1;
            background-size: 50px 50px;
            animation: move-b-v1pohtf0aj 2s linear infinite;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            overflow: hidden;
        }

.animate > span[b-v1pohtf0aj]:after {
    display: none;
}

@keyframes move-b-v1pohtf0aj {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}
/* /Pages/Bookings/BookingView.razor.rz.scp.css */
.checkout-container[b-vo1m3l4g10] {
    max-width: 450px;
    width: 100%;
    margin-top: 70px;
    height: 600px;
}

[b-vo1m3l4g10] .checkout-inner-container {
    background-color: white;
    border-radius: 5px;
    border: 1px solid var(--background);
    max-height: 500px;
    height: 100%;
    overflow: auto;
}

.checkout-item-container[b-vo1m3l4g10] {
    max-height: 500px;
    height: 100%;
}

@media only screen and (max-width: 768px) {

    [b-vo1m3l4g10] .checkout-inner-container {
        max-height: unset;
        margin-bottom: 60px;
    }

    .checkout-item-container[b-vo1m3l4g10] {
        max-height: none;
    }

    .checkout-container[b-vo1m3l4g10] {
        max-width: auto;
        left: 0;
        margin-top: 0;
        right: 0;
        position: absolute;
        bottom: 0;
        top: 60px;
        height: auto;
    }

    .checkout-next-btn-container[b-vo1m3l4g10] {
        position: fixed;
        bottom: 0px !important;
    }
}
/* /Pages/Bookings/CancelBookingView.razor.rz.scp.css */
/* /Pages/CheckoutView.razor.rz.scp.css */
apple-pay-button[b-1jfl7v9knl] {
    --apple-pay-button-width: 161px;
    --apple-pay-button-height: 60px;
    --apple-pay-button-border-radius: 0px;
    --apple-pay-button-padding: 0px 0px;
    --apple-pay-button-box-sizing: border-box;
    display: initial;
}


.go-back-btn[b-1jfl7v9knl] {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    cursor:pointer;
}

.go-back-btn:hover[b-1jfl7v9knl] {
    color:var(--foreground-muted);
}

.checkout-container[b-1jfl7v9knl] {
    max-width: 450px;
    width: 100%;
    margin-top: 80px;
}

.merchant-logo[b-1jfl7v9knl] {
    width:75px;
    height:75px;
}

[b-1jfl7v9knl] .checkout-inner-container {
    background-color: white;
    border-radius: 5px;
    border: 1px solid var(--background);
    max-height:500px;
    height:100%;
    overflow:auto;
    height:500px;
}



.checkout-item-container[b-1jfl7v9knl] {
    max-height: 500px;
    height: 100%;
}

.checkout-item-content[b-1jfl7v9knl] {
    flex-grow: 1;
    border-top:1px solid var(--background);
}

@media only screen and (max-height: 768px) {

    .merchant-logo[b-1jfl7v9knl] {
        width: 50px;
        height: 50px;
    }
}

    @media only screen and (max-width: 768px) {

        [b-1jfl7v9knl] .checkout-inner-container {
            max-height: unset;
            margin-bottom: 60px;
            height:100%;
        }

        .checkout-item-container[b-1jfl7v9knl] {
            max-height: none;
        }

        .checkout-container[b-1jfl7v9knl] {
            max-width: auto;
            left: 0;
            right: 0;
            position: absolute;
            bottom: 0;
            top: 0;
            margin-top:0;
        }

        .checkout-next-btn-container[b-1jfl7v9knl] {
            position: absolute;
            bottom: 0;
        }
    }
/* /Pages/Integration/IntegrationView.razor.rz.scp.css */
.documentation-table[b-rjzt05wd2a] {

}

.color-muted[b-rjzt05wd2a] {
    color: rgba(38, 50, 56, 0.5);
}
/* /Pages/Menus/OrderView.razor.rz.scp.css */
.menu-container[b-4hwu1ykqxx] {
    height: auto;
    background-color: var(--background);
    border-radius: 20px 20px 0 0;
    top: 35%;
    position: absolute;
    width: 100%;
}

.merchant-logo[b-4hwu1ykqxx] {
    height: 75px;
    background-color: var(--background);
    width: 75px;
    object-fit: cover;
    position: absolute;
    top: -60px;
    border-radius: 10px;
    border: 2px solid var(--background);
}

.postcode-container[b-4hwu1ykqxx] {
    box-shadow: 0 5px 10px 0px #0000001a;
    height: 80px;
    background-color: white;
    border-radius: 5px;
    width: 500px;
    max-width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.form[b-4hwu1ykqxx] {
    width: 50%;
    position:relative;
    height:50px;
    overflow:hidden;
    margin-top: 6px;
}

.form[b-4hwu1ykqxx]  input {
    width: 100%;
    height:100%;
    color: var(--foreground);
    padding-top: 20px;
    border:none;
    outline:none;
    font-size:16px;
}
.form label[b-4hwu1ykqxx] {
    position:absolute;
    bottom:0px;
    left:0%;
    width:100%;
    height:100%;
    pointer-events:none;
}

/*.form label::after {
    content: "";
    position:absolute;
    left:0px;
    bottom:-1px;
    height:100%;
    width:100%;
    border-bottom: 3px solid #5fa8d3;
    transform: translateX(-100%);
    transition:transform 0.3s ease;
}*/

.content-name[b-4hwu1ykqxx] {
    position:absolute;
    bottom: 5px;
   left:0px;
   transition: all 0.3s ease;
   color:gray;
}
.content-name.error[b-4hwu1ykqxx] {
    color:var(--error) !important;
}

.form[b-4hwu1ykqxx]  input:focus + .label-name .content-name,
.form[b-4hwu1ykqxx]  input:valid + .label-name .content-name {
    transform: translateY(-120%);
    font-size: 14px;
    color: var(--primary);
}

.postcode-btn[b-4hwu1ykqxx] {
    cursor: pointer;
    color: white;
    font-size: 35px;
    height: 100%;
    background-color: var(--primary);
    width: 80px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 0 5px 5px 0;
}

.postcode-btn:hover[b-4hwu1ykqxx]{
    font-size:36px;
    background-color:var(--primary-dark);
}





.splash-container[b-4hwu1ykqxx] {
    position: absolute;
    left: 0;
    right: 0;
    height: 50%
}

.splash-img[b-4hwu1ykqxx] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    filter: brightness(50%);
}

.splash-text-container[b-4hwu1ykqxx] {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:white;
    outline:none;
    border:none;
}

    .splash-text-container *[b-4hwu1ykqxx] {
        outline: none;
        border: none;
    }

    .splash-text-container.init *[b-4hwu1ykqxx]{
        color: black;
        background-color: black;
        opacity: 0.1;
        animation: fading-b-4hwu1ykqxx 1.5s infinite;
    }

@keyframes fading-b-4hwu1ykqxx {
    0% {
        opacity: .1;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: .1;
    }
}


.shopping-basket-btn[b-4hwu1ykqxx] {
    border: none;
    outline: none;
    background: var(--primary);
    color: var(--navbar);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    transition: width 0.3s;
    position: fixed;
    top: 2.5px;
    right: 5px;
    z-index: 999;
}

    .shopping-basket-btn.full[b-4hwu1ykqxx] {
        width: 125px;
        border-radius: 45px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .shopping-basket-btn:hover[b-4hwu1ykqxx] {
        background: var(--primary-light);
    }

    .shopping-basket-btn:active[b-4hwu1ykqxx] {
        background: var(--primary-dark);
    }
/* /Pages/Merchant/FeedbackView.razor.rz.scp.css */
.emoji[b-0s9w0t6ucd] {
    filter: invert(82%) sepia(7%) saturate(525%) hue-rotate(174deg) brightness(87%) contrast(79%);
    cursor: pointer;
}

.emoji img[b-0s9w0t6ucd] {
    width:75px;
    height:75px;
}

    .emoji:hover[b-0s9w0t6ucd] {
        filter: invert(57%) sepia(6%) saturate(591%) hue-rotate(175deg) brightness(98%) contrast(90%);
    }

    .emoji.active[b-0s9w0t6ucd] {
        filter: invert(79%) sepia(100%) saturate(2286%) hue-rotate(322deg) brightness(94%) contrast(95%);
    }
/* /Pages/Merchant/InfoView.razor.rz.scp.css */
.splash-container[b-ep0wjvtkwt] {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 336px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}


.opening-times[b-ep0wjvtkwt] {
    list-style:none;
}

.opening-times > li[b-ep0wjvtkwt] {
    padding:10px;
}

.opening-times > li:nth-child(even)[b-ep0wjvtkwt] {
    background-color:white;
}

.content-container[b-ep0wjvtkwt] {
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    z-index: 1;
    top: 324px;
    width: 100%;
}

.splash-img[b-ep0wjvtkwt] {
    object-fit: cover;
    width:100%;
    height:100%;
    filter: brightness(50%);
}



.info-btn[b-ep0wjvtkwt]  {
    outline:none;
    border:none;
    cursor:pointer;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.info-btn i[b-ep0wjvtkwt] {
    font-size: 20px;
}

    .info-btn p[b-ep0wjvtkwt] {
        font-size: 14px;
        margin-top:5px;
    }

.info-btn.active[b-ep0wjvtkwt] {
    background-color:var(--background-dark);
}

@media only screen and (max-height: 800px ) {
    [b-ep0wjvtkwt] .ordernow-btn {
        display:none;
    }

    .splash-img-container[b-ep0wjvtkwt] {
        height: 40%;
    }


}

@media only screen and (max-height: 630px ) and (max-width: 736px) {

    .ordernow-btn[b-ep0wjvtkwt] {
        display: none;
    }

    .splash-img-container[b-ep0wjvtkwt] {
        height: 35%;
    }

}


@media only screen and (max-height: 600px ) and (max-width: 400px) {

    .ordernow-btn[b-ep0wjvtkwt] {
        display: none;
    }

    .splash-img-container[b-ep0wjvtkwt] {
        height: 30%;
    }

}

/* /Pages/OrderHistoryView.razor.rz.scp.css */
ul.history-list[b-u49vbx328o] {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 600px;
}

    ul.history-list li[b-u49vbx328o] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

        ul.history-list li:last-child[b-u49vbx328o] {
            border-bottom: none;
        }

    ul.history-list .text-content[b-u49vbx328o] {
        display: flex;
        flex-direction: column;
    }

    ul.history-list .title[b-u49vbx328o] {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    ul.history-list .subtitle[b-u49vbx328o] {
        font-size: 14px;
        color: #666;
    }

    ul.history-list .number[b-u49vbx328o] {
        font-size: 18px;
        font-weight: bold;
        color: #007bff;
        min-width: 40px;
        text-align: right;
    }


.list-item[b-u49vbx328o] {
    background: white;
    border: 2px solid #e7e7e7;
    cursor:pointer;
}
    .list-item:hover[b-u49vbx328o] {
        background: #e7e7e7;
    }

.title[b-u49vbx328o] {
    font-weight: bold;
    font-size: 18px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-d95jqpue5x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-d95jqpue5x] {
    flex: 1;
}

.content[b-d95jqpue5x] {
    width: 100%;
    position:relative;
}

@media only screen and (max-width: 768px) {

    .content[b-d95jqpue5x] {
        padding: 0;
        margin: 0;
    }
}

.sidebar[b-d95jqpue5x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d95jqpue5x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d95jqpue5x]  a, .top-row .btn-link[b-d95jqpue5x] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-d95jqpue5x] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

  

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-d95jqpue5x] {
        display: none;
    }

    .top-row.auth[b-d95jqpue5x] {
        justify-content: space-between;
    }

    .top-row a[b-d95jqpue5x], .top-row .btn-link[b-d95jqpue5x] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .sidebar[b-d95jqpue5x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d95jqpue5x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-d95jqpue5x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
