.text-bg-secondary {
    background: var(--secondary-color);
    display: inline-block;
}

.spicy-icon {
    fill: var(--primary-color);
    width: 22px;
    top: -2px;
    position: relative;
}

.vegetarian-icon,
.peanut-icon {
    fill: var(--secondary-color);
    width: 18px;
    top: -1px;
    position: relative;
}

.v-enter-active,
.v-leave-active {
    transition: opacity 0.3s ease;
}

.v-enter-from,
.v-leave-to {
    opacity: 0;
}

input[type="text"].style-form,
input[type="email"].style-form,
input[type="password"].style-form,
textarea.style-form {
    padding: 8px 10px;
    color: var(--secondary-color);
    border: 2px solid rgba(var(--secondary-color-rgb), .9);
    border-radius: 0 !important;
    height: auto;
    background: rgba(34, 34, 34, 0);
    font-family: var(--body-font), sans-serif;
}

input[type="text"].style-form:disabled {
    color: #aaa;
    background: #111;
}

.default-container {
    max-width: var(--default-container-min-width);
    margin: 0 auto;
    padding: 50px 10px;

    @media (max-width: 500px) {
        padding: 25px 10px;
    }
}

.success-color {
    color: var(--success-color) !important;
}

.danger-color {
    color: var(--danger-color) !important;
}

body.mobile-view .subfooter {
    text-align: center;
}

#subscribe {
    text-align: center;
}

#subscribe h2 {
    font-size: 32px;
}

#subscribe .terms {
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    opacity: .7;
    margin: 0 auto;
}

.subscribe-block p {
    color: #fff;
    font-weight: 600;
}

input.subscribe-input {
    width: 350px;
    padding: 10px;
    background: #fff;
    border: 2px solid #c3a87f;
}

input.subscribe-submit {
    padding: 10px;
    background: #c9a77a;
    color: #fff;
    border: 2px solid #c9a77a;
}

input.subscribe-submit:hover {
    opacity: 0.9;
}

.success-message {
    font-size: 14px;
    margin-top: 6px;
    color: #06dab9;
}

#book-a-table .success-message {
    padding-bottom: 20px;
}

body.mobile-view #contact_form.booking-form textarea {
    height: 100px;
}

#contact_form.booking-form .error {
    display: block;
}

#contact_form.booking-form .error {
    padding-top: 0;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 14px;
}

#contact_form.booking-form span.error {
    display: inline;
}

.hide-block {
    display: none;
}

.footer-small-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-small-menu ul li {
    display: inline-block;
    font-size: 14px;
    padding: 5px;
}

.footer-small-menu ul li a {
    color: #b5c3c0;
    cursor: pointer;
    transition: all 0.2s linear;
}

.footer-small-menu ul li a:hover {
    color: #ddd;
}

.dojo-app,
.red-note {
    display: inline-block;
}

.dojo-app img {
    height: 22px;
    width: 39px;
    padding: 3px;
}

/* Redesign */

h2.title {
    font-size: 30px;
    color: var(--secondary-color);
    letter-spacing: 10px;
    margin-bottom: 20px;
    line-height: 1.1em;
    text-transform: uppercase;
}

h3.title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--secondary-color) !important;
    margin-bottom: 10px;
}

.primary-button {
    height: 50px;
    padding: 0 1.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arboria-Bold', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 1px;

    &:hover {
        cursor: pointer;
        scale: 1.01;
    }
}

.primary-button.disabled {
    pointer-events: none;
    opacity: .5;
}

.container-header {
    .primary-button {
        @media (max-width: 510px) {
            height: 40px;
            font-size: 14px;
            padding: 0 1.5rem;
        }

        @media (max-width: 450px) {
            height: 30px;
            font-size: 12px;
            padding: 0 1.5rem;
        }

        @media (max-width: 320px) {
            height: 30px;
            font-size: 10px;
            padding: 0 1rem;
        }
    }
}

.primary-button__outlined {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);

    &:hover {
        background-color: var(--primary-color);
        color: var(--secondary-color);
    }
}

.primary-button__filled {
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--secondary-color);

    &:hover {
        background-color: rgba(var(--primary-color-rgb), .2);
        color: var(--primary-color);
    }
}

.primary-button__outlined_hover {
    &:hover {
        background-color: rgba(var(--primary-color-rgb), .2);
        color: var(--primary-color);
    }
}

.hero-full {
    height: 100vh;
}

.home-page.hero-section {
    width: 100%;
    height: 100vh;

    h3 {
        font-size: 35px;
    }
}

.section-title {
    font-size: 1.75rem;
    letter-spacing: 0.15rem;
}

.section-subtitle {
    font-size: 1.25rem;
    letter-spacing: 0.08rem;
}

.our-places {
    background-color: var(--secondary-color) !important;

    .section-title {
        color: var(--primary-color);
    }

    .section-subtitle {
        color: var(--primary-color);
    }

    .our-places-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 40px;

        .our-places-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            max-width: 250px;
            cursor: pointer;
            transition: scale .5s ease;
            white-space: nowrap;

            &:hover {
                scale: 1.05;
            }

            img {
                max-height: 180px;
            }

            h5 {
                color: var(--primary-color);
                font-size: 18px;
                text-align: center;
                padding: 0 5px 0 5px;
                text-transform: uppercase;
                margin: 0;
            }
        }
    }
}

.partners {
    background-color: #000;

    .section-title,
    .partners-item h5 {
        color: #fff;
    }

    .partners-container {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: start;
        justify-items: center;
        gap: 15px;

        @media (max-width: 992px) {
            grid-template-columns: repeat(3, 1fr);
        }

        @media (max-width: 600px) {
            grid-template-columns: repeat(2, 1fr);
        }

        .partners-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            gap: 50px;
            margin-bottom: 70px;

            img {
                height: 120px;
                width: 100%;
                object-fit: contain;
                filter: brightness(0) invert(1);
            }

            h5 {
                font-size: 18px;
                max-width: 250px;
            }
        }
    }
}

.location-hero-section {

    display: grid;
    grid-template-columns: 1fr .9fr;

    @media (max-width: 890px) {
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr 1fr;
    }


    .location-hero-section-container {
        min-height: 78vh;
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: var(--primary-color);

        @media (max-width: 890px) {
            min-height: auto;
        }
        @media (max-width: 400px) {
            padding: 20px;
        }

        .insigne {
            position: absolute;
            width: 10vw;
            max-width: 150px;
            right: 10%;
            bottom: 5%;
            scale: 1.2;
            pointer-events: none;
        }

        .location-hero-section-content {
            max-width: 420px;

            .title {
                font-size: 40px;
                color: var(--secondary-color);
                text-transform: uppercase;
                margin-bottom: 50px;
            }

            .description {
                color: var(--secondary-color);
                font-size: 20px;
                letter-spacing: 0.08rem;
                margin: 0;
                white-space: pre-wrap;
            }

            @media (max-width: 890px) {
                .title {
                    margin-bottom: 30px;
                    font-size: 30px;
                }

                .description {
                    line-height: 1.5;
                    font-size: 16px;
                    white-space: pre-wrap;
                }
            }

            @media (max-width: 400px) {
                .title {
                    font-size: 27px;
                    margin-bottom: 20px;
                }

                .description {
                    line-height: 1.5;
                    font-size: 15px;
                }
            }
        }
    }
}

.our-menu {
    background: var(--primary-color-light);
    display: flex;
    flex-direction: column;

    .our-menu-title {
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        color: var(--secondary-color);
    }
}

.our-menu--coming-soon {
    min-height: 50vh;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.close-button {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    border: 2px solid var(--primary-color);
    text-shadow: none;
    font-weight: 300;
    cursor: pointer;
    transition: all .3s ease;
    background: rgba(var(--primary-color), .2);
    color: var(--primary-color);
    cursor: pointer;

    &:hover {
        background: var(--primary-color);
        color: white;
    }
}

.adaptive-section {
    @media (max-width: 500px) {
        padding: 50px 15px 50px 15px !important;
    }
}

.stroke-divider {
    @media (max-width: 800px) {
        height: 2px;
        background-color: var(--primary-color);
    }
}

.menu-hero-section {
    @media (max-width: 800px) {
        display: none;
    }
}


.popup-container {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;

    .question-popup {
        max-width: 500px;
        background: var(--primary-color-light);
        position: absolute;
        text-align: center;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 80%;
        font-size: 18px;
        padding: 20px;
        color: var(--secondary-color);

        .text-intro {
            color: var(--secondary-color);
            margin: 0 auto;
            max-width: 80%;
            padding-bottom: 20px;
            text-transform: unset;
            font-size: 28px;
            line-height: 1.5;
            text-align: center;
        }

        @media (max-width: 500px) {
            width: 95%;
            .text-intro {
                max-width: 100%;
            }
        }
    }
}

#checkout {
    .icon {
        width: 40px;
        fill: var(--secondary-color);
        margin-right: 10px;
        text-align: center;
    }

    .error-message {
        color: red;
    }

    .set-input,
    input,
    textarea {
        width: 100%;
    }

    .style-form {
        padding: 10px 10px;
        color: var(--secondary-color);
        border: 1px solid rgba(var(--secondary-color-rgb), 0.5);
        border-radius: 0 !important;
        height: auto;
        background: rgba(34, 34, 34, 0);
        font-family: var(--body-font);
    }

    .discount {
        input[type=text] {
            padding: 10px 8px;
            font-family: var(--body-font);
            height: 46px;
            vertical-align: top;
            /*border: 1px solid transparent;*/
            outline: none;
            width: 100%;

            &:disabled {
                background-color: rgba(var(--primary-color-rgb), 0.2);
            }
        }
    }
}


#menu-subheader {
    padding: 40px 1% 20px;

    h2 {
        margin: 0;
        color: var(--secondary-color);
        text-transform: uppercase;
    }
}

section[aria-label="section"] h3 {
    color: #000;
}


