#logo {
    margin-top: 11px;
    margin-bottom: 11px;
}

#header, div#welcome_txt {
    background: rgb(0 0 0) !important;
}

div#logo a img {
    width: 70% !important;
    margin: 8px auto !important;
}

#menu .navbar-nav {
    float: none;
    background: rgb(255 255 255) !important;
}

.welcome-details {
    background: rgb(255 255 255) !important;
}

#links ul li {
    display: inline-block;
    border-right: 1px solid rgb(0 0 0) !important;
    line-height: 10px;
}


.welcome-details-container h4 {
    margin: 0px;
    font-size: 30px;
    font-weight: 900;
    color: rgb(0 0 0) !important;
    padding: 0px 0px 8px;
}

.welcome-details-container p {
    font-size: 16px;
    font-weight: 700;
    color: rgb(0 0 0) !important;
    width: 70%;
    margin: 0px auto;
    line-height: 31px;
}

#menu .nav > li > a :hover {
    background-color: aqua !important;
}

div#carouselwrapper0 h2 {
    margin: 0px;
    font-size: 30px;
    font-weight: 900;
    color: #000;
    text-align: center;
    padding: 0px 0px 20px;
}

#menu .nav > li > a {
    background-color: transparent;
    color: rgb(0 0 0) !important;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 15px 30px;
    min-height: 15px;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}

.slide {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.footer-last-links {
    padding-top: 15px;
    background: rgb(255 255 255) !important;
}

#links ul li a {
    padding: 0 10px;
    color: rgb(0 0 0) !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}



.powered p, .powered p a {
    color: rgb(0 0 0) !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}



.address a.padtop {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: rgb(255 255 255) !important;
    text-decoration: none;
    margin-top: 5px !important;
}

a.menu-order-now {
    display: block;
    text-align: center;
    font-size: 20px !important;
    font-weight: 700;
    color: #000 !important;
    text-decoration: none;
    background-color: rgb(247 241 227) !important;
    padding: 20px !important;
}


@media screen and (max-width: 991px) {
}

.cart-bar__continue-text, .cart__item-count {
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    padding-right: 5px;
}

.address h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(19 30 76) !important;
    line-height: 30px;
}

div#open_txt h3 {
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    text-align: center;
    color: rgb(255 255 255) !important;
}

span.home_day, span.home_time {
    font-size: 16px;
    font-weight: 700;
    color: rgb(255 255 255) !important;
}

.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
}

.header-menu-links {
    background: rgb(26 26 25);
    border-top: 3px solid rgb(255 255 255);
    border-bottom: 3px solid rgb(255 255 255);
}

.box-heading {
    background: rgb(0 0 0) !important;
    padding: 10px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    width: 250px;
}




.header-call-details a {
    font-size: 18px;
    font-weight: 700;
    color: rgb(255 255 255) !important;
    text-decoration: none;
}


div#welcome, div#welcome a {
    font-size: 16px;
    font-weight: 700;
    color: rgb(255 255 255) !important;
    text-decoration: none;
}


div#contentcat ul.nav.nav-tabs > li.active > a, div#contentcat ul.nav.nav-tabs > li.active > a:hover, div#contentcat ul.nav.nav-tabs > li.active > a:focus {
    background-color: rgb(224 31 39) !important;
    color: rgb(255 255 255) !important;
    background: rgb(163 124 75) !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: #ffffff !important;
    color: rgb(0 0 0) !important;
}

.cat_desc p {
    margin: 0px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: rgb(224 31 39) !important;
}

a.button, input.button {
    background: none repeat scroll 0 0 rgb(233 28 50) !important;
    border: 1px solid rgb(233 28 50) !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 4px 15px;
    text-decoration: none;
    margin: 1px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 33%) !important;
    font-size: 18px;
}

.menu-item__price-text {
    font-weight: 500;
    color: #000 !important;
}


#menu .navbar-nav li {
    position: relative
}

    #menu .navbar-nav li::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 16px;
        border-right: 2px solid rgb(0 0 0) !important;
    }

    #menu .navbar-nav li:last-child::after {
        display: none
    }

div#hometop .slideshow .nivo-caption {
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    background: transparent;
    text-align: center;
    opacity: 1
}

.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
    }
}

.page-divider {
    display: none !important;
}

.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%
}

.nav-stacked > li + li {
    margin-top: 0px !important;
}

.resp-side-nav li a {
    width: 250px;
    display: block;
    background: rgb(255 255 255);
    color: black;
    /*height: 32px !important;*/
    padding: 5px 15px !important;
    font-weight: 500;
    height: inherit;
    border: 1px solid #dcdcdc;
    font-size: 14px !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;
}

.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
    }
}

.button--enabled {
    background-color: #6e6e6e !important;
    color: #fff;
    text-decoration: none;
    border: none;
}

div#contentcat ul.nav.nav-tabs li a {
    color: rgb(255 255 255) !important;
    border-radius: 0px;
    BACKGROUND: rgb(0 0 0) !important;
    font-size: 15px;
    margin: 0px;
    transition: all 0.5s;
}

.cart__collection-label {
    webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 700;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 9px 0;
    color: #ffffff !important;
    width: 100%;
    background: rgb(147 147 147) !important;
    text-align: center;
}

.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: rgb(228 31 61) !important
}

.defaultButtons--light {
    background: rgb(145 143 143) !important;
    color: rgb(255 255 255) !important;
}



.bread-crumb-link-color {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgb(255 255 255) !important;
    padding: 10px;
    font-weight: 600;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: rgb(104 154 150) !important;
    color: #fff;
    border: 1px rgb(104 154 150) !important;
}

.defaultButtons--dark {
    background: rgba(82, 40, 34, 1) !important
}

.cart__collection-input:checked + .cart__collection-label {
    background: none;
    color: rgb(255 255 255) !important;
    background: rgb(163 124 75) !important;
}


.defaultButtons {
    background: rgb(0 0 0) !important;
    border-color: rgb(0 0 0) !important;
    color: #ffffff !important;
}

#discount-badge {
    background: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, 1) !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
}

.product-det-right {
    min-height: auto !important
}

.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,rgb(0, 0, 0),rgb(0, 0, 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: 84px;
}

.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: 52%;
    -webkit-flex: 52%;
    -ms-flex: 52%;
    flex: 52%;
    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: white;
    padding: 11px 11px;
    cursor: pointer
}

    .full-nav__login:hover, .full-nav__login:focus {
        text-decoration: none;
        color: white;
    }

.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: white
}

.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
        }

.prod_main_categories .cat_name h3 {
    background-size: 100% auto !important;
    height: 131px;
    margin-top: 0;
    padding-top: 95px;
    background-repeat: no-repeat;
    background-position: center
}

.prod_main_categories .cat_name {
    padding: 0px;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%
}

    .prod_main_categories .cat_name h3 span {
        color: rgb(219 191 156) !important;
        display: block;
        font-size: 22px;
        font-weight: bold;
        padding: 6px 9px;
        text-align: center;
        background-color: rgb(0 0 0) !important;
    }

div#footer_bg {
    background: #000;
    border-top: 1px solid rgb(0 0 0) !important;
    border-bottom: 1px solid rgb(0 0 0) !important;
}

.powered p a img {
    width: 80px !important;
}

.contact-branchWholeContainer {
    padding: 31px !important;
}

div#carouselwrapper0 {
    margin: 0px auto !important;
    padding: 40px 0px 30px !important;
    background-position: center center;
    min-height: 400px;
    background: radial-gradient(circle, rgb(253 244 244) 0%, rgb(0 0 0) 100%) !important;
}

.slide-1 {
    background-image: url("https://connect.poscraft.co.uk/attachments/Company/e8925f706a3047e2bdd518d1160d4f5d.png") !important;
}

.slide-2 {
    background-image: url("https://connect.poscraft.co.uk/attachments/Company/e8925f706a3047e2bdd518d1160d4f5d.png") !important;
}

.slide-3 {
    background-image: url("https://connect.poscraft.co.uk/attachments/Company/e8925f706a3047e2bdd518d1160d4f5d.png") !important;
}

.slide-content h1 {
    font-size: 45px;
    color: white;
    margin-left: 104px;
    text-transform: uppercase;
}

.owl-dots {
    display: none
}

.owl-nav {
    display: none
}

.slide-content p {
    font-family: "Lato", serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.slide-content button {
    background: red;
    font-size: 17px !important;
    text-transform: uppercase !important;
    padding: 14px 13px !important;
    margin-left: 53px !important;
    margin-right: -47px !important;
}

.mobileviewOrderType {
    background: rgb(46 44 45) !important;
    height: 127px;
    display: none;
}

.mobileviewOrderType-header {
    background: rgb(46 44 45) !important;
    height: 27px !important;
    font-size: 13px;
    border-bottom: 3px solid white;
    margin-top: 11px;
    color: rgb(255 255 255) !important;
}

.color-of-delivery {
    color: rgb(255 255 255) !important;
}

.color-of-collection {
    color: rgb(255 255 255) !important;
}

@media (max-width: 478px) {
    div#logo a img {
        width: 40% !important;
    }
}

@media (max-width: 767px) {
    div#logo a img {
        width: 50% !important;
    }
}
