/* Custom code start */

body {
    font-size: 1rem;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 1.5em;
    /*overflow-x: hidden;*/
}
h1, h2, h3, h4 {
    color: inherit;
    line-height: 1.2em;
    margin-bottom: 15px;
}

a, a:hover {
    text-decoration: none;
}


h1,
.h2-h1 h2,
.h3-h1 h3 {
    font-size: 2.15rem;
}
h2,
.h1-h2 h1,
.h3-h2 h3 {
    font-size: 2.75rem;
}
h3,
.h1-h3 h1,
.h2-h3 h2 {
    font-size: 2.15rem;
}
h4,
.h1-h3 h1,
.h2-h3 h2 {
    font-size: 1.75rem;
}



h1 strong,
.h2-h1 h2 strong,
.h3-h1 h3 strong,
h2 strong,
.h1-h2 h1 strong,
.h3-h2 h3 strong,
h3 strong,
.h1-h3 h1 strong,
.h2-h3 h2 strong {
    display: inline-block;
    padding: 0.1em 0;
}

body.ready svg {
    transition: 0.25s;
}

.no-overflow {
    overflow: hidden !important;
}
.no-wrap {
    white-space: nowrap !important;
}
.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.no-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.anchor {
    display: block;
    -ms-transform: translateY(-165px);
    -webkit-transform: translateY(-165px);
    transform: translateY(-165px);
}

.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}

.main-wrapper {
    display: block;
    position: relative;
}
.main-outer-wrapper {
    border: 1px solid #000;
    max-width: 1400px;
    margin: 1rem auto;
}


/* Wrapper */

.wrapper {
    display: block;
    position: relative;
}
.wrapper:not(.static) {
    position: relative;
    z-index: 75;
}
.wrapper.priority {
    z-index: 100;
}
.wrapper.relative-8 {
    z-index: 80;
}
.wrapper.relative-9 {
    z-index: 90;
}
.wrapper.overflow {
    overflow: hidden;
}

.wrapper.first {
    padding-top: 150px;
}
.wrapper.last {
    padding-bottom: 150px;
}
.wrapper.divider {
    padding: 45px 0 45px;
}
.wrapper.compact {
    padding: 75px 0 75px;
}
.wrapper.medium {
    padding: 100px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper.large {
    padding: 120px 0 120px;
}
.wrapper.spacing {
    padding: 140px 0 140px;
}
.wrapper.large-top {
    padding-top: 120px;
}
.wrapper.large-bottom {
    padding-bottom: 120px;
}

.wrapper.spacing-top {
    padding-top: 140px;
}
.wrapper.spacing-bottom {
    padding-bottom: 175px;
}
.wrapper.products-wrapper.spacing {
    padding: 175px 0 175px;
}


.wrapper.fullscreen {
    min-height: 100vh;
}
.wrapper.fullscreen.exact {
    height: 100vh;
}

.wrapper.no-top { padding-top: 0 !important; }
.wrapper.no-bottom { padding-bottom: 0 !important; }
.wrapper.zero { padding: 0 !important; }


.wrapper.background-wrapper > .wrapper.expand,
.wrapper.fullscreen.floating > .wrapper.expand {
    display: block;
    position: absolute;
    padding: 300px 0 150px;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 25;
}

.wrapper.background-wrapper.medium:not(.fullscreen) > .wrapper.expand,
.wrapper.fullscreen.floating.medium:not(.fullscreen) > .wrapper.expand {
    padding-top: 200px;
}

.wrapper.background-wrapper:not(.medium):not(.fullscreen) > .wrapper.expand,
.wrapper.fullscreen.floating:not(.medium):not(.fullscreen) > .wrapper.expand {
    padding-top: 150px;
}

.wrapper.background-wrapper > .wrapper.expand > .container-expand,
.wrapper.fullscreen.floating > .wrapper.expand > .container-expand {
    height: 100%;
}

.wrapper .wrap-center.floating {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.wrapper .container:not(.static) {
    position: relative;
    z-index: 22;
}


/* Wrapper borders */
.wrapper.border-bottom {
    border-bottom: 1px solid #000;
}
.wrapper.border-top {
    border-top: 1px solid #000;
}



/* Wrapper grids */
.wrapper.grid {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
}

.wrapper.grid.banner {
    grid-auto-rows: auto;
    grid-template-areas:
    "bannerContent bannerImage"
    "bannerSizes bannerImage";
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.wrapper.grid.banner.single-row {
    grid-template-rows: 1fr;
    border-top: none;
}

.wrapper.grid.secondary {
    grid-template-areas:
    "imageArea saucesArea"
    ". saucesArea";
    grid-template-rows: 0.75fr 1fr;
}
.wrapper.grid.two-columns {
    grid-template-columns: 1fr 1fr;
    align-items: start;
}
.wrapper.grid.three-columns-not-equal {
    grid-template-columns: 1fr 1.5fr 0.75fr;
}
.wrapper.grid.two-columns-not-equal {
    grid-template-columns: 1fr 1.5fr;
}


.wrapper.cta {
    border-top: 1px solid #000;
}


.wrapper .sauces-flags-wrapper {
    display: flex;
    gap: 1.25rem;
    padding: 0.5rem 1rem;
    justify-content: center;
}
.wrapper .sauces-flags-wrapper:hover svg {
    opacity: 0.5;
}
.wrapper .sauces-flags-wrapper svg {
    width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
    vertical-align: middle;
}
.wrapper .sauces-flags-wrapper svg:hover {
    opacity: 1;
    transform: translateY(-1px);
}


/* Side column (grid line)  */
.side-column {
    border-left: 1px solid #000;
}


/* Sauces side column */
.side-column.sauces {
    padding: 2rem 0;
    grid-area: saucesArea;
    text-align: center;
}
.side-column.sauces .article.has-em em {
    font-size: 2.75rem;
    line-height: 3rem;
}
.side-column.sauces.has-box {
    padding: 1rem;
}



/* Sauces categories wrapper */
.sauces-categories-wrapper {
    display: flex;
    gap: 3.5rem;
    justify-content: center;
    margin-bottom: 35px;
    font-family: 'SpyRoyal', sans-serif;
    font-size: 1.15rem;
    line-height: 1.5em;
}
.sauces-categories-wrapper span {
    cursor: pointer;
}
.sauces-categories-wrapper span.active {
    color: #A7343A;
}

.sauces-categories-wrapper span:after,
.sauces-categories-wrapper span.active:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #A7343A;
    transition: width 350ms;
}

.sauces-categories-wrapper span:after {
    width: 0;
}
.sauces-categories-wrapper span:hover:after {
    width: 100%;
}

.sauces-categories-wrapper span.active:after {
    width: 100%;
}



.sauces-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sauces-inner:not(.regular) {
    justify-content: flex-start;
    min-height: 640px;
}
.sauces-inner.no-border {
    border-bottom: 0;
}
.sauces-inner p {
    text-transform: uppercase;
    font-size: 0.85rem;
    line-height: 2em;
    width: 50%;
}





/* Buttons */
.button {
    color: inherit;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1em;
    padding: 0;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    z-index: 35;
}
.button > span,
.button:not(.ready) {
    padding: 18px 25px 17px;
}

.button.compact > span,
.button.compact {
    font-size: 1.1rem;
}

.button.compact > span,
.button.compact:not(.ready) {
    padding: 16px 24px 13px;
}

.button > span {
    display: block;
    position: relative;
}
.button:focus,
.button:hover {
    text-decoration: none !important;
    outline: 0 !important;
}
.button:not(.wrap) {
    white-space: nowrap;
}
.button.disabled,
.button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.5;
}
body.ready .button,
body.ready .button > span {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}






/* Button Variations */

.button.uppercase,
.button.uppercase > span {
    text-transform: uppercase;
}
.button.enhanced {
    font-size: 1.5rem
}
.button.large > span {
    padding: 25px 32px 23px;
}




/* Button Icons */
.button[data-icon] > span,
.button[data-icon]:not(.ready) {
    padding-right: 50px !important;
}
.button[data-icon-left] > span,
.button[data-icon-left]:not(.ready) {
    padding-left: 50px !important;
}
.button .icon {
    display: inline-block;
    position: absolute;
    text-align: center;
    z-index: 12;
    top: 50%;
    width: 32px;
    height: 32px;
    line-height: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.button[data-icon] .icon {
    right: 11px;
}
.button[data-icon-left] .icon {
    left: 11px;
}
.button .icon > svg {
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
    top: 50%;
    fill: currentColor;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: 0s;
}


/* Button Icons Variations */
.button[data-icon="send"] .icon > svg {
    width: 18px;
}
.button[data-icon="chevrons"] .icon > svg {
    fill: none;
    transform: translateY(-50%) rotate(180deg);
    width: 16px;
    height: auto;
    margin-top: 0.1rem;
    stroke-width: 4;
}


/* Button Primary */

.button.main {
    font-weight: 600;
    font-size: 1.1rem;
    font-family: 'SpyRoyal', sans-serif;
    border: 1px solid #000;
    margin: 0.75rem 0;
    position: relative;
}

.button.main:not(.red):after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #000;
    position: absolute;
    top: 0;
    transition: height 0.3s ease;
    z-index: -1;
}

.button.main:not(.red):hover:after {
    height: 100%;
}
.button.main:not(.red):hover {
    color: #FFFFFF;
}

/* Button red outline */
.button.main.red {
    margin: 1.5rem 0;
    border: 1px solid #A8343A;
    color: #A8343A;
}
.button.main.red:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #A8343A;
    position: absolute;
    top: 0;
    transition: height 0.3s ease;
    z-index: -1;
}
.button.main.red:hover:after {
    height: 100%;
}
.button.main.red:hover {
    color: #FFFFFF;
}





/* Alerts */
.alert {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5em;
    padding: 20px 25px 20px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.alert:not(.square) {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.alert ul {
    padding-left: 17px;
    margin: 0;
}

.alert > strong {
    margin-bottom: 8px;
}

.alert p:not(:last-child) {
    margin-bottom: 10px;
}

.alert p:last-child {
    margin-bottom: 0 !important;
}

.alert h2,
.alert h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.alert.inline,
.alert.alert-inline {
    display: inline-block;
    padding-right: 25px;
}
.alert.alert-danger {
    border: none !important;
    background-color: #ffe8e8;
    color: #ab0a00;
    display: none;
}
.alert.alert-danger.contrast {
    color: #c50b00;
}
.alert.alert-success {
    border: none !important;
    background-color: #d9f0ba;
    color: #007010;
}
.alert.alert-success.contrast {
    background-color: #e7ffc4;
    color: #007511;
}




/* Articles */

.article {
    display: block;
    position: relative;
    line-height: 1.5em;
    max-width: 100%;
    z-index: 25;
}
.article.top {
    margin-top: 30px;
}
.article.bottom {
    margin-bottom: 40px;
}
.article.bottom-half {
    margin-bottom: 30px;
}


.article.article-sm {
    width: 525px;
}
.article.article-md {
    width: 768px;
}
.article.article-lg {
    width: 992px;
}

.article-wrap.banner {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
}
.article-wrap.about {
    position: relative;
}
.article-wrap.top {
    margin-top: 80px;
}
.article-wrap.bottom {
    margin-bottom: 80px;
}

.article-wrap.min-height {
    min-height: 180px;
}

.article-wrap.top-offset {
    margin-top: 125px;
}
.article-wrap.bottom-offset {
    margin-bottom: 125px;
}

.article-wrap.has-float > .article {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.article.center {
    text-align: center;
}
.article.center-title h1,
.article.center-title h2,
.article.center-title h3 {
    text-align: center;
}
.article.centered {
    margin-left: auto;
    margin-right: auto;
}


/* Article wrapper */
.article-wrapper {
    padding: 2rem 4rem;
    display: flex;
    align-items: center;
}
.article-wrapper.border-right {
    border-right: 1px solid #000;
}
.article-wrapper.detail {
    padding: 4rem;
}


.article p:last-child {
    margin-bottom: 0 !important;
}


/* Special article title */
.article.has-em h1 {
    margin-top: 2rem;
}

.article.has-em h1,
.article.has-em h2,
.article.has-em h3 {
    font-family: 'Inika', sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
}

.article.has-em em {
    font-size: 4rem;
    margin-right: 1rem;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'SpyShadow', sans-serif;
    line-height: 3rem;
}

.article b,
.article strong {
    font-weight: 700;
}

.article.opacity {
    opacity: 0.55;
}
.article.light {
    font-weight: 300;
}
.article.regular {
    font-weight: 400;
}
.article.enhanced {
    font-family: 'Inika', sans-serif;
}
.article.enhanced p {
    margin-left: 10px;
    font-size: 1rem;
}
.article.enhanced p:has(small) {
    color: #A8343A;
    margin-bottom: 0;
}
.article.enhanced small {
    font-size: 1rem;
    text-transform: uppercase;
}
.article.enhanced.minimal {
    font-size: 1.25rem;
}
.article.enhanced.spread {
    font-size: 1.75rem;
    line-height: 2em;
}


.article.featured {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    word-spacing: 0.07em;
    text-transform: uppercase;
}
.article.links a:not(.button) {
    display: inline-block;
    position: relative;
    text-decoration: none !important;
}

.article.detail.has-em em {
    font-size: 3.5rem;
}





/* Article Headings */

.article h1,
.article h2,
.article h3 {
    color: inherit;
    margin-bottom: 25px;
    line-height: 1.2em;
}

.article.minimal h1:first-child,
.article.minimal h2:first-child {
    margin-bottom: 20px;
}
.article ol, .article ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article table {
    width: 100%;
    margin-bottom: 0;
}
.article table tr td {
    line-height: 1.35em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}
.article.article-lg {
    width: 920px;
}
.article.article-md {
    width: 680px;
}
.article h1 > strong,
.article h2 > strong,
.article h3 > strong {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1em;
}
.article.main h1,
.article.main h2,
.article.main h3 {
    margin-bottom: 5rem;
}


/* Article images */
.article img {
    position: absolute;
    top: -25%;
    left: -15%;
    width: 16rem;
    height: auto;
    opacity: 0.05;
}





/* Videos */

.video-wrapper {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.video-wrap.fullscreen {
    height: 100vh;
    min-height: 800px;
}
.video-wrap.fullscreen > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
    transition: opacity 0.25s;
}
.video-wrap.fullscreen > .container {
    height: 100%;
}

body.ios .video-wrap video:not(.visible) {
    opacity: 0;
}





/* Socialmedia */


.socials-wrap {
    margin-top: 0.35rem;
}
.socialmedia > ul {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 8;
}
.socialmedia:not(.wrap) > ul {
    white-space: nowrap;
}
.socialmedia > ul > li {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}
.socialmedia > ul > li > a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 0;
}
.socialmedia > ul > li > a,
.socialmedia > ul > li > a:hover {
    text-decoration: none;
}
.socialmedia > ul > li > a > svg,
.socialmedia > ul > li > a > img {
    display: inline-block;
    position: absolute;
    width: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.socialmedia.svg > ul > li.instagram svg,
.socialmedia.svg > ul > li.site-phone svg,
.socialmedia.svg > ul > li.facebook svg {
    width: 25px;
}
body.ready .socialmedia > ul > li > a,
body.ready .socialmedia > ul > li > a > svg,
body.ready .socialmedia > ul > li > a > img {
    transition: 0.25s;
}

.socials-wrap  .socialmedia > ul > li:not(:last-child) {
    margin-right: 6px;
}

.socials-wrap .socialmedia > ul > li > a {
    width: 34px;
    height: 34px;
}
.socials-wrap .socialmedia > ul > li > a > svg,
.socials-wrap .socialmedia > ul > li > a > img {
    width: 28px;
}





/* Website Header, Footer, Main Theme below */





/* General */

h1, h2, h3, h4 {
    color: inherit;
    font-weight: 400;
}
body {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.5em;
    background: url("/images/patterns/texture-light.jpg");
    font-family: 'Inika', sans-serif;
}
body .website {
    overflow: hidden;
}
body:not(.scrolled-safe) .fade-safe {
    opacity: 0;
}
body.ready [data-animation] {
    transition: 0.35s;
}

body.ready [data-animation="from-right"]:not(.animated) {
    transform: translateX( 50vw );
    opacity: 0;
}
body.ready [data-animation="from-left"]:not(.animated) {
    transform: translateX( -50vw );
    opacity: 0;
}






/* Images */
.image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.image-wrap.top {
    margin-top: 50px;
}
.image-wrap.bottom {
    margin-bottom: 50px;
}
.image-wrap .image,
.image-wrap .image-inner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-wrap .image.contain,
.image-wrap .image-inner.contain {
    background-size: contain;
}
.image-wrap .image-inner {
    overflow: hidden;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 5;
}
.image-wrap .image > img {
    width: 100%;
    height: auto;
}
body.ready .image-wrap {
    transition: 0.25s;
}
.image-wrap.maxed > .image {
    top: 50%;
    transform: translateY(-50%);
}






/* Maps */
.maps-wrapper {
    display: block;
    position: relative;
    background-image: url("/images/patterns/texture-light.jpg");
}
.maps-wrapper.our-location,
.maps-wrapper.contact {
    min-height: 300px;
}

.maps-wrapper.our-location {
    height: 25vw;
}

.maps-wrapper.contact {
    height: 100%;
}
.maps-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.maps-wrap > .maps,
.maps-wrap > .maps > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
}

.maps-wrap > .maps-actions {
    position: absolute;
    pointer-events: none;
    inset: 0;
    z-index: 35;
    padding: 30px;
}

.maps-wrap > .maps-actions .buttons {
    pointer-events: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.maps-wrap > .maps-actions .buttons > .button:not(.regular) {
    background-color: #f7f3f0;
}

.maps-wrap > .maps-actions .buttons > .button {
    margin: 0;
}



/* Logo */
.logo-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.header-logo > .logo {
    transform: translateX(-50%);
    left: 50%;
    width: 265px;
}

.header-logo > .logo,
.footer-logo > .logo {
    display: block;
    position: relative;
    height: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.15rem;
}
body.ready .logo-wrap,
body.ready .logo-wrap > .logo {
    transition: 0.25s;
}





/* Navigation */
.menu-wrapper .menu-wrap {
    scrollbar-width: auto;
}
.menu-wrapper .menu-wrap::-webkit-scrollbar-track {
    background: transparent;
}
.menu-wrapper .menu-wrap::-webkit-scrollbar {
    width: 9px;
}
.menu-wrapper .menu-wrap::-webkit-scrollbar-thumb {
    border-radius: 999px;
    box-shadow: inset 0 0 10px 10px #fff;
    border: solid 3px transparent;
}

.menu-wrapper .menu-wrap.has-float .menu-inner {
    position: relative;
    top: 50%;
    width: 480px;
    min-height: 500px;
    max-width: 100%;
    margin: 0 auto;
    transform: translateY(-50%);
}
.menu-wrapper .menu-wrap.has-float .menu-inner ul.menu {
    width: 100%;
}





/* Hamburger */
.hamburger-wrap {
    display: none;
    position: relative;
    z-index: 25;
}

.hamburger {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 40px;
    right: 0;
    z-index: 25;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.hamburger div {
    position: relative;
    z-index: 10;
    height: 5px;
    margin: 8px 0;
    background: #A8343A;
    transform-origin: 50% 50%;
    transition: 0.25s;
}
.hamburger:not(.cross-pre) div:nth-child(2) {
    margin-left: -11px;
}
.hamburger:not(.cross-pre) div:nth-child(3) {
    margin-left: 11px;
}

.hamburger.cross-pre div:nth-child(1) {
    transform: translateY(13px);
}
.hamburger.cross-pre div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.hamburger.cross-pre div:nth-child(3) {
    transform: translateY(-13px);
}

.hamburger.cross div:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
}
.hamburger.cross div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.hamburger.cross div:nth-child(3) {
    transform: translateY(-13px) rotate(45deg);
}

.hamburger svg rect {
    position: relative;
    z-index: 10;
    height: 4px;
    margin: 10px 0;
    border-radius: 999px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 0 0;
    transition: 0.25s;
    box-sizing: content-box;
}

.hamburger.cross div:nth-child(2),
.hamburger.cross-pre div:nth-child(2),
.hamburger.cross div:nth-child(3),
.hamburger.cross-pre div:nth-child(3) {
    margin-right: 0;
}
body.complete .hamburger div {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

body.ready .hamburger-wrap {
    transition: 0.25s;
}




/* Header */

.header-wrapper {
    display: block;
    background-image: url('/images/patterns/texture-light.jpg');
    background-size: cover;
    z-index: 999;
    position: relative;
}
.header-wrapper .header-sticker-image {
    position: absolute;
    right: -0.75rem;
    top: 11rem;
    width: 11rem;
    z-index: 751;
}

.header-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Desktop navigation */
.header-wrapper .menu-wrap {
    display: block;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 5px 0;
    position: relative;
}
.header-wrapper .menu-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.header-wrapper .menu-wrap ul li {
    padding: 10px 40px;
    font-family: 'SpyRoyal', sans-serif;
    position: relative;
}

.header-wrapper .menu-wrap ul li:after,
.header-wrapper .menu-wrap ul li.active:after {
    content: '';
    display: block;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 350ms;
}

.header-wrapper .menu-wrap ul li:after {
    width: 0;
}
.header-wrapper .menu-wrap ul li:hover:after {
    width: 50%;
}
.header-wrapper .menu-wrap ul li.active:after {
    width: 50%;
}

@keyframes width {
    from {
        width: 0;
    }
    to {
        width: 50%;
    }
}

.header-wrapper .header-inner {
    display: block;
    position: relative;
}


/* Header logo */
.header-wrapper .header-logo {
    z-index: 35;
    border-bottom: 1px solid #000;
    width: 100%;
}

.header-logo {
    transition: transform 200ms;
}

.header-logo.swap-logo {
    transform: translateY(-100%);
    top: 0!important;
}

body.ready .header-wrapper,
body.ready .header-wrapper .header-logo,
body.ready .header-wrapper .header-logo svg,
body.ready .header-wrapper .header-logo svg path {
    transition: 0.25s;
}





/* Footer */
.footer-content {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 1fr;
    place-items: start;
    padding-bottom: 3rem;
    font-size: 1rem;
    grid-gap: 3rem;
}

.footer-content span {
    font-weight: bold;
    display: inline-block;
}

.footer-content p {
    margin-bottom: 0.35rem;
}

.footer-content .menu {
    list-style: none;
}
.footer-content .menu-item {
    margin-bottom: 0.35rem;
    display: block;
}

.footer-wrap {
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 75;
    color: #FFFFFF;
    background: #A8343A;
}
.footer-wrapper .container {
    position: relative;
    z-index: 55;
}
.footer-wrapper .footer-wrap {
    position: relative;
    overflow: hidden;
}

.footer-wrapper .footer-inner {
    padding: 50px 0;
}

.footer-wrapper .footer-social {
    margin-top: 3rem;
}
.footer-wrapper .footer-logo {
    display: block;
    position: relative;
    margin: 0 0 25px;
    max-width: 100%;
    width: 215px;
}






/* Footer Developer */
.developer-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 76;
}
.developer-wrapper .container {
    position: relative;
}
.developer-wrapper .developer-wrap {
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 12;
}
.developer-wrapper .developer {
    display: inline-block;
    width: 44px;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    left: 20px;
    bottom: 0px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
body.ready .developer-wrapper .developer {
    transition: 0.4s;
}
.developer-wrapper .developer:not(.wowmedia) {
    width: 38px;
}
.developer-wrapper .developer > img {
    display: block;
    max-width: none;
    min-width: 120px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus,
.developer-wrapper .developer > img {
    width: 120px;
}
.developer-wrapper .developer:not(.wowmedia):hover,
.developer-wrapper .developer:not(.wowmedia):focus,
.developer-wrapper .developer:not(.wowmedia) > img {
    width: 130px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}






/* Banner */
.banner-article {
    grid-area: bannerContent;
}
.banner-image {
    grid-area: bannerImage;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 7.5rem;
    padding-bottom: 3rem;
}

.banner-image #woman-eats-fry-hand {
    animation: moveFry infinite 3s;

    animation: moveFry infinite 4s;
    transform-origin: 50% 50%;
    transform-origin: 60% 100%;

}

@keyframes moveFry {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0);
    }

}

.banner-image:nth-child(1) svg,
.banner-image:nth-child(1) img {
    width: 17.5rem;
    margin-top: 1.5rem;
}
.banner-image svg,
.banner-image img,
.standard-page .secondary-image-wrapper svg,
.standard-page .secondary-image-wrapper img {
    width: 19rem;
    max-height: 15rem;
    object-fit: contain;
}


/* Banner sticker image + header sticker image */
.banner-sticker-image {
    position: absolute;
    top: -5.5rem;
    right: -3rem;
    width: 15rem;
    height: 15rem;
    z-index: 999;
    display: none;
}
.banner-sticker-image svg {
    width: 100%;
    height: 100%;
}


/* Banner detailpage */
.banner-detail {
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.banner-detail h1 {
    margin-bottom: 0;
    margin-top: 1rem;
}
.banner-detail .article.has-em em {
    font-size: 3.5rem;
}



/* Banner fry sizes */
.banner-fry-sizes-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-area: bannerSizes;
    align-items: end;
}


.banner-fry-size {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

.banner-fry-size:last-child {
    border-right: none;
}

.banner-fry-size-image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem;
}
.banner-fry-size .banner-fry-size-image-inner {
    width: 9.5rem;
    height: 9.5rem;
}

.banner-fry-size .banner-fry-size-image svg,
.banner-fry-size .banner-fry-size-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-fry-size:nth-child(1) .banner-fry-size-image svg,
.banner-fry-size:nth-child(1) .banner-fry-size-image img {
    transform: scale(0.7);
}
.banner-fry-size:nth-child(2) .banner-fry-size-image svg,
.banner-fry-size:nth-child(2) .banner-fry-size-image img {
    transform: scale(0.8);
}

.banner-fry-size-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000;
    position: relative;
    text-transform: uppercase;
}
.banner-fry-size-info p {
    margin-bottom: 0;
    font-family: 'SpyRoyal', sans-serif;
    padding: 0.75rem 1rem;
    letter-spacing: 2px;
}
.banner-fry-size-description {
    font-family: 'Inika', sans-serif;
    background: #A8343A;
    color: #FFF;
    font-size: 2.25rem;
    display: flex;
    align-items: center;
}
.banner-fry-size-description p {
    font-family: 'Inika', sans-serif;
    letter-spacing: 0;
    position: relative;

}
.banner-fry-size-description p small {
    font-size: 0.8rem;
    vertical-align: super;
}





/* Secondary content wrapper */
.secondary-image-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    grid-area: imageArea;
    align-items: center;
    border-bottom: 1px solid #000;
}

.secondary-image-inner {
    width: 35rem;
    height: 17rem;
}
.secondary-image-inner svg,
.secondary-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Wicks animation */
.secondary-image-inner #mill-wicks {
    animation: rotateWicks linear 10s infinite;
    transform-origin: 167px 143px;

    animation: rotateWicks linear 0.5s infinite;
    animation: rotateWicks linear 30s infinite;
    transform-origin: 26.5% 45.95%;
    transform-origin: 26.2% 45.5%;
    transform-origin: 26.1% 45.65%;
}

@keyframes rotateWicks {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}





/* Call to action wrapper */
.cta h4 {
    font-family: 'SpyRoyal', sans-serif;
}

.cta-sticker-text-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    gap: 1rem;
}
.cta-sticker-text-wrapper svg,
.cta-sticker-text-wrapper img {
    width: 22rem;
    height: auto;
    position: relative;
    top: -20px;
    left: -20px;
}

.cta-sticker-text-wrapper-inner {
    display: flex;
    flex-direction: column;
}


.cta-sticker-sauce {
    position: absolute;
    right: -7.5rem;
    top: -4rem;
    width: 13rem;
    height: 13rem;
}
.cta-sticker-sauce svg {
    width: 100%;
    height: 100%;
}






/* Call to action the chicken bar logo */
.tcb-logo-wrapper {
    background-image: url('/images/patterns/texture-brown.jpg');
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.tcb-logo-wrapper svg,
.tcb-logo-wrapper img {
    width: 20rem;
    height: auto;
}
.tcb-logo-wrapper h4 {
    transform: rotate(-3deg);
    color: #303030;
    width: 80%;
    margin-top: 1.5rem;
}





/* Page: About us */
.about-us-image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 30rem;
    padding: 3rem 0;
}
.about-us-image-inner {
    max-width: 100%;
    width: 18.75rem;
    height: 30rem;
}
.about-us-image:not(:last-of-type) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.about-us-image svg,
.about-us-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-us-image:nth-child(3) svg {
    height: 25rem;
}





/* Page: Our location */
.our-location .article.has-em h2 em {
    font-size: 2.75rem;
    margin-bottom: 0.5rem;
}
.our-location .article-wrapper {
    padding: 4rem;
    justify-content: center;
}
.our-location .opening-hours-wrapper {
    width: 65%;
    margin: 0 auto;
}
.our-location .opening-hours-wrapper p {
    display: flex;
    justify-content: space-between;
}

.our-location .opening-hours-wrapper p > strong {
    font-weight: inherit;
}

.our-location .our-location-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.our-location .article-wrapper .button.main {
    margin: 2rem 0 0 0;
}





/* Page: Contact */
.contact-form {
    border-right: 1px solid #000;
}
.contact-form .form-wrap {
    width: 90%;
    margin: 0 auto;
}
.contact-form .actions {
    text-align: right;
}





/* Page: Menu */
.wrapper.menu-sauces {
    padding: 1rem;
    grid-gap: 2rem;
}

.menu-sauces-sticker {
    position: absolute;
    top: 2rem;
    left: 50.5%;
    transform: translateX(-50%);
    width: 12rem;
    height: 12rem;
    z-index: 1;
}
.menu-sauces-sticker svg {
    width: 100%;
    height: 100%;
}


/* Page: Menu - Ornament box */
.box-wrap {
    display: block;
    position: relative;
    line-height: 0;
    height: 100%;
}
.box-wrap.box-mobile {
    display: none;
}

.box-wrap .article {
    line-height: 1.5rem;
}
.box-wrap .article:not(.regular) {
    padding: 2rem 4rem 0 4rem;
}
.box-wrap .article.has-top {
    padding-top: 2rem;
}

.box-wrap .article.has-em em {
    font-size: 2.5rem;
}
.box-wrap .article ul li {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 0.95rem;
}
.box-wrap .box-inner {
    padding: 30px;
}


/* Page: Menu - Ornament box lines */
.box-wrap::before,
.box-wrap::after {
    content: ' ';
    position: absolute;
    min-width: 1px;
    min-height: 1px;

    min-width: 0.085rem;
    min-height: 0.085rem;

}

.box-wrap::before {
    background-color: #340306;
}

.box-wrap.box-top::before {
    top: 0;
    left: 31px;
    right: 31px;
}
.box-wrap.box-left::before {
    left: 0;
    top: 31px;
    bottom: 31px;
}
.box-wrap.box-right::before {
    right: 0;
    top: 31px;
    bottom: 31px;
}
.box-wrap.box-bottom::before {
    bottom: 0;
    left: 31px;
    right: 31px;
}


/* Page: Menu - Ornament box corners */
.box-wrap::after {
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

html:not(.webp) .box-wrap::after {
    background-image: url('/images/ornament-corner.png');
}
html.webp .box-wrap::after {
    background-image: url('/images/ornament-corner.webp');
}

.box-wrap.box-top::after {
    top: 0;
    left: 0;
}
.box-wrap.box-right::after {
    top: 0;
    right: 0;
    transform: rotate(90deg);
}
.box-wrap.box-bottom::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.box-wrap.box-left::after {
    left: 0;
    bottom: 0;
    transform: rotate(270deg);
}


/* Page: Menu - Fry sizes */
.banner-fry-sizes-wrapper .banner-fry-size-info {
    justify-content: center;
    background: #A8343A;
    color: #FFFFFF;
}

.banner-fry-sizes-wrapper.menu .banner-fry-size {
    border-top: none;
    border-bottom: 1px solid #000;
}




/* Page: Sauces */
.country-sauces .box-desktop.hidden {
    display: none;
}




/* Page: Standard ( no template ) */
.standard-page .secondary-image-wrapper {
    grid-area: none;
    width: 100%;
    grid-column: 1;
    grid-row: 1;
    border-bottom: 0;
    border-right: 1px solid #000;
    height: 100%;
}
.standard-page .secondary-image-wrapper svg,
.standard-page .secondary-image-wrapper img {
    max-height: 20rem;
    max-width: 30rem;
}
.standard-page .article-wrapper.detail {
    margin-bottom: 3rem;
}




/* Background */
.background-wrapper {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px !important;
    z-index: 65 !important;
    color: #fff;
}
.background-wrapper.fullscreen {
    height: 100vh;
    min-height: 800px!important;
}
.background-wrapper.medium {
    max-height: 100vh;
    height: 800px;
}
body:not(.ios) .background-wrapper.attached {
    background-attachment: fixed;
}





/* Form */

.form-wrap {
    display: block;
    position: relative;
}
.form-wrap .alert {
    margin: 30px 0;
}
.form-wrap .fields {
    position: relative;
}
.form-wrap .actions {
    padding: 25px 0;
}

.form-wrap .field {
    padding-top: 40px;
}
.form-wrap .field label.label {
    position: absolute;
    opacity: 0;
    left: 0;
    top: -25px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'SpyRoyal', sans-serif;
    letter-spacing: 2px;
}
.form-wrap .field label.label-file {
    padding: 0.5rem 1.75rem;
    background-color: #FCF6EF;
    border-radius: 15px;
    position: relative;
    opacity: 1;
    top: 0;
    left: 2rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}
.file-input-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #869BAA;
}
.file-input-text {
    padding: 1rem 0;
    min-width: 3.5rem;
}
.file-input-text p {
    margin: 0;
}

.form-wrap .field.focus:not(.has-error) label.label,
.form-wrap .field.filled:not(.has-error) label.label {
    opacity: 1;
}

.form-wrap .field .field-inner {
    display: block;
    position: relative;
}

.form-wrap .field select,
.form-wrap .field textarea,
.form-wrap .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    outline: none !important;
    border: 0;
    background: transparent;
    font-size: 1.1rem;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #193545;
    font-weight: 300;
}

.form-wrap .field textarea {
    resize: none;
    height: 10em;
    margin-bottom: -10px;
}

.form-wrap .field .meta {
    position: absolute;
    left: 0;
    top: 10px;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'SpyRoyal', sans-serif;
    letter-spacing: 2px;
}
.form-wrap .field .meta.error {
    font-size: 1rem;
    color: #cc0f00;
    top: -25px;
    z-index: 15;
    opacity: 0;
}

.form-wrap .field label.label > em {
    color: #cc0f00;
    font-weight: 800;
    font-size: 1.25rem;
    font-style: normal;
    margin-left: 5px;
    line-height: 0;
}

.form-wrap .field.has-error .meta.error {
    opacity: 1;
}

.form-wrap .field.focus .meta.placeholder,
.form-wrap .field.filled .meta.placeholder {
    top: -25px;
    left: 0;
    font-size: 1rem;
    opacity: 0%;
}

.form-wrap .field-recaptcha {
    display: block;
    position: relative;
}
.form-wrap .field-recaptcha .g-recaptcha {
    display: inline-block;
}

body.ready .form-wrap .field select,
body.ready .form-wrap .field textarea,
body.ready .form-wrap .field:not(.select):not(.checkbox) .field-inner::before,
body.ready .form-wrap .field:not(.select):not(.checkbox) .field-inner::after,
body.ready .form-wrap .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]),
body.ready .form-wrap .field .field-inner .meta,
body.ready .form-wrap .field .field-inner label.label,
body.ready .form-wrap .field .field-inner label.label > em {
    transition: 0.25s;
}

body.ready .form-wrap .field input[type='file'] {
    display: none;
}


.form-wrap.is-white .field .meta {
    color: #fff;
}

.form-wrap.is-white .field label.label > em,
.form-wrap.is-white .field .meta.error {
    color: #ff7e74;
}

.form-wrap.is-white .field select,
.form-wrap.is-white .field textarea,
.form-wrap.is-white .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    color: #fff;
}





/* Modals */
.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1250;
    min-height: 110vh;
}
.modal-wrapper:not(.is-active) {
    display: none;
}
.modal-wrapper::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
}
.modal-wrapper .container {
    position: relative;
    height: 100vh;
    z-index: 25;
}
.modal-wrapper .modal-wrap {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    min-height: 256px;
    padding: 25px 25px;
    background-color: #fffaf4;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-height: calc( 100vh - 40px );
    border-radius: 20px;
    overflow: auto;
    top: 50%;
    transform: translateY(-50%);
}

.modal-wrapper .modal-wrap.modal-sm {
    width: 525px;
}
.modal-wrapper .modal-wrap.modal-md {
    width: 768px;
}
.modal-wrapper .modal-wrap.modal-lg {
    width: 992px;
}
.modal-wrapper .modal-wrap .modal-form .fields {
    margin-top: -25px;
}

.modal-wrapper .modal-wrap .modal-close {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    z-index: 75;
}
.modal-wrapper .modal-wrap .modal-close svg {
    width: 100%;
    height: 100%;
}
.modal-wrapper .modal-wrap .modal-close svg path {
    fill: #900;
}

.modal-wrapper .modal-team {
    margin-top: 35px;
}





/* Pagination */

.pagination-wrap {
    display: block;
    position: relative;
    text-align: center;
}
ul.pagination {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.pagination > li {
    display: inline-block;
    vertical-align: top;
}
ul.pagination > li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.pagination > li > a,
ul.pagination > li > span {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: #fffaf4;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    line-height: 50px;
    color: #2e4d6d;
    font-weight: 700;
    border-radius: 10px;
}
ul.pagination:not(:hover) > li.active > a,
ul.pagination:not(:hover) > li.active > span {
    background-color: #fff;
}
ul.pagination > li:hover > a,
ul.pagination > li:hover > span {
    background-color: #fff;
}
body.ready ul.pagination > li > a,
body.ready ul.pagination > li > span {
    transition: 0.25s;
}






/* Main Theme Responsive */
@media all and (max-width: 1400px) {

    .banner-detail.our-location .article h1 em,
    .our-location .article h2 em,
    .box-wrap .article.has-em em {
        line-height: 3rem;
    }

}


@media all and (max-width: 1200px) {

    /* Main wrapper */
    .main-outer-wrapper {
        margin: 1rem;
    }




    /* General */

    .wrapper.medium {
        padding: 75px 0 75px;
    }
    .wrapper.spacing-top {
        padding-top: 100px;
    }
    .wrapper.spacing-bottom {
        padding-bottom: 125px;
    }




    /* Call to action */
    .cta-sticker-text-wrapper svg,
    .cta-sticker-text-wrapper img {
        width: 20rem;
        top: -4rem;
    }
    .cta-sticker-sauce {
        right: -4rem;
        top: -2.5rem;
    }




    /* Page: Our location */
    .our-location .opening-hours-wrapper {
        width: 90%;
    }
    .our-location .article.enhanced p {
        margin-left: 0;
    }




    /* Page: Menu */
    .box-wrap .article {
        padding: 0;
    }
    .box-wrap .article:not(.regular) {
        padding: 0;
    }
    .box-wrap:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }
    .box-wrap .article.has-em h2 {
        text-align: center;
    }
    .box-wrap .article.has-em em {
        font-size: 2rem;
    }

}

@media all and (max-width: 992px) {


    /* Navigation */
    .header-sticker-image {
        display: none;
    }
    .header-wrapper .menu-wrap ul li {
        padding: 10px 30px;
    }



    /* Side column ( for grid lines ) */
    .side-column {
        border-left: none;
    }
    .side-column.sauces {
        padding: 2rem 0 0 0;
    }



    /* Banner */
    .banner-image {
        padding: 5rem 0 2rem 0;
        border-top: 1px solid #000;
        position: relative;
    }


    /* Banner fry sizes*/
    .banner-fry-sizes-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .banner-fry-size .banner-fry-size-image-inner {
        padding: 1rem;
    }

    .banner-image svg,
    .banner-image img {
        width: 15rem;
    }
    .banner-sticker-image {
        right: -1rem;
        width: 12rem;
        height: 12rem;
        display: block;
        top: -3rem;
    }


    /* Wrapper grids */
    .wrapper.grid {
        display: block;
    }

    .wrapper.grid.banner {
        margin-top: 5px;
        grid-template-columns: 1fr;
        grid-template-areas: none;
    }
    .wrapper.grid.three-columns-not-equal {
        display: flex;
        flex-direction: column;
    }




    /* Sauces categories wrapper */
    .sauces-inner {
        border-bottom: 1px solid #000;
    }




    /* Call to action */
    .cta-sticker-text-wrapper svg,
    .cta-sticker-text-wrapper img {
        width: 14rem;
        left: -10px;
        top: -20px;
    }
    .cta-sticker-sauce {
        width: 11rem;
        height: 11rem;
        right: -4.5rem;
        top: -3rem;
    }




    /* General */
    .wrapper.medium {
        padding: 50px 0 50px;
    }
    .wrapper.spacing-top {
        padding-top: 100px;
    }
    .wrapper.spacing-bottom {
        padding-bottom: 100px;
    }




    /* Articles */
    .article.enhanced {
        font-size: 1.2rem;
    }
    .article.featured {
        font-size: 1.35rem;
    }
    .article.enhanced.spread {
        font-size: 1.35rem;
    }

    .article-wrapper,
    .article-wrapper.detail,
    .our-location .article-wrapper {
        padding: 3rem 1rem;
    }

    .article.has-em h1,
    .article.has-em h2,
    .article.has-em h3 {
        font-size: 1.25rem;
    }
    .article.has-em em,
    .article.detail.has-em em,
    .banner-detail .article.has-em em {
        font-size: 3rem;
        margin-bottom: 0.75rem;
    }

    .article-wrapper.border-right {
        border-right: none;
    }
    .article-wrapper.detail:last-of-type {
        border-top: 1px solid #000;
    }




    /* Page: About us */
    .about-us-image:not(:last-of-type) {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #000;
    }

    .maps-wrapper.about-us {
        order: 2;
        border-top: 1px solid #000;
        height: 35rem;
    }
    .maps-wrapper .maps-wrap > .maps, .maps-wrap > .maps > iframe {
        position: relative;
    }

    .about-us-image {
        height: 22rem;
    }
    .about-us-image:nth-child(3) svg {
        height: 18rem;
    }
    .about-us-image-inner {
        width: 14rem;
        max-height: 22rem;
    }




    /* Page: Our location */
    .our-location .opening-hours-wrapper {
        width: 75%;
    }
    .our-location .article.enhanced p {
        margin-left: 0;
    }




    /* Page: Contact */
    .contact-form {
        border-right: 0;
    }
    .maps-wrapper.contact {
        height: 25vh;
        border-top: 1px solid #000;
    }




    /* Page: Menu */
    .box-wrap .article {
        padding: 0;
    }
    .box-wrap:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }
    .box-wrap .article.has-em h2 {
        text-align: center;
    }
    .box-wrap .article.has-em em {
        font-size: 2rem;
    }
    .page-menu .box-wrap.box-desktop {
        display: none;
    }

    /* Page: Menu - Mobile Ornament box */
    .box-wrap.box-mobile {
        display: block;
        line-height: 1rem;
    }
    .box-wrap.box-mobile.box-inner {
        padding: 15px;
        text-align: center;
    }
    .box-wrap.box-mobile .sauces-categories-wrapper {
        gap: 0;
    }
    .box-wrap.box-mobile .sauces-categories-wrapper span:first-of-type {
        margin-right: 15px;
    }
    .box-wrap.box-mobile .sauces-inner {
        padding: 0 1rem;
    }
    .box-wrap.box-mobile .article.has-em h2 {
        margin: 1.5rem 1.5rem 0 1.5rem;
    }


    /* Page: Menu - sauces sticker */
    .menu-sauces-sticker {
        width: 10rem;
        height: 10rem;
        left: 2rem;
        top: 1rem;
    }




    /* Page: Standard ( no template ) */
    .standard-page .secondary-image-wrapper {
        border-right: 0;
        padding: 1.5rem;
    }
    .standard-page .article-wrapper.detail {
        margin-bottom: 0;
    }




    /* Page: Home - Secondary image ( mill ) */
    .secondary-image-inner {
        height: 15rem;
    }


}




@media all and (min-width: 768px) and (max-width: 992px) {

}


@media all and (max-width: 768px) {


    /* Banner */
    .banner-image svg,
    .banner-image img {
        width: 13rem;
    }
    .banner-sticker-image {
        right: -1rem;
        width: 11rem;
        height: 11rem;
    }


    /* Banner fry sizes */
    .banner-fry-size-image {
        margin: 0;
    }




    /* Secondary image */
    .secondary-image-inner {
        margin: 0;
        height: 12rem;
    }




    /* Articles */
    .article.enhanced {
        font-size: 1.1rem;
    }

    .article.has-em h1,
    .article.has-em h2,
    .article.has-em h3,
    .article.detail.has-em h1,
    .article.detail.has-em h2,
    .article.detail.has-em h3 {
        font-size: 1.1rem;
    }

    .article.has-em em,
    .banner-detail .article.has-em em,
    .article.detail.has-em em {
        font-size: 2.5rem;
        margin-bottom: 0.75rem;
    }




    /* Buttons */
    .button.main {
        font-size: 1.2rem;
    }




    /* Footer */
    .footer-wrapper {
        padding: 0 0;
    }
    .footer-content {
        padding-bottom: 0;
    }
    .footer-content ul {
        padding: 0;
    }



    /* General */
    .wrapper.first {
        padding-top: 100px;
    }
    .wrapper.last {
        padding-bottom: 50px;
    }
    .wrapper.spacing {
        padding: 110px 0 110px;
    }
    .wrapper.spacing.under-slider {
        padding: 50px 0 75px;
    }
    .wrapper.spacing-top {
        padding-top: 75px;
    }
    .wrapper.spacing-bottom {
        padding-bottom: 75px;
    }



    /* Headings */
    h1,
    .h2-h1 h2,
    .h3-h1 h3 {
        font-size: 1.65rem;
    }
    h2,
    .h1-h2 h1,
    .h3-h2 h3 {
        font-size: 1.65rem;
    }
    h3,
    .h1-h3 h1,
    .h2-h3 h2 {
        font-size: 1.35rem;
    }
    h4,
    .h1-h3 h1,
    .h2-h3 h2 {
        font-size: 1.4rem;
    }




    /* Articles */
    .article.featured {
        font-size: 1.25rem;
    }
    .article.enhanced.spread {
        font-size: 1.25rem;
    }

    .article-wrap.top {
        margin-top: 60px;
    }
    .article-wrap.bottom {
        margin-bottom: 50px;
    }

    .article-wrap.top-offset {
        margin-top: 80px;
    }
    .article-wrap.bottom-offset {
        margin-bottom: 70px;
    }




    /* Footer */
    .footer-wrapper .footer-inner {
        padding: 50px 0 125px;
    }
    .footer-wrapper .footer-logo {
        margin-bottom: 50px;
    }




    /* Navigation */
    .header-wrapper {
        border-bottom: 1px solid #000;
        position: sticky;
        top: 0;
    }
    .header-wrapper-inner {
        padding: 0 1rem;
    }
    .header-wrapper .menu-wrap ul li.active:after {
        display: none;
    }

    .menu-wrapper .menu-wrap {
        top: 100px;
        bottom: 45px;
    }
    .header-wrapper .menu-wrap {
        display: none;
        border-bottom: 0;
    }
    .header-wrapper .menu-wrap ul {
        flex-direction: column;
    }

    .header-wrapper .header-logo {
        width: auto;
        border-bottom: 0;
    }
    .header-logo > .logo {
        width: 225px;
    }


    .header-wrapper .menu-wrap ul li:after,
    .header-wrapper .menu-wrap ul li.active:after {
        display: none;
    }

    /* Hamburger */
    .hamburger-wrap {
        display: block;
    }




    /* Footer */
    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .footer-wrapper .footer-logo {
        margin-bottom: 40px;
    }




    /* Page: About us */
    .about-us-image {
        height: 22rem;
    }
    .about-us-image:nth-child(3) svg {
        height: 18rem;
    }
    .about-us-image-inner {
        width: 14rem;
        max-height: 22rem;
    }




    /* Page: Menu */
    .box-wrap .article {
        padding: 0;
    }
    .box-wrap .article.has-em h2 {
        text-align: center;
    }
    .box-wrap .article.has-em em {
        font-size: 2rem;
    }


    /* Page: Menu - sauces sticker */
    .menu-sauces-sticker {
        width: 9rem;
        height: 9rem;
        left: 2rem;
        top: 1rem;
    }




    /* Sauces side column */
    .side-column.sauces .article.has-em em {
        font-size: 2.5rem;
    }




    /* Page: Our location */
    .our-location .article.has-em h2 em {
        font-size: 2rem;
    }


}

@media all and (max-width: 575px) {

    /* Headings */
    h2, .h1-h2 h1, .h3-h2 h3 {
        font-size: 2.15rem;
    }
    h4, .h1-h3 h1, .h2-h3 h2 {
        font-size: 1.35rem;
    }




    /* General */
    .wrapper.first {
        padding-top: 60px;
    }
    .wrapper.large {
        padding: 65px 0px;
    }
    .wrapper.spacing {
        padding: 75px 0 75px;
    }
    .wrapper.spacing.under-slider {
        padding: 25px 0 75px;
    }
    .wrapper.quote.products {
        padding-top: 11vw;
    }
    .wrapper .article.product p:not(:last-child) {
        margin-bottom: 1rem;
    }

    .container-xl {
        max-width: inherit;
    }

    .main-wrapper {
        overflow-x: hidden;
    }



    
    /* Side column ( for grid lines ) */
    .side-column.sauces {
        padding: 2rem 0 0 0;
        text-align: start;
    }




    /* Banner */
    .banner-image svg,
    .banner-image img {
        width: 10rem;
    }
    .banner-sticker-image {
        width: 13rem;
        height: 13rem;
        right: -5.5rem;
    }
    .banner-sticker-image img {
        width: 8.5rem;
    }




    /* Sauces categories  */
    .sauces-categories-wrapper {
        gap: 1.5rem;
    }
    .sauces-categories-wrapper span {
        font-size: 0.95rem;
    }
    .sauces-inner {
        border-bottom: 1px solid #000;
        align-items: start;
        padding: 0 1.65rem;
    }
    .sauces-inner p {
        width: auto;
    }




    /* Buttons */
    .button.main {
        font-size: inherit;
    }




    /* Main article + decorations */
    .article.enhanced {
        font-size: 1rem;
    }
    .article .article-top-decoration,
    .article.main h1,
    .article.main h3 {
        margin-bottom: 2rem;
    }
    .article .article-top-decoration svg {
        width: 1.25rem;
        height: auto;
    }
    .article .article-top-decoration::after {
        margin-left: -2.25rem;
    }
    .article .article-top-decoration::before {
        margin-left: 2.25rem;
    }




    /* Video banner */
    .video-wrap.fullscreen > video {
        transform: translate(-58%, -50%);
        -webkit-transform: translate(-58%, -50%);
    }




    /* Fry sizes */
    .banner-fry-sizes-wrapper {
        grid-template-columns: 1fr;
    }
    .banner-fry-size {
        border-right: 0;
    }




    /* Secondary image */
    .secondary-image-inner {
        height: 10rem;
    }




    /* Call to action */
    .cta-sticker-sauce {
        display: none;
    }
    .cta-sticker-text-wrapper {
        flex-direction: column;
    }
    .cta-sticker-text-wrapper svg,
    .cta-sticker-text-wrapper img {
        left: 0;
        width: 13rem;
    }
    .cta-sticker-text-wrapper-inner {
        text-align: center;
    }


    /* Call to action the chicken bar logo */
    .tcb-logo-wrapper svg,
    .tcb-logo-wrapper img {
        width: 15rem;
    }




    /* Articles */
    .article-wrap.top {
        margin-top: 50px;
    }
    .article-wrap.bottom {
        margin-bottom: 35px;
    }

    .article-wrap.top-offset {
        margin-top: 50px;
    }
    .article-wrap.bottom-offset {
        margin-bottom: 45px;
    }




    /* Logo */
    .logo-wrap {
        width: auto;
    }
    .header-logo > .logo {
        width: 180px;
    }



    /* Page: About us */
    .about-us-image {
        height: 20rem;
    }
    .about-us-image:nth-child(3) svg {
        height: 16rem;
    }
    .about-us-image-inner {
        width: 12rem;
        max-height: 20rem;
    }




    /* Page our location */
    .banner-detail.our-location .article {
        text-align: left;
        margin: 0 1rem;
    }
    .our-location-image {
        height: 18.75rem;
    }
    .our-location .opening-hours-wrapper {
        width: auto;
        margin: 0 0.75rem;
    }
    .our-location .article.has-em h2 em {
        font-size: 2.25rem;
    }




    /* Page: Menu - sauces sticker */
    .menu-sauces-sticker {
        width: 7rem;
        height: 7rem;
        left: 2rem;
        top: 1.5rem;
    }




    /* Page: Standard ( no template ) */
    .standard-page .secondary-image-wrapper img,
    .standard-page .secondary-image-wrapper svg {
        width: 100%;
        height: 100%;
    }




    /* Page: Menu - Mobile Ornament box */
    .box-wrap.box-mobile.box-inner {
        padding: 15px;
        text-align: start;
    }
}




@media all and (max-width: 410px) {



}


@media all and (max-height: 700px) and (max-width: 575px) {



}

@media all and (max-height: 675px) and (min-width: 768px) {



}

@media all and (min-height: 675px) and (min-width: 768px) {



}









/* Mobile Friendly -  Bootstrap Responsive */




@media all and (min-width: 1199px) and (min-width: 1400px) {
    .hidden-xl { display: none !important; }
    .visible-xl { display: block !important; }

    .left-xl { text-align: left !important; }
    .right-xl { text-align: right !important; }

    .no-br-xl br, .no-br br { display: none; }
}
@media all and (min-width: 991px) and (max-width: 1200px) {
    .hidden-lg { display: none !important; }
    .visible-lg { display: block !important; }

    .left-lg { text-align: left !important; }
    .right-lg { text-align: right !important; }

    .no-br-lg br, .no-br br { display: none; }
}
@media all and (min-width: 767px) and (max-width: 992px) {
    .hidden-md { display: none !important; }
    .visible-md { display: block !important; }

    .left-md { text-align: left !important; }
    .right-md { text-align: right !important; }

    .no-br-md br, .no-br br { display: none; }
}
@media all and (min-width: 574px) and (max-width: 768px) {
    .hidden-sm { display: none !important; }
    .visible-sm { display: block !important; }

    .left-sm { text-align: left !important; }
    .right-sm { text-align: right !important; }

    .no-br-sm br, .no-br br { display: none; }
}
@media all and (min-width: 0px) and (max-width: 575px) {
    .hidden-xs { display: none !important; }
    .visible-xs { display: block !important; }

    .left-xs { text-align: left !important; }
    .right-xs { text-align: right !important; }

    .container-fluid { padding: 0 20px; }
    .container { padding: 0 20px; }

    .no-br-xs br, .no-br br { display: none; }

}