.back-to-restorants {
    a {
        color: var(--Juniors-Orange, #D93400);
        text-align: center;
        font-family: "BDO Grotesk";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.28px;
        display: flex;
        align-items: center;
        margin: 0 0 28px;
        text-decoration: none;
        svg {
            margin-right: 12px;
        }
    }
}
.description-font {
    color: var(--Black, #000);
    font-family: "BDO Grotesk";
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
}
.restaraunt-wrapper {
    display: flex;

    .restaraunt-gallery {
        position: relative;
        max-width: 60%;

        .reastaraunt-gallery-slider {
            svg {
                position: absolute;
                right: 0;
                bottom: -56px;
                z-index: 3;
            }

            .left-arr {
                right: 56px;
            }
            .res-img--wrapper img {
                min-width: 100%;
                max-width: 100%;
                object-fit: cover;
                object-position: center;
                border-radius: 12px;
                aspect-ratio: 1/0.8;
                // max-height: 80vh;
                // height: 100%;
            }
        }
        .res-thumb {
            opacity: 0.2;
            img {
                border: 1px solid var(--Light-Grey, #C1C2BC);
                border-radius: 3px;
                cursor: pointer;
            }
        }
        .res-thumb.slick-current {
            opacity: 1;
        }
    }

    .reastaraunt-gallery-thumb {
        img {
            margin-right: 10px;
            margin-top: 10px;
        }
    }

    .restaraunt-info {
        padding: 0 20px 0 40px;
        margin-top: 2px;

        h2,h1 {
            color: var(--Juniors-Orange, #D93400);
            font-family: "OC Highway VAR2";
            font-size: 42px;
            line-height: 95%;
            letter-spacing: 0.84px;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 47px;
        }

        .res-address,
        .res-phone {
            color: #000;
            font-family: "BDO Grotesk";
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0.28px;
            text-decoration-line: underline;
            display: flex;
            align-items: center;
            margin-bottom: 40px;

            .metafield-rich_text_field {
                * {
                    margin: 0;
                }
            }

            svg {
                margin-right: 20px;
            }
        }
        .res-phone {
            margin-bottom: 48px;
        }
        .res-schedule,
        .res-office-hours {
            color: var(--Juniors-Orange, #D93400);
            font-family: "BDO Grotesk";
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0.28px;

            p {
                color: #000;
                margin-top: 0;
            }
        }
        .res-schedule {
            margin-bottom: 20px;
        }
        .res-office-hours {
            margin-bottom: 61px;
        }
        .res-reserve {
            margin-bottom: 30px;
            a {
                color: var(--Juniors-Orange, #D93400);
                font-family: "BDO Grotesk";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
                letter-spacing: 0.28px;
                text-decoration-line: underline;
                display: flex;
                align-items: center;
            }
            svg {
                margin-left: 10px;
            }
        }

        .res-delivery {
            a {
                display: flex;
                padding: 15px 80px;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 6px;
                background: var(--Juniors-Orange, #D93400);
                color: var(--White, #FFF);
                text-align: center;
                font-family: "BDO Grotesk";
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.64px;
                text-transform: uppercase;
                text-decoration: none;
            }
        }

    }
}

@media screen and (max-width:990px) {
    .brochure-wrapper {
        padding-bottom: 64px!important;
        margin-bottom: 37px!important;
        h3 {
            margin-top: 44px!important;
        }
    }
    .brochure-section {
        margin-top: 278px!important;
    }
    .brochure-adress {
        margin: 36px auto 8px!important;
        img {
            margin-bottom: 12px!important;
        }
    }

    .restaraunt-wrapper {
        flex-direction: column;
        .restaraunt-gallery {
            max-width: 100%;
            height: max-content;
            margin-left: 8px;
            .res-img--wrapper {
                img {
                    width: 100%;
                    height: auto;
                    aspect-ratio: 1;
                    object-fit: cover;
                    border-radius: 12px;
                    
                }
            }
        }
        .restaraunt-info {
            margin-left: 0;
            text-align: center;
            padding: 0 20px;
            h2,h1 {
                font-size: 32px;
                font-style: normal;
                font-weight: 400;
                line-height: 95%; /* 30.4px */
                letter-spacing: 0.64px;
                text-transform: uppercase;
                margin-top: 37px;
                margin-bottom: 31px;
            }
            .res-address,
            .res-phone,
            .res-reserve a {
                justify-content: center;
            }
            .res-address,
            .res-phone {
                flex-direction: column;
                margin-left: 6px;
                svg {
                    margin-right: 0;
                    margin-bottom: 9px;
                }
            }
            .res-phone {
                margin-bottom: 33px;
            }
            .res-delivery a {
                margin: 0 11px 0 15px;
            }
        }
    }
    .back-to-restorants {
        a {
            margin-bottom: 12px;
            margin-left: 10px;
        }
    }
    .template-page footer {
        margin-top: 147px;
    }
}

@media screen and (min-width: 990px) {
    // .reastaraunt-gallery-slider,
    .restaraunt-gallery {
        max-width: 60%!important;
    }
}
.shopify-section-group-footer-group.img-with-text--wrapper {
    display: none!important;
}