.print-menu {
    display: inline-block;
    padding: 15px 30px;
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-b47cb37);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 0 0 0 0;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
    text-align: center;
    transition: all .3s;
    text-decoration: none;
    margin-top: 10px;
}

.print-menu:hover {
    border-color: var(--e-global-color-22b86b8);
}

body {
    font-family: 'open-sans';
}

body .loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
    background: rgba(255, 255, 255, .9) url(../images/red_loader.gif) no-repeat center;
    opacity: 0;
    display: none;
}

body.loading .loader {
    z-index: 9999;
    display: block;
    opacity: 1;
}

button:focus {
    outline: none !important;
}

.picker:not(.picker--opened) {
    display: none;
}

.validation-error-notice {
    background: #ffd2d4;
    padding: 10px;
    border-left: 5px solid #cf2026;
    margin-bottom: 15px;
    border-radius: 4px;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td,
table tbody tr:hover>th {
    background: transparent;
}

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

    .wrapper-sticky,
    .gastro-menu-calc {
        display: block !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        height: auto !important;
        width: 100% !important;
        padding: 10px 20px 10px 20px !important;
    }

    .gastro-menu-addons {
        margin-bottom: 0px !important;
    }
}

.picker__day--disabled {
    position: relative;
}

.picker__day--disabled:hover:before {
    content: 'Vi kan ikke levere menuen denne dato';
    position: absolute;
    background: #333333;
    width: 160px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    top: -115%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border: 0;
    height: 70px;
}

.picker__day--disabled:hover:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #333333 transparent transparent transparent;
}

.picker__holder {
    overflow-y: visible !important;
}

.gastro13-menu {
    padding-bottom: 50px;
}

.gastro-menu-calc {
    display: flex;
    flex-direction: column;
}

section.gastro-menu-section {
    margin-top: 25px;
}

.gastro-menu-list h2 {
    font-size: 31px;
    margin-bottom: 10px;
}

.gastro-course-title,
.gastro-menu-wine .title {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.gastro-menu-course {
    position: relative;
    border-top: 1px solid #eee;
    padding: 10px 10px 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gastro-menu-course.edit {
    cursor: pointer;
}

.gastro-menu-courses .title {
    font-size: 14px;
}

.gastro-menu-course:not(.checked):not(.edit) {
    display: none !important;
}

.gastro-pickup-plates input[type="checkbox"],
.gastro-menu-course input[type="checkbox"],
.gastro-delivery-choice input[type="radio"],
.gastro-alternative-delivery input[type="checkbox"] {
    display: none;
}

.gastro-menu-course .gastro-line-icon .gastro-tooltip {
    position: absolute;
    top: -25px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    width: auto;
    background: #333333;
    color: #fff;
    -webkit-perspective: 1000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    zoom: 99.9%;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-left: 42px;
    padding: 8px 13px;
    opacity: 0;
    font-size: .8em;
    transition: opacity .5s ease;
    pointer-events: none;
    z-index: 9999;
}

.gastro-menu-course .gastro-line-icon:hover .gastro-tooltip {
    opacity: 1;
}

.gastro-menu-course .gastro-line-icon .gastro-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333333;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
}

.gastro-menu-course .gastro-line-icon {
    background: url(../images/not_checked.png?v=2) no-repeat right 30px center;
    background-size: 52px 52px;
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 100px;
    display: none;
}

.gastro-menu-course.edit .gastro-line-icon {
    display: block;
}

.gastro-menu-course.default .gastro-line-icon {
    background: url(../images/default_not_checked.png) no-repeat right 30px center;
    background-size: 52px 52px;
}

.gastro-menu-course.default.checked .gastro-line-icon {
    background: url(../images/default_checked.png) no-repeat right 30px center;
    background-size: 52px 52px;
}

.gastro-menu-course.checked .gastro-line-icon {
    background: url(../images/checked.png) no-repeat right 30px center;
    background-size: 52px 52px;
}

.gastro-menu-course.disabled .gastro-line-icon {
    background: url(../images/locked.png) no-repeat right 30px center;
    background-size: 52px 52px;
}

.gastro-delivery-choice {
    position: relative;
    font-family: "Manrope", sans-serif;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 800;
    padding: 20px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row !important;
}

span.delivery_price_label,
span.delivery_price_label__free {
    font-size: 12px;
    margin-left: auto;
}

.delivery-group .gastro-menu-info-row:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gastro-delivery-choice:hover {
    border-color: #ccc;
}

.gastro-delivery-choice:before {
    content: "";
    margin-right: 10px;
    background: white;
    border: solid 1px #ddd;
    width: 25px;
    height: 25px;
    display: inline-flex;
    border-radius: 100px;
}

.gastro-delivery-choice.checked {
    border-color: #25A978;
    outline: solid 1px #25A978;
}

.gastro-delivery-choice.checked:before {
    border-color: #25A978;
    background-color: #25A978;
    background-image: url(../images/check-white.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.gastro-delivery-choice.loading {
    background: #f6f6f6 url(../images/loader.gif) no-repeat bottom 20px center;
    background-size: 35px 35px;
}

.gastro-delivery-choice.disabled,
.gastro-menu-course.disabled {
    cursor: not-allowed;
}

.gastro-menu-guests {
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.gastro-menu-guests input {
    box-shadow: none !important;
    border: 0 !important;
    background: transparent;
}

span.gastro-menu-calc-header {
    font-weight: 800;
    text-align: center;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    display: block;
}

.gastro-menu-total {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gastro-menu-total .title,
.gastro-wine-total .title,
.gastro-menu-addons-total .addon-line {
    width: auto !important;
}

input.gastro-addon.addon-type-guest-qty {
    width: 30px;
    height: 30px;
    border-color: transparent !important;
    background: #fff !important;
    border: none !important;
    -webkit-appearance: none;
    outline: none;
}

input.gastro-addon.addon-type-guest-qty:checked {
    outline: none;
}

.gastro-menu-guests {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gastro-menu-guests,
.gastro-menu-courses,
.gastro-menu-total,
.gastro-wine-total,
.gastro-pickup-plates-total,
.gastro-delivery-total,
.gastro-menu-addons-total,
.gastro-total {
    font-family: "Manrope", sans-serif;
    clear: both;
    color: #333333;
}

.gastro-pickup-plates-total .price,
.gastro-menu-courses .price,
.gastro-menu-total .price,
.gastro-wine-total .price,
.gastro-delivery-total .price,
.gastro-menu-addons-total .price {
    float: right;
    width: 30%;
    text-align: right;
}

span.addon-qty {
    font-size: 12px;
    font-weight: bolder;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.gastro-total {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.gastro-total .title {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    font-weight: 800;
    line-height: 1;
}

.gastro-total .price {
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 1;
}

button.gastro-checkout-button {
    padding: 15px;
    background: #CF2126;
    border-color: #CF2126;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    transition: .1s ease;
}

button.gastro-checkout-button:hover {
    background: #e82026;
    border-color: #e82026;
}

.gastro-menu-courses .title,
.gastro-menu-total .title,
.gastro-wine-total .title,
.gastro-menu-courses .title {
    width: 100%;
    float: left;
}

.gastro-menu-calc .quantity {
    border: solid 1px #eee;
    padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
}

.gastro-menu-wine .quantity {
    width: 13%;
    display: inline-block;
    text-align: center;
}

.quantity-wrap {
    width: auto;
    position: relative;
    height: 100%;
    display: inline-block;
}

.quantity .count {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none !important;
    display: inline;
    width: 75px;
    padding: 0;
    margin: 0;
    height: 30px;
    margin-top: -5px;
}

input.count::-webkit-outer-spin-button,
input.count::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.quantity-button {
    width: 15px;
    height: 100%;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    opacity: .8;
    transform: ease .2 all;
}

.quantity-button:hover {
    opacity: 1;
}

.quantity-down {
    left: -5px;
    background: url('../images/remove.svg') no-repeat center;
    background-size: 15px;
}

.quantity-up {
    right: -5px;
    background: url('../images/add.svg') no-repeat center;
    background-size: 15px;
}

.gastro-menu-info {
    position: relative;
}

.gastro-menu-info input[type=number],
.gastro-menu-info input[type=text],
.gastro-menu-info input[type=time],
.gastro-menu-info select {
    box-shadow: none;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    outline: none !important;
    padding: 15px;
    color: inherit;
}

.gastro-menu-info input::-webkit-outer-spin-button,
.gastro-menu-info input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gastro-menu-info input[type=number] {
    -moz-appearance: textfield;
}

.gastro-menu-info select {
    background: #fff url('../images/chevron-down.svg') no-repeat right 10px center;
    border-radius: 3px;
    border: solid 1px #e2e2e2;
    background-size: 20px;
    cursor: pointer;
}

.gastro-menu-info textarea {
    width: 100%;
    height: 200px;
    font-size: 16px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

button.x-btn.x-btn-global.x-btn-grey.left.gastro-back {
    border: 0;
    padding: 0 0 5px 0;
    color: #c1c1c1;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    border-bottom: solid 1px transparent;
}

button.x-btn.x-btn-global.x-btn-grey.left.gastro-back:hover {
    color: #121212;
    border-bottom: solid 1px #CF2126;
}

.checkout-group.contact-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gastro-menu-info-row {
    margin-bottom: 15px;
}

.gastro-50-50 {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    height: 100%;
}

.gastro-50-50-date {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.gastro-menu-info-row.gastro-50-50.time-column {
    width: 100%;
}

.gastro-menu-checkout label {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    font-family: "Manrope", sans-serif;
    flex-basis: 100%;
}

.gastro-menu-discount-code a {
    display: block;
    text-align: center;
    border: solid 1px #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    transition: .2s ease;
}

.gastro-menu-discount-code a:hover {
    border-color: #999;
}

.gastro-menu-discount-code-form {
    display: flex;
    gap: 10px;
}

button.gastro-discount-code-apply {
    border-radius: 4px;
    background-color: var(--e-global-color-primary);
    color: white;
    text-transform: none;
    letter-spacing: 0;
    border: none;
}

button.gastro-discount-code-apply:focus,
button.gastro-discount-code-apply:focus-visible,
button.gastro-discount-code-apply:active,
button.gastro-discount-code-apply:hover {
    outline: none;
    border: none;
}

.gastro-discount-row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

a.gastro-discount-remove {
    font-size: 80%;
    opacity: .5;
    font-weight: bold;
    transition: .2s ease;
}

a.gastro-discount-remove:hover {
    opacity: 1;
}

span.gastro-discount-code {
    line-height: 1.1;
}

span.gastro-discount-amount {
    line-height: 1.1;
}

.gastro-menu-discount-code-applied {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

/* Menu Addons */
.gastro-menu-addons {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.gastro-addon-row {
    display: flex;
    width: 100%;
    border: solid 1px #eee;
    padding: 20px 15px;
    border-radius: 4px;
}

.gastro-addon-row.active {
    border: 1px solid #25A978;
    outline: 1px solid #25A978;
}

.gastro-addon-row .quantity input {
    border: 0 !important;
}

.gastro-addon-row .quantity .count {
    margin-top: 0 !important;
}

.gastro-addon-row .quantity .count:focus-visible {
    outline: none;
}

.gastro-addon-row .quantity {
    border: solid 1px #ddd;
    padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
    margin-top: 7px;
    padding: 7px 15px;
    display: flex;
    align-items: center;
}

.gastro-addon-row input:before {
    content: '';
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: flex;
    background: #fff;
    vertical-align: middle;
}

.gastro-addon-row input:checked:before {
    background: #25A978 url(../images/check-white.svg) no-repeat center;
    background-size: 25px;
    border-color: #25A978;
}

.gastro-addon-row label {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100px;
    margin-right: 15px;
}

.gastro-addon-image {
    max-height: 80px;
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    max-width: 80px;
    margin-left: 15px;
    border: solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gastro-addon-image img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    display: flex;
}

img.no-image.addon-image-img {
    width: 70%;
    height: auto;
}

.gastro-addon-row .gastro-addon-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gastro-addon-name {
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
}

.gastro-addon-description {
    font-size: 13px;
    line-height: 1.5;
    opacity: .7;
}

.gastro-addon-price {
    font-weight: 800;
    font-size: 14px;
    margin-top: 10px;
}

.delivery_error_label {
    display: none;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    text-align: left;
    height: 0;
    color: red;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    overflow: visible;
}

.gastro-delivery-choice.checked .delivery_error_label {
    display: block;
}

.gastro-alternative-delivery,
#is_company {
    display: none;
}

.gastro-pickup-plates label,
.gastro-alternative-delivery label,
.gastro-company label {
    margin: 25px 0px 0px 0;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    line-height: 1.3;
}

.checkout-group.accept-group label {
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    line-height: 1.3;
}

.gastro-pickup-plates label {
    display: flex;
    margin-top: 0px;
}

.gastro-alternative-delivery label {
    margin-top: 0;
}

.checkout-group:not(:last-of-type) {
    margin-bottom: 40px;
}

.gastro-menu-info h2.h-custom-headline.h3 {
    font-size: 25px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    line-height: 1.4;
    flex-basis: 100%;
}

.gastro-menu-info-row:not(.gastro-50-50) {
    flex-basis: 100%;
}

.gastro-menu-addons label:not(last-child) {
    margin-bottom: 10px;
}

.gastro-menu-info-row.gastro-payment {
    padding-top: 25px;
}

.gastro-menu-calc span.terms {
    font-size: 14px;
    margin-top: 10px;
}

.gastro-menu-calc span.terms a {
    color: #212121;
}

.gastro-menu-info h2.h-custom-headline.h3:first-child {
    margin-top: 0;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.gastro-pickup-plates input+label:before,
.gastro-alternative-delivery input+label:before,
.gastro-company input+label:before,
.checkout-group.accept-group input+label:before {
    content: '';
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    background: #fff;
    vertical-align: middle;
}

.alt_field.hidden,
.company_field.hidden,
.checkout-group.accept-group input {
    display: none;
}

.gastro-pickup-plates input:checked+label:before,
.gastro-alternative-delivery input:checked+label:before,
.gastro-company input:checked+label:before,
.checkout-group.accept-group input:checked+label:before {
    background: #25A978 url(../images/check-white.svg) no-repeat center;
    background-size: 25px;
    border-color: #25A978;
}

.checkout-group.accept-group .validation-error input+label:before {
    border: 1px solid #cf2026;
}

.checkout-group.accept-group a {
    text-decoration: underline;
}

#date {
    cursor: pointer;
}

.gastro-menu-wine {
    border-top: 1px solid #f6f6f6;
    padding: 10px 0;
}

.gastro-wine-thumbnail {
    width: 15%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.gastro-wine-description {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    width: 70%;
}

.gastro-wine-thumbnail img {
    max-width: 100%;
}

.picker__holder:focus {
    outline: none;
}

.picker__input.picker__input--active {
    border: 1px solid #ddd;
    padding: 15px;
}

.picker__holder {
    max-width: 370px;
}

.validation-error input,
.validation-error textarea,
.validation-error select {
    border: 1px solid #cf2026 !important;
}

.single .gastro-menu-list h1 span {
    font-size: 21px;
    display: block;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

span.small-info {
    position: absolute;
    font-size: 14px;
    margin-top: 5px;
    color: #666;
}

/* Fra tablets og ned */
@media screen and (max-width: 768px) {
    .gastro-menu-guests {
        flex-direction: column;
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 10px;
        align-items: flex-start;
    }

    .gastro-menu-calc .quantity {
        margin-top: 7px;
        padding: 7px 15px;
    }

    .quantity-wrap {
        text-align: left;
    }

    .gastro-total {
        text-align: left;
    }

    .gastro-50-50 {
        width: 100%;
    }

    .gastro-delivery-choice {
        margin-bottom: 15px;
    }

    .gastro-addon-row .gastro-addon-wrapper {
        width: 100%;
        margin-top: 10px;
    }

    .gastro-addon-row label {
        width: 50%;
    }
}

/* Fra smartphones og ned */
@media screen and (max-width: 767px) {
    .gastro-delivery-choice.gastro-50-50.last.delivery_to_door {
        margin-bottom: 25px;
    }

    .gastro-addon-row label {
        width: 100%;
        justify-content: left;
        margin: 0;
    }

    .gastro-addon-row {
        flex-direction: column-reverse;
    }

    .gastro-addon-row .gastro-addon-wrapper {
        width: 100%;
        margin-top: 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .single .gastro-menu-list h1 span {
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.1;
        font-weight: 600;
    }

    .gastro-menu-course {
        padding: 10px 0px 10px 0;
    }

    .gastro-menu-guests {
        flex-direction: row;
        align-items: center;
    }

    .gastro-addon-row .quantity {
        margin-top: 20px;
    }

    .gastro-addon-image {
        margin: 0 0 10px 0;
    }
}

/* Menu filter */
body .filter-date {
    cursor: pointer;
}

body:not(.single-gastro13_menu) .picker__day--disabled:hover:before {
    content: 'Vælg venligst en dato i fremtiden';
}

/* Weekly menus */
.week-menu h4 {
    font-family: "DM Serif Display", Sans-serif;
}

.week-menu.accordion-menu {
    border: 1px solid #eee;
    padding: 0 15px;
    margin-bottom: -1px;
}

.week-menu.accordion-menu h4 {
    display: block;
    line-height: 1;
    padding: 20px 0;
    margin: 0;
    cursor: pointer;
    background: #fff url(../images/arrow-down.svg) no-repeat right center;
    background-size: 15px;
}

.week-menu.accordion-menu .menu-content {
    display: none;
    padding-bottom: 20px;
}

.week-menu.accordion-menu .menu-content .day {
    display: block;
    margin-top: 15px;
}

.week-menu.accordion-menu .menu-content .day:first-child {
    margin-top: 0;
}

body.disable-submit button.proceed-to-payment {
    background: #ccc;
    border-color: #ccc;
    opacity: .4;
    cursor: not-allowed;
}

/* HIDE LOCATION SELECT */
.gastro-location.hide {
    display: none !important;
}



.gastro-menu-guest-notice {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px;
    background-color: #E8F7ED;
    border-radius: 4px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.gastro-menu-guest-notice:before {
    content: "";
    background: url(../images/success-icon.svg) no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    margin-right: 10px;
}

.gastro-menu-courses {
    padding-top: 10px;
}

.gastro-menu-guests {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.second-description {
    background-color: #f8f8f8;
    padding: 25px;
    margin: 10px 0;
}

.gastro-menu-course-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

span.gastro-menu-course-name {
    margin-right: 10px;
}

.gastro-menu-course-sub {
    font-size: 80%;
    line-height: 1.4;
    font-weight: 600;
    opacity: .6;
}

button.gastro-back {
    border: none;
    letter-spacing: 0;
    text-transform: none;
    opacity: .5;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: 10px;
}

button.gastro-back:hover,
button.gastro-back:focus,
button.gastro-back:focus-visible {
    border: none;
    outline: none;
    opacity: 1;
}

h3.addons-headline {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.addon-line-name {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    line-height: 1.4;
}

.add-line-sub {
    font-size: 80%;
    opacity: .5;
    font-weight: 600;
    line-height: 1.4;
}

.addon-line:not(:last-child) {
    margin-bottom: 10px;
}

.gastro-menu-addons-total {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.gastro-menu-addons-total:empty {
    display: none;
}

span.terms {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    opacity: .6;
}

span.terms a {
    text-decoration: underline;
}

.gastro-delivery-total,
.gastro-pickup-plates-total {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width:1125px) {
    .gastro-50-50 {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .gastro-delivery-choice {
        margin-bottom: 10px;
    }
}