@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@600;700;800&display=swap');

::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
::-moz-placeholder {
    color: #000;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
:-moz-placeholder {
    color: #000;
    opacity: 1;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::-webkit-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    color: #fff;
}

/* @font-face {
    font-family: 'Headliner No. 45';
    src: url('//db.onlinewebfonts.com/t/03a61498fdceb889a05322cc7142e4dd.eot');
    src: url('//db.onlinewebfonts.com/t/03a61498fdceb889a05322cc7142e4dd.eot?#iefix')
            format('embedded-opentype'),
        url('//db.onlinewebfonts.com/t/03a61498fdceb889a05322cc7142e4dd.woff2')
            format('woff2'),
        url('//db.onlinewebfonts.com/t/03a61498fdceb889a05322cc7142e4dd.woff')
            format('woff'),
        url('//db.onlinewebfonts.com/t/03a61498fdceb889a05322cc7142e4dd.ttf')
            format('truetype'),
        url('//db.onlinewebfonts.com/t/03a61498fdceb889a05322cc7142e4dd.svg#Headliner No. 45')
            format('svg');
} */

.transition {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

* {
    margin: 0;
    padding: 0;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    border-radius: 0;
    box-shadow: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*:focus {
    outline: none;
}
*:before,
*:after {
    box-sizing: border-box;
}
* {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
}
body {
    background-color: #fafafa;
}
svg {
    width: 100%;
}
svg image {
    opacity: 1 !important;
}

#wrapper {
    width: 100%;
    position: relative;
}
body,
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #000;
}
html,
body {
    height: 100%;
    width: 100%;
}
iframe {
    height: auto;
}
a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a img {
    border: 0;
}
ul,
ol,
li {
    list-style: none;
}
.clear {
    clear: both;
}

.btn {
    padding: 14px 60px 14px 20px;
    cursor: pointer;
    height: 60px;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 29px;
    background-image: url(../img/arw-right.svg);
    background-position: right 22px top 21px;
    background-size: 9px;
    background-repeat: no-repeat;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none !important;
    background-color: #a71d22;
    border: 2px solid #a71d22;
    color: #fff;
    min-width: 200px;
    margin: 0;
    display: inline-block;
    transition: all 500ms ease-in-out;
    text-transform: uppercase;
}
.btn:hover {
    color: #be1e1e;
    background-color: #fafafa;
    background-image: url(../img/arw-right-green.svg);
}

.inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    display: block;
}
.panel .inner .inner {
    max-width: 100%;
    width: auto;
    margin: 0;
    padding: 0;
}

#wrapper {
    padding-top: 140px;
    width: 100%;
}
.main-content {
    clear: both;
    display: inline-block;
    width: 100%;
}

.header {
    background: #ffffff;
    height: 140px;
    padding: 10px 0 0;
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header .logo {
    float: left;
    width: auto;
    height: 70px;
    display: block;
    margin-bottom: 10px;
}
.header .menu {
    float: right;
    padding-top: 25px;
}
.header .menu li {
    float: left;
}
.header .menu li a {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    font-size: 18px;
    line-height: 20px;
    color: #be1e1e;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 30px;
}
.header .menu li a span {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
}
.header .menu li a:hover {
    color: #333;
}
.header .menu li.order a {
    color: #f58f37 !important;
    text-transform: uppercase;
}
.header .menu li.order a:hover {
    background-color: #333;
    border-color: #333;
}
.header .call-us {
    float: left;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #be1e1e;
    padding: 15px 0 0 0;
    margin-left: 60px;
}
.header .hamburger {
    display: none;
}
.header .call-us.mobile {
    display: none;
}

.usp {
    text-align: center;
}
.usp ul {
    margin: 0;
    padding: 0;
    float: none;
    display: inline-block;
    width: 100%;
}
.usp li {
    margin: 0;
    padding: 0;
    width: 33.33%;
    float: left;
}
.usp li span {
    display: inline-block;
    padding: 0 0 0 40px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    padding-top: 16px;
    position: relative;
    letter-spacing: 1px;
}
.usp li span:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    height: 22px;
    width: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.usp li.address {
    text-align: left;
}
.usp li.address span:before {
    background-image: url(../img/address.svg);
}
.usp li.delivery {
    text-align: center;
}
.usp li.delivery span:before {
    background-image: url(../img/delivery.svg);
}
.usp li.call {
    text-align: right;
    padding-right: 0;
}
.usp li.call span:before {
    background-image: url(../img/call.svg);
}

.usp {
    clear: both;
    display: block;
    height: 50px;
    background-color: #be1e1e;
}

.main-content {
    padding: 0 0 50px 0;
}
.main-content .inner {
    padding: 50px 0;
}
.main-content fieldset {
    border: 0;
    margin: 0 0 50px;
}
.main-content h1 {
    font-size: 60px;
    line-height: 62px;
    font-weight: bold;
    color: #be1e1e;
    margin: 60px 0 80px;
    text-align: center;
}
.main-content legend {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #be1e1e;
    margin-bottom: 20px;
}
.main-content h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #be1e1e;
    margin: 20px 0 10px;
    text-align: left;
}
.main-content p {
    padding: 0;
    margin: 0 0 20px;
    color: #222;
}
.main-content a {
    color: #be1e1e;
    text-decoration: underline;
}
.main-content .btn {
    color: #fff;
}
.main-content .btn:hover {
    color: #be1e1e;
}
.main-content b,
.main-content strong,
.allergenHdr {
    font-weight: bold;
    color: #be1e1e;
}
.main-content li {
    margin: 0 0 10px;
    padding: 0;
    color: #222;
}
.main-content table {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    border-collapse: collapse;
}
.main-content table td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 0;
    border-collapse: collapse;
}
.home {
    background-image: url('../img/bg-min.jpg');
    background-size: cover;
    background-position: center center;
}
.whatAreYou h4 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    font-family: 'Fira Sans Condensed', sans-serif;
    line-height: 31px;
}

.whatAreYou {
    width: 100%;
    padding: 30px;
    background: #be1e1e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-banner {
    background: transparent;
    text-align: center;
    padding: 80px 20px;
}
.hero-banner h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #be1e1e;
    font-size: 80px;
    line-height: 82px;
    margin: 0 0 40px;
    padding: 0;
}
.hero-banner h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 100;
    letter-spacing: 8px;
    display: block;
    text-align: center;
    color: #be1e1e;
    font-size: 50px;
    line-height: 52px;
    margin: 0 0 10px;
    padding: 0;
}

.flag-strip {
    position: relative;
    height: 20px;
    width: 100%;
    display: block;
}
.flag-strip:before {
    content: '';
    display: block;
    width: 33.33%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #be1e1e;
}
.flag-strip:after {
    content: '';
    display: block;
    width: 33.33%;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #be1e1e;
}

.app-strip {
    padding: 40px 0;
    background-color: #333;
    float: left;
    clear: both;
    width: 100%;
}
.app-strip .inner {
    padding: 0 20px;
}
.app-strip p {
    float: left;
    color: #fafafa;
    font-weight: bold;
    line-height: 40px;
    font-size: 24px;
    margin: 0;
    padding: 0 20px 0 0;
}
.app-strip .download-app {
    float: right;
}
.app-strip img {
    height: 44px;
    width: auto;
    float: left;
}
.app-strip .googleplay img {
    margin-left: 20px;
}
.contain-row {
    display: inline-block;
    width: 100%;
}

.footer {
    padding: 20px 0 100px 0;
}
.footer .menu {
    float: left;
}
.footer .menu li {
    float: left;
}
.footer .menu li a {
    font-size: 15px;
    line-height: 20px;
    color: #222;
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 40px;
}
.footer .menu li a:hover {
    color: #be1e1e;
}
.find-us {
    float: right;
}
.find-us p {
    font-size: 15px;
    line-height: 20px;
    color: #222;
    font-weight: 900;
    text-transform: uppercase;
    float: left;
}
.find-us img {
    width: 40px;
    height: auto;
    display: block;
}
.find-us a {
    display: block;
    margin-left: 20px;
    float: left;
    margin-top: -10px;
}

/*  Tablet / Mobile */
@media only screen and (max-width: 989px) {
    #wrapper {
        padding-top: 120px;
    }
    .header .hamburger {
        display: block;
        float: right;
        margin-top: 10px;
        z-index: 9999;
        position: relative;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        background-color: #be1e1e;
    }
    .main-navigation {
        display: none;
        padding: 10px 0;
    }
    .main-navigation.active {
        display: block;
        margin-bottom: 20px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #be1e1e;
        z-index: 9998;
    }
    .main-navigation.active .inner {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .menu-navigation-container {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .header {
        height: 120px;
    }
    .header.active {
        height: auto;
    }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #fff;
    }
    .header .menu {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    .header .main-navigation li {
        width: 100%;
        padding: 0;
    }
    .header .main-navigation li a {
        padding: 10px 0;
        display: block;
        color: #fff;
        margin: 0;
        font-size: 28px;
        line-height: 28px;
    }
    .header .main-navigation ul.sub-menu {
        position: static;
        top: auto;
        left: auto;
        opacity: 1;
        width: 100%;
        float: left;
        display: none;
    }
    .header .main-navigation ul.sub-menu.active {
        display: block;
    }
    .header .call-us {
        display: none;
    }
    .header .call-us.mobile {
        display: block;
        color: #fff;
        margin: 30px 0 0;
        width: 100%;
        text-align: center;
    }
    .header .logo {
        height: 50px;
    }
    .header .hamburger {
        margin-top: 0;
    }
    .usp li {
        width: 100%;
        text-align: center !important;
    }
    .usp li.delivery,
    .usp li.address {
        display: none;
    }
    .usp li.call span {
        padding-left: 35px;
        font-size: 22px;
    }
    .hero-banner h2 {
        font-size: 46px;
        margin-bottom: 20px;
    }
    .hero-banner h1 {
        font-size: 64px;
        line-height: 66px;
    }
    .contain-row {
        text-align: center;
    }
    .app-strip p {
        text-align: center;
        width: 100%;
    }
    .app-strip .download-app {
        float: none;
        display: inline-block;
        margin-top: 20px;
    }
    .footer {
        float: left;
        width: 100%;
        padding: 0 0 40px;
    }
    .footer .menu li {
        clear: left;
        padding-bottom: 4px;
    }
    .app-strip p {
        line-height: 30px;
    }
    .btn {
        padding: 10px 50px 12px 15px;
        height: 50px;
        font-size: 24px;
        line-height: 26px;
        background-position: right 20px top 13px;
    }
    .hero-banner {
        padding: 50px 20px;
    }
}
@media only screen and (max-width: 540px) {
    .hero-banner h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .hero-banner h1 {
        font-size: 46px;
        line-height: 55px;
        max-width: 300px;
        margin: 0 auto 30px auto;
        width: 100%;
    }
    .find-us {
        float: left;
        clear: left;
        margin-top: 20px;
    }
}
/* IE 10 / 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}
/* All browsers except IE 10-11 */
.non-ie svg {
    height: auto;
}

.home .footer .menu li a {
    color: #be1e1e;
}

.home .find-us p {
    color: #be1e1e;
}

.logo.home {
    display: none;
}

.home .logo.home {
    display: block;
    background: transparent;
}

.home .normal.logo {
    display: none;
}

.home .header {
    background: transparent !important;
}

.home .header.fixed {
    background: #ffffff !important;
}
