﻿.landing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    font-family: 'Open Sans',sans-serif
}

.landing__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.7))
}

.landing__slogan {
    width: 550px;
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: auto;
}

@media screen and (max-width:767px) {
    .landing__slogan {
        width: 290px
    }
}

.landing__slogan-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 55%;
    -webkit-flex: 55%;
    -ms-flex: 55%;
    flex: 55%
}

.full-web__whitespace {
    height: 106px !important;
}

.landing__btn, .landing__btn--empty, .landing__btn--full {
    -webkit-box-shadow: 1px 2px 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 1px 2px 1px 0 rgba(0,0,0,.1);
    box-shadow: 1px 2px 1px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 900 !important;
    font-size: 14px;
    letter-spacing: .7px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 290px;
    height: 40px;
    padding: 10px 20px;
    margin: 10px 0
}

    .landing__btn:hover, .landing__btn--empty:hover, .landing__btn--full:hover, .landing__btn:focus, .landing__btn--empty:focus, .landing__btn--full:focus {
        text-decoration: none;
        outline: none;
        color: #fff
    }

.landing__btn--empty {
    border: 1px solid #fff
}

.landing__btn--full {
    background-color: #54b567;
    height: 40px;
}

#navigation {
    background: #ffffff52 !important
}

.landing__btn-estimate {
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: lowercase;
    float: right
}

.landing__btn-icon {
    display: none;
    color: #f2f2f2;
    font-size: 20px;
    float: right
}

.landing__btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 45%;
    -webkit-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
    padding-top: 80px;
}

.landing-background {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.landing-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-box-pack: distribute;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 150px
}

.landing-app-container {
    background: #54b567;
    position: relative
}

.landing-app__text, .landing-app__text--small {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.landing-app__text--small {
    font-weight: 300;
    font-size: 18px
}

.landing-app__text-container {
    position: relative;
    align-self: center
}

.landing-app__app {
    height: 39px;
    width: auto;
    margin: 0 5px
}

.landing-app__app-container {
    position: relative;
    align-self: center
}

.landing-restaurants {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 60px;
    background: #f4f4f4;
    font-family: 'Open Sans',sans-serif
}

.landing-restaurants__title {
    font-weight: 900;
    color: #1a1a1a;
    font-size: 16px;
    letter-spacing: .48px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.landing-restaurants__link {
    padding: 9px 3px;
    display: flex;
    align-items: baseline
}

    .landing-restaurants__link:focus, .landing-restaurants__link:hover {
        outline: none;
        text-decoration: none;
        background: #f1f1f1
    }

        .landing-restaurants__link:focus .landing-restaurants__icon, .landing-restaurants__link:hover .landing-restaurants__icon {
            left: 5px
        }

.landing-restaurants__icon {
    color: #1a1a1a;
    font-size: 20px;
    position: relative;
    transition: left .3s;
    display: inline-block;
    left: 0
}

.landing-restaurants__name {
    color: #1a1a1a;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    max-width: 500px
}

.landing-restaurants--more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .landing-restaurants--more .landing-restaurants__title {
        flex: 0 100%
    }

    .landing-restaurants--more .landing-restaurants__link {
        flex: 0 50%
    }

.landing-restaurants--less {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.landing-about {
    position: relative;
    height: 40px;
    font-family: 'Open Sans',sans-serif
}

.landing-about__btn {
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 10px
}

.landing-about__btn-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .36px;
    color: #585858
}

@media screen and (max-width:1200px) {
    .landing-restaurants--more {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .landing-restaurants--more .landing-restaurants__title, .landing-restaurants--more .landing-restaurants__link {
            flex: 100%
        }
}

@media screen and (max-width:767px) {
    .landing {
        min-height: -webkit-fill-available
    }

    .landing__overlay {
        min-height: -webkit-fill-available
    }

    .landing__slogan {
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: .72px
    }

    .landing__slogan-container {
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%
    }

    .landing__btn-container {
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding-top: 40px
    }

    .landing-app {
        height: 110px
    }

    .landing-app__text, .landing-app__text--small {
        font-size: 16px
    }

    .landing-app__text--small {
        font-size: 14px;
        margin-bottom: 0
    }

    .landing-app__app {
        margin: 5px 0
    }

    .landing-restaurants {
        padding: 35px 15px
    }

    .landing-restaurants__title {
        margin-bottom: 20px
    }

    .landing-restaurants__icon {
        font-size: 18px
    }

    .landing-restaurants__name {
        font-size: 16px
    }
}

@media screen and (max-width:340px) {
    .landing-app {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px
    }
}

.landing-whitespace {
    background-color: #fff
}

.special-offer-container {
    background-image: linear-gradient(90deg, rgba(82, 40, 34, 1) 0, rgba(210, 20, 24, 1) 0)
}

.defaultBorder {
    border-color: rgba(210, 20, 24, 1) !important
}

.defaultText--dark {
    color: rgba(82, 40, 34, 1) !important
}

.defaultText {
    color: rgba(210, 20, 24, 1) !important
}

.defaultButtons--maxlight {
    background: rgba(251, 247, 248, 1) !important
}

.defaultButtons--light {
    background: rgb(167, 180, 189) !important
}

.defaultButtons--dark {
    background: rgb(4, 40, 67) !important
}

.defaultButtons {
    background: rgb(4, 40, 67) !important;
    border-color: rgb(212, 191, 124) !important;
    color: rgba(255, 255, 255, 1) !important
}

#discount-badge {
    background: rgba(255, 255, 255, 1) !important;
    border-color: rgb(5, 40, 67) !important;
    color: rgba(210, 20, 24, 1) !important
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 0px !important;
    border-radius: 0px !important;
    width: 100% !important
}

.select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important
}

.btntheme-primary {
    height: 41px;
    border: 0px;
    border-radius: 0px !important;
    font-weight: bold
}

.btntheme-secondary {
    height: 41px;
    border: 0px;
    border-radius: 0px !important;
    background: white !important;
    border-color: red !important;
    color: red !important;
    font-weight: bold;
    border: 1px solid
}

    .btntheme-secondary :hover {
        background: red !important;
        color: white !important;
    }

#select2-locationpostcode-dropdown-container {
    font-weight: bold;
    color: black !important;
}

#select2-locations-dropdown-container {
    font-weight: bold;
    color: black !important;
}

input:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.opening-hours--open {
    background-color: #54b567
}

.opening-hours--pre-order {
    background-color: #f1e87a
}

.opening-hours--closed {
    background-color: #d65e5e
}

.full-nav {
    font-family: 'Open Sans',sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(102,102,102,0));
    border-bottom: 1px solid #fff
}

.full-nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.full-nav__family-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.full-nav__logo {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 80px;
}

.full-nav__family {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-left: 25px
}

.full-nav__family-name {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: .5px;
    margin: 0;
    color: #000;
}

.full-nav__opening-status {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 25px;
    background-color: #f2f2f2;
    padding: 2px 10px;
    margin-top: 5px
}

.full-nav__opening-status--open {
    color: #54b567
}

.full-nav__opening-status--pre-order {
    color: #1168ad
}

.full-nav__opening-status--closed {
    color: #d65e5e
}

.full-nav__opening-status--vacation {
    color: #585858
}

.full-nav__opening-status-icon {
    font-size: 12px
}

.full-nav__opening-status-text {
    font-weight: 700;
    font-size: 10px
}

.full-nav__pages {
    -webkit-box-flex: 30%;
    -webkit-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.full-nav__login {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: black;
    padding: 8px 10px;
    cursor: pointer
}

    .full-nav__login:hover, .full-nav__login:focus {
        text-decoration: none;
    }

.full-nav__login-text, .full-nav__burger-text {
    font-weight: 600;
    padding-left: 5px
}

@media only screen and (min-width:992px) {
    .full-nav__login-text, .full-nav__burger-text {
        font-size: 14px
    }
}

@media only screen and (max-width:991px) {
    .full-nav__login-text, .full-nav__burger-text {
        font-size: 12px
    }
}

.full-nav__email {
    font-size: 12px
}

.full-nav__burger {
    padding: 8px 10px;
    margin-left: 30px;
    cursor: pointer;
    color: black
}

.full-nav--collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: -3px 2px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: -3px 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: -3px 2px 10px 0 rgba(0,0,0,.1);
    background-color: #f8f8f8;
    right: -100vw;
    top: 0;
    width: 460px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    z-index: 1001;
    overflow-x: hidden;
    transition: .5s
}

.full-nav__overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,.4);
    z-index: 1000
}

.full-nav__slide-in {
    right: 0
}

.full-nav__collapse-top-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0 0 90px;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px
}

.full-nav__collapse-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-left: 25px
}

.full-nav__collapse-name {
    font-size: 18px;
    font-weight: 700
}

.full-nav__collapse-email {
    font-size: 12px;
    color: #999
}

.full-nav__collapse-login {
    display: none
}

.full-nav__collapse-logo {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
    width: 40px
}

.full-nav__collapse-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0 20%;
    -webkit-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%
}

.full-nav__collapse-family-name {
    margin-bottom: 0;
    align-self: center;
    font-size: 14px;
    font-weight: 700;
    flex: 0 70%
}

.full-nav__collapse-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-flex: 0 10%;
    -webkit-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
    font-size: 30px;
    cursor: pointer;
    padding: 20px
}

.full-nav__collapse-divider {
    -webkit-box-flex: 0 0 1px;
    -webkit-flex: 0 0 1px;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    background: #54b567;
    height: 1px;
    width: 100%
}

.full-nav__page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    margin: 10px 0;
    color: #1a1a1a
}

    .full-nav__page:hover, .full-nav__page:focus {
        text-decoration: none;
        background-color: #f2f2f2;
        color: #1a1a1a
    }

.full-nav__page-container {
    margin-bottom: 50px
}

.full-nav__page-container--secondary {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.full-nav__page-title {
    color: #1a1a1a;
    font-size: 16px
}

.full-nav__page-icon {
    font-size: 20px;
    padding: 0 25px;
    min-width: 70px
}

.full-nav__page--active {
    background-color: #f2f2f2
}

    .full-nav__page--active .full-nav__page-title {
        font-weight: 600
    }

        .full-nav__page--active .full-nav__page-title:hover {
            font-weight: 600
        }

.full-nav__page--active-container {
    padding: 10px
}

.full-nav__page--secondary {
    color: #999;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 10px 10px 25px;
    display: block
}

    .full-nav__page--secondary:hover, .full-nav__page--secondary:focus {
        color: #999;
        text-decoration: none
    }

.full-nav__page--secondary-list {
    padding-left: 45px;
    padding-right: 15px
}

    .full-nav__page--secondary-list .full-nav__page--secondary {
        text-decoration: underline;
        padding: 10px 0
    }

        .full-nav__page--secondary-list .full-nav__page--secondary:hover, .full-nav__page--secondary-list .full-nav__page--secondary:focus {
            color: #999;
            text-decoration: underline
        }
