﻿@charset "UTF-8";
/*Added by RB*/
/*!
* Start Bootstrap - Freelancer v6.0.4 (https://startbootstrap.com/themes/freelancer)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-freelancer/blob/master/LICENSE)
*/
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --TGDarkBlue: #06063D;
    --TGLightBlue: #298de2;
    --TGRed: #e02038;
    --TGGreen: #22d873;
    --TGDarkGrey: #ADADAD;
    --TGLightGrey: #e2e2e2;
    --TGHeader: #5e7592;
    --TGFooter: #5e7592;
    --TGBackground: #e0e0e0;
    --TGMenuButton: #5e7592;
    --TGActionButton: #22eb4d;
    --TGActionButtonText:#000;
    --TGPlusButton: #09ff00;
    --TGMinusButton: #ff0000;
    --TGLink: #80dbff;
    --TGTopMessageBackground: #00c5c5;
    --TGTopMessageForeground: #000000;
    --TGRightMessageBackground: #00c5c5;
    --TGRightMessageForeground: #000000;
    --TGBackgroundURL: url();
    --TGMenuButtonHoverBG: #3a3a3a;
    --TGMenuButtonHoverFG: #fff;
    --TGHeaderText: rgb(70, 70, 70);
    --TGMenuButtonActive: #5a5a5a;
    --TGMenuButtonActiveText : #000;
    --TGHomeText: #fff;
    --TGPanelBG: #aaaaaa;
    --TGPanelFG: #000;
    --scrollbarBG: #8C8C8C;
    --thumbBG: #b0b0b0;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#ui-id-1 {
    list-style-type: none;
    z-index: 2222 !important;
    /*left: 536px !important;*/
    /*top: 140px !important;*/
    width: 371px;
    /*bottom: 624px !important;*/
    background-color: #fff;
}

/*#ui-id-2 {
    z-index: 2222 !important;
    left: 525px !important;
    top: 150px !important;
    width: 371px;
    display: none;
}*/

.ui-menu-item {
    margin-left: -29px;
}

.errormsg1cls {
    color: red;
}

html, body {
    height: 100%;
}

body {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: var(--TGBackground);
    background-image: var(--TGBackgroundURL);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    background: var(--TGHeader);
    display:-webkit-box;
}

    #mainNav .navbar-brand {
        color: #fff;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
        max-width: 80%;
    }
        #mainNav H1 {
    font-size: 2rem;
    }

        #mainNav .navbar-brand img {
            max-height: 2em;


        }

    #mainNav .navbar-nav {
        margin-top: 1rem;
    }

        #mainNav .navbar-nav li.nav-item a.nav-link {
            color: var(--TGLink);
            background: var(--TGHeader);
            transition: all 0.5s;
        }

            #mainNav .navbar-nav li.nav-item a.nav-link:hover {
                background: var(--TGActionButton);
                color: var(--TGActionButtonText);
            }

            #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
                color: #fff;
            }

            #mainNav .navbar-nav li.nav-item a.nav-link.active {
                color: #1abc9c;
            }

    #mainNav .navbar-toggler {
        font-size: 80%;
        padding: 0.8rem;
    }

@media (min-width: 992px) {
    #mainNav {
        /* padding-top: 1.5rem;
            padding-bottom: 1.5rem; */
        transition: padding-top 0.3s, padding-bottom 0.3s;

    }

        #mainNav .navbar-brand {
            font-size: 1.75em;
            transition: font-size 0.3s;
            max-width: 35%;
        }

        #mainNav .navbar-nav {
            margin-top: 0;
        }

            #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
                color: var(--white);
                background: var(--TGDarkBlue);
            }

                #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
                    color: #fff;
                    background: #1abc9c;
                }

        #mainNav.navbar-shrink {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            border-bottom: solid 1px var(--TGLightGrey);
        }

            #mainNav.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }
}


.footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--TGLink);
    background: var(--TGFooter);
    border-top: solid 1px var(--TGDarkGrey);
    font-size: 0.8rem;
}

    .footer a {
        color: var(--TGLink);
    }



.validation-success {
    clear: both;
    font-size: 0.9166em;
    line-height: 1.5em;
    color: #548615;
    margin-top: 5px;
    margin-bottom: 5px;
    width: auto;
    box-shadow: 0 3px 10px rgb(187, 156, 156);
    display: none;
}

.validation-advice {
    clear: both;
    font-size: 0.9166em;
    line-height: 1.5em;
    color: #ee001c;
    margin-top: 5px;
    margin-bottom: 5px;
    width: auto;
    box-shadow: 0 3px 10px rgb(187, 156, 156);
    display: none;
}

.cst-subscribe-ftr button {
    padding: 6px 9px;
    background: #111;
    color: #fff;
    margin-left: -8px;
    border-radius: 0px;
}

.footer .form-group {
    display: block;
}

.footer h5 {
    font-size: 0.9rem;
}

.reg {
    background: url(../assets/img/register-bg.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.header-info-bar {
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;
}

.top-message {
    font-weight: bold;
    background-color: var(--TGTopMessageBackground);
    color: var(--TGTopMessageForeground);
    padding: 0.4rem;
}

.right-message {
    font-weight: bold;
    background-color: var(--TGRightMessageBackground);
    color: var(--TGRightMessageForeground);
    padding: 0.4rem;
    border-radius: 0.2rem;
}

#ordering {
    padding-top: 1em;
}

.product {
    background: #fff;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 0.5rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    min-height: 4.7rem;
}
.product-unavailable{
    pointer-events: none;
    opacity: 0.4;
}

.productimage {
    text-align: center;
}

    .productimage img {
        max-width: 5rem;
        max-height: 4.7rem;
        padding: 0.4rem;
    }

.tg-plus, .tg-plus button {
    background-color: #fff;
    color: var(--TGPlusButton);
}

    .tg-plus:hover:enabled, .tg-plus button:hover:enabled {
        background-color: var(--TGPlusButton);
        color: #fff;
    }



.tg-minus, .tg-minus button {
    background-color: #fff;
    color: var(--TGMinusButton);
}

    .tg-minus:hover:enabled, .tg-minus button:hover:enabled {
        background-color: var(--TGMinusButton);
        color: #fff;
    }

.tg-plus button:disabled,
.tg-plus button[disabled],
.tg-plus button:hover[disabled],
.tg-plus button:hover:disabled,
.tg-minus button:disabled,
.tg-minus button[disabled],
.tg-minus button:hover[disabled],
.tg-minus button:hover:disabled
{
  color: #666666;
}

.product .qty input {
    width: 2rem;
    text-align: center;
    background-color: #fff;
    border-width: 1px 2px;
}

#item-categories {
    overflow-x: auto;
    width: 100%;
    display: flex;
}

.item-name {
    font-weight: bold;
}

.item-desc {
    font-size: 0.9rem;
}

.item-allergy {
    font-size: 0.7rem;
}

.item-price {
    font-size: 1.2rem;
}

.item-price-control .row {
    height: 100%;
}

.categories .list-group-item {
    background-color: var(--TGMenuButton);
    margin: 0.1rem;
    font-weight: bold;
    color: var(--TGLink);
}

    .categories .list-group-item:hover, .categories .list-group-item:hover a {
        background-color: var(--TGMenuButtonHoverBG) !important;
        color: var(--TGMenuButtonHoverFG) !important;
        text-decoration: none;
    }

    .categories .list-group-item a {
        color: var(--TGLink);
    }
        .categories .sub-category  {

	padding-left: 2rem;

    }

.categories .list-group .active, .categories .list-group .active a {
    background-color: var(--TGMenuButtonActive) !important;
}

.header-info-bar {
    color: var(--TGHeaderText);
    fill: var(--TGHeaderText);
}

    .header-info-bar .svg-icon {
        background-size: 1.2rem 1.2rem;
        height: 1.5rem;
        width: 1.5rem;
        margin-right: 0.5rem;
    }

    .header-info-bar a {
        color: var(--TGHeaderText);
    }

    .header-info-bar .svg-inline--fa {
        margin-right: 0.5rem;
    }

.order-type-buttons .svg-icon {
    background-size: 3rem 3rem;
    height: 3rem;
    width: 3rem;
    fill: #3a3a3a;
}

.order-type-buttons div {
    color: #3a3a3a;
}


.btn-ordertype {
    color: #fff;
    background-color: #e4e2e2;
    border-color: #3a3a3a;
    /* padding: 0.3rem 1.5rem; */
}

    .btn-ordertype:hover {
        color: #fff;
        background-color: #bebebe;
    }

    .btn-ordertype:focus, .btn-ordertype.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-ordertype.disabled, .btn-ordertype:disabled {
        color: #fff;
        background-color: #2b2b2b;
        border-color: #28a745;
    }

    .btn-ordertype:not(:disabled):not(.disabled):active, .btn-ordertype:not(:disabled):not(.disabled).active,
    .show > .btn-ordertype.dropdown-toggle {
        color: #fff;
        background-color: #fff;
        border-color: #0062cc;
    }

        .btn-ordertype:not(:disabled):not(.disabled):active:focus, .btn-ordertype:not(:disabled):not(.disabled).active:focus,
        .show > .btn-ordertype.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }
.btn-primary {
    color: var(--TGActionButtonText);
    background-color: var(--TGActionButton);
    border-color: #a1a1a1;
}
.actionbtn {
    color: var(--TGActionButtonText);
    background-color: var(--TGActionButton);
    border-color: #a1a1a1;
}

/* .menu-item{} */
.menu-item-option-header {
    font-size: 0.8rem;
}

.menu-item-option {
    font-size: 0.7rem;
}
.menu-item strike {
    font-size: 0.7rem;
}

.order-total {
    margin: 0.2rem;
    font-weight: bold;
}
.order-time-table {
    font-size: 0.9rem;
}


.delladd {
    margin: 0.2rem;
    /*font-weight: bold;*/
}



#basket-overview-bottom {
    background-color: rgba(0,0,0,.4);
}

@media (min-width: 576px) and (max-width: 991.98px) {

    .order-time-table {
        font-size: 0.7rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

    .order-time-table {
        font-size: 0.8rem;
    }
}

/* Home Page */


#home {
    color: var(--TGHomeText);
    fill: var(--TGHomeText);
    /* min-height: 100%; */
}

    #home #logo img {
        max-height: 12rem;
    }

    #home .commpany-name {
        font-weight: bold;
        /* text-shadow: 2px 2px 4px #d1d1d1; */
    }

    #home .location {
        background-color: rgba(0,0,0,.7);
        margin: 1rem;
    }

    #home .svg-inline--fa {
        margin-right: 0.5rem;
    }


    #home .location .svg-icon {
        background-size: 1.2rem 1.2rem;
        height: 2.7rem;
        width: 2.7rem;
        margin-right: 0.5rem;
    }

    #home #about, #home #search .input-group {
        background-color: rgba(0,0,0,.7);
        padding: 0.6rem;
    }

    #home .input-group-append {
        background-color: var(--TGActionButton);
        color: var(--TGActionButtonText);
    }

.promotionalprice {
    color: var(--TGGreen);
    font-weight: bold
}

.red-text {
    color: #DF1F39 !important;
}

.panel-primary {
    border-color: var(--TGPanelBG) !important;
    border: solid 1px;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: var(--TGPanelBG);
        border-color: var(--TGPanelBG);
        padding: 0.2rem 1rem;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

.panel-heading h4, .panel-heading a {
    color: var(--TGPanelFG);
    font-size: 1.1rem;
}

.panel-body {
    padding: 0.5rem;
}

.cart-details .row {
    margin: 0.4rem 0;
}

.md-form-part-cst input, .md-form-part-cst select {
    height: 45px;
    border: solid 2px #288ce3;
    border-radius: 5px;
    color: #111;
    font-size: 15px;
    font-weight: 600;
}

.md-form-part-cst button {
    background: #22d873;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 30px;
    width: 100%;
    border: solid 2px #22d873;
}

    .md-form-part-cst button:hover {
        background: #fff;
        color: #22d873;
        border: solid 2px #22d873;
    }

#ContactModal .cst-modal-body-home input::placeholder {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

#ContactModal .cst-modal-body-home h4 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

#ContactModal .cst-modal-body-home p {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}

#ContactModal .modal-content {
    position: relative;
    background-color: #fbfbfb;
    margin: auto;
    padding: 0;
    width: 34%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}

#message, #ContactModal input[type=text] {
    border: solid 2px #288ce3;
}
/* The Close Button */
#ContactModal .close {
    color: #111;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    #ContactModal .close:hover,
    #ContactModal .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
/*.modal-header {padding: 2px 16px; border:none; }*/
@@media only screen and (max-width: 767px) {
    #ContactModal .modal-content {
        width: 95%;
        overflow-y: scroll;
        height: 500px;
    }

    #ContactModal .modal {
        z-index: 100;
    }
}

.cst-food-aler {
    color: #fff !important;
    background: #7a7575;
    text-align: center;
    padding: 8px 15px;
    width: 100%;
    border-radius: 3px;
    transition: opacity ease-out 0.2s 0.1s;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    font-size: 16px;
    cursor: pointer;
}

.cst-od-hdr {
    padding-bottom: 0px !important;
}

.inner-ale-text h4 {
    font-size: 15px;
    padding-bottom: 5px;
    color: #ea2024;
    border-bottom: solid 1px #ececec;
}

.cardimages {
    margin-left: 34rem !important;
}


.clas {
    padding-right: 0px !important;
}

.applycodealertmsgcls {
    font-weight: bold;
}

.errormsg1cls {
    color: red;
}

.loginmodalcls {
    padding-right: 25% !important;
}

.succls {
    color: green;
}

.deltome {
    display: none;
}

.overlay {
    pointer-events: none;
}

.dang {
    display: none;
}

.backgroundImg {
    /*background-image: url('../img/PageNotFoundBG.png');*/
    background-size: 100% 100%;
    overflow: hidden !important;
    background-repeat: no-repeat;
}

.center-block {
    display: table; /* Instead of display:block */
    margin-left: auto;
    margin-right: auto;
}

#morebtn, #lessbtn {
    color: black;
}

    #morebtn:hover, #lessbtn:hover {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

.span4 img {
    margin-right: 10px;
}

.span4 .img-left {
    float: left;
}


input[type="text"] {
    width: 100%;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

.inputWithIcon {
    position: relative;
    width: 450px;
}

    .inputWithIcon button {
        position: absolute;
        right: 4px;
        top: 11.5px;
        width: 110px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .inputWithIcon i {
        position: absolute;
        right: 115px;
        top: 8px;
        padding: 9px 8px;
        color: #807c7c;
        transition: 0.3s;
        font-size: 23px;
    }

    .inputWithIcon.inputIconBg i {
        background-color: #aaa;
        color: #fff;
        padding: 9px 4px;
        border-radius: 4px 0 0 4px;
    }

/*Loader*/
.preloader-bg {
    background: rgba(22, 22, 22, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.displayimg {
    display: none;
}

#preloader {
    background-image: url('../../Content/images/PleaseWaitLoader.gif');
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.fa-location-arrow {
    font-size: 1.55em;
}

.lgcuisineimg {
    display: block;
    height: 72px;
    width: 100%;
    border-radius: 5px;
}

.lgcuisineimgdiv {
    border: 1px solid #dcd7d7;
    border-radius: 5px;
    display: block;
}

.lgcuisineimgtext {
    font-size: 13px;
    margin-top: 6px;
}

/*Scroll Bar*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }


#btnbacktorestaurantscreen {
    padding: 2px;
    margin-top: 15px;
}


.mblCuisineImgDiv {
    margin: -3.5px;
    border: 1px solid #dcd7d7;
    border-radius: 5px;
    height: 100px;
}

.mblCuisineImg {
    display: block;
    height: 75px;
    width: 100%;
    border-radius: 5px;
}

.mblCuisineImgText {
    font-size: 13px;
    margin-top: 3px;
    margin-left: 2px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.SignupBtn {
    background-color: #df1f39;
    color: white;
    margin-top: 36px;
    border-radius: 10px;
}

.tglogo {
    height: 85px;
    width: 110px;
}

.bgImgTxt1 {
    font-size: 10vw;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}

.bgImgTxt2 {
    font-size: 4vw;
    white-space: nowrap;
    text-align: center;
    margin-top: -10px;
}

/*.btnpostcode {
            background-color: #df1f39;
            color: white;
            width: 300px;
        }*/

.lgText1 {
    font-size: 4.5vw;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}

.lgText2 {
    font-size: 2vw;
    white-space: nowrap;
    text-align: center;
    margin-top: -10px;
}

.mblrestaurantdetailsdiv {
    padding: 3px;
}

.mblrestaurantlogo {
    width: 60px;
    height: 60px;
}

.restauranttext {
    margin-left: 73px;
}
/*---IPhone 5, SE----*/
@@media only screen and (device-width: 320px) {
    .SignupBtn {
        float: left;
    }

    .mblfilterbtn {
        width: 35px;
    }
}

@@media only screen and (max-width: 770px) {
    /*.btnpostcode {
                font-size: 18px;
            }*/
    .txtpostcode {
        font-size: 18px;
    }

    .imgmorecuisine {
        display: block;
        height: 100%;
        width: 100%;
        filter: blur(0.5px);
    }

    .morecuisinetxt {
        font-size: 18px;
        color: #FFFFFF;
        font-weight: bold;
    }
}
/*-------------------IPAD-----------------------*/
@@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .SignupBtn {
        width: 72%;
        height: 46px;
        font-size: 21px;
        text-align: center;
        margin-top: 60px;
        margin-right: 10px;
    }

    .tglogo {
        height: 115px !important;
        width: 170px !important;
    }

    .bgImgTxt1 {
        font-size: 9vw;
    }

    .fa-location-arrow {
        font-size: 34px !important;
    }

    .mblSearchbox {
        width: 80% !important;
        padding-left: 105px !important;
    }

    .txtpostcode {
        height: 50px;
        font-size: 23px;
    }
    /*.btnpostcode {
                background-color: #df1f39;
                color: white;
                width: 80% !important;
                height: 50px;
            }*/
    .mblCuisineImgDiv {
        margin: -3.5px;
        border: 1px solid #dcd7d7;
        border-radius: 5px;
        height: 176px;
        margin-bottom: 15px;
    }

    .mblCuisineImg {
        display: block;
        height: 140px;
        width: 100%;
        border-radius: 5px;
    }

    .mblCuisineImgText {
        font-size: 21px;
        margin-top: 3px;
        margin-left: 2px;
    }

    .morecuisinetxt {
        font-size: 32px;
    }

    #drpValuembl {
        font-size: 15px;
    }

    .changelocationdiv {
        font-size: 17px !important;
    }

    .mblrestaurantlogo {
        width: 120px;
        height: 120px;
    }

    .restauranttext {
        margin-left: 80px;
    }
}

@@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .SignupBtn {
        width: 72%;
        height: 46px;
        font-size: 21px;
        text-align: center;
        margin-top: 51px;
        margin-right: 10px;
    }

    .tglogo {
        height: 115px !important;
        width: 170px !important;
    }
}
/*---------------------END---------------------------*/

/*--------------------IPAD PRO-----------------------*/
@@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .SignupBtn {
        width: 77%;
        height: 60px;
        font-size: 27px;
        text-align: center;
        margin-top: 70px;
        margin-right: 10px;
    }

    .tglogo {
        height: 150px !important;
        width: 215px !important;
    }

    .lgText1 {
        font-size: 6.3vw;
    }

    .lgText2 {
        font-size: 3.3vw;
    }

    .inputWithIcon {
        width: 620px !important;
        margin-top: 30px;
    }

    .txtpostcode {
        height: 61px;
        font-size: 30px;
    }
    /*.btnpostcode {
                margin-top: 5px;
                width: 123px !important;
                font-size: 20px;
                height: 44px;
                right: 10px;
            }*/
    .fa-location-arrow {
        font-size: 40px !important;
        right: 21% !important;
    }
}

@@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .SignupBtn {
        width: 60%;
        height: 60px;
        font-size: 27px;
        text-align: center;
        margin-top: 70px;
        margin-right: 10px;
    }

    .tglogo {
        height: 150px !important;
        width: 215px !important;
    }

    .lgText2 {
        font-size: 2.5vw;
    }

    .inputWithIcon {
        width: 620px !important;
        margin-top: 20px;
    }

    .txtpostcode {
        height: 58px;
        font-size: 30px;
        border-radius: 10px !important;
    }
    /*.btnpostcode {
                margin-top: 5px;
                width: 123px !important;
                font-size: 20px;
                height: 44px;
                right: 10px;
            }*/
    .fa-location-arrow {
        font-size: 40px !important;
        right: 21% !important;
    }
}

/**/

#cart {
    display: block;
    position: relative;
    top: -9rem;
    visibility: hidden;
}
.categories .leftarrow {padding: 0.3rem;left: 0;bottom: -0.6rem;color: white;font-size: 1rem;}
.categories .rightarrow {padding: 0.3rem;right: 0;bottom: -0.6rem;color: white;font-size: 1rem;}

#OrderHistory label {
    font-weight: bold;
}
.OpeningDay{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.collection-closed, .delivery-closed{
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

	.ui-autocomplete {
		max-height: 50vh;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		height: 7rem;
	}
	
#outdated-browser {
  display: none;
}

@media (max-width: 1200px) { 
.category-groups {
  scroll-margin-top: 8rem;
}}

.z1100, .ui-front {
    z-index:1100;
}