@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
@import url('https://fonts.googleapis.com/css?family=Saira:500');
@import url('https://fonts.googleapis.com/css?family=Muli:600&display=swap');



@font-face {
    font-family: Rc;
    src: url('../Content/MinionPro-Bold.otf');
}

/* color variables 

    #fff: #fff;  ----- using background
    #2c539e: #2c539e;
    #c65532: #eb6f09;
    #c65532: #c65532;
    #ea571b: #ea571b;
    #ff442b: #ff442b;
    #1d325a : #1d325a;
    #428bca : #428bca; ----- using inner links
    #dbeeff : #dbeeff;
    #e2e5ea : #e2e5ea;
    #222433 : #222433;
    #c10814 : #c10814;
    #fe7600 : #fe7600;
    #CC4616 : #CC4616; ----- using callender header
    #ff442e : #ff442e; ----- using inner page date time font, menu items page menu titels 
    #5b9bd5 : #5b9bd5; ---- payment page header color (cash, cheque etc)
    #337aba : #337aba; ---- payment page header links color (cash, cheque etc)
    #d75121 : #d75121;  ---- payment page edit links color
    #0f7851 : #0f7851; ---- place oder button color
    #2a9f39 : #2a9f39; ---- Order Summary sucess Massage

    */


body {
    _font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-family: 'Droid Sans', sans-serif !important;
    color: #232323;
    _background-color: #fafaee;
    /*background-color:#edf0f5;*/
    _background: url("../Content/Images/restaurant_icons.png");
}

header, footer, nav, section {
    display: block;
}

.btn:focus, .btn:active, select {
    outline: none !important;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

.closetime-hide {
    display: none !important;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.cmn-item-hide {
    display: none !important;
}

.clearfix {
    clear: both;
}

.m-0 {
    margin: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mt-2px {
    margin-top: 2px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mb-11 {
    margin-bottom: 11px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1px {
    margin-top: 1px;
}

.mt-4px {
    margin-top: 4px !important;
}

.mt-8px {
    margin-top: 8px !important;
}

.mt-3px {
    margin-top: 3px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-5px {
    margin-right: 5px !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.w-70 {
    width: 70px;
}

.w-100px {
    width: 100px;
}

.w-110 {
    width: 110px !important;
}

.w-160 {
    width: 160px;
}

.w-200 {
    width: 200px;
}

.w-300 {
    width: 300px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: rgba(234, 146, 146, 0.39);
    /*background-color: #fee;*/
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.invalidMsg {
    /*margin: 0 0 0 5px;
    width: 16px;
    height: 16px;
    color: red;
    background: url("../Content/Images/Erase.png") left center no-repeat;
    display: inline-block;*/
    width: 16px;
    height: 16px;
    color: red;
    background: url(../Content/Images/Erase.png) left center no-repeat;
    position: absolute;
    top: 8px;
    right: -4px;
}

.validMsg {
    /*margin: 0 0 0 3px;
    width: 16px;
    height: 16px;
    color: green;
    background: url("../Content/Images/tick_16.png") left center no-repeat;
    display: inline-block;*/ width: 16px;
    height: 16px;
    color: red;
    background: url("../Content/Images/tick_16.png") left center no-repeat;
    position: absolute;
    top: 8px;
    right: -4px;
}

.blog-masthead {
    position: absolute;
    width: 100%;
    background: url("../Content/Images/nav-bg.png") left center repeat;
}

div#header {
    border: solid 0px #000 !important;
    -webkit-box-shadow: 0px 2px 2px -1px rgba(193,193,193,1);
    -moz-box-shadow: 0px 2px 2px -1px rgba(193,193,193,1);
    box-shadow: 0px 2px 2px -1px rgba(193,193,193,1);
}

.blog-nav {
    float: right;
    background: url("../Content/Images/nav-item-bg.png") no-repeat;
    /*width: 600px;*/
    text-align: right;
    margin-right: 0px;
}

.blog-nav-item {
    color: #fff;
    display: inline-block;
    font-weight: 800;
    padding: 10px 13px;
    position: relative;
}

.main-banner-slider {
    height: 400px;
    margin-top: 85px;
    position: relative;
    overflow: hidden;
}

    .main-banner-slider .banner {
        height: 400px;
        width: 100%;
    }

        .main-banner-slider .banner.banner1 {
            background-image: url("../Content/Images/banner/pizza.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
        }
        /*.main-banner-slider .banner.banner2
{
    background: url("../Content/Images/banner/salad.jpg") no-repeat center center / 100% auto;
}*/
        .main-banner-slider .banner.banner3 {
            background-image: url("../Content/Images/banner/pasta.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
        }

        .main-banner-slider .banner.banner4 {
            background-image: url("../Content/Images/banner/sushi.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
        }

        .main-banner-slider .banner.banner5 {
            background-image: url("../Content/Images/banner/tacos.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
        }

    .main-banner-slider .cover {
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        width: 100%;
        height: 400px;
        top: 0;
    }

.jumbotron {
    /* background: url("../Content/Images/homeBg2.JPG") center no-repeat; */
    background-color: #fff;
    height: 400px;
    margin-bottom: 5px !important;
    margin-top: -393px;
    padding-top: 95px;
}

.blog-nav-item:first-child i {
    margin-right: 5px;
    margin-top: 4px;
}

.header {
    background-color: #fff;
}

.brand {
    color: #022ed9 !important;
    font-family: "rc",Verdana;
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 32px;
    padding-bottom: 0;
    padding-top: 20px;
    text-transform: uppercase;
    padding-left: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.brandPhone {
    background-color: #2c539e;
    color: #fff;
    float: left;
    font-size: 24px;
    letter-spacing: -0.5px;
    padding: 14px 15px 8px 13px;
    text-transform: uppercase;
    display: none;
}


.zipSearch {
    height: 46px;
    border-radius: 0;
    width: 140px !important;
}

.homeFgroup {
    margin: 0;
}

.homeCalloutAction {
    text-align: center;
    /*background-color: rgba(48,113,169,0.8);*/
    /*padding: 23px;*/
    float: right;
    margin-top: -10px;
}

.zipButton {
    height: 46px;
    border-radius: 0;
    background-color: #ff442b;
    border: 1px solid #eba87b;
    width: 180px !important;
}

.pg-menu #cartRestData {
    display: none !important;
}

.pg-menu #divShopCart {
    display: block !important;
}

.pg-menu #divCartSummary {
    display: none !important;
}

.gift-certificate .inner-cart-icon {
    display: none !important;
}

.footer {
    background-color: #555;
    bottom: 0;
    height: 30px;
    position: fixed;
    width: 100%;
    text-align: center;
}

.container .text-muted {
    margin: 5px 0;
    color: #fff;
}

.navbar-header {
    height: 85px;
    width: 100%;
}

.nameSub {
    font-size: 14px;
    font-weight: normal;
    margin-left: -4px;
    display: none;
}

.subBrand {
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    color: #022ed9 !important;
    letter-spacing: 0.5px;
    margin-left: -15px;
}

.orangeColor {
    color: #ff442b;
}


.logo {
    float: left;
    padding: 8px;
}

.brandTextWarp {
    float: left;
    padding-left: 15px;
    margin-left: 0px;
}

.brandrightTextWarp {
    overflow: hidden;
    padding: 0;
    text-align: center;
}


.blueGradiant {
}

.gGradiant {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px #555;
    -moz-box-shadow: 0 8px 6px -6px #555;
    box-shadow: 0 8px 6px -6px #555;
}

/*#random-rest
{
    margin-top: 8px;
}*/


#random-rest a {
    display: inline-block;
    padding: 10px 5px 25px;
    text-decoration: none;
    width: 140px;
}

#random-rest small {
    color: #726767;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#homely {
    text-align: center;
}

.letterSpace {
    letter-spacing: -0.5px;
}

.homeWordings {
    color: #fff;
    font-size: 50px;
    font-weight: 300 !important;
    margin: 0;
    letter-spacing: 0px;
}

.homeWordingsSub {
    font-size: 30px;
    letter-spacing: 0px;
    margin-top: 10px;
    color: #fff;
    font-weight: 300;
}

.paddingTop {
    padding: 132px 0 2px;
}

.inner-text-container {
    padding-top: 120px;
    padding-bottom: 30px;
}

.content-block {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: justify;
}

.sub-title {
    font-weight: bold;
    margin-top: 25px;
    color: #2c539e;
}

.custom-padding-top {
    padding-top: 80px;
}

.custom-padding-top-payment {
    padding-top: 87px;
}

.paddingTop2 {
    padding: 84px 0px 16px;
}

.paddingTop3 {
    padding: 87px 0px 0px;
}

#social {
    padding: 6px 0 5px 26px;
    text-align: right;
}


    #social a {
        background-image: url("../Content/Images/social-icons.png");
        background-repeat: no-repeat;
        display: inline-block;
        height: 60px;
        margin: 1px;
        width: 60px;
    }

#twitter {
    background-position: 0 0;
}

#g-plus {
    background-position: -37px 0;
}

#facebook {
    background-position: -61px 0;
}

#instgrm {
    background-position: -122px 0;
}


.glyphicon {
    margin-right: 10px;
    display: block;
}

.paddingLess {
    padding: 0;
}


.marginTop {
    margin-top: 140px;
}

.home-margintop {
    margin-top: -20px;
}

.homeWordingCnt {
    /*background-color: rgba(18, 18, 18, 0.5);*/
    padding: 8px 44px;
    /*text-shadow: 2px 2px #000000;*/
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.general-form {
    display: inline-block;
    width: 100%;
}

    .general-form .field {
        margin: 0 0 10px 0;
    }

        .general-form .field label {
            margin: 0 0 5px 0;
        }

        .general-form .field input[type="text"], .general-form .field input[type="number"], .general-form .field select, .general-form .field textarea {
            margin: 0;
            width: 100%;
            padding: 5px;
            background-color: #f9f9f9;
            border-radius: 1px;
        }

        .general-form .field input[type="text"], .general-form .field input[type="number"], .general-form .field select {
            height: 33px !important;
        }

#giftCardFormPop {
    margin-top: 10px;
}

    #giftCardFormPop input[type="text"], #giftCardFormPop input[type="number"] {
        width: 150px;
    }

    #giftCardFormPop #btnOk {
        margin: 4px 0 0 !important;
        background-color: #5b9bd5;
        float: left;
        /*width: 6em;*/
    }

@media only screen and (max-device-width: 768px) {
    #giftCardFormPop #btnOk {
        width: 8.6em;
    }
}

#giftCardFormPop #btnCancel {
    margin: 4px 0 0 !important;
    float: left;
    height: 34px;
}

#giftCardFormPop .buttonwrapper {
    border-top: 0 none;
    margin-top: 0;
    padding: 0px;
    text-align: center;
    padding-top: 0;
}

.closed {
    background: url("../Content/Images/shopclosed.png") no-repeat scroll 2px center rgba(0, 0, 0, 0);
    height: 112px;
    left: -9px;
    position: absolute;
    top: -7px;
    width: 114px;
}


input[type="text"],
select,
input[type="button"],
input[type="submit"],
input[type="password"], input[type="number"], input[type="tel"] {
    height: 42px;
    border-radius: 0;
    width: 170px;
    border: 1px solid #ccc;
}

#loginPage input[type="text"],
#loginPage input[type="password"] {
    height: 36px;
    text-align: left;
    width: 278px;
}


#loginPage h2 {
    font-size: 18px;
}

input#btnNewUser {
    background-color: #5cb85c;
}

#loginPage #btnLogin, #loginPage #btnClear {
    width: 135px;
    float: left;
}

#divPWReset #btnPWRConfirm, #divPWReset #btnPWRCanc {
    width: 165px;
    float: left;
}

#loginPage #btnLogin {
    /*margin-right: 8px;*/
}

#btnLogin,
.buttonwrapper > input[type="button"]:first-child {
    background-color: #2465bd;
}

input[type="button"],
input[type="submit"] {
    background-color: #ff442b;
    color: #fff;
    font-weight: bold;
}
/**07th nov 2016 danushka**/
.bgOrange {
    background-color: #ff442b !important;
    border: none;
    border: none !important;
    color: #fff !important;
}

#credtiCard .bgOrange {
    border: 2px solid #5b9bd5 !important;
    background: #ffffff !important;
    color: #337aba !important;
    font-weight: bold;
}

.ui-widget-content input[type="button"],
.ui-widget-content input[type="submit"] {
    font-weight: bold;
    background-color: transparent;
    /*border: 2px solid #2a6292 !important;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
    color: #0f4e84;
}

.ui-widget-content #btnLogin,
.ui-widget-content .buttonwrapper > input[type="button"]:first-child {
    background-color: #ff442b;
    border: none !important;
    color: #fff;
}

input.newGroupsave.commonbuttonSave, input.bgBlue.commonbuttonSave {
    background-color: #ff442b !important;
    border: none !important;
    color: #fff;
}

#loginPage .buttonwrapper {
    border-top: none;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    display: table;
    margin-left: auto;
    margin-right: auto;
}



/** // 07th nov 2016 danushka***/
input[type="button"], select {
    padding: 4px;
    text-align: center;
}

#divDateTime {
    float: right;
    padding: 15px 0 16px 0;
    position: relative;
}

.filterCnt #divDateTime {
    /*padding: 15px 0px 16px 0;
    background: #2A6292;
    border-radius: 3px;*/
    background: #f9f9f9;
    width: auto;
    /*height: 60px;*/
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    z-index: 999;
    margin-top: -80px;
    margin-left: -250px;
}

    .filterCnt #divDateTime label {
        color: #0c0c0c;
        font-size: 14px;
        padding-top: 0px;
    }

.div-date-time-wrapper #divDateTime {
    background: #f9f9f9;
    width: 100%;
    padding: 10px 5px 10px 0;
    padding: 0px 5px 0px 0;
    /*background: #efefef;
    width: 36%;
    position: fixed;
    margin-top: -122px;
    z-index: 999;
    margin-left: 178px;
    padding: 4px 0 0px 0;*/
}

.div-date-time-wrapper {
    /*padding-bottom: 15px;
    padding-right: 7px;
        padding-left: 0px;*/
    position: fixed;
    top: 1px;
    margin-left: 8em;
    z-index: 999;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 150px;
}

    .div-date-time-wrapper #divDateTimeController input[type="text"], #divDateTimeController select {
        color: #ff442e;
        font-weight: bold;
    }

    .div-date-time-wrapper #divDateTime label {
        color: #0c0c0c;
        font-size: 14px;
        padding-top: 5px;
       /* width: 100%;*/
    }

    .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 350px;
    }

    .div-date-time-wrapper #divDateTimeController input[type="text"], .div-date-time-wrapper #divDateTimeController select {
        width: 120px;
        padding: 5px;
    }

#txtDate {
    float: left;
}

#divDateTime label {
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 10px 9px 0px;
}

.div-date-time label {
    padding-left: 3px !important;
}

.subHeadings {
    margin-top: 5px;
    color: #555;
    margin-bottom: 20px;
    font-size: 14px;
}

.cusineString {
    color: #555;
    font-size: 14px;
    padding-left: 115px;
    position: relative;
    top: -14px;
}

.subHeadings2 {
    color: #555;
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 44px;
    padding-left: 115px;
}

.margintopLess {
    margin-bottom: 2px;
    margin-top: 0;
}


.divrestlist #divLunch,
.divrestlist #divDinner {
    display: none;
}

/**restaurent tooltip***/
.tooltipster-noir {
    border-radius: 0px !important;
    border: 3px solid #dfe7ed !important;
    background: #fff !important;
    color: #2c2c2c !important;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(115,115,115,1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(115,115,115,1);
    box-shadow: 0px 0px 3px 1px rgba(115,115,115,1);
}

    .tooltipster-noir .tooltipster-content {
        font-family: Helvetica !important;
    }
/**end restaurent tooltip***/

ul.restaurents-filters {
    list-style: none;
    padding: 8px 15px 5px 15px;
    background-color: #ededed;
    margin-bottom: 0;
    width: 100%;
    float: left;
    clear: both;
}

    ul.restaurents-filters li {
        display: inline-block;
    }

        ul.restaurents-filters li:nth-child(2) {
            position: relative;
            top: 5px;
        }

#divCuisine .filters-section {
    padding: 5px 15px 15px 37px;
    clear: both;
    background-color: #ededed;
}

    #divCuisine .filters-section .checkbox label {
        padding-left: 2px;
    }

.DivinfoCnt {
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.isAsap-DivinfoCnt {
    text-align: left !important;
    padding: 12px;
    padding-top: 0px;
    position: relative;
    float: left;
    width: 69%;
}

.isAsap-grid-view-DivinfoCnt {
    text-align: left !important;
    padding: 12px;
    padding-top: 0px;
}

.isAsap-thumb img {
    /*width: 195px !important;*/
    /* height: 78px !important; */
    position: relative;
    left: 15px;
    top: 4px;
    margin-top: 0 !important;
    max-width: 130px !important;
    /*height: auto !important;*/
    max-height: 90px !important;
    min-height: 30px;
}

.isAsap-grid-view-thumb img {
    width: 94px !important;
    height: 60px !important;
    position: relative;
    left: 15px;
    top: 4px;
    margin-top: 0 !important;
}

.isAsap-text {
    font-size: 12px;
}

.asap-minOrder .minOrderValue {
    font-size: 20px;
    /*position: relative;
    left: 7px;*/
    font-weight: bold;
    color: #777777;
}

.asap-minOrder .minimum {
    font-size: 15px;
    color: #777777;
}

#divImage {
    text-align: center;
}

#divResName {
    color: #2465bd;
    font-family: Calibri;
    font-weight: bold;
    font-size: 18px;
    height: 56px;
    line-height: 26px;
    margin-top: 8px;
}

.tooltipstered p.tooltip-content {
    display: -webkit-box;
    max-width: 400px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    float: left;
}

.pickup-order-enabled .tooltipstered p.tooltip-content {
    max-width: 212px !important;
    float: left;
}

.isAsap-divResName {
    height: 25px !important;
    color: #ff442e !important;
    /*text-decoration: underline !important;*/
    font-size: 20px !important;
}

.isAsap-grid-view-divResName {
    height: 25px !important;
    color: rgba(255,102,0,1) !important;
    text-decoration: underline !important;
}

#divRestaurant {
    background-color: #fff;
    border: 3px solid #3e9dd4;
    border-radius: 8px;
    box-shadow: 0 0 0 4px #ffffff;
    cursor: pointer;
    float: left;
    height: 198px;
    margin: 11px 12px;
    padding: 8px;
    position: relative;
    transition: border 0.5s ease 0s;
    width: 22%;
}


    #divRestaurant:hover {
        _box-shadow: 0 0px 0px 4px #fcfcfc;
        border: 3px solid #fcfcfc;
    }

.restListWrapper {
    padding: 0px !important;
    margin-right: 0px !important;
    border: 1px solid #efefef;
}

.asap-divRestaurant:first-child {
    margin-top: 0px !important;
    border-bottom: 1px solid #efefef !important;
    border-top: 1px solid #efefef !important;
}

.asap-divRestaurant {
    background-color: #fafafa !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: 0 0 0 4px #ffffff;
    cursor: pointer;
    float: left;
    height: 155px !important;
    margin: 0px 0px !important;
    padding: 8px;
    position: relative;
    transition: border 0.5s ease 0s;
    width: 100% !important;
}


.asap-divRestaurant-grid-view {
    background-color: #fff;
    border: 2px solid #444444 !important;
    border-radius: 0px !important;
    box-shadow: 0 0 0 4px #ffffff;
    cursor: pointer;
    float: left;
    height: 140px !important;
    margin: 11px 23px !important;
    padding: 8px;
    position: relative;
    transition: border 0.5s ease 0s;
    width: 28% !important;
}

.asap-divRestaurant:hover {
    /*_box-shadow: 0 0px 0px 4px #4371c1;*/
    /*border: 2px solid #444444 !important;*/
    background-color: #e3eef6 !important;
}

.gift-certificate #chkWrapperDelAddres #sameAddDiv {
    display: none !Important;
}

.credit-card-section #chkSaveCCFrm {
    display: inline-block;
    Width: 100%;
}

.divrestlist #divRestaurant:nth-child(even) {
    _background-color: #c0dbff;
    _background-image: url("../Content/Images/diagonal-noise.png");
}

#divMenuPageInviteeDetails {
    padding-left: 20px;
}

.divRestaurantSide {
    background-color: #fff;
    margin: 0px 0 0;
    min-height: 140px;
    overflow: hidden;
    padding: 8px 20px 15px 15px;
    border-right: 1px solid #ccc;
    /*position: fixed;
    top: 90px !important;*/
}

.divRestaurantSide-filter {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    /*margin: 12px 0;*/
    margin: -8px 0;
    min-height: 700px;
    overflow: hidden;
    padding: 0px;
    /*border: 2px solid #555;*/
    margin-bottom: 25px;
    overflow-y: auto;
}

.divRestaurantSide .container {
    width: 100%;
}

    .divRestaurantSide .container .SummeryCnt {
        width: 100%;
        background: #eee;
        padding: 0 10px;
    }

input[type="text"].zipSearch {
    font-size: 17px;
}

#btnZipcode:hover {
    background-color: #d7401c;
}

h4 .tooltip2 {
    font-size: 11px !important;
    color: #b5b5b5;
}

.minOrder {
    _border: 1px solid #a63a07;
    position: absolute;
    right: 1px;
    top: 5px;
    line-height: normal;
    _background-color: #f7914b;
    color: #929292;
}

.asap-minOrder {
    _border: 1px solid #a63a07;
    /*position: absolute;
    right: 34px !important;
    top: 26px !important;*/
    line-height: normal;
    _background-color: #f7914b;
    color: #929292;
    display: inline-block;
    width: 100%;
}

.asap-grid-view-minOrder {
    _border: 1px solid #a63a07;
    position: absolute;
    right: 34px !important;
    top: 26px !important;
    line-height: normal;
    _background-color: #f7914b;
    color: #929292;
}

#divRestaurant:after {
    content: " ";
    display: block;
    clear: both;
}

.minOrderValue {
    font-size: 24px;
    /*padding: 3px 6px;*/
    _text-shadow: 0 1px #fff;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.minimum {
    font-size: 11px;
    line-height: 1px;
    margin-top: 7px;
    text-align: center;
}

.one-edge-shadow {
    -webkit-box-shadow: 0 10px 0 -8px #a5a5a5;
    -moz-box-shadow: 0 10px 0 -8px #a5a5a5;
    box-shadow: 0 10px 0 -8px #a5a5a5;
}

h2 {
    color: #524747;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.7px;
}

#divResTel {
    color: #555;
    font-weight: bold;
}

#divASAP {
    background-color: #CC4616;
    margin-top: 4px;
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

#divAmount {
    border-bottom: 1px dashed;
    border-top: 1px dashed;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}

    #divAmount input {
        text-align: center;
    }

#txtMin,
#txtMax {
    width: 110px;
}

.to {
    padding: 5px;
    color: #555;
}

#divCuisineList {
    margin-bottom: 0;
    padding: 5px 5px 0;
    color: #555;
}

.menuCnt {
    border: 1px solid #136f80;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 10px;
    width: 100%;
    background-color: #fff;
}


.redesign-menuCnt {
    border: none;
    box-shadow: none;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.menuInnerName {
    float: left;
}

.price {
    color: #232329;
    float: left;
    text-align: right;
    width: 49px;
}

.redesign-price {
    font-weight: bold;
    color: #141414;
}

.menuInnerRow {
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px dotted #c2c2c2;
}

.redesign-menuInnerRow {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.itemtool label.manu-titile-dispname {
    font-size: 1.1em !important;
    font-weight: bold !important;
}

p.menu-desc-title {
    font-size: 14px;
    color: #5b5b5b;
    max-height: 50px;
    min-height: 50px;
}

.redesign-priceCnt .doller, .redesign-priceCnt .price {
    font-weight: bold;
    color: #ff442e;
}

.menuHeading {
    border-bottom: 1px dashed #2465bd;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 11px;
    padding-bottom: 5px;
    color: #2465bd;
    background-image: url("../Content/Images/diagonal-noise.png");
    text-align: center;
}

.redesign-menuHeading {
    background: transparent;
    border: none;
    text-align: left;
    background-color: #dddddd;
    padding-left: 8px;
    padding-top: 2px;
    color: #454545;
    display: inline-block;
    width: 100%;
}

.redesign-menuHeading {
    background: url(../content/Images/arrow-up.png) no-repeat center right #ddd;
}

    .redesign-menuHeading.open {
        background: url(../content/Images/arrow-down.png) no-repeat center right #ddd;
    }



.divResList {
    margin-right: 15px;
    margin-top: 0;
    /*overflow: hidden;*/
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    _background-image: url("../Content/Images/diagonal-noise.png");
    background-color: transparent;
}

.divrestlist {
    padding: 0;
}

.padding0 {
    padding: 0;
}

.menuInnerRow {
    transition: background-color 0.5s ease;
    cursor: pointer;
    border: 1px solid #eaeaea;
    height: 175px;
    /*padding-left:5px;*/
}

.div-image-height {
    height: 332px !important;
}

.menuInnerRow:hover {
    background-color: rgb(248, 248, 248);
    border: 1px solid #c1c1c1;
    /*padding-left: 5px;*/
}

.HotelClass {
    /*width:60px !important;*/
    display: none;
}

#divPopUp {
    /*background-color: #F0F8FF;*/
    font-size: 14px;
    position: relative;
    text-align: left;
}

h4.confirm-title {
    line-height: 29px;
    color: #3E3E3E;
    text-transform: uppercase;
    padding: 0 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

h5.confirm-title {
    margin-bottom: 25px;
    margin-top: 30px;
    color: #545353;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
}

span.confirm-text {
    margin-top: 0;
    display: inline-block;
    font-size: 15px;
    color: #3A3A3A;
    padding: 0 30px;
}

.no-focus:focus {
    outline: 0 none;
}

.err-select-address {
    box-shadow: 0 0 6px #ff442e;
    background-color: #FFE4E2;
    /*-webkit-animation: shadow-drop-2-center .5s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse both;
    animation: shadow-drop-2-center .5s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse both*/
}


@-webkit-keyframes shadow-drop-2-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }

    100% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-box-shadow: 0 0 20px 0 #ff442e;
        box-shadow: 0 0 20px 0 #ff442e;
    }
}

@keyframes shadow-drop-2-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }

    100% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-box-shadow: 0 0 20px 0 #ff442e;
        box-shadow: 0 0 20px 0 #ff442e;
    }
}

#inviteeMaintain .calendricalTimePopup {
    top: 35px !important;
    z-index: 1;
}

label.error {
    display: none !important;
}


.ui-dialog {
    font-family: 'Droid Sans', sans-serif !important;
    position: fixed;
    border: none;
    border-radius: 0;
    /*box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);*/
}

/*body.choice-popup .ui-dialog {
    position: absolute !important;
    top: 50px !important;
    z-index: 99999999 !important;
}

body.choice-popup .ui-widget-overlay {
    width: 100% !important;
}

body.choice-popup {
    overflow: hidden;*/
/*      position: relative;
    max-height: 100% !important;*/
/*}

    body.choice-popup .parent-wrapper {
        height: 100vh;
        overflow: auto;
    }*/

.borderblue {
    border: 1px solid #3563bb;
    _background-color: #fffcd6;
}

.ui-widget-overlay {
    opacity: 0.8;
}

#divTree {
    /* background-color: #f5f5f5;
    border: 1px solid #e7e7e7;*/
    /*background-color: #e4f6f8;
    border: 1px solid #7ab5bc;*/
    font-size: 12px;
    /*min-height: 100px;
    max-height: 200px;*/
    overflow-y: scroll;
    padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
    width: 99%;
}

.modelTitle {
    /*background-color: #FBF8DE;
    padding: 10px 20px;*/
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}

    .modelTitle h3 {
        color: #474747;
        font-weight: bold;
        margin: 8px 0;
        text-shadow: 1px 1px #fff;
    }

.red_error {
    color: #ff0000;
    font-size: 11px;
    font-family: inherit;
}

.actionIcon {
    right: 0px;
    height: 20px;
    width: 35px;
    position: relative;
    overflow: hidden;
    float: right;
    display: none;
}

    .actionIcon label {
        height: 20px;
        position: absolute;
        right: 0;
        top: 0px;
        width: 1px;
    }

        .actionIcon label.add_cart {
            right: 5px;
        }

.add_cart {
    background: url("../Content/Images/icon_sprit.png") no-repeat scroll -84px -436px transparent;
    cursor: pointer;
    margin-left: 5px;
    padding: 0 8px;
}

.itemtool {
    float: left;
    width: 79%;
}


    .itemtool label {
        font-weight: normal !important;
        font-size: 14px;
        cursor: pointer;
    }

#btnZipcode {
    background: none repeat scroll 0 0 #ea571b;
    /* border: 1px solid #fff; */
    border-radius: 0;
    /* box-shadow: 0 0 0 0 #444 inset; */
    color: #fff;
    display: inline-block;
    transition: all 0.7s ease 0s;
    outline: none;
}

.btnZipCode-right {
    /*background: none repeat scroll 0 0 #ea571b;*/
    /*border: 1px solid #fff;*/
    border-radius: 0;
    /*box-shadow: 0 0 0 0 #444 inset;*/
    /*color: #fff;*/
    display: inline-block;
    transition: all 0.7s ease 0s;
    position: relative;
    top: 16px;
    width: 55px !important;
    left: -5px;
    height: 46px;
    background-color: #fff !important;
    color: #ea571b !important;
    border: none !important;
}

#btnZipcode .icofont {
    font-size: 50px;
    position: relative;
    top: -3px;
    left: -5px;
}

.txtZipCode-input {
    width: 280px !important;
    position: relative;
    /*right: -5px;*/
    top: 2px;
    height: 45px !important;
    /* opacity: 0.8; */
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-left: 38px;
}

    .txtZipCode-input::-webkit-input-placeholder {
        color: #c8c8c8;
        font-size: 1.1em;
    }

    .txtZipCode-input:-ms-input-placeholder { /* IE 10+ */
        color: #c8c8c8;
        font-size: 1.1em;
    }

    .txtZipCode-input::-moz-input-placeholder { /* Firefox 19+ */
        color: #c8c8c8;
        font-size: 1.1em;
    }

    .txtZipCode-input:-moz-input-placeholder { /* Firefox 4 - 18 */
        color: #c8c8c8;
        font-size: 1.1em;
    }

.hvr-placeholder::-webkit-input-placeholder {
    font-style: italic;
}

.hvr-placeholder:-ms-input-placeholder {
    font-style: italic;
}

.hvr-placeholder::-moz-input-placeholder {
    font-style: italic;
}

.hvr-placeholder:-moz-input-placeholder {
    font-style: italic;
}

.txtZipCode-input-intro p {
    width: 280px;
    margin: 0 auto;
    padding: 5px;
    background-color: rgba(255, 230, 220, 0.8);
    color: #e74715;
    font-size: 1.2em;
    border: 3px solid #ffffff;
}

.txtZipCode-tip-wrapper {
    width: 280px;
    display: inline-block;
    text-align: left;
    height: 0px;
}

    .txtZipCode-tip-wrapper .tip {
        width: 0px;
        height: 0px;
        position: relative;
        background: transparent;
        border: 14px solid #ffffff;
        float: left;
        padding: 0px;
    }

    .txtZipCode-tip-wrapper .tip-up {
        top: -23px;
        left: 0px;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
    }

.search-locationicon {
    /*background: url("../Content/Images/banner/search-ico.png") no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 425px;
    background-size: 25px;
    z-index: 999;
    opacity: 0.7;
    top: 30px;*/
}

.zip-selector {
    width: 34px;
    height: 45px;
    background-color: transparent;
    display: inline-block;
    position: absolute;
    /* float: left; */
    margin: 4px;
    margin-top: 5px;
    z-index: 1;
    cursor: pointer;
}

.search-locationicon input {
    background: url(../Content/Images/banner/search-ico.png) no-repeat;
    background-size: 25px;
    background-position: 3px;
    background-color: #fff;
}

.search-locationicon #txtZipCode {
    padding-left: 38px;
    font-size: 15px !important;
}


#txtZipCode::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

#txtZipCode::-moz-placeholder {
    /* FF 4-18 */
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

#txtZipCode:-ms-input-placeholder {
    /* FF 4-18 */
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.search-locationicon #txtZipCode::-webkit-input-placeholder {
    font-size: 15px;
    color: #1a1818;
}

.search-locationicon #txtZipCode::-moz-placeholder {
    font-size: 15px;
    color: #1a1818;
}

.search-locationicon #txtZipCode:-ms-input-placeholder {
    font-size: 15px;
    color: #1a1818;
}

.search-locationicon #autocomplete::-webkit-input-placeholder {
    font-size: 15px;
    color: #1a1818;
}

.search-locationicon #autocomplete::-moz-placeholder {
    font-size: 15px;
    color: #1a1818;
}

.search-locationicon #autocomplete:-ms-input-placeholder {
    font-size: 15px;
    color: #1a1818;
}

#btnZipcode:hover {
    background: none repeat scroll 0 0 #dd2c06;
    color: #fff;
    font-weight: 300;
}



#divItemImage {
    border: 2px solid #c2c2c2;
    float: left;
    background-color: #fff;
    padding: 3px;
    margin-right: 5px;
}

#divItemDescription {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
    font-size: 12px !important;
    font-weight: bold;
    color: #555;
}

.tooltipCnt {
    width: 100%;
    _background-color: #fffcd6;
    overflow: hidden;
}

.input_block .inputfeald {
    float: left;
}

.input_blockcnt {
    margin: 5px 0;
    overflow: hidden;
    width: 100%;
}

.inputCnt {
    float: left;
    width: 25%;
}

#divTree h4 {
    font-size: 15px;
    font-weight: bold;
    color: #262626;
    width: 100%;
}

.treeUl {
    list-style: none;
    padding-left: 0px;
}

    .treeUl li {
        background-color: #f3f3f3;
        margin: 2px 1px 2px 0px;
        padding: 10px;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

        .treeUl li:last-child {
            border-bottom: 0px none;
        }

        /*******/


        /*.treeUl li{
  color: #3c3c3c;
  display: block;
  position: relative;
  width: 100%;
	border-bottom: 1px solid #fff;
}

.treeUl li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.treeUl li input[type=checkbox]{
  position: absolute;
  visibility: hidden;
}

.treeUl li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 7px 15px 10px 60px;
   margin: 5px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.treeUl li:hover label{
	color: #3c3c3c;
}

.treeUl li .check{
  display: block;
  position: absolute;
  border: 5px solid #fe7600;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 10px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.treeUl li:hover .check {
  border: 5px solid #3c3c3c;
}

.treeUl li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 1px;
    left: 1px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.treeUl li input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}

.treeUl li input[type=checkbox]:checked ~ .check {
  border: 5px solid #0DFF92;
}


.treeUl li input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}
.treeUl li input[type=checkbox]:checked ~ .check::before{
  background: #0DFF92;
}*/


        .treeUl li input[type="radio"] {
            display: none;
        }

            .treeUl li input[type="radio"] + label {
                color: #404040;
                font-family: Arial, sans-serif;
                font-size: 15px;
                margin-bottom: 0px;
            }

                .treeUl li input[type="radio"] + label span {
                    display: inline-block;
                    width: 19px;
                    height: 19px;
                    margin: -1px 10px 0 0;
                    vertical-align: middle;
                    border: 2px solid #838383;
                    background: transparent;
                    cursor: pointer;
                    border-radius: 10px;
                }

            .treeUl li input[type="radio"]:checked + label span {
                background: #fe7600;
                border-radius: 10px;
            }


        /**********/

        .treeUl li input[type="checkbox"], #chkSaveCCFrm input[type="checkbox"] {
            display: none;
        }

            .treeUl li input[type="checkbox"] + label, #chkSaveCCFrm input[type="checkbox"] + label {
                color: #9f9f9f;
                font-family: Arial, sans-serif;
                font-size: 15px;
                margin-bottom: 0px;
            }

                .treeUl li input[type="checkbox"] + label span, #chkSaveCCFrm input[type="checkbox"] + label span {
                    display: inline-block;
                    /*width:19px;
    height:19px;
    margin: -1px 10px 0 0;
    vertical-align:middle;
    border: 2px solid #838383;
    background: transparent;
    cursor:pointer;
    border-radius: 2px;*/
                    background-image: url(../Content/Images/check-box-right.png);
                    background-size: 100%;
                    border-radius: 2px;
                    background-repeat: no-repeat;
                    width: 20px;
                    vertical-align: middle;
                    height: 20px;
                    margin: -1px 10px 0 0;
                    cursor: pointer;
                }

            .treeUl li input[type="checkbox"]:checked + label span, #chkSaveCCFrm input[type="checkbox"]:checked + label span {
                /*background: #fe7600;*/
                background-image: url(../Content/Images/check-box-right-clicked.png);
                background-size: 100%;
                border-radius: 2px;
                background-repeat: no-repeat;
                cursor: pointer;
                /*border-radius: 10px;*/
            }

        /******/

        .treeUl li input {
            /*margin-right: 8px;
    position: relative;
    top: 2px;*/
            height: 30px;
            width: 65px;
            float: right;
            padding-left: 16px;
            padding-right: 16px;
            font-size: 14px;
        }

.sub-choise li {
    padding-left: 35px;
}


.buttonwrapper {
    border-top: 1px solid #2465bd;
    margin-top: 15px;
    padding: 4px;
    text-align: center;
    padding-top: 10px;
}


.input_blockcnt input[type=text] {
    height: 30px;
    margin-top: 5px;
    width: 90px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -wekit-border-radius: 6px;
}

#txtWhosFor {
    width: 100%;
    border-radius: 0px;
}

#txtItemNote {
    width: 99%;
    margin-top: 5px;
}

#divDSC {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    height: 103px;
    margin-top: 2px;
    text-align: center;
    text-overflow: ellipsis;
}

#divRestaurantData {
    padding-left: 5px;
    position: relative;
    top: 0px;
    margin-bottom: 22px;
}

.newcustomerSign {
    cursor: pointer;
    float: right;
    font-weight: bold;
    padding: 5px;
    text-align: right;
}


    .newcustomerSign:hover {
        color: #005826;
    }


#btnClear {
    float: right;
}

.leftSide,
.RightSide {
    float: left;
    width: 48%;
}

.RightSide {
    float: right;
}


.newUserCnt {
    min-height: 298px;
    overflow-y: hidden;
}

    .newUserCnt input[type="text"], .newUserCnt input[type="password"], .newUserCnt input[type="tel"] {
        width: 191px;
    }

.width-170 {
    width: 170px !important;
    padding-left: 5px;
}

.newUserCnt select {
    width: 207px;
}

#divC_BasicInfo .newUserCnt select {
    width: 175px;
}

.popheading h2 {
    margin-top: 10px;
}

.popheading {
    border-bottom: 1px solid #3563bb;
    margin-bottom: 15px;
}

.popheadingx {
    border-bottom: 1px dashed #3563bb;
    margin-bottom: 10px;
}

.itemTitle {
    background-repeat: no-repeat;
    font-size: 14px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    box-sizing: content-box;
    padding: 10px 0px 10px 0px;
    width: 100%;
}

#divCartSummary .itemTitle {
    border: none;
}

#divShopCart .itemTitle {
    font-weight: bold;
}

#divShopCart .item-number {
    color: #ff442e;
    padding-right: 8px;
}

.choiceNames {
    background-image: url("../Content/Images/sprites2.png");
    background-position: 1px -57px;
    background-repeat: no-repeat;
    padding-left: 27px;
    margin-left: 10px;
    color: #555;
    padding-top: 0px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8em;
}


.whoseFor {
    background-image: url("../Content/Images/sprites.png");
    background-position: -26px -3px;
    padding: 0px 0 10px 26px;
    background-repeat: no-repeat;
    margin-left: 15px;
    width: 13px;
    height: 17px;
    cursor: pointer;
}

.whoseForNote {
    background-image: url("../Content/Images/sprites.png");
    background-position: -26px -25px;
    padding: 0px 0 10px 26px;
    background-repeat: no-repeat;
    margin-left: 5px;
    width: 13px;
    height: 17px;
    cursor: pointer;
}


.cartSub {
    padding-bottom: 5px;
}

.totalCnt {
    /*border-top: 2px solid #555;*/
    /*border: 2px solid #555;*/
    border-left: none;
    border-right: none;
    /*margin-bottom: 10px;*/
}

    .totalCnt > div {
        border-bottom: 1px solid #fff;
        padding: 6px 5px 6px 8px;
        background: #efefef;
        margin-bottom: 0px;
    }

#divShopCart .totalCnt > div {
    color: #636363;
}

.totalCnt > div:last-child {
    /*border-bottom: medium none;
        padding: 10px 0px;
        background-color: #ffe386;
        font-size: 23px;
        padding-left: 6px;*/
    /*border-bottom: 1px dashed #555;*/
    padding: 10px 5px 10px 5px;
    background-color: transparent;
    background: #efefef;
    font-size: 20px;
    font-weight: bold;
}


.totalCnt > div span {
    display: inline-block;
    float: right;
}

#divShopCart .totalCnt > div span {
    color: #232323;
    font-weight: bold;
}

input.OrderProceedOrder, input.OrderCompleteOrder {
    margin-left: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -wekit-border-radius: 0px;
    background-color: #ff442e;
    width: 100% !important;
    /* padding: 10px; */
    display: block;
    margin: 0 auto;
    position: relative;
    top: 8px;
}

input.OrderProceedOrderDissabled, button.OrderProceedOrderDissabled {
    margin-left: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -wekit-border-radius: 0px;
    background-color: #c4c3c2;
    width: 100% !important;
    /* padding: 10px; */
    display: block;
    margin: 0 auto;
    position: relative;
    top: 8px;
}

input.OrderCompleteOrder {
    background-color: #0f7851;
    margin-top: 6px;
    text-transform: initial !important;
}

.ccfee {
    clear: both;
}

.total input {
    width: 357px;
}

.cartActions {
    margin-bottom: 5px;
}

.clsoBtn {
    background-image: url("../Content/Images/sprites.png");
    background-position: -1px -2px;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    width: 24px;
}

.clsoBtn2 {
    background-image: url("../Content/Images/sprites.png");
    background-position: 2px -2px;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 4px;
    right: 1px;
}


/*************************************/
.custom-tootltip {
    position: relative;
}

    .custom-tootltip .tooltip {
        opacity: 1;
    }

        .custom-tootltip .tooltip .tooltiptext {
            visibility: hidden;
            width: 250px;
            background-color: rgba(218, 238, 255, 0.95);
            color: #272727;
            /* text-align: center; */
            border-radius: 4px;
            padding: 8px;
            position: absolute;
            z-index: 1;
            left: 24px;
            top: -39px;
            text-align: left;
            font-size: 1em;
            font-family: 'Droid Sans', sans-serif !important;
            border: 1px solid #c4ddf3;
        }

        .custom-tootltip .tooltip:hover .tooltiptext {
            visibility: visible;
        }

        .custom-tootltip .tooltip .tooltiptext h4:first-child {
            font-weight: 800;
            color: #185588;
            font-family: 'Droid Sans', sans-serif !important;
            margin-top: 0;
            margin-bottom: 8px;
        }

    .custom-tootltip .custopm-tooltip-pos-left {
        position: absolute;
        left: 100px;
        top: 8px;
    }

    .custom-tootltip.service-fee .custopm-tooltip-pos-left {
        left: 126px !important;
        top: 2px !important;
        width: auto !important;
    }

    .custom-tootltip .custom-ico {
        font-size: 10px;
        padding: 2px;
        color: #418cb1 !important;
        border: 2px solid #418cb1;
        border-radius: 30px;
        padding-left: 3px;
        padding-right: 2px;
    }
/****************************************************************/
/*------------------------Added By Muditha----------------*/

.selectedbox {
    background-color: #fff !important;
    border: solid 3px #EE4A0A !important;
    opacity: 0.7;
}

.reverseGradiant {
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.emptyCart {
    background-image: url("../Content/Images/emptyCart.png");
    /*background-position: 102px 135px;*/
    background-repeat: no-repeat;
    height: 410px;
    text-align: center;
    background-size: 201px;
    background-position: 76px 32px;
    width: 350px;
}

h4.cart-inner-desc {
    position: relative;
    top: 210px;
    color: #9c9c9c;
    margin-top: 65px;
}

.redesign-divRestaurantSide {
    border: none;
    display: inline-block;
    box-shadow: none;
}

#divLeftCol,
#divRightCol {
    float: left;
    width: 100%;
}

#divLeftCol {
    margin-right: 15px;
}

.fixed {
    position: fixed;
    right: 89px;
    top: 120px;
    width: 390px;
    float: left;
}


.divButtons {
    float: left;
    padding: 5px 0 0;
}

.divPaymentHeight {
    min-height: 500px;
}

.doller {
    float: left;
    padding: 0;
}

.redesign-doller {
    font-weight: bold;
}

.priceCnt {
    float: right;
    width: 20%;
}


.filterCnt {
    background-color: #eeeeee;
    background-color: transparent;
    /*padding: 0 0 0 10px;*/
}

.create-group-order {
    float: right;
    border: 1px solid #524747;
    color: #959393;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    position: relative;
    top: 20px;
}

    .create-group-order i.fa.fa-users {
        color: #3d3d3d;
    }

        .create-group-order i.fa.fa-users:hover, .create-group-order i.fa.fa-users:focus {
            color: #fff;
        }

    .create-group-order:hover, .create-group-order:focus {
        background-color: #ff442e;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        outline: none;
        border: 1px solid #fff;
    }

.divButtons > button {
    background: url("../Content/Images/ikons2.png") repeat scroll -78px 104px rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 4px solid #af2708;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 59px;
    margin-right: 5px;
    padding-top: 37px;
    text-align: center;
    width: 74px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #c5c5c5;
    margin-bottom: 5px;
}


#btnToRestaurant {
    background-position: -68px 153px !important;
}



#divButtons #btnToRestaurant:disabled {
    background-position: -65px -319px !important;
    border-bottom: 4px solid #b5b5b5;
}


#btnToMenu {
    background-position: -146px 153px !important;
}

    #btnToMenu:disabled {
        background-position: -146px 81px !important;
        border-bottom: 4px solid #b5b5b5;
    }

#btnToPayment {
    background-position: -224px 153px !important;
}

    #btnToPayment:disabled {
        background-position: -224px 80px !important;
        border-bottom: 4px solid #b5b5b5;
    }

.grpOrderClosedSorry {
    text-align: center;
}
/***Date-time****/
.date-time-wrapper {
    padding: 30px;
}

    .date-time-wrapper hr {
        border-top: 1px solid #726767;
    }

.date-time-main-heading {
    text-align: center;
    font-weight: bolder;
    color: #726767;
}

.sub-headingl-one {
    color: #726767;
    position: relative;
    top: 4px;
}

.date-time-common {
    background-color: #eeeded;
    text-align: center;
    height: 255px;
    color: #726767;
}

.date-time-sec-left {
    margin-right: 10px;
}

.date-time-sec-right {
    margin-left: 10px;
}

.date-time-showResturant-sec {
    text-align: center;
}

.date-time-showResturant-sec-inner {
    width: 300px;
    margin: 0 auto;
    /*border: 1px solid #9a9a9a;*/
    padding: 12px;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 20px;
    line-height: 25px;
}

    .date-time-showResturant-sec-inner a {
        color: #ff442b;
        text-decoration: underline;
        cursor: pointer;
    }

.date-time-tabele tbody tr td {
    /* width: 146px; */
    display: inline-block;
    text-align: center;
}

    .date-time-tabele tbody tr td:first-child {
        width: 110px;
    }

.date-time-tabele input#txtDate, .date-time-tabele select#ddlTime {
    width: 210px;
    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -wekit-border-radius: 6px !important;
}

.date-time-tabele input#txtDate {
    text-indent: 56px;
    background-image: url(../Content/Images/calander-ico.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 4px 9px;
}

.date-time-tabele select#ddlTime {
    text-align-last: center;
}

@-moz-document url-prefix() {
    .date-time-tabele input#txtDate;

{
    text-indent: 50px;
}

.date-time-tabele select#ddlTime {
    text-indent: 0px;
}

}

.date-time-sec-left .sub-headingl-two {
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 50px;
}

.date-time-common input#btnAdvanceZipcode {
    position: relative;
    top: 12px;
}

    .date-time-common input#btnAdvanceZipcode, .date-time-common input#btnZipcode, .date-time-common input#btnAdvanceZipcode:hover, .date-time-common input#btnZipcode:hover {
        font-size: 15px;
        background-color: #ff442b;
        height: 35px;
        border-radius: 6px !important;
        -moz-border-radius: 6px !important;
        -wekit-border-radius: 6px !important;
    }

#date-time-error-content p {
    padding-top: 5px;
    color: #fd2f2f;
    font-size: 12.5px;
    font-weight: bold;
}

#date-time-error-content-two {
    width: auto;
    position: relative;
    top: 13px;
    display: inline-block;
}

    #date-time-error-content-two p {
        padding-top: 5px;
        color: #fd2f2f;
        font-size: 12.5px;
        font-weight: bold;
        display: inline-block;
    }
/*** //Date-time****/

.commonBorderRadius {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -wekit-border-radius: 5px !important;
}
/*-------------------Media Queries-----------------*/


@media all and (max-width: 1300px) and (min-width: 1200px) {

    .fixed {
        right: 31px;
    }
}

.styleChanger1 {
    background-color: #c2c2c2;
    border: 1px solid #757575;
    height: 15px;
    left: 5px;
    position: fixed;
    top: 5px;
    width: 15px;
    z-index: 1111111;
    cursor: pointer;
}

.styleChanger2 {
    background-color: #2c539e;
    border: 1px solid #757575;
    height: 15px;
    left: 25px;
    position: fixed;
    top: 5px;
    width: 15px;
    z-index: 1111111;
    cursor: pointer;
}

#divMenuFilter {
    float: right;
    width: 50%;
}

    #divMenuFilter select {
        margin-left: 5px;
        text-align: left;
        width: 98%;
        background-image: url("../Content/Images/ikons.png");
        background-position: 0 -197px;
        background-repeat: no-repeat;
        padding-left: 55px;
        font-size: 16px;
    }

body:first-of-type #divMenuFilter select {
    padding-left: 60px;
    height: 42px;
    /*-webkit-appearance: none;*/
    background-image: url("../Content/Images/ikons.png"), url("../Content/Images/down.png");
    background-position: 0 -197px, center right;
    background-repeat: no-repeat;
}

    body:first-of-type #divMenuFilter select#menuSelect {
        background-image: none !important;
        width: 100%;
        border: none;
        text-align: left;
        padding-left: 5px;
        color: #ff442e !important;
        font-size: 16px !important;
        font-weight: bold;
        cursor: pointer;
        height: 39px;
    }

.MenuHeading {
    display: none;
}

.Resmenu {
    color: #555;
    float: left;
    font-size: 23px;
    font-weight: 600;
    margin: 0px;
    padding-top: 4px;
    text-shadow: 1px 1px #FFF;
    background-image: url("../Content/Images/ikons.png");
    background-position: -12px -129px;
    background-repeat: no-repeat;
    padding-left: 38px;
    height: 36px;
}

#divResMenuHeading {
    /*border-bottom: 1px dashed;*/
    clear: both;
    margin-right: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.resImg {
    margin-right: 4px;
    width: 100px;
    float: left;
}

.resname {
    float: left;
    margin: 0;
    padding: 12px 5px 0 10px;
    font-size: 21px;
}

.cus-resname {
    font-size: 20px;
}

.order-from {
    margin-top: 2px;
    position: relative;
    top: 18px;
    left: 10px;
    visibility: hidden;
}

.cartItemPrice {
    float: left;
    text-align: right;
    width: 18%;
}

.cartItemName {
    float: left;
    width: 75%;
    cursor: pointer;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Restnear {
    background-image: url("../Content/Images/ikons.png");
    background-position: -55px -7px;
    background-repeat: no-repeat;
    height: 43px;
    padding-left: 45px;
    margin-top: 11px;
}

.subHeadingscnt {
    color: #555;
    padding-left: 45px;
}

/*shadows*/



.proceedbtnCnt {
    margin-bottom: 30px;
    margin-right: 13px;
    overflow: hidden;
    padding: 0 0 15px 0;
    width: 98%;
}

    .proceedbtnCnt > div {
        background-color: #fbf8de;
        background-image: url("../Content/Images/ikons2.png");
        color: #555;
        float: left;
        font-size: 18px;
        font-weight: bold;
        height: 83px;
        line-height: 21px;
        padding: 16px 0 0 125px;
        text-shadow: 1px 1px #fff;
        width: 48%;
        cursor: pointer;
        transition: color,border 0.5s ease 0s;
    }

        .proceedbtnCnt > div:hover {
            color: #ff442b;
            border: 1px solid #ff442b !important;
        }


    .proceedbtnCnt #btnAddCardInfo {
        background-position: -6px -9px;
        background-repeat: no-repeat;
        margin-right: 4%;
        border: 1px solid #d3cfad;
    }

    .proceedbtnCnt #btnAddGiftCard {
        background-position: -5px -93px;
        background-repeat: no-repeat;
        border: 1px solid #d3cfad;
    }

#credtiCard, .credtiCard {
    font-weight: bold;
    margin-bottom: 3px;
    overflow: hidden;
    padding: 1px 3px;
    position: relative;
    text-shadow: 1px 1px #fff;
}

    #credtiCard > div,
    .credtiCard > div {
        float: left;
        height: 30px;
        line-height: 30px;
        margin-right: 25px;
    }

    #credtiCard:nth-child(2n+1) {
        background-color: #f1f1f1;
    }

    .credtiCard .paymentTotal {
        font-size: 23px;
        padding: 0 36px;
        text-align: right;
        margin-right: 35px;
        float: right;
    }




#credtiCard, .credtiCardFGCPay {
    font-weight: bold;
    margin-bottom: 7px;
    overflow: hidden;
    padding: 1px 3px;
    position: relative;
    text-shadow: 1px 1px #fff;
    width: 75%;
}

    #credtiCard > div,
    .credtiCardFGCPay > div {
        float: left;
        height: 28px;
        line-height: 27px;
        margin-right: 10px;
    }



    .credtiCardFGCPay .paymentTotalGC {
        font-size: 14.5px;
        padding: 0px 35px;
        text-align: right;
        /*margin-top: -30px;*/
        float: right;
        margin-right: -11px;
    }

.divAvailableCreditCards {
    display: inline-block;
    width: 100%;
}



.cardImage {
    background-image: url("../Content/Images/ikons2.png");
    background-position: -16px -190px;
    background-repeat: no-repeat;
    border: 1px solid #555;
    width: 54px;
}

#divPayment h3 {
    font-size: 22px;
    font-weight: bold;
    color: #555;
    padding-bottom: 9px;
}

#divPaymentList {
    min-height: 250px;
    /*width: 98%;*/
    margin-top: 8px;
    display: inline-block;
}

#pgngoGroupInviteeList #divPaymentList {
    min-height: 100px;
    position: relative;
    /*left: 25px;*/
    background-color: #f8f6f6;
    display: none;
}

.invitee-cus-checkbox-scale input#chkConfirmOrder {
    transform: scale(1.4);
    position: relative;
    left: -5px;
}

/*.MenuHeading
{
    display: none; 
}*/

#divGCInfo {
    width: 34px;
    height: 34px;
    float: left;
    margin: 4px 0 0;
    background: url(../Content/Images/question_mark.png) no-repeat 0px 0 / 100%;
}


.action {
    background: url("../Content/Images/close_btn2.png") no-repeat scroll 3px 5px;
    color: #FFFFFF;
    font-size: 0;
    height: 13px;
    width: 0;
    cursor: pointer;
}

#menuContainer {
    display: none;
}

input[type="button"],
input[type="submit"] {
    border: none;
}


#divCreditCardInfo {
    line-height: 25px;
}

.seprow {
    margin-top: 5px;
    clear: both;
}

.fL {
    float: left;
}

#divCreditCardInfo input[type='text'] {
    width: 98%;
    height: 30px;
}

#txtBillingAddCity {
    width: 98% !important;
    height: 30px;
}

#txtBillingAddState {
    width: 98% !important;
    height: 30px;
}

#divCreditCardInfo select {
    width: 259px;
    height: 30px;
}

.bilingaddress {
    width: 535px !important;
}

.formWrapper {
    border-bottom: 1px dashed;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 15px;
}

.chekboxwrapper {
    line-height: 46px;
}

#divCreditCardInfo .formWrapper:last-child {
    border: none;
}

.toggleDisplay {
    background-image: url("../Content/Images/ikons32.png");
    background-position: 781px -4px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 18px;
    padding: 14px 0px 14px 55px;
}

.toggleIcon {
    background-position: 781px -65px;
}

.completorder {
    color: #fff;
    padding: 16px 16px 0;
    text-align: right;
    text-transform: uppercase;
}

input[type="button"] {
    text-transform: uppercase;
}

.smalltxt {
    clear: both;
    display: block;
    font-size: 13px;
}

.Bigtxt {
    font-size: 24px;
}

.divGiftCard {
    width: 500px;
}

input#txtGiftCardNumber {
    padding-left: 6px;
}

#divShopCart {
    position: fixed;
}

.cartWrapper {
    /*height: 290px;*/
    max-height: 225px;
    min-height: 132px;
    overflow-y: auto;
    clear: both;
    margin-bottom: 0px;
}

.cartWrapper-proceed {
    max-height: 220px;
    min-height: 55px;
    overflow-y: auto;
    clear: both;
    margin-bottom: 0px;
}

.cartWrapper {
    scrollbar-face-color: #ff442b;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

.payment-cartWrapper {
    max-height: 180px;
}

/* Let's get this party started */
.cartWrapper::-webkit-scrollbar {
    width: 8px;
    height: 100px;
}

/* Track */
.cartWrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Handle */
.cartWrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 68, 43, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/*--------------
  
input[type="checkbox"]
{
    display:none;
}


    input[type="checkbox"] + label span
    {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(../Content/Images/check_radio_sheet.png) left top no-repeat;
        cursor: pointer;
    }

    input[type="checkbox"]:checked + label span
    {
        background: url(../Content/Images/check_radio_sheet.png) -19px top no-repeat;
    }

        input[type="radio"] + label span
    {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(../Content/Images/check_radio_sheet.png) -38px top no-repeat;
        cursor: pointer;
    }

    input[type="radio"]:checked + label span
    {
        background: url(../Content/Images/check_radio_sheet.png) -57px top no-repeat;
    }


   
input[type="radio"]
{
    display:none;
}
 
*/


input[type="checkbox"] + label {
    margin-left: 5px;
}



.SummeryCnt,
.cardInfoCnt {
    clear: both;
    margin-top: 15px;
    overflow: hidden;
    width: 97%;
}

.sucessMassage {
    color: #2a9f39;
    padding: 9px 0;
    width: 97%;
    font-weight: bold;
    font-size: 24px;
}

.SummeryCnt > div,
.cardInfoCnt > div {
    float: left;
}

.CItitle {
    background-color: #d5d5d5;
    padding: 6px;
    text-shadow: 1px 1px #fff;
    width: 100%;
}

.totCnt {
    overflow: hidden;
    background-color: #ffe386;
    font-weight: bold;
    font-size: 28px;
    font-weight: bold;
    font-size: 28px;
    padding-left: 6px;
    margin: 10px 0;
    text-align: right;
    width: 97%;
}

    .totCnt > div {
        float: left;
        margin-right: 5px;
    }


.CItitle > div {
    float: left;
    width: 181px;
}

.CIdata-row {
    padding: 6px;
    width: 100%;
}

    .CIdata-row > div {
        float: left;
        width: 181px;
    }

.SummeryCnt .title {
    width: 23%;
}

.addBtn {
    background-color: #d75121;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 0 24px;
    text-align: center;
    text-shadow: none;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px solid #000000;
}

#divAmnt {
    /*background-color: #afc1d2;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 7px;
    text-align: right;
    text-shadow: 1px 1px #fff;*/
    background-color: #AFC1D2;
    /*margin-top: 185px;*/
    text-shadow: 1px 1px #FFF;
    text-align: right;
}

#txtCCAmount {
    font-size: 25px;
    text-align: right;
    height: 35px;
}

#lblAmount {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 45px;
    line-height: 40px;
    /*margin-right: 15px;*/
    margin-right: 6px;
}

#divCCbtn {
    /*background-color: #ebebeb;*/
    /*padding: 10px 5px;*/
    text-align: right;
    overflow: hidden;
    border-bottom: 1px solid #0061B2;
    margin-top: -5px;
}


#btnAddCC {
    background-color: #ff442b;
    background-image: url("../Content/Images/ikons.png");
    background-position: -3px -265px;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    padding: 0 17px 0 37px;
    text-shadow: none;
    width: 218px;
}

#divDateTimeController input[type="text"],
#divDateTimeController select {
    width: 120px;
    height: 35px;
    color: #ff442e;
    font-weight: bold;
}
/********/
#divDateTimeController ul {
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

    #divDateTimeController ul li {
        display: inline-block;
        list-style: none;
        float: left;
        padding-left: 5px;
        padding-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

#divDateTimeController input.d-address {
    width: 175px;
    display: inline-block;
}

#divDateTimeController .delivery-address-top button {
    display: inline-block;
    float: right;
    height: 35px;
    width: 35px;
    margin-left: 0px;
    position: relative;
    left: -4px;
    border: none;
    color: #ffffff;
    font-size: 1.3em;
    background-color: #666666;
}

#divDateTimeController .delivery-address-top select {
    width: 208px;
}

.filterCnt #divDateTime .delivery-address-top {
    display: none;
}
/********/
label {
    font-weight: normal;
}

#divRestaurant:visited {
    color: red !important;
}

.blog-nav a {
    transition: background-color 0.5s ease 0s;
}


    .blog-nav a:hover, .blog-nav a:focus {
        /*color: #fff;
        text-shadow: 1px 1px #555;
        text-decoration: none;
        background-color: #4972b5;*/
    }

#divCC {
    margin: 5px 0 66px 0;
    height: 181px;
    /*overflow-y: scroll !important;*/
}

#divGiftCard > div {
    float: left;
    margin-right: 17px;
}

#divGiftCard2 > div {
    float: left;
}

.divGiftCard {
    line-height: 41px;
    overflow: hidden;
    width: auto;
    margin: 0 !important;
}

.showcards {
    background-color: #2465bd !important;
}

#btnShowECC {
    background-color: #ff442b;
    background-image: url("../Content/Images/ikons.png");
    background-position: -4px -267px;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 37px;
    line-height: 38px;
    padding: 0 17px 0 37px;
    text-shadow: none;
    width: 218px;
    margin-bottom: 2px;
}

.cardTypeImage {
    background-repeat: no-repeat;
    width: 54px;
}



.invalidZip {
    padding-top: 180px;
    background-image: url("../Content/Images/homeBg - Copy.JPG");
    height: 440px;
    text-align: center;
}

    .invalidZip select {
        text-align: left;
    }

.invalidnotice h3 {
    margin: 0;
}

.Deliveryareas {
    background-color: #ee4a0a;
    line-height: 25px;
    margin: 25px auto;
    padding: 15px;
    width: 35%;
}

    .Deliveryareas h4 {
        float: left;
        font-weight: bold;
        margin: 0;
        padding: 12px;
    }

.sumrow {
    clear: both;
    overflow: hidden;
    width: 100%;
}

    .sumrow .title {
        float: left;
        margin-right: 13px;
        font-weight: bold;
        color: #555;
    }

    .sumrow .titleAddress {
        float: left;
        margin-right: -1.2%;
        font-weight: bold;
        color: #555;
        /*width: 215px;*/
    }

    .sumrow .titleAddress2 {
        float: left;
        margin-right: 1%;
        font-weight: bold;
        color: #555;
        /*width: 115px;*/
    }

    .sumrow .changeTag {
        float: left;
        font-size: 12px;
        margin-bottom: 10px;
    }



.bttnCnt {
    text-align: right;
    overflow: hidden;
    padding-top: 15px;
    border-top: 1px dashed #555;
    width: 97%;
}

    .bttnCnt input {
        float: left;
        margin-right: 10px;
    }


.backtoTop {
    width: 62px;
    height: 63px;
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 10;
    background-color: #fff;
    background-image: url("../Content/Images/ikons22.png");
    background-position: -129px -10px;
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
}

.brandTextWarp {
    background-image: url("../Content/Images/restconlogo.jpg");
    background-position: 0px 31px;
    background-repeat: no-repeat;
    height: 67px;
    width: 485px;
    background-size: 60%;
    margin-top: 0px;
}

    /*.brandTextWarp.logo-witgh {
        background-image: url("../Content/Images/rc-inner.jpg");
        width: 121px;
        background-size: 100%;
        margin-top: 0px;
    }*/

    .brandTextWarp.logo-witgh {
        background-image: url("../Content/Images/restconlogo.jpg");
        width: 350px;
        background-size: 68%;
        margin-top: 0;
        padding-left: 0;
    }



.inner-brandTextWarp {
    background-image: url(../Content/Images/logo_large.jpg);
    background-size: 100px;
    background-position: 0px 10px;
    width: 100px;
}

#divCC h3 {
    margin: 3px 0 15px 0;
}

.houseMenu {
    color: #555;
    font-size: 28px;
    font-weight: 600;
}

input[type="text"],
select {
    font-size: 15px;
}

.giftTxtbox2 {
    margin-left: 2px;
    margin-top: 9px;
}

#divExistingUser {
    float: left;
}

#divNewUser {
    /*border-left: 1px solid #2465bd;*/
    float: right;
    min-height: 70px;
    /*padding: 48px 0 0 13px;*/
    padding: 20px 0 0 5px;
    text-align: right;
    width: 100%;
    text-align: center;
}

.borderless {
    border: none;
}

.newUsertext {
    margin-bottom: 10px;
}

.divCustomerAddressList {
    margin-top: 18px;
    width: 98%;
    clear: both;
}

.borderbottom {
    border-bottom: 1px dashed;
}

.ico {
    background-image: url("../Content/Images/ikons32.png");
    background-position: 695px -57px;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 18px;
    cursor: pointer;
}

.ico2 {
    background-image: url("../Content/Images/ikons32.png");
    background-position: 710px 3px;
    background-repeat: no-repeat;
}


.divSelecedDeliveryAdd {
    float: left;
    width: 99%;
}

.rowAddress {
    border: 1px solid #555;
    font-size: 12px;
    padding: 2px;
}


.rowAddress2 {
    border: 1px dashed green;
}

    .rowAddress2 > div {
        background-color: yellow;
    }

.adroww {
    clear: both;
    overflow: hidden;
}

    .adroww > div {
        float: left;
        overflow: hidden;
        padding: 4px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.headerrow {
    background-color: #555;
    clear: both;
    color: #fff;
    overflow: hidden;
    padding: 4px 4px 4px 2px;
}

    .headerrow div {
        float: left;
    }

.adroww:nth-of-type(2n+1) {
    background-color: #F0F0F0;
}

.addBtnadress {
    background-color: #d75121;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.cruntDilAdress {
    border: 1px solid #ffe386;
    margin-bottom: 14px;
    overflow: hidden;
    padding: 15px;
    width: 372px;
}

.adRowNew > div {
    float: left;
    padding-right: 6px;
}

    .adRowNew > div::after {
        content: ",";
    }

.btnAddNewAddress {
    float: right;
    margin-bottom: 11px;
    padding-right: 17px;
    padding-top: 58px;
}

.divPayment {
    padding-top: 15px;
    /*border-right: 2px solid #615c5c;*/
}

.itemtool label:hover {
    text-decoration: underline;
}

.spinner {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    z-index: 9999;
    overflow: auto;
    width: 100%;
    height: 100%;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.1);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    background: url(../Content/Images/ajax-loader.gif) no-repeat 50% 50% / 2%;
}

.spinnerSave {
    background: url(../Content/Images/progressbar.gif) no-repeat 50% 50%;
}

.bgTrans10p {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
}

#btnAddNewAddress {
    background-color: #525252;
}

.adroww:hover,
#credtiCard:hover {
    background-color: #FFE386;
}


.txtqty {
    width: 50px !important;
    text-align: right;
}

#ddlTipPer {
    display: inline-block;
    float: left;
    height: 20px;
    width: 50px;
    padding: 0;
    font-size: 12px;
}

.serviceFee {
    text-align: right;
    width: 240px;
}

.blog-nav2 .blog-nav-item {
    border: 1px solid;
    color: #c65532;
}

.blog-nav2 {
    padding-top: 30px;
    text-align: right;
}

.inner-blog-nav2 {
    padding-top: 20px;
}

#lnkWelcome {
    border: none;
    /*background-image: url("../Content/Images/sprites2.png");
    background-position: -27px 6px;
    background-repeat: no-repeat;
    padding-left: 28px;*/
    font-family: 'Play', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    color: #2F2F2F;
    font-weight: 500;
}

#loginPage {
    display: inline-block;
    padding: 60px 0;
    width: 100%;
    height: auto;
}

#divPopUp #loginPage {
    padding: 0;
}

.login-register {
    margin-top: 80px;
    /*background: rgba(0, 0, 0, 0) url("../Content/Images/gift-card-bg.png") no-repeat scroll 160px center / 47% auto;
    background-position: 325px 100px;*/
    background: rgba(0, 0, 0, 0) url(../Content/Images/gift-card-bg.png) no-repeat scroll right -40px / 48% auto;
}

.gift-certif-login input[type="text"], .gift-certif-login input[type="password"] {
    width: 312px !important;
}

.gift-certif-login input#btnLogin {
    background-color: #ff442b;
    border: none !important;
    color: #fff;
    border-radius: 5px;
}

.gift-certif-login .popheading {
    width: 315px;
}

.gift-certif-login input#btnNewUser {
    border-radius: 5px;
}

#divExistingUser {
    /*max-width: 312px;*/
    max-width: 360px;
}

# *:before, *:after {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

#btnLogin,
#btnClear {
    width: 100px;
}

.address-parts {
    float: left;
    width: 73%;
}

.addresumRow div {
    float: left;
}

.addresumRow .firstad::after {
    content: "";
}


.addresumRow div::after {
    content: ", ";
}


.addresumRow div:first-child::after {
    content: "";
}

.addresumRow div:last-child::after {
    content: "";
}


#divSummaryResName .sumrow:nth-child(2n+1) {
    background-color: #fbf8de;
}

.addresumRow {
    background-color: #fbf8de;
    padding: 4px 4px 4px 0;
}

.sumrow {
    margin-bottom: 5px;
}

    .sumrow .title {
        float: left;
        width: 25%;
    }

    .sumrow .info {
        float: left;
        width: 73%;
    }

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog-buttonset button {
    background-color: #ff442b;
    border: medium none;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    width: 130px;
}

.timemsg {
    color: #555;
    font-size: 18px;
    height: auto;
    min-height: 38.167px;
    text-align: center;
    width: auto;
    padding: 14px;
    padding-bottom: 0;
}

.ui-dialog-buttonset {
    float: none !important;
    text-align: center;
}

/*.container
{
    width: 1170px;
}
    */
.cartActions {
    /*background-image: url("../Content/Images/emptycart.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 26px;
    height: 22px;*/
    float: left;
    cursor: pointer;
    padding-left: 10px;
    color: #428bca !important;
    border: none;
    background: unset;
}


#divCusBasic,
#divCusAdd,
#divCusCC,
#divCusOH {
    background-image: url("../Content/Images/cust.png");
    background-repeat: no-repeat;
}

#divReword {
    background-image: url("../Content/Images/rewards.png");
    background-repeat: no-repeat;
}

#divCusBasic {
    background-position: -13px -5px;
}

#divCusAdd {
    background-position: -13px -66px;
}

#divCusCC {
    background-position: -13px -130px;
}

#divCusOH {
    background-position: -13px -192px;
}

#divC_BasicInfo .newUserCnt {
    height: auto;
    overflow: auto;
}

.historywrap {
    background-color: #efefef;
    padding: 13px;
    margin-bottom: 10px;
}

.addBtnadress2 {
    background-color: #ff442b;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: normal !important;
    text-shadow: none !important;
    padding: 2px 5px;
}

#divSelecedDeliveryAdd .dateTime {
    float: left !important;
    padding: 0 0 15px;
    width: 800px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 6px;
}

    #divSelecedDeliveryAdd .dateTime h4, #divSelecedDeliveryAdd .dateTime h3 {
        margin: 0;
        padding: 0;
        float: left;
    }

    #divSelecedDeliveryAdd .dateTime h4 {
        margin-right: 15px;
    }

.cusInfo-Div {
    min-height: 600px;
}
/****07th nove 2016 danushka*****/
.ui-widget-content {
    border: 3px solid #fe7600;
    /** border: 2px solid #2c539e;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ui-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ui-dialog .ui-dialog-buttonpane {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

    .ui-dialog .ui-dialog-buttonpane button {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.commonTotalAmountPay {
    /*border-bottom: 1px dashed #555;*/
    padding: 10px 0px;
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
}
/**** //07th nove 2016 danushka***/
.resIconHome div {
    float: left;
    margin: -4px 15px 15px 15px;
    padding: 15px;
    cursor: pointer;
}


.zipcodevals {
    font-size: larger;
    padding: 10px;
    padding-top: 0px;
    float: left;
    /*border:double;
    background-color: #e1b956;*/
    outline: none;
    cursor: pointer;
    text-decoration: underline;
}

    .zipcodevals:hover {
        text-decoration: none;
    }

a.zipcodevals:hover, a.zipcodevals:focus {
    color: none !important;
    outline: none !important;
}

.pwr {
    cursor: pointer;
    clear: both;
    float: left;
}

#ChargesFeee {
    float: left;
    /* margin-left: 50px; */
    margin-top: 8px;
    padding: 15px;
    /* padding-bottom: 5px; */
    /* padding-top: 5px; */
    background-color: #e9e9e9;
    line-height: 24px;
}

    #ChargesFeee h4 {
        font-weight: bold;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 13px;
    }

    #ChargesFeee .group {
        display: table-caption;
    }

        #ChargesFeee .group label {
            width: 300px;
        }

    #ChargesFeee .service-fee {
        width: 100%;
        clear: both;
    }

        #ChargesFeee .service-fee .chargees-fee-title {
            float: left;
        }

        #ChargesFeee .service-fee .chargees-fee-tooltip {
            float: left;
            margin-left: 3px;
            margin-top: 0px;
        }

            #ChargesFeee .service-fee .chargees-fee-tooltip .custopm-tooltip-pos-left {
                position: relative;
                left: unset !important;
                right: unset !important;
                top: 2px !important;
                z-index: 1 !important;
            }

            #ChargesFeee .service-fee .chargees-fee-tooltip .tooltiptext {
                left: 30px;
            }


/* 12092014 - by prasad */

@import url(https://fonts.googleapis.com/css?family=Play);

.fltLeft {
    float: left;
}

.fltRight {
    float: right;
}

.clearboth {
    clear: both;
}

.divRestaurantSide h3 {
    font-size: 22px;
}

.restListWrapper, #divrestlist {
    /*margin-top: 12px;*/
    margin-top: -8px;
    margin-bottom: 30px;
}

.menuList1Wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrapperCartMainItem {
    display: inline-block;
    /*width:388px;*/
    width: 362px;
    height: 14px;
}

#wrapperMenuDdl {
    width: 368px;
    height: 39px;
    position: fixed;
    z-index: 999;
    top: 85px;
    overflow: hidden;
    z-index: 999;
}

#headerAddCC {
    width: 323px;
    display: inline-block;
    float: left;
}

    #headerAddCC h3 {
        width: 174px;
        margin: 10px 0 0 0;
        font-size: 21px;
        text-align: left;
    }

.wrapperCCExp {
    width: 257px;
    display: inline-block;
    margin-left: 20px;
}

    .wrapperCCExp select {
        width: 104px !important;
    }

.headerSmallBlack {
    font-weight: bold;
    font-size: 16px;
}

#divAvailableCreditCards .toggleDisplay {
    padding: 0px 0 18px 2px;
}

.width20Prec {
    width: 20%;
}

#divCreditCardInfo .width20Prec {
    float: left !important;
    margin-top: 10px;
}

    #divCreditCardInfo .width20Prec:last-child {
        margin-left: 20px;
    }

#txtBillingAdd {
    width: 98% !important;
}

#chkWrapperDelAddres .chekboxwrapper {
    width: 192px;
    float: right;
    margin-left: 50px;
    height: 10px;
    margin-top: -13px;
}

#chkWrapperDelAddres label:first-child {
    float: left;
}

.btnCancelRight {
    text-align: right !important;
}

#loginPage #divExistingUser .popheading h2 {
    font-size: 24px;
}

#loginPage input[type='text'], #loginPage input[type='password'] {
    height: 27px;
}

#customerLogin .pwr {
    margin: 0px 0 10px 5px;
    text-decoration: underline;
    font-size: 13px;
    color: #ff442b;
}

    #customerLogin .pwr.retieve {
        margin: 10px 0 0px 5px;
    }

#divNewUser .pwr {
    margin: 8px 0 15px 0px;
    text-decoration: underline;
    color: #ff442b;
}

#customerLogin .pwr:hover {
    text-decoration: none;
}

#divPWReset #txtPWREmail {
    width: 344px;
    height: 29px;
    margin: 10px 0 15px 0;
}

#divPWReset #btnPWRConfirm {
    background-color: #2465bd;
}

#divPWReset label {
    font-size: 17px;
    font-weight: bold;
}

#divPaymentOpt .addBtnadress {
    border: solid 1px #fff;
}

#divPaymentOpt .cruntDilAdress {
    padding: 0;
    width: 99%;
    border: none;
    margin-bottom: 20px;
    border-top: dashed 1px #000;
    padding-top: 15px;
    padding-left: 6px;
}

#customerAddress input[type='text'], #customerAddress input[type='number'], #customerAddress select, #customerReg input[type='text'], #customerReg input[type='number'], #customerReg select, #customerReg input[type='password'], #customerReg select, #customerReg input[type='tel'] {
    height: 26px;
}

#divPayment .proceedbtnCnt {
    margin-bottom: 15px;
}

#homely .col-md-9 {
    text-align: left;
}

    #homely .col-md-9 h1 {
        margin-bottom: 2%;
        font-family: 'Droid Sans', sans-serif;
        font-weight: bold;
    }

    #homely .col-md-9 p {
        font-family: 'Ubuntu', sans-serif;
        font-size: 17px;
    }

#ddlTipPerSum {
    height: 22px;
    width: 47px;
    padding: 0;
}
/*.jumbotron .marginTop{margin-top: 199px;margin-left: -113px;}*/
#homely {
    margin: 5px 0 0 0;
}

#lnkLogin.blog-nav-item, #lnkLogOut.blog-nav-item, #lnksignup.blog-nav-item, #myAccount.blog-nav-item {
    border: solid 0px #000;
}

#lnksignup.blog-nav-item {
    color: #2c539e;
}


#lnkLogOut.blog-nav-item {
    color: #c65532 !important;
}

.phoneNum {
    font-size: 40px;
    font-weight: bold;
    margin: -16px 0 0 0;
    color: #265291;
    display: inline-block;
}

.shrtContUs {
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
}

.wrapperTime {
    font-size: 38px;
    font-weight: bold;
    color: #878787;
}

.txtCenter {
    text-align: center !important;
}

.txtRight {
    text-align: right !important;
}

#homely .txtCenter {
    margin-top: 27px;
}

.txtLeft {
    text-align: left;
}

#homely .row:first-child {
    margin-bottom: 4px;
}

.vOffset4 {
    margin-top: 4%;
}

#btnEditDeliveryAddress {
    float: right;
    cursor: pointer;
    text-decoration: underline;
    color: #ff442b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

    #btnEditDeliveryAddress:hover {
        text-decoration: none;
    }

#divPaymentOpt .btnAddNewAddress {
    padding-top: 69px;
}

.wrapperOffsetHome {
    width: 1398px;
    /*margin-left: -19px;*/
}

    .wrapperOffsetHome .blueGradiant, .wrapperOffsetHome .footer {
        width: 1368px;
        z-index: 3;
    }

#customerAddressForm .leftSide, #customerAddressForm .RightSide {
    width: 50%;
    float: left;
}

#customerAddressForm #customerReg {
    width: 434px;
    padding-right: 0px;
    /*border-right: solid 1px #2465bd;*/
    margin-right: 10px;
}

#customerAddressForm .customerRegUni {
    /*width: 470px !important;*/
}

#customerAddressForm .customerAddressUni {
    width: 410px !important;
    border-left: solid 1px #2465bd;
}

#divPopUp_Newcus.custom-width {
    width: 473px !important;
}

#customerAddressForm .newUserCnt {
    /*height: 370px !important;*/
    overflow: hidden;
    overflow-y: auto !important;
}

#customerAddress select, #customerReg select {
    padding-top: 2px;
}

.ui-widget-header {
    background-color: #CC4616;
    background-image: url('');
    color: #fff;
}

table.ui-datepicker-calendar {
    background-color: #fff;
}

    table.ui-datepicker-calendar .ui-state-default, table.ui-datepicker-calendar .ui-widget-content .ui-state-default, table.ui-datepicker-calendar .ui-widget-header .ui-state-default {
        background: url('');
    }

.ui-datepicker table {
    font-size: 0.8em;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 0.8em;
}

.ui-datepicker {
    width: 209px;
}


/* section my account */

#mainWrapperMyAccount .buttonwrapper {
    text-align: left;
    border: none;
}

#mainWrapperMyAccount .ctrlLeftPadding {
    padding: 0 6%;
    margin-bottom: 25px;
}

#mainWrapperMyAccount .toggleHeaderMyAcc {
    background-color: #E5E5E5;
}

#divAddList .addBtnadress {
    border: solid 1px #fff;
}

#wrapperAddCCMyAcc .seprow {
    position: inherit !important;
    z-index: auto !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    width: auto !important;
    text-align: center !important;
}

.ie10 {
    margin-left: 150px !important;
}

.ie102 {
    width: 100% !important;
}

.ie103 {
    margin-left: 200px !important;
}


.ie104 {
    margin-left: 260px !important;
}


#wrapperAddCCMyAcc #selectDescription {
    width: 100%;
}

#wrapperAddCCMyAcc .wrapperCCExp {
    width: 48% !important;
    display: inline-block;
    margin-left: 4% !important;
}

    #wrapperAddCCMyAcc .wrapperCCExp .fL {
        margin-right: 0 !important;
    }

    #wrapperAddCCMyAcc .wrapperCCExp div:first-child {
        text-align: left;
    }

#divChangePw #changePassword input[type='text'], #divChangePw #changePassword input[type='password'] {
    height: 25px;
    width: 167px;
}

#divConfirmPW {
    /*margin-bottom: 23px;*/
    position: relative;
}

    #divConfirmPW #txtConfirmPassword {
        padding-right: 22px;
    }

#wrapperConfPWD {
    margin-left: 1%;
}

#divOrderHistory {
    margin-bottom: 50px;
}



/* buttons */

.buttonColours {
    background-color: #2465bd;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #ccc;
}

.buttonwrapper {
    border-top: 1px solid #c2c2c2;
    margin-top: 15px;
    padding: 0px;
    text-align: center;
    padding-top: 10px;
}

.buttonwrapper2 > input[type="button"]:first-child {
    background-color: #2465bd;
}

.zips {
    font-weight: bold;
    padding-left: 5px;
}

.tip {
    font-weight: bold;
    color: #cc0000;
    font-size: 12px;
    float: right;
    padding-right: 5px;
}

.lblTip {
    font-weight: bold;
}

#lblTipVal {
    font-weight: bold;
    padding-left: 10px;
}

#social {
}

    #social a {
        background-image: url("../Content/Images/social-icons.png");
        background-repeat: no-repeat;
        display: inline-block;
        height: 60px;
        margin: 1px 10px;
        width: 60px;
    }

.divAbout {
    padding-top: 120px;
}

.ll-skin-nigran {
    font-size: 90%;
}

    .ll-skin-nigran .ui-widget {
        font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
        background: #29a2d9;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        box-shadow: 0 1px 3px #252525;
    }

    .ll-skin-nigran .ui-datepicker {
        padding: 0;
    }

    .ll-skin-nigran .ui-datepicker-header {
        border: none;
        border-bottom: 1px solid #2d97cb;
        background: transparent;
        font-weight: normal;
        font-size: 11px;
        text-transform: uppercase;
    }

        .ll-skin-nigran .ui-datepicker-header .ui-state-hover {
            background: transparent;
            border-color: transparent;
            cursor: pointer;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-title {
        margin-top: 1.5em;
        margin-bottom: 1em;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev-hover,
    .ll-skin-nigran .ui-datepicker .ui-datepicker-next-hover,
    .ll-skin-nigran .ui-datepicker .ui-datepicker-next,
    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev {
        top: 1.7em;
        border: none;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev-hover {
        left: 2px;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-next-hover {
        right: 2px;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-next span,
    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev span {
        background-image: url(images/ui-icons_ffffff_256x240.png);
        background-position: -32px -32px;
        margin-top: 0;
        top: 0;
        font-weight: normal;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev span {
        background-position: -96px -32px;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev-hover span {
        background-position: -96px -48px;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-next-hover span {
        background-position: -32px -48px;
    }

    .ll-skin-nigran .ui-datepicker table {
        margin: 0;
    }

    .ll-skin-nigran .ui-datepicker th {
        padding: 3em 0;
        color: #9fd9f1;
        font-size: 8px;
        font-weight: normal;
        text-shadow: 0 0 2px #45c4f8;
        text-transform: uppercase;
        border: none;
        border-top: 1px solid #3fabdc;
    }

    .ll-skin-nigran .ui-datepicker td {
        border: none;
        padding: 0;
    }

    .ll-skin-nigran td .ui-state-default {
        background: transparent;
        border: none;
        text-align: center;
        padding: 1em 0;
        margin: 0;
        font-weight: normal;
        color: #efefef;
        font-size: 12px;
    }

    .ll-skin-nigran td .ui-state-active,
    .ll-skin-nigran td .ui-state-hover {
        background: #1b7fb0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

.editBtn {
    background-color: #525252;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.thumb > img {
    width: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
    margin-top: 10px;
}

.browserMsg {
    background-color: #fff;
    border: 2px solid red;
    box-shadow: 5px 3px 35px #101010;
    clear: both;
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    min-height: 20px;
    overflow: hidden;
    padding: 17px 8px;
    position: absolute;
    text-align: center;
    top: -165px;
    width: 109%;
    z-index: 5555;
}

.brwWrapper > div {
    float: left;
    margin-right: 30px;
}

.brwWrapper {
    text-align: center;
    margin-left: 365px;
}

#warningDiv {
    float: left;
}

.masgCnt {
    overflow: hidden;
    text-align: center;
    width: 80%;
}

#divShoppingCart {
    float: right;
    padding-top: 11px;
    cursor: pointer;
}

/*section Gift card*/

@charset "utf-8";
/* CSS Document */

#divGiftCardDetails {
    background-image: url("../content/Images/background.jpg" );
    background-repeat: no-repeat;
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 36px;
    width: 650px;
    height: auto;
    padding-left: 0px;
    margin-bottom: 10px;
}

#divGiftCard {
}

#giftCardForm {
    padding: 12px;
    position: relative;
    padding: 5px 8px;
    /*margin-top: 33px;*/
}

#lblGCDesc {
    font-size: 20px;
    color: #555;
    font-weight: 500;
    /*padding-left: 18px;*/
    font-style: normal;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 27px;
}

#lblGCFrom {
    width: 150px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    padding: 3px;
}

#txtGCFrom {
}

#lblGCCertificateNo {
    display: inline;
    margin-top: 46px;
}

#lblCertificateNo {
    display: inline;
    margin: 0px;
    float: right;
}

#lblGCFrom {
    display: inline;
    margin-right: 4px;
    margin: 10px;
}

#txtGCFrom {
    margin: 3px;
}

#lblGCRecipient {
    margin: 5px;
}

#txtGCRecipient {
}

{
    margin: 3px;
}

#lblGCRecipientEmail {
    margin: 10px;
}

#txtGCRecipientEmail {
    margin: 3px;
}




#lblGCAmount {
    margin: 10px;
}

#txtGCAmount {
    margin: 3px;
}

#lblGCMsg {
    margin: 10px;
}

#txtGCMsg {
    margin: 10px;
}

.gcCtrlLblgift {
    float: right;
    font-size: 14px;
    color: #555;
    border-collapse: separate;
    border: 1px solid;
    padding: 3px 3px;
    border-radius: 8px;
    margin-top: 40px;
    margin-right: 6px;
}

.gcCtrlLbl {
    display: inline-block;
    font-size: 14px;
    color: #555;
    margin: 5px;
    width: 132px;
    float: left;
    list-style: unset;
}



.fltclear {
    clear: both;
}


.gcCtrlLbl + input[type='text'] {
    float: left;
}

#giftCardForm input[type='text'] {
    border: none;
    background-color: transparent;
    width: 250px;
    text-shadow: initial;
    color: #000;
    margin: 3px;
    height: 27px;
}

#giftCardForm textarea {
    height: 15px;
    background-color: transparent;
    border: antiquewhite;
}

    #giftCardForm input[type='text']:focus, #giftCardForm textarea:hover {
        border: 1px dashed #000;
    }

    #giftCardForm input[type='text'].input-validation-error, #giftCardForm textarea.input-validation-error {
        border: 1px dashed red !important;
    }

.vtop {
    vertical-align: top;
}

#giftCardForm .vtop {
    display: inline-flex !important;
    background-color: transparent;
}

.displayBlock {
    display: inline-block !important;
}

#divGCCreditCards {
    margin-left: 14px;
    padding-left: 25px;
    border-left: 1px solid #E7E3E3;
    height: 338px;
}

#divGiftPayList {
    width: 400px;
    padding: 0px;
}

.card-details #divGiftPayList {
    width: 88%;
    padding: 0px;
    margin-bottom: 14px;
    margin-left: 42px;
}

.gift-card-generator .card-details #divGiftPayList {
    margin-left: 12px;
}

.gift-card-generator #credtiCard, .credtiCardFGCPay {
    width: 100% !Important;
}

.gift-card-generator .card-details #divGiftPayList {
    width: 96%;
}

.gift-card-generator .clsoBtn2 {
    background-position: -1px -5px;
}

.card-details #GCPaymentlbl h3 {
    margin-top: 6px;
    font-size: 15px;
}

#divGCCreditCards #divGiftPayList {
    width: 432px;
}

    #divGCCreditCards #divGiftPayList .paymentTotal {
        width: 33%;
    }


.gift-card-generator {
    clear: both;
    padding: 20px;
    display: inline-block;
    background: #efefef;
    width: 100%;
}

    .gift-card-generator .certificate {
        width: 626px;
    }

.gift-card-form {
    float: left;
    /*width: 28%;*/
}

    .gift-card-form form {
    }

        .gift-card-form form .fields {
            float: left;
            clear: both;
            margin-bottom: 10px;
            padding-top: 12px;
        }

        .gift-card-form form label {
            float: left;
            clear: both;
        }

        .gift-card-form form input, .gift-card-form form textarea, .gift-card-form form select {
            float: left;
            clear: both;
            margin: 0 !important;
            border: 1px solid rgb(169, 169, 169) !important;
            width: 300px !important;
            background: #fff !important;
            padding: 10px;
        }

        .gift-card-form form input, .gift-card-form form select {
            height: 35px !important;
        }

        .gift-card-form form textarea {
            min-height: 90px;
            max-height: 110px;
            height: 70px;
            min-width: 300px;
            max-width: 300px;
        }

        .gift-card-form form input[type='button'] {
            border: 0 none !important;
            margin-top: 5px !important;
            background: #ff442b !important;
            height: 40px !important;
            width: 130px !important;
        }

.gift-card-preview {
    width: 100%;
    float: left;
}

    .gift-card-preview .card {
        background: url("../content/Images/giftcard-bg.jpg") no-repeat scroll 0 0 / 100% auto transparent;
        width: 100%;
        height: 290px;
        border: 2px solid #fff;
        position: relative;
    }

        .gift-card-preview .card .amount {
            position: absolute;
            top: 129px;
            left: 88px;
            font-size: 19px;
            color: #fff;
            font-family: tahoma;
        }

        .gift-card-preview .card .certificate-number {
            position: absolute;
            top: 88px;
            right: 13px;
            color: #046cfa;
            font-size: 13px;
        }

        .gift-card-preview .card .customer-info {
            text-align: left;
            margin-top: 115px;
            font-size: 13px;
            margin-left: 28%;
        }

            .gift-card-preview .card .customer-info ul {
            }

                .gift-card-preview .card .customer-info ul li {
                    list-style-type: none;
                    color: #2a9908;
                    margin-bottom: 8px;
                }

                    .gift-card-preview .card .customer-info ul li span {
                        color: #046cfa;
                        margin-right: 5px;
                    }

                        .gift-card-preview .card .customer-info ul li span.green {
                            color: #2a9908;
                        }

        .gift-card-preview .card .greetings {
            position: relative;
            margin: 19px auto 0;
            width: 430px;
            text-align: left;
            color: #c22f6a;
            font-family: 'monotype Corsiva';
            font-size: 22px;
            line-height: 25px;
            /*left: 18px;*/
            width: 61%;
            margin-left: 35%;
            word-break: keep-all;
            font-style: italic;
        }

.addNewCardGrid {
    background-color: #E2E2E2;
    /*width: 100%;*/
    /*margin-left: 2%;*/
    margin-top: 8px;
    padding-top: 12px;
}

.addNewCardGrid-cardWrapper {
    padding-left: 2px;
    overflow-y: scroll;
    margin-top: 25px;
    height: 65px;
}

.paymentListDiv {
    /*margin-top: 35px;*/
}

.card-selection {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 0 0 0;
}

    .card-selection ul {
        float: left;
        padding: 0 !important;
        margin: 0;
        width: 100%;
    }

        .card-selection ul li {
            list-style-type: none;
            margin-bottom: 9px;
            float: left;
            background: #E2E2E2;
            width: 100%;
        }

            .card-selection ul li #credtiCard {
                background: #fff !important;
                width: 100% !important;
                padding: 0 !important;
                margin: 0 !important;
                font-size: 12px;
                height: 32px;
                border-bottom: 5px solid #efefef;
            }

.gift-card-generator .card-selection ul li #credtiCard {
    width: 100% !important;
}

.card-selection ul li .cardTypeImage {
    float: left !important;
    width: 40px;
}

.card-selection ul li .card-number {
    float: left;
    padding: 3px 6px;
}

.card-selection ul li input {
    float: left;
    width: 50px;
    height: 26px;
    font-size: 13px;
    margin: 0;
}

.card-selection .addBtn {
    font-size: 11px;
    padding: 0 4px;
}

#CardGenerateBtBtm input {
    margin-top: 26px;
    float: right;
    position: relative;
    /* margin-left: -16px; */
    margin-right: 27px;
    background-color: #17A74F;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

.add-card input {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

.card-details {
}

    .card-details input {
        margin: 5px 0 15px !important;
    }

    .card-details .credtiCardFGCPay {
        padding: 0 !important;
        margin: 0 !important;
        background: #fff;
        -webkit-box-shadow: 0px 5px 14px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 5px 14px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 5px 14px 0px rgba(50, 50, 50, 0.75);
    }

        .card-details .credtiCardFGCPay div {
            margin-right: 5px;
            font-size: 10px;
        }

    .card-details .cardTypeImage {
        float: left !important;
        width: 40px;
    }

    .card-details .paymentTotalGC {
        padding: 0px 8px;
        float: left;
    }

.gift-card-text {
    margin-top: 20px;
    margin-bottom: 60px;
    display: inline-block;
}

    .gift-card-text .section {
        float: left;
        width: 46%;
        margin: 0 2%;
    }

        .gift-card-text .section h2 {
            border-bottom: 1px solid #524747;
        }

.newgiftcard-save-btn a#btnCCCancelbtn {
    position: relative;
    margin-top: 10px;
    margin: 0 auto;
    text-align: center;
}

.newgiftcard-save-btn input#btnCCSave {
    margin: 0 auto;
    float: none;
    text-align: center;
    position: relative;
}
/*datepicker style-02.02.15*/

#divDateTimeController2 {
    position: relative;
    display: -moz-groupbox;
    width: 100%;
}

.datetimectrl {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    text-align: left;
    font-style: normal;
    margin-top: -4px;
    margin-bottom: 10px;
}

.datelbl {
    margin-top: 6px;
}

#divGenGiftCardBtn {
    margin-top: 37px;
    float: right;
    margin-right: -36px;
}

#btnAddCC_GC:disabled {
    background-color: #a5a5a5;
}

#divDateTimeController2 .ctrlWrapper {
    margin: 12px 0px;
    margin-left: 72px;
}

.datetimepopup .ctrlWrapper {
    margin-left: 0px !important;
}

    .datetimepopup .ctrlWrapper label {
        float: left;
        width: 100px !important;
    }

.datetimepopup .datelbl {
    outline: none !important;
}

#divDateTimeController2 .ctrlWrapper label {
    display: inline-block;
    width: 91px;
}

.widthFull {
    width: 100%;
}

.txtCenter {
    text-align: center !important;
}

#divDwnloadMenu {
    float: right;
}

    #divDwnloadMenu .dwnldMenu {
        /*position: absolute;*/
        width: 90px;
        height: 22px;
        left: 265px;
        background-image: url("../Content/Images/menudwnld.png");
        cursor: pointer;
        background-repeat: no-repeat;
    }

    #divDwnloadMenu ul li {
        display: inline-block;
    }

.ctrlGCpop #btnCCSave, .ctrlGCpop #btnCCCancelbtn {
    position: absolute;
}

.ctrlGCpop #btnCCSave {
    margin: 58px 0 0 -247px;
    float: left;
}

.ctrlGCpop #btnCCCancelbtn {
    margin: 58px 0 0 -55px;
}

.ctrlGCpop input[type='text'], .ctrlGCpop select {
    height: 25px !important;
    font-size: 12px;
}

.ctrlGCpop {
    height: 495px !important;
}

#header {
    z-index: 989 !important;
}

.bgBlue {
    background-color: #2465bd !important;
}

.bgBtnCancel {
    background-color: #ff442b !important;
}

#divSelecedDeliveryAdd .cruntDilAdress h3 {
    margin-bottom: 5px !important;
    font-size: 19px;
    display: inline-block;
    padding-right: 12px;
}
/******/
.selected-address-wrapper {
    position: relative;
    top: -34px;
    left: 100px;
    float: left;
}

.payment-adress-change {
    /*position: absolute;*/
    top: 50px;
    color: #d75121;
}

    .payment-adress-change a {
        color: #d75121;
        font-weight: bold;
        text-decoration: underline;
    }
/*****/
#divDateTime h4, #divDateTime h3 {
    font-size: 16px;
}

#lnkAddNewCustomer {
    float: right;
    text-decoration: underline;
    margin-bottom: 1px;
    text-transform: uppercase;
    color: #0950D2;
    font-weight: bold;
    font-size: 12px;
}

    #lnkAddNewCustomer:hover {
        text-decoration: none;
    }

#wrpperLnkAddSection {
    display: inline-block;
    margin: 46px 0 0 0;
    float: right;
}

#divCustomerAddressList .adressToggle {
    margin-top: 10px;
}
/*#divPaymentOpt .borderbottom{border-bottom:none;border-top: 1px dashed;padding-top: 16px;width:98%;margin-top: 31px !important;}*/
divPaymentOpt .borderbottom {
    border-bottom: none;
    border: none;
    padding-top: 16px;
    width: 98%;
    margin-top: 0px !important;
}

.borderTopSperator {
    border-top: 1px dashed;
}


.seprowCCForm {
    text-align: right;
    padding-right: 0px;
    position: absolute;
    z-index: 99999999999;
    margin: 0;
    width: 561px;
    border-bottom: solid 1px #0061B2;
    bottom: 156px;
}


.seprowCCForm2 {
    text-align: right;
    padding-right: 5px;
    position: absolute;
    z-index: 99999999999;
    margin: 0;
    width: 561px;
    bottom: 12px;
}

.btnCCSaveInPayment {
    /*margin-right: 175px;*/
    margin-bottom: -3px;
}

.chkSaveCCFrmCls {
    position: absolute;
    /*display: inline-block;  */
    margin-top: -122px;
    /*margin-left: -197px;  */
}

.CFormWr {
    padding-top: 2px;
}

.saveNewCC_styl {
    margin-left: -345px;
    position: absolute;
    margin-top: -39px;
    left: 550px;
}


.imgGCNavi {
    cursor: pointer;
    float: left;
    margin-right: 30px;
    margin-top: -5px;
    /*width: 60px;
    height: 50px;
    cursor: pointer;
    margin-left:5px;*/
}

.home-giftCard-image {
    position: relative;
    left: 24px;
    margin-right: 0px;
}

.home-grpOrder-image {
    position: relative;
    left: 5px;
    margin-right: 0px;
    /*float: right;*/
    top: -5px;
    width: 90px;
    cursor: default;
}

.home-giftCard h1 {
    margin-right: 0px !important;
    font-size: 30px;
}

.home-giftCard-text {
    font-size: 15px;
}

.home-groupOrder-grid-right {
    padding: 0px;
    /*background-color: #f4e7db;*/
    /*padding-top: 15px;*/
    /*border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 2px 0px rgba(121, 121, 121, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(121, 121, 121, 0.35);
     -webkit-box-shadow: 0px 0px 2px 0px rgba(121, 121, 121, 0.35);*/
    padding-bottom: 50px;
}

#blogItem {
    /*margin-left:70px;*/
}

#divGiftCardBtn {
    /*position: absolute;
    float: right;
    top: -8px;*/
    cursor: pointer;
    /*right: 152px;
    padding: 0;*/
}

#txtCouponCode {
    height: 31px;
    border-radius: 0px;
    width: 144px;
    border: 1px solid #CCC;
    margin-left: 50px;
    margin-top: 18px;
    padding: 5px;
}

input.coupon-active-btn {
    display: inline-block;
    float: right;
    background-color: #868686;
    width: 120px;
    height: 30px;
    font-size: 10px;
    margin-top: 18px;
    margin-right: 50px;
}

#divPhnNum {
    color: white;
    float: left;
    margin: 4px 0px 0px -685px;
}

#hdrGCHome {
    margin-bottom: 0px;
    float: left;
    margin-right: 30px;
    margin-top: 0px;
}

#hdrGRPHome {
    margin-bottom: 0px;
    float: left;
    margin-right: 30px;
    margin-top: 0px;
    position: relative;
    left: 25px;
    font-size: 30px;
}

.home-grpOrder-text {
    /*padding-bottom: 25px;*/
    /* float: left; */
    position: relative;
    left: -26px;
    top: -6px;
    /* width: 400px; */
}

.gropuorder-start-button {
    position: relative;
    left: 49px;
    background-color: #ea571b;
    border: 1px solid #ea571b;
    top: 4px;
    float: left;
}

    .gropuorder-start-button:hover {
        background-color: #f74704;
        border: 1px solid #f74704;
    }

#hmPhn {
    font-size: 25px;
    position: absolute;
    margin-left: 40px;
    margin-top: -32px;
}

#mchimp {
    background-position: -119px 1px;
}


#newsletter {
    bottom: 78px;
    padding: 13px;
    border-left: 0;
    border-right: 0;
    width: 341px;
}

    #newsletter label {
        font-weight: bold;
        margin-right: 9px;
        float: left;
        display: inline-block;
        width: 210px;
        text-align: right;
        line-height: 15px;
    }

.grd {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(237,216,196,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(237,216,196,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(237,216,196,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(237,216,196,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(237,216,196,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(237,216,196,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#edd8c4',GradientType=1 ); /* IE6-9 */
}


.gcard {
    clear: both;
    border-top: 1px solid #BAB0B0;
    padding-top: 25px;
}

.home-giftCard {
    position: relative;
    top: 10px;
}

.home-giftCard {
    position: relative;
    top: 10px;
    padding-left: 2px;
}

/****Home welcome Popup****/

#welcomeModal .modal-dialog {
    width: 600px;
    margin: 100px auto;
}

#welcomeModal .modal-content {
    border: 3px solid #fe7600;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: .5em 1em;
}

#welcomeModal .modal-header {
    border-bottom: 1px solid #825607;
}

    #welcomeModal .modal-header h2 {
        color: #3f789b;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
    }

#welcomeModal .modal-body {
    text-align: center;
}

    #welcomeModal .modal-body p {
        font-size: 1.2em;
        font-weight: bold;
        font-style: italic;
        color: #c05151;
    }

    #welcomeModal .modal-body img {
        margin: 0 auto;
        width: 65%;
        border: 2px solid #fe7600;
    }

    #welcomeModal .modal-body h4:nth-child(4) {
        font-size: 17px;
        padding-top: 0.7em;
        padding-bottom: 0.8em;
    }

    #welcomeModal .modal-body h2 {
        color: #515151;
        font-size: 18px;
    }

#welcomeModal .modal-footer {
    border: none;
    text-align: center;
    padding-top: 0px;
}

    #welcomeModal .modal-footer button {
        width: 7em;
        height: 2.4em;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

/* By Prasad on 05292015  */

#wrapperHomeMidDesc .first-col {
    width: 63%;
    margin-right: 3%;
}

#wrapperHomeMidDesc .col-md-4 {
    padding: 0px;
    width: 34%;
}

#divBlogger {
    position: absolute;
    margin: -43px 0 0 457px;
}

    #divBlogger img {
        cursor: pointer;
    }

    #divBlogger a:hover, #divBlogger a:active, #divBlogger a {
        text-decoration: none;
        color: transparent;
        background-color: transparent !important;
    }

.highlight {
    background-color: #FFE386;
    padding: 4px;
    font-weight: bold;
    color: #680A0A;
    border: 1px solid #986858;
    margin-top: 5px;
}


.footer-bottom-links {
    text-align: center;
    color: #eee;
}

    .footer-bottom-links a {
        color: #eee;
    }

        .footer-bottom-links a:hover {
            color: #fff;
        }


/* Calenderical  */

.calendricalDatePopup {
    background: white;
    border: solid 1px #999999;
    padding: 2px;
    text-align: center;
    width: 160px;
}

    .calendricalDatePopup table {
        border-collapse: collapse;
        width: 160px;
    }

        .calendricalDatePopup table .monthCell {
            padding: 2px 0;
        }

            .calendricalDatePopup table .monthCell a {
                display: block;
                float: left;
                line-height: 20px;
            }

            .calendricalDatePopup table .monthCell .prevMonth, .calendricalDatePopup table .monthCell .nextMonth {
                width: 24px;
            }

            .calendricalDatePopup table .monthCell .monthName {
                width: 110px;
            }

        .calendricalDatePopup table a {
            text-decoration: none;
        }

        .calendricalDatePopup table th {
            text-align: center;
        }

        .calendricalDatePopup table td {
            text-align: center;
            font-size: 12px;
            padding: 0;
        }

            .calendricalDatePopup table td a {
                display: block;
                color: black;
                padding: 2px 3px;
            }

                .calendricalDatePopup table td a:hover {
                    background: #ccccff;
                    border: none;
                    padding: 2px 3px;
                }

            .calendricalDatePopup table td.today a {
                background: #eeeebb;
            }

            .calendricalDatePopup table td.selected a {
                background: #ccccff;
            }

            .calendricalDatePopup table td.today_selected a {
                background: #eeeebb;
                border: solid 1px #dddd66;
                padding: 1px 2px;
            }

            .calendricalDatePopup table td.nonMonth a {
                color: #999999;
            }

.calendricalTimePopup {
    background: white;
    border: solid 1px #999999;
    width: 110px;
    height: 130px;
    overflow: auto;
}

    .calendricalTimePopup ul {
        margin: 0;
        padding: 0;
    }

        .calendricalTimePopup ul li {
            list-style: none;
            margin: 0;
        }

            .calendricalTimePopup ul li a, .calendricalTimePopup ul li a:visited {
                text-indent: 10px;
                padding: 4px;
                display: block;
                color: black;
                text-decoration: none;
            }

                .calendricalTimePopup ul li a:hover, .calendricalTimePopup ul li.selected a {
                    background: #ccccff;
                }

.calendricalEndTimePopup {
    width: 160px;
}

/*------------*/




/***common new***/
.btn-with-border {
    border: 2px solid #2a6292 !important;
}

.flt-none {
    float: none !important;
}

.margn-auto {
    margin: 0 auto !important;
}

.padding-left-right-non {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/**Invitee validation star**/
.addInviteePopUp .firstname-star {
    position: absolute;
    left: 120px;
    top: -4px;
    color: #ed1f1f;
}

.addInviteePopUp .lastname-star {
    position: absolute;
    left: 219px;
    top: -4px;
    color: #ed1f1f;
}

.addInviteePopUp .email-star {
    position: absolute;
    left: 418px;
    top: -4px;
    color: #ed1f1f;
}

.addInviteePopUp .emailEdit-star {
    position: absolute;
    left: 494px;
    top: 2px;
    color: #ed1f1f;
}

.grpOrderInviteeForm .addInviteePopUp .firstname-star {
    position: absolute;
    left: 106px;
    top: -4px;
    color: #ed1f1f;
}

.grpOrderInviteeForm .addInviteePopUp .lastname-star {
    position: absolute;
    left: 208px;
    top: -4px;
    color: #ed1f1f;
}

.grpOrderInviteeForm .addInviteePopUp .email-star {
    position: absolute;
    left: 410px;
    top: -4px;
    color: #ed1f1f;
}
/**end Invitee validation star**/
.commonBorderRadius {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -wekit-border-radius: 5px !important;
}

.common-custom-link {
    text-align: center;
    /* display: block; */
    text-decoration: underline;
    padding-top: 14px;
    cursor: pointer;
    color: #428bca !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
}

.common-edit-remove-link {
    text-align: center;
    /* display: block; */
    text-decoration: underline;
    padding-top: 14px;
    cursor: pointer;
    color: #428bca !important;
    background: none !important;
    border: none !important;
    font: inherit !important;
}

.custom-add-credit-card {
    background-position: -9px -49px !important;
    width: 210px !important;
    color: #07c !important;
    padding: 0 5px 0 37px !important;
    background-color: transparent !important;
    text-decoration: underline;
}

.creditcard-address-select {
    text-align: center;
    /*text-decoration: underline;*/
    padding-top: 14px;
    cursor: pointer;
    color: #fcf8e3 !important;
    background-color: #ff442b;
    border: none !important;
    -webkit-border-radius: 2px 2px 2px 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.creditcard-address-edit {
    text-align: center;
    text-decoration: underline;
    padding-top: 14px;
    cursor: pointer;
    color: #2465bd !important;
    background: none !important;
    border: none !important;
}
/*** //common new***/
/********* start group order welcome page*****8th december 2016***** danushka*/
.wow {
    visibility: hidden;
}

#groupOrderWelcome .group-order-welcome-wrapper {
    margin-top: 0px;
}

.group-order-welcome-wrapper {
    margin-top: 20px;
}

.group-order-welcome-top-wrapper div {
    text-align: center;
}

.group-order-welcome-top-wrapper img {
    width: 185px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.group-order-create-btn {
    text-align: center;
    margin-top: 20px;
}

.group-oreder-manage-btn button {
    position: relative;
    top: 1.1em;
}

.group-order-create-btn button {
    font-size: 1.25em;
    height: 45px;
    width: 200px;
}

    .group-order-create-btn button:hover {
        background-color: #ff7300;
    }

.group-order-welcome-top-wrapper p {
    width: 190px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}

.group-order-welcome-more-info {
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 25px;
    background-color: rgba(127, 142, 163, 0.23);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 25px;
    /* width: 90%; */
    line-height: 26px;
    width: 92%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.group-order-welcome-more-content {
    line-height: 28px;
    margin-top: 12px;
}

.group-order-welcome-more-info h4 {
    font-weight: 600;
    color: #0e3753;
}

.group-order-welcome-top-wrapper div h3 {
    font-size: 18px;
    font-weight: bold;
}

/********* end group order welcome page*********/

/*********home-new-middle-sec************/

.home-new-middle-sec .group-order-welcome-top-wrapper div h3 {
    font-size: 24px;
    font-weight: lighter;
    color: #303030;
}

.home-new-middle-sec {
    margin-top: 40px;
    margin-bottom: 30px;
}

    .home-new-middle-sec .group-order-welcome-top-wrapper img {
        margin-top: 12px;
    }

.home-top-title-redesign h1 {
    color: #ea571b !important;
}

.home-new-middle-sec .group-order-welcome-top-wrapper img {
    width: 125px;
}

.home-new-middle-sec .enter-zip {
    background-image: url(../Content/Images/welcome/zipcode-icon.png);
    width: 125px;
    height: 125px;
    background-size: 125px;
    margin: 0 auto;
}

    .home-new-middle-sec .enter-zip:hover {
        background-image: url(../Content/Images/welcome/zipcode-icon-hover.png);
    }

.home-new-middle-sec .browse-menus {
    background-image: url(../Content/Images/welcome/browse-menus.png);
    width: 125px;
    height: 125px;
    background-size: 125px;
    margin: 0 auto;
}

    .home-new-middle-sec .browse-menus:hover {
        background-image: url(../Content/Images/welcome/browse-menus-hover.png);
    }

.home-new-middle-sec .Order-Enjoy {
    background-image: url(../Content/Images/welcome/order-icon.png);
    width: 125px;
    height: 125px;
    background-size: 125px;
    margin: 0 auto;
}

    .home-new-middle-sec .Order-Enjoy:hover {
        background-image: url(../Content/Images/welcome/order-icon-hover.png);
    }
/*********end-home-new-middle-sec************/

/**********order-on-the-go**********/
.home-order-on-the-go-hr {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px;
}

    .home-order-on-the-go-hr img {
        opacity: 0.3;
    }

.order-on-the-go h3.on-the-go-title {
    text-align: left;
    color: #c65532;
    /* font-weight: 600; */
    font-size: 40px;
    font-family: 'Open Sans';
    font-weight: 300;
    padding-top: 130px;
}

.order-on-the-go p.on-the-go-desc {
    width: 80%;
    line-height: 35px;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-family: 'Open Sans';
}

.order-on-the-go-phone img {
    width: 70%;
    margin: 0 auto;
    /* float: right; */
    padding-top: 20px;
}

.order-on-the-go-desc {
    padding-left: 110px;
}
/********end-order-on-the-go***********/
/*.fix-custom-Buttons #divCC .newgiftcard-save-btn input#btnCCSave{ margin: 0 166px -2px 0;position: initial !important;}*/
.fix-custom-Buttons #divCC .newgiftcard-save-btn input#btnCCSave {
    margin-left: -345px;
    position: absolute;
    margin-top: -39px;
    left: 550px;
}
/**Credit card form new styles 19-12-2016**/
.pgngoPaddingNon-left {
    padding-left: 0px !important;
}

.pgngoPaddingNon-right {
    padding-right: 0px !important;
}

.creditCard-zip-cvv2 .width20Prec {
    margin-top: 0px !important;
    width: 45%;
}
/***end redit card form new styles 19-12-2016**/

/**Home page new layout style 20-12-2016**/
.main-home-wrapper {
    margin-bottom: 45px;
}

.home-top-title {
    padding-top: 15px;
    padding-bottom: 5px;
}

    .home-top-title h1 {
        text-align: center;
        color: #045085;
        /*font-weight: 600;*/
        font-size: 48px;
        font-family: 'Open Sans';
        font-weight: 300;
    }

.home-group-top-title h1 {
    text-align: center;
    color: #045085;
    /* font-weight: 600; */
    font-size: 40px;
    font-family: Helvetica;
}

.home-group-top-desc p {
    text-align: center;
    font-size: 16px;
    width: 600px;
    margin: 0 auto;
    line-height: 25px;
    color: #878787;
}

.home-hr {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

    .home-hr img {
        opacity: 0.3;
    }

.welcome-hr {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

    .welcome-hr img {
        opacity: 0.3;
    }

.home-top-desc p {
    text-align: center;
    font-size: 22px;
    width: 600px;
    margin: 0 auto;
    line-height: 22px;
    color: #878787;
    font-family: 'Open Sans';
    font-weight: 300;
}

.home-group-order-welcome-title {
    padding-bottom: 20px;
}

    .home-group-order-welcome-title h1 {
        font-family: Helvetica;
        text-align: center;
        color: #045085;
        font-size: 26px;
    }


.new-footer-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #222433;
    position: absolute;
    z-index: 986;
}

    .new-footer-wrapper ul {
        list-style: none;
    }

.new-footer-logo img {
    /*/*width: 115px;
    padding-top: 5px;
    margin-top: 30px;*/
    width: 100%;
    padding: 28px 0;
}

/*.new-footer-wrapper.footer-fixed {
    position: fixed;
    bottom: 0px;
}*/

.where-we-deliver ul li {
    line-height: 25px;
}

.partner-with-us ul li {
    line-height: 23px;
}

.getto-know-section ul li {
    line-height: 25px;
}

.new-footer-top ul > li {
    color: #a5a5a5;
}

    .new-footer-top ul > li a, .new-footer-top ul > li a:hover {
        color: #a5a5a5;
        text-decoration: none;
    }

.new-footer-top h4 {
    color: #fff;
}

.new-footer-copyright p {
    text-align: center;
    color: #fff;
}
/**End Home page new layout style 20-12-2016**/

/****Navigation CSS overide*****/
.wrapperOffsetHome .blueGradiant {
    position: absolute;
    /*top:45px;*/
    top: 5px;
    background: none;
    /*margin-left: -65px;*/
}

.blog-nav {
    background: none;
}

.blog-nav-item {
    color: #2c539e !important;
}

.login-but {
    color: #c65532 !important;
}

.hearder-top-login {
    position: relative;
    /*top: -35px;*/
    /*margin-left: -65px;*/
}

.restaurant-menu-searh {
    padding-right: 0px;
    padding-left: 0px;
    margin: -2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .restaurant-menu-searh input[type="search"] {
        width: 100%;
        padding: 20px;
        border: 1px solid #ddd;
        margin-top: -5px;
        padding-left: 55px;
        border-left: none;
        border-right: none;
        outline: none;
    }

    .restaurant-menu-searh::-webkit-input-placeholder {
        color: #c8c8c8;
        font-size: 1.1em;
    }

    .restaurant-menu-searh:-ms-input-placeholder { /* IE 10+ */
        color: #c8c8c8;
        font-size: 1.1em;
    }

    .restaurant-menu-searh::-moz-input-placeholder { /* Firefox 19+ */
        color: #c8c8c8;
        font-size: 1.1em;
    }

    .restaurant-menu-searh:-moz-input-placeholder { /* Firefox 4 - 18 */
        color: #c8c8c8;
        font-size: 1.1em;
    }

.grid-list-wrapper #grid {
    float: right;
}

.grid-list-wrapper #list {
    float: right;
}

.grid-list-wrapper .btn {
    background-color: #f14c26;
    border-radius: 0;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: none;
}

.re-design-menu-filter {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    height: 46px;
}

    .re-design-menu-filter ul li {
        display: inline-block;
        list-style: none;
        color: #ff442e !important;
        font-size: 16px !important;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        height: 32px;
    }

        .re-design-menu-filter ul li:hover {
            border-bottom: 3px solid #ff442e;
        }

    .re-design-menu-filter ul .active-menu {
        border-bottom: 3px solid #ff442e;
    }

    .re-design-menu-filter ul li a {
        color: #ff442e !important;
        font-size: 16px !important;
        cursor: pointer;
    }

div#divMenuFilter button {
    margin: 0;
    border: none;
    background-color: transparent;
    /* padding: 0; */
    outline: none !important;
}

.re-design-menu-filter ul li a:hover {
    text-decoration: none;
}

.redesign-divMenuFilter .menu-wrapper {
    /*background: #eee none repeat scroll 0 0;
	border: 1px solid #ddd;*/
    height: 40px;
    overflow: hidden;
    padding: 5px;
    float: left;
    margin-top: 9px;
}

.re-design-menu-filter ul {
    padding-left: 0px;
    margin-top: -2px;
}

.redesign-divMenuFilter {
    width: 100% !important;
}

.download-rest-menu {
    border-radius: 0;
    height: 28px;
    padding-top: 4px;
}

.redesign-divResList {
    margin-right: 0px;
    /*border-right: 2px solid #efefef;*/
    padding-right: 7px;
    padding-top: 0px;
    padding-left: 0px;
}

.manu-inner-wrapper {
    border-right: 2px solid #e8e8e8;
}

.redesign-menulist {
    /*margin-top:16px;*/
}

.closespinner123 {
    /*display:none !important;*/
}

.stick {
    position: fixed;
    width: 798px !important;
    background-color: #ffffff;
    z-index: 999;
    top: 85px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.26);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.26);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.26);
}
/*******New Cart Styles 27032017 ******/

.cart-your-order {
    text-align: center;
    color: #ff442e;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-top: 20px;
}

.cart-smry-driver-gratuity {
    display: inline-block;
    width: 100%;
}

    .cart-smry-driver-gratuity ul {
        float: right;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-left: 0px;
        width: 100%;
    }

        .cart-smry-driver-gratuity ul li {
            display: inline-block;
            width: 54px;
            border: 1px solid #ddd;
            padding: 5px;
            text-align: center;
            background: #fcfcfc;
            cursor: pointer;
        }

            .cart-smry-driver-gratuity ul li:last-child {
                width: 100px;
                padding: 0px;
                display: inline-block;
                height: 32px;
            }

                .cart-smry-driver-gratuity ul li:last-child select {
                    margin: 0px;
                    height: 30px !important;
                    width: 80px !important;
                    border: none;
                    text-align: center;
                    background-color: #fff;
                }

    .cart-smry-driver-gratuity .tip-selected {
        border: 1px solid #ff442e;
        color: #ff442e;
    }
/**popup*/

.popup-plus-minus .input-group-btn {
    width: auto;
    font-size: inherit;
    display: inline-block;
}

    .popup-plus-minus .input-group-btn button {
        height: 30px;
        position: relative;
        bottom: 4px;
        text-align: center;
        background: #e5e5e5;
        padding: 6px;
    }

.popup-plus-minus button.minus-btn {
    left: 7px;
}

.popup-plus-minus button.plus-btn {
    right: 7px;
}

.popup-plus-minus .glyphicon {
    margin-right: 0px;
    display: inherit;
}

.popup-plus-minus .txtqty {
    text-align: center;
    height: 30px;
    padding: 2px;
    width: 45px !important;
}

.popup-plus-minus input[type=number] {
    -moz-appearance: textfield;
    outline: none;
}

    .popup-plus-minus input[type=number]::-webkit-inner-spin-button,
    .popup-plus-minus input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.buttonwrapper ul li {
    display: inline-block;
    list-style: none;
}

.buttonwrapper input.add-to-order {
    background: #ff442b;
    color: #fff;
    font-family: 'Droid Sans', sans-serif !important;
    border-radius: 7px;
    width: auto;
    margin-top: 5px !important;
    font-weight: 600;
    padding: 7px 18px !important;
}

.model-description {
    color: #707070;
    line-height: 1.8em;
}

.custom-close-popup {
    display: inline-block;
    float: right;
    border: 1px solid #9E9E9E !important;
}

/*****menu-shopping-cart****/
.shopping-cart {
    background: url("../Content/Images/shopping-cart.png") no-repeat;
    background-color: #ff442e;
    background-size: 35px;
    background-position: 2px 3px;
    position: relative;
    /* width: 40px; */
    border: none !important;
    top: 14px;
    border-radius: 26px;
    padding: 20px;
    cursor: pointer;
}

    .shopping-cart img {
        width: 46px;
        /* top: 0px; */
        position: relative;
        background-color: #ff442b;
        border-radius: 66px;
        padding: 6px;
        cursor: pointer;
        left: -5px;
        top: 8px;
    }

        .shopping-cart img:hover {
            background-color: #ea571b;
        }

.shopping-cart-summery {
    min-height: 200px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: -350px;
    width: 350px;
    top: -185px;
    z-index: 1;
}
/***** // menu-shopping-cart****/

/*****address select***/
.delivery-address-top .s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.delivery-address-top .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font: normal 11px/22px Arial, Sans-Serif;
    color: black;
    border: 1px solid #ccc;
}

.delivery-address-top .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 10px;
    font-weight: bold;
    /* font-size: 1.3em; */
    font-size: 15px;
    color: #ff442e;
    text-align: center;
    padding-top: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
}

    .delivery-address-top .styledSelect:after {
        content: "";
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-color: #ff442e transparent transparent transparent;
        position: absolute;
        top: 18px;
        right: 6px;
    }

    .delivery-address-top .styledSelect:active, .delivery-address-top .styledSelect.active {
        background-color: rgb(255, 255, 255);
    }

.delivery-address-top .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    max-height: 400px;
    overflow-y: scroll;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

    .delivery-address-top .options li {
        /*padding:0 6px;
    margin:0 0;
    padding:0 10px;*/
        width: 100%;
    }

        .delivery-address-top .options li:hover {
            background-color: #39f;
            color: white;
        }
/***** //address select***/

/****Credit card and Gift Card****/
.payment-opt-title {
    background-color: #efefef;
    font-size: 20px;
    padding: 8px;
}

#paymentTab .tab-content {
    color: initial;
    background-color: #ffffff;
    padding: 5px 6px;
}

.cc-gc-payment-tab .nav-pills > li {
    width: 50%;
}

.cc-gc-payment-tab .nav > li > a {
    color: #337aba;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.1em;
    background-color: #fcfcfc;
    border: 1px solid #5b9bd5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-left: 8px;
    line-height: 18px;
}

.cc-gc-payment-tab .nav-pills > li + li {
    margin-left: 0px;
}

.cc-gc-payment-tab .nav-pills > li.active > a, .cc-gc-payment-tab .nav-pills > li.active > a:hover, .cc-gc-payment-tab .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #5b9bd5;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.1em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.cc-gc-payment-tab #addNewCreditCard {
    border: none;
    color: #fff;
    padding: 8px;
    float: right;
}

.add-new-credit-card-wrapper {
    margin-top: 0px;
    margin-bottom: 15px;
}

    .add-new-credit-card-wrapper input[type="text"] {
        height: 30px;
        width: 100%;
        padding-left: 2px;
    }

    .add-new-credit-card-wrapper input[type="numeric"] {
        height: 30px;
        width: 100%;
        padding-left: 2px;
        border: 1px solid #c1c1c1;
    }

    .add-new-credit-card-wrapper input[type="number"] {
        height: 30px;
        width: 100%;
        padding-left: 2px;
        border: 1px solid #c1c1c1;
    }

    .add-new-credit-card-wrapper input[type="tel"] {
        height: 30px;
        width: 100%;
        padding-left: 2px;
        border: 1px solid #c1c1c1;
    }

    .add-new-credit-card-wrapper .padding-left-right-common {
        padding-left: 5px;
        padding-right: 5px;
    }

    .add-new-credit-card-wrapper .buttonwrapper {
        border: none;
        padding-top: 0px;
        float: right;
        padding-right: 0px;
    }

    .add-new-credit-card-wrapper ::-webkit-input-placeholder {
        color: #c8c8c8;
        padding-left: 5px;
    }

    .add-new-credit-card-wrapper :-ms-input-placeholder { /* IE 10+ */
        color: #c8c8c8;
        padding-left: 5px;
    }

    .add-new-credit-card-wrapper ::-moz-input-placeholder { /* Firefox 19+ */
        color: #c8c8c8;
        padding-left: 5px;
    }

    .add-new-credit-card-wrapper :-moz-input-placeholder { /* Firefox 4 - 18 */
        color: #c8c8c8;
        padding-left: 5px;
    }

    .add-new-credit-card-wrapper input#txtCardNumber {
        /*background-image: url("../Content/Images/credit-no.jpg");*/
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 2px 3px;
        padding-left: 44px;
    }

    .add-new-credit-card-wrapper input.credit-card-default {
        background-image: url("../Content/Images/credit-no.jpg");
    }

    .add-new-credit-card-wrapper input.credit-card-visa {
        background-image: url("../Content/Images/cardType_1.png");
    }

    .add-new-credit-card-wrapper input.credit-card-master {
        background-image: url("../Content/Images/cardType_2.png");
    }

    .add-new-credit-card-wrapper input.credit-card-discover {
        background-image: url("../Content/Images/cardType_4.png");
    }

    .add-new-credit-card-wrapper input.credit-card-amex {
        background-image: url("../Content/Images/cardType_3.png");
    }

    .add-new-credit-card-wrapper input#txtCVV2 {
        background-image: url(../Content/Images/credit-ccv.jpg);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 2px 2px;
        padding-left: 36px;
    }

.add-new-credit-card-btn .buttonwrapper {
    border: none;
    padding-top: 0px;
    float: right;
    padding-right: 0px;
}

.add-new-credit-card-btn button {
    background-color: #5b9bd5 !important;
}

.cc-gc-payment-tab #divAmnt {
    background-color: #f1f1f1;
    text-shadow: 0px 0px;
    margin-top: 4px;
    /*height: 42px;*/
    padding-right: 2px;
}

.cc-gc-payment-tab #credtiCard {
    margin-bottom: 15px;
}

.cc-gc-payment-tab #divPayment h3 {
    font-size: 18px;
}

.tab-content .redesign-popheading {
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px !important;
}

.tab-content #divPaymentList {
    min-height: 40px;
    max-height: 150px;
    margin-top: 20px;
    overflow-y: auto;
}

    .tab-content #divPaymentList h3:first-child {
        display: none;
    }

.add-new-credit-card-wrapper .save-for-future {
    position: relative;
    left: 0px;
    font-size: 1.1em;
}

    .add-new-credit-card-wrapper .save-for-future input[type="checkbox"] {
        transform: scale(1.2);
        position: relative;
        top: 1px;
    }

        .add-new-credit-card-wrapper .save-for-future input[type="checkbox"] + label {
            margin-left: 8px;
        }

    .add-new-credit-card-wrapper .save-for-future .chekboxwrapper {
        margin-top: 15px;
    }

#divPaymentOpt .cruntDilAdress {
    border: none;
}

#divPaymentOpt .credtiCard .paymentTotal {
    margin-right: 0px;
    /*padding-right: 0px;*/
}

#divPaymentOpt #txtCCAmount {
    padding-right: 15px;
}

.gift-card-wrapper #divGiftCard2 {
    width: 100%;
}

.gift-card-wrapper #divGCInfo {
    float: right;
}

.gift-card-wrapper input[type="text"] {
    height: 32px;
    width: 90%;
    padding-left: 2px;
}

.gift-card-wrapper .giftTxtbox2 {
    margin-left: 0px;
    margin-top: 0px;
}

.gift-card-wrapper .buttonwrapper {
    border: none;
    padding-top: 0px;
    float: right;
    padding-right: 0px;
}

.gift-card-wrapper label.gift-card-label {
    position: relative;
    left: 3px;
    top: 15px;
}

.paymnt-opt-change-time a {
    color: #d75121;
    font-weight: bold;
    text-decoration: underline;
}

.display-none {
    display: none !important;
}

.view-credit-card {
    color: #d75121;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 16px;
    display: inline-block;
}

.pymnt-delivery-address {
    margin-top: 10px;
}

.pymnt-back-to-menu, .pymnt-back-to-rest {
    float: right;
    text-align: right;
}

    .pymnt-back-to-menu a, .pymnt-back-to-rest a {
        color: #ff442b;
        font-size: 1.1em;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        text-align: left;
        padding-left: 40px;
    }

        .pymnt-back-to-menu a i {
            font-size: 1.8em;
            position: absolute;
            left: 0;
            top: -2px;
        }

.pymnt-back-to-rest {
    top: 8px;
}

    .pymnt-back-to-rest a i {
        font-size: 1.8em;
        position: absolute;
        left: 0;
        top: -2px;
    }

.crt-return-menu {
    float: right;
    text-align: right;
    margin-top: 14px;
}

    .crt-return-menu a {
        color: #ff442b;
        font-size: 1em;
        text-decoration: underline;
        cursor: pointer;
    }

.delivery-instruction {
    color: #0950D2;
    float: right;
    margin-bottom: 8px;
    cursor: pointer;
}
/**** //Credit card and Gift Card****/

/**home address new 03052017**/
#errMsgZip {
    color: #ffffff;
    background-color: rgb(254, 110, 110);
    width: 100%;
    font-size: 1.2em;
    padding: 5px;
    line-height: 2.2em;
    position: absolute;
    top: 75px;
    text-align: center;
    z-index: 9;
}

.date-month-err label {
    color: #F44336;
    font-size: 1em;
}

.set-dialog-position {
    top: 125px !Important;
}
/***Matching address popup***/

.matching-address-wrapper {
    display: inline-block;
}

ul.match-address-popup {
    padding-left: 1em;
    max-height: 200px;
    overflow-y: scroll;
}

    ul.match-address-popup li {
        list-style: none;
        line-height: 2em;
    }

    ul.match-address-popup input[type="radio"] {
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

.match-address-popup {
    margin-top: 1em;
}

.matching-address-wrapper input.common-cancel-link {
    display: inline-block;
}

.matching-address-wrapper .matching-address-btm {
    margin-top: 1em;
}

.match-address-popup li input[type="radio"] {
    display: none;
}

    .match-address-popup li input[type="radio"] + label {
        color: #404040;
        font-family: Arial, sans-serif;
        font-size: 12px;
        margin-bottom: 0px;
    }

    .match-address-popup li input[type="radio"]:checked + label span {
        background: #fe7600;
        border-radius: 10px;
    }

    .match-address-popup li input[type="radio"] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -1px 10px 0 0;
        vertical-align: middle;
        border: 2px solid #838383;
        background: transparent;
        cursor: pointer;
        border-radius: 10px;
    }

.match-address-popup {
    scrollbar-face-color: #ff442b;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}
    /* Let's get this party started */
    .match-address-popup::-webkit-scrollbar {
        width: 8px;
        height: 100px;
    }

    /* Track */
    .match-address-popup::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    /* Handle */
    .match-address-popup::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: rgba(255, 68, 43, 0.8);
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }
/*** //Matching address popup***/

/****Address note popup***/

#divPartialAddressNote .common-cancel-link {
    display: inline-block;
    width: 10em;
}

.cancel-btm {
    width: 100px;
    margin: 0 auto;
}

.cancel-btm-span {
    width: 100%;
    display: inline-block;
}

#divPartialAddressNote input[type="text"] {
    width: 100%;
    height: 36px;
}

/****Address note popup***/
input.input-validation-error {
    background-color: #febdbd !important;
    /* border: 1px solid red; */
}

.credit-card-error {
    border: 1px solid rgb(255, 68, 46);
    background-color: rgba(255, 68, 43, 0.17);
}

#errorMessageMinAmt {
    color: rgb(0, 164, 74);
    padding-top: 15px;
    margin-bottom: 0px;
    font-weight: bold;
}

.wrapper-closetime-note {
    padding: 91px;
    text-align: center;
    padding-bottom: 140px;
    padding-top: 54px;
    display: inline-block;
}

    .wrapper-closetime-note p {
        font-size: 17px;
        color: #ffa8a8;
        line-height: 29px;
        letter-spacing: 0.5px;
    }

.prize-size.priceCnt {
    width: 25%;
    margin-top: 15px;
}

.redesign-menuInnerRow img.img-responsive {
    /*width: 100%;*/
    max-height: 150px;
    min-height: 150px;
    margin: 0 auto;
    width: auto;
}

.itemtool.item-name {
    width: 75% !important;
    margin-top: 15px;
}

    .itemtool.item-name label.manu-titile-dispname {
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
    }

.padding-left-right {
    padding-left: 7px;
    padding-right: 7px;
}


    .padding-left-right .menuInnerRow {
        padding: 10px;
        margin-bottom: 15px;
    }

    .padding-left-right p.menu-desc-title {
        max-height: 80px;
        min-height: 50px;
        height: 80px;
        overflow: hidden;
        text-align: left;
        width: 100%;
    }



.pop-desc {
    margin-top: 15px;
}

.pop-scroll {
    overflow-y: visible;
    padding-right: 15px;
}

    .pop-scroll #divTree {
        overflow-y: visible !important;
        display: inline-block;
    }

#imgWrapperMenuItem img {
    margin-left: auto;
    margin-right: auto;
    height: 252px;
}

.restaurant-desc-align {
    height: 65px;
    text-align: left;
    float: left;
    display: inline-block;
    width: 31%;
}
/**********IE CSS*************/


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .div-date-time-wrapper #divDateTime label {
        padding-top: 2px !important;
        position: absolute;
    }

    .filterCnt #divDateTime label {
        padding-top: 2px !important;
        position: absolute;
    }

    #credtiCard > div, .credtiCardFGCPay > div {
        line-height: 25px;
    }

    #txtCouponCode {
        width: 140px;
    }

    .cart-smry-driver-gratuity #ddlTipPerSum {
        margin-left: 5px !important;
    }

    .cart-smry-driver-gratuity ul li:last-child select {
        width: 85px !important;
    }

    .cart-smry-driver-gratuity .lblTip {
        position: absolute;
        right: 40px;
        padding-top: 5px;
    }

    select option {
        border: none !important;
    }

    input.coupon-active-btn {
        display: inline-block;
        margin-right: 30px;
    }

    #txtCouponCode {
        display: inline-block;
        margin-left: 25px;
    }
}
/********** //IE CSS*************/

/* Microsoft Edge Browser 12+ (All) - @supports method */

input.coupon-active-btn {
    display: inline-block;
    margin-right: 30px;
}

#txtCouponCode {
    display: inline-block;
    margin-left: 25px;
}

/********** //Microsoft Edge Browser 12+*************/

/****** Safari *****/
@media screen and (-webkit-min-device-pixel-ratio:0) {

    /* Safari only override */
    ::i-block-chrome, #divDateTimeController input[type="text"],
    #divDateTimeController select {
        height: 27px;
    }

    input.coupon-active-btn {
        display: inline-block;
        margin-right: 30px;
    }

    #txtCouponCode {
        display: inline-block;
        margin-left: 25px;
    }

    ::i-block-chrome, #divDateTimeController input[type="text"], .date-time-sec-left .sub-headingl-two {
        padding-bottom: 38px;
    }
}

/****** //Safari *****/

#wrapperBrowserError {
    width: 100%;
    position: fixed;
    text-align: center;
    background-color: #ffa083;
    padding: 30px 93px;
    top: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans';
    /* border-top: solid 2px #ff3838; */
    z-index: 999999;
}

.hiddedPhoneErrorIE {
    font-size: 38px;
    color: #b5b5b5;
    margin-top: 30px;
}

.wrapper-pdf-tipso {
    float: left;
    padding: 10px 5px;
    font-size: 13px;
    width: 100%;
    text-align: left;
}

    .wrapper-pdf-tipso ol {
        padding-left: 23px;
    }

        .wrapper-pdf-tipso ol li {
            padding-left: 7px;
            cursor: pointer;
        }

            .wrapper-pdf-tipso ol li:hover span {
                color: #ead4d1;
            }

.tipso_title {
    background: tomato;
    color: rgb(255, 255, 255);
    padding: 6px 2px;
    font-size: 13px;
    text-align: left;
    padding-left: 16px;
}

.icons-download-pdf {
    background-image: url(../Content/Images/download-pdf.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
    display: inline-block;
    background-size: 25px;
    float: left;
}

.wrapper-pdf-downloader {
    display: inline-block;
    float: left;
    margin-top: 11px;
    margin-left: 2px;
    position: absolute;
    width: 156px;
}

.icons-download-pdf + span {
    display: inline-block;
    margin-left: 2px;
    /*text-transform: uppercase;*/
    font-family: 'Saira', sans-serif;
    margin-top: 3px;
    color: #5f8ec6;
}

    .icons-download-pdf + span:hover {
        color: #2c539e;
    }

.liqure {
    background-color: aqua;
}

.restaurant-disable {
    opacity: 0.6 !important;
    background-color: #fff !important;
    cursor: not-allowed !important;
}

.disable-header {
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    color: #656262;
}

.closed-for-the-day {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.display-inline {
    display: inline;
}

    .display-inline i.fa-2x {
        display: inline-block;
        padding: 0px 5px 0px 5px;
        font-size: 1.5em;
        color: #656262;
    }

.header-border {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 20px 0 10px 11px;
    box-sizing: border-box;
    border-top: 5px dotted #716667;
}

/*#minorder.asap-minOrder {

    top: 83px !important;
    width: 125px;
    right: 176px !important;
}*/


/*.asap-minOrder .minOrderValue {
    right: 176px !important;
    top: 83px !important;
    width: 125px;
    font-size: 14px;
    float: left;
}*/


/*.asap-minOrder .minimum {
    margin-top: 9px;
}*/

.asap-minOrder .minimum {
    float: left;
    margin-top: 11px;
    color: #777777;
}

.asap-minOrder .minOrderValue {
    font-size: 14px;
    float: left;
    color: #777777;
    margin-top: 3px;
    margin-right: 7px;
}

.isAsap-divResName {
    color: #1d325a !important;
}

    .isAsap-divResName#divResName {
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
        /* overflow: hidden; */
        width: 100%;
        margin-top: 0px;
        color: #777777;
        left: 15px;
        display: inline-block;
        line-height: 22px;
        font-size: 18px !important;
    }


#rest-wrapper {
    overflow: visible !important;
}


.bottom-margin.restaurant-menu-searh {
    margin-bottom: 15px;
}

ul.blog-nav2 li {
    float: right;
}

.pg-restaurent .login-logout-signup, .pg-menu .login-logout-signup, .pg-placeorder .login-logout-signup {
    clear: both;
    float: right;
}

.on-mobile-number {
    clear: none;
    width: 37px;
}

.login-logout-signup ul {
    list-style: none;
    padding-left: 0;
}

.login-logout-signup {
    display: inline-block;
    margin-top: 11px;
    margin-left: 5px;
    width: 100%;
}

.pg-home .login-logout-signup {
    width: auto;
}



.pg-restaurent .login-logout-signup,
.pg-datetime .login-logout-signup,
.pg-menu .login-logout-signup,
.pg-placeorder .login-logout-signup {
    display: inline-block;
    margin-top: 0;
    width: 100%;
}

.pg-restaurent .nav-telephone,
.pg-datetime .nav-telephone,
.pg-menu .nav-telephone,
.pg-placeorder .nav-telephone {
    padding-right: 0;
}

.hearder-top-login nav.navbar {
    margin-bottom: 0;
}

.navbar-header {
    display: inline-block;
}

.set-dialog-position {
    top: 50px !Important;
}

.menu-options-tree .treeUl li {
    margin: 0px !important;
}

.sub-choise .treeUl.choices-list, .menu-options-tree .treeUl.choices-list li {
    overflow: visible !important;
}

.custom-tootltip.wrapper-tool .tooltip {
    z-index: auto !important;
}

    .custom-tootltip.wrapper-tool .tooltip .tooltiptext {
        max-width: 150px;
        left: -66px;
        top: 22px;
        width: 150px;
        text-align: center !important;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pgngoWrapper .glyphicon {
        float: left;
        margin-right: 5px;
    }
}

@media all and (min-width: 1824px) {
    .container {
        width: 100% !important;
        padding-left: 100px;
        padding-right: 100px;
    }

    .col-9-large {
        width: 75%;
    }

    .col-3-large {
        width: 25%;
        display: block !important;
    }

    .col-2-large {
        width: 16.66666667%;
    }

    .col-4-large {
        width: 33.33333333%;
    }

    .col-width-6 .asap-divRestaurant, #divRestaurant {
        width: 49% !important;
        margin-bottom: 15px !important;
        margin-left: 11px !important;
        /*margin-top: 10px !important;*/
    }

    .col-width-4 .asap-divRestaurant, #divRestaurant {
        width: 32.3% !important;
        margin-bottom: 15px !important;
        margin-left: 11px !important;
    }

        .col-width-4 .asap-divRestaurant:first-child {
            border-bottom: 0 !important;
            border-top: 0 !important;
        }

    .menu-fill-width {
        left: 0 !important;
        width: 100% !important;
        padding-right: 100px !important;
        padding-left: 100px !important;
        text-align: right !important;
        display: inline-block !important;
    }

    #divMenuFilter.stick {
        width: 1320px !important;
    }

    #divShopCart {
        width: 21%;
    }

    #credtiCard, .credtiCardFGCPay {
        width: 75%;
    }

    .date-time-tabele tbody tr td:first-child {
        text-align: left;
    }

    .margin-left-right-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .toggleDisplay {
        background: none;
    }

    .footer#wrapperFooterHome {
        left: 0 !important;
        width: 100%;
    }

    .menu-container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .filterCnt #divDateTime {
        margin-left: 0px;
        left: 361px;
        width: auto;
    }

    .radio-align label {
        float: none !important;
    }

    .div-date-time .form-control.hasDatepicker {
        width: 105px !important;
    }

    .div-date-time #ddlTime {
        width: 100px !important;
    }
    .div-date-time-wrapper #divDateTime .delivery-address-top #ddlUniHallName {
        width: 200px;
    }

    .div-date-time-wrapper {
        padding-left: 0px !important;
        margin-left: 20em;
        width: auto;
    }

    .brandTextWarp.logo-witgh {
        background-size: 66%;
    }

    .no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }



    .form-label {
        float: left;
        width: 150px;
        vertical-align: bottom;
        display: inline-block;
    }

    .time-align {
        float: left;
        text-align: left;
    }

    .mobile {
        display: none;
    }

    .header.navbar {
        margin-bottom: 0px;
    }

    .newUserCnt #customerReg {
        float: left;
    }

    .newUserCnt #customerAddress {
        float: left;
    }

    #customerAddressForm #btnCusAddCancel {
        background: none;
        color: #2a6292;
        border: none !important;
        text-decoration: underline;
    }

    .inner-cart-icon {
        display: none !important;
    }

    .divEmptymsg {
        display: none !important;
    }

    .divMobCart {
        display: none !important;
    }


    .logo-witgh {
        width: 105px;
        background-size: 550px;
    }

    .nav2-align {
        padding: 0px;
    }

    .top-backto-menu {
        display: none !important;
    }

    #minorder.asap-minOrder {
        margin-top: 5px;
    }

    .divResList.redesign-divResList span {
        padding: 5px;
        display: inline-block;
        width: 100%;
        text-align: justify;
    }

    .manu-inner-wrapper {
        margin-top: 15px;
    }

    .cruntDilAdress #dgoogleMap {
        width: 100% !important;
        height: 350px !important;
    }

    .buttonwrapper.form-group.gc-btn-align #btnLogin {
        width: 152px !important;
        float: left !important;
    }

    .buttonwrapper.form-group.gc-btn-align #btnNewUser {
        float: left !important;
        width: 152px !important;
    }


    .emptyCart {
        background-position: 100px 32px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1199px) {

    .brandTextWarp.logo-witgh {
        width: 232px;
    }
}

@media all and (min-width: 2470px) {
    .emptyCart {
        background-position: 155px 32px;
    }
}

@media all and (min-width: 1200px) and (max-width: 1824px) {
    .menu-container {
        width: 100% !important;
        padding-left: 50px;
        padding-right: 50px;
    }

    .col-width-6 .asap-divRestaurant, #divRestaurant {
        width: 48.7% !important;
        margin-bottom: 15px !important;
        margin-left: 11px !important;
    }

        .col-width-6 .asap-divRestaurant:first-child {
            border-bottom: 0 !important;
            border-top: 0 !important;
        }


    .form-label {
        float: left;
        width: 150px;
        vertical-align: bottom;
        display: inline-block;
    }


    .time-align {
        float: left;
        text-align: left;
    }

    .mobile {
        display: none;
    }

    .newUserCnt #customerReg {
        /*float: left;*/
    }

    .newUserCnt #customerAddress {
        float: left;
    }

    #addressForm .newUserCnt #customerAddress {
        width: 100%;
    }

    #customerAddressForm #btnCusAddCancel {
        background: none;
        color: #2a6292;
        border: none !important;
        text-decoration: underline;
    }

    .inner-cart-icon {
        display: none !important;
    }

    .divEmptymsg {
        display: none !important;
    }

    .divMobCart {
        display: none !important;
    }

    .logo-witgh {
        width: 105px;
        background-size: 550px;
        margin-left: -30px;
    }

    .nav2-align {
        padding: 0px;
    }

    .top-backto-menu {
        display: none !important;
    }

    .redesign-menuInnerRow img.img-responsive {
        width: 100%;
        max-height: 100px;
        min-height: 100px;
    }

    .div-image-height {
        height: 274px !important;
    }

    #minorder.asap-minOrder {
        margin-top: 2px;
    }

    #divPopUp .modelTitle h3 {
        font-size: 18px;
    }

    #divPopUp #imgWrapperMenuItem img {
        width: 100%;
        height: 200px;
    }

    .divResList.redesign-divResList span {
        padding: 5px;
        display: inline-block;
        width: 100%;
        text-align: justify;
    }

    .manu-inner-wrapper {
        margin-top: 15px;
    }

    .col-3-large {
        display: block !important;
    }

    .cruntDilAdress #dgoogleMap {
        width: 100% !important;
        height: 350px !important;
    }

    .buttonwrapper.form-group.gc-btn-align #btnLogin {
        width: 152px !important;
        float: left !important;
    }

    .buttonwrapper.form-group.gc-btn-align #btnNewUser {
        float: left !important;
        width: 152px !important;
    }
    /*.home-delivery-btn {
        margin-right: 5px  !important;
        width:34% !important;
    }
    .home-pick-up-btn {
    margin-left: 5px !important;
    width:34% !important;
    }*/
    .reward-back {
        margin-left: 737px !important;
        background-size: 82% !important;
    }

        .reward-back h4 {
            font-size: 48px !important;
            margin-top: 45px !important;
            margin-left: 0 !important;
            width: 208px !important;
        }

    .reward-text {
        margin-left: 212px !important;
    }

    .more-order-infomation input[type=text] {
        width: 115px !important;
    }

    #divDateTimeController .delivery-address-top select {
        width: 170px !important;
    }

    #ddlUniHallName.select-gb {
        width: 170px !important;
    }
}

@media (min-width: 1200px) {
    .filters-section {
        display: block;
    }

    .margintopLess.filter-nav {
        display: none;
    }

    #divCuisine .filters-section {
        display: block !important;
    }

    .save-card {
        float: right;
        margin-right: 5px;
    }

    #customerReg .newUserSelect {
        /*width: 175px;*/
        font-size: 12px;
        text-align: left;
    }

    #customerAddressForm #customerReg {
        margin-left: -15px;
    }

    #customerAddressForm .customerRegUni {
        margin-left: -30px !important;
        margin-top: 0px;
        margin-right: 30px !important;
    }

    .radio-align label {
        float: none !important;
    }

    .radio-align {
        margin-top: 5px !important;
    }

    .middle-btn {
        margin-top: -5px !important;
    }

    .university-popup {
        /*width: 442px !important;*/
    }

    .pl-0 {
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .left-btn-uni-middle .find-campus {
        line-height: 14px !important;
        padding: 2px 1px 2px 17px !important;
        font-size: 11px !important;
        width: auto;
    }

    .left-btn-uni-middle .red-bg-round {
        margin-left: -100px !important;
    }

    .left-btn-uni-middle {
        width: auto !important;
    }

    .university-popup #divPopUp {
        height: auto !important;
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width:1200px) {
    .container {
        width: 95%;
    }
}

@media only screen and (max-width: 1199px) { /* Tablet landscape (1024x768) */
    .container {
        width: 970px;
    }

    .emptyMobile {
        color: #fff;
        display: block;
        font-weight: bold;
        text-align: center;
    }

    .divEmptymsg {
        height: 63px;
    }

    .pg-datetime .inner-cart-icon {
        display: none;
    }

    .pg-cart #cartRestData {
        display: none !important;
    }

    .pg-menu #divMobCart, .pg-cart {
        display: block !important;
        z-index: 999 !important;
    }

    .pg-menu .new-footer-wrapper {
        display: none !important;
    }

    .pg-menu .footer-top-banner {
        bottom: 65px;
    }

    .pg-pop #divMobCart {
        display: none !important;
    }

    .pg-pop .divEmptymsg {
        display: none !important;
    }

    .pg-cart.pg-pop .inner-cart-icon {
        display: none !important;
    }

    .pg-cart #cartRestData {
        display: none !important;
    }

    .add-align {
        display: inline-block;
        padding-left: 15px;
        width: 100%;
        padding-right: 15px;
    }

    .leftSide.tab {
        padding-left: 15px;
        padding-right: 15px;
    }

    .RightSide.tab {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*#customerAddress .add-align {
    padding-left:0px;
    padding-right:0px;
    }
    #customerAddress .leftSide.tab {
    padding-left:0px;
    padding-right:0px;
    }
    #customerAddress .RightSide.tab {
    padding-left:0px;
    padding-right:0px;
    }*/

    .pg-cart #divShopCart {
        display: block !important;
        position: relative;
    }

    .pg-cart #divCartSummary {
        display: none !important;
    }

    .pg-cart .divMobCart {
        display: block !important;
        z-index: 999 !important;
    }

    .pg-myaccount .inner-cart-icon {
        display: none !important;
    }

    .manu-inner-wrapper {
        border-right: 0 none;
    }

    #divSelecedDeliveryAdd .dateTime {
        width: 100%;
        padding-left: 0;
    }

    .empty-row {
        display: none;
    }

    .re-design-menu-filter {
        display: none;
    }

    .redesign-menuInnerRow img.img-responsive {
        width: auto !important;
        margin: 0 auto !important;
    }

    #divRightCol {
        margin-bottom: 25px;
        margin-top: 0 !important;
    }

    .date-time-main-heading {
        text-align: center;
        font-weight: bolder;
        color: #726767;
        font-size: 24px;
        margin-bottom: 48px;
    }

    .dateTimeLaterSec #txtDate, #ddlTime {
        width: 100%;
    }

    .date-time-sec-right {
        margin-left: 0px;
        position: relative;
        right: -10px;
    }

    .date-time-sec-left {
        margin-right: 0px;
        position: relative;
        left: -10px;
    }

    input#btnAdvanceZipcode {
        margin-top: 28px;
        position: relative;
        right: auto;
    }

    .restaurant-desc-align {
        height: 65px;
        text-align: left;
        float: left;
        display: inline-block;
        width: 20%;
    }

    .isAsap-DivinfoCnt {
        text-align: left !important;
        padding: 12px;
        padding-top: 0px;
        position: relative;
        float: left;
        width: 60%;
        left: 75px;
    }

    .hidden-md-down {
        /*display: none;*/
    }

    #ShopCart {
        display: none;
    }

    .col-9-large {
        width: 100%;
    }

    .stick {
        position: fixed;
        width: 997px !important;
    }

    .col-12-tab {
        /*width: 100%;*/
    }

    .menuCnt .section {
        display: none;
    }

    .redesign-menuHeading {
        width: 98%;
        margin: 0 1%;
        padding: 2px 7px !important;
    }

    .section .col-12-mob {
        width: 48% !important;
        margin: 0 1% !important;
        padding: 0;
    }

    .redesign-menuHeading.collapsed, .redesign-menuHeading {
        background: url(../content/Images/arrow-down.png) no-repeat center right #ddd;
    }

        .redesign-menuHeading.open {
            background: url(../content/Images/arrow-up.png) no-repeat center right #ddd;
        }

    .col-6-tab {
        width: 48% !important;
        margin-right: 19px !important;
    }

    .mobile {
        display: none;
    }

    .brandTextWarp {
        width: 495px;
        background-size: 60%;
    }

    .grp.custopm-tooltip-pos-right {
        position: absolute;
        right: 232px !important;
        top: 12px !important;
    }

    #pgngoForm .pgngoDatesandTimes .form-inline .form-group label {
        width: 150px !important;
    }

    #pgngoForm .pgngoEvent .form-inline .form-group label {
        width: 150px !important;
    }

    .pgngo-event-sec-two .custopm-tooltip-pos-left {
        left: 125px !important;
        top: 3px !important;
    }

    #divView {
        display: inline-block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    #customerAddressForm #customerReg {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }

    .newUserCnt input[type="text"], .newUserCnt input[type="password"], .newUserCnt input[type="tel"] {
        width: 400px;
    }

    .newUserCnt select {
        width: 400px;
    }

    .popup-plus-minus .input-group-btn button {
        bottom: 3px;
        padding: 10px 17px;
        height: 40px;
    }

    #customerAddressForm .newUserCnt {
        height: auto;
        overflow: hidden;
        overflow-y: auto !important;
        margin-bottom: 15px;
    }

        #customerAddressForm .newUserCnt label {
            width: 100%;
        }

    #customerAddressForm #btnCusAddSave {
        background-color: #ff442b;
    }

    #customerAddressForm #btnCusAddCancel {
        background: none;
        color: #2a6292;
        border: none !important;
        text-decoration: underline;
    }

    .inner-cart-icon {
        right: 13px !important;
        top: 15px !important;
        position: fixed !important;
        display: inline-block;
        padding: 0px 6px;
        font-size: 2em;
        height: 50px;
        width: 50px;
        background: #ea591e;
        color: #ffffff !important;
        float: right;
        cursor: pointer;
        z-index: 999;
    }

    .filterCnt #divDateTime {
        margin-left: -266px;
    }

    .divEmptymsg {
        z-index: 9999;
        background-color: #47aff0;
        bottom: 0;
        padding-right: 8px;
        padding-left: 8px;
        position: fixed;
        width: 100%;
        z-index: 999;
        text-align: center;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 0;
    }

    .inner-cart-icon-amount {
        background-color: #ffffff;
        position: absolute;
        color: #ff442b;
        width: 23px;
        height: 23px;
        text-align: center;
        border-radius: 2em;
        font-weight: bold;
        font-size: 14px;
        right: 35px;
        top: 33px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    }

    .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 215px;
    }

    .div-date-time-wrapper {
        margin-left: 5em;
    }

    .pg-placeorder .div-date-time-wrapper {
        margin-left: -3em;
        margin-top: 87px;
        width: 102%;
    }

    .pg-placeorder .payment-title {
        margin-top: 20px;
    }

    .pg-placeorder .redesign-divResList {
        margin-top: 80px;
    }

    .pg-placeorder .top-backto-menu {
        display: none !important;
    }

    .cartWrapper.payment-cartWrapper {
        height: auto;
        overflow: visible;
        max-height: none;
        margin-bottom: 15px;
    }

    .divMobCart {
        background-color: #47aff0;
        /* top: 50px; */
        position: fixed;
        width: 100%;
        z-index: 1;
        padding-right: 25px;
        padding-top: 5px;
        bottom: 0px;
        left: 0;
    }

    .button-proceed {
        width: 25%;
        background: #ff442b;
        border: none !important;
        box-shadow: none;
        font-size: 1.2em !important;
        height: 56px !important;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        display: inherit;
        margin: auto;
        margin-bottom: 5px;
    }

    .mgs-vh-center {
        margin-top: 22vh;
    }

    .width-100 {
        width: 100%;
        margin-bottom: 30px;
    }

        .width-100 .OrderCompleteOrder {
            width: 300px;
        }

    .tab-width-970 {
        width: 970px;
    }

    .emptyCart {
        background-position: 390px 42px;
        width: 100%;
    }

    .wrapperCartMainItem {
        width: 100%;
    }

    #divExistingUser {
        display: inline-block;
        width: 80%;
        max-width: none;
        margin-left: 15vh;
    }

    #divNewUser {
        width: 100%;
        padding-left: 15vh;
        display: inline-block;
        margin-top: 20px;
    }

    #divExistingUser #txtUsername {
        width: 75%;
    }

    #divExistingUser #txtLoginPassword {
        width: 75%;
    }

    .paddling-left-20 {
        padding-left: 20px;
    }

    .pg-confirmation #divOrderSummary {
        margin-top: 15px;
        display: inline-block;
    }

    #minorder.asap-minOrder {
        margin-top: 5px;
    }

    .logo-witgh {
        width: 160px;
        background-size: 100%;
        margin-left: -36px;
        margin-top: 7px;
    }

    .blog-nav2.nav2-align {
        padding-top: 0px;
        margin-right: 15px;
    }

    .mgs-vh-center .timemsg span:not(:first-child) {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .mgs-vh-center .ui-dialog-buttonset {
        border-top: solid 1px #d2d2d2;
        padding-top: 22px;
        box-sizing: border-box;
        margin-top: 31px;
    }

    .div-pop-align {
        width: 100%;
        display: inline-block;
        margin-top: 0;
        font-size: 13px;
        padding-left: 0px !important;
        margin-bottom: 20px;
        text-align: center;
    }

        .div-pop-align .div-pop-left {
            width: auto !important;
            display: inline-block;
            text-align: left;
            vertical-align: top;
            margin-right: 75px;
        }

        .div-pop-align .div-pop-right {
            width: auto !important;
            display: inline-block;
            text-align: left;
            margin-left: 2%;
            vertical-align: top;
            padding-left: 15px;
        }

    .creditcard-width {
        width: 99% !important;
    }

    .ui-dialog {
        left: 0 !important;
        width: 100% !important;
        text-align: center;
        border: none;
        padding-top: 10px;
    }

        .ui-dialog #dialog {
            font-size: 17px;
        }

        .ui-dialog .ui-dialog-buttonset .bgOrange {
            padding: 13px 10px;
            margin-top: 29px;
        }

    .divRestaurantSide-filter {
        /*display: none;*/
        width: 100%;
        height: auto !important;
        min-height: 1px !important;
    }

    .resturant-section {
        width: 100% !important;
    }

    #divCuisine .filters-section {
        display: none;
    }

    ul.restaurents-filters {
        padding: 8px 15px 5px 15px;
    }

    .restaurents-filters h2 {
        font-size: 16px;
        padding-right: 35px;
    }

        .restaurents-filters h2.collapsed {
            background: url(../content/Images/arrow-down.png) no-repeat center right transparent;
        }

        .restaurents-filters h2.open {
            background: url(../content/Images/arrow-up.png) no-repeat center right transparent;
        }

    .asap-divRestaurant {
        width: 48% !important;
        margin-right: 2% !important;
    }

    .cartActions {
        margin-bottom: 0;
        margin-top: -5px;
    }

    .col-9-100 {
        width: 102%;
    }

        .col-9-100 .asap-minOrder {
            right: 160px !important;
            top: 80px !important;
            width: 30%;
        }

    .margin-0 {
        margin-left: 0px;
    }

    .go-tab-margin {
        margin-top: 60px !important;
    }

    .gift-card-generator .gift-form {
        width: 36%;
    }

    .gift-card-generator .certificate {
        width: 65%;
        margin-left: 3% !important;
    }

    .gift-card-preview .card {
        height: 279px;
    }

        .gift-card-preview .card .amount {
            position: absolute;
            top: 125px;
            left: 82px;
            text-align: center;
        }

    .card-selection-redesing {
        width: 97% !important;
    }

    /*.footer-fixed {
        display: none !important;
    }*/

    #mainWrapperMyAccount .ctrlLeftPadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .leftSide.text-width input[type="text"] {
        width: 96%;
    }

    .RightSide.text-width input[type="text"] {
        width: 96%;
    }

    .seprowCCForm.line-width {
        display: inline-block;
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

        .seprowCCForm.line-width #btnCCCancelbtn {
            margin-top: 15px;
            margin-bottom: 10px;
        }

    .mob-hide-no {
        width: 170px;
    }

    .OrderProceedOrderDissabled {
        top: -2px !important;
    }

    .cart-rest-data {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .rest-img-align {
        display: inline-block;
    }

    .cus-resname.align {
        font-size: 20px;
        width: 100%;
        margin-bottom: 40px;
    }

    .order-from {
        display: none;
    }

    .tot-btn-hide {
        display: none;
    }

    .divResList.redesign-divResList span {
        padding: 20px;
        display: inline-block;
        width: 100%;
        text-align: justify;
    }
    /*#divAllItems.cartWrapper {
    overflow: hidden;
    margin-bottom: 25px;
    height: auto;
    max-height: none;
    }*/

    .date-time-common.date-time-sec-left {
        height: 290px;
    }

    .date-time-common.date-time-sec-right {
        height: 290px;
    }

    .pg-menu #ShopCart {
        display: none !important;
    }

    .pg-placeorder #divMobCart {
        display: none !important;
    }

    .pg-confirmation #divMobCart {
        display: none !important;
    }

    #Giftcertificate {
        margin-top: 80px !important;
        float: left !important;
    }

    .gift-certificate .divMobCart {
        display: none !important;
    }

    .group-order-hide {
        display: none !important;
    }

    .buttonwrapper.form-group.gc-btn-align #btnLogin {
        width: 152px !important;
        float: left !important;
    }

    .buttonwrapper.form-group.gc-btn-align #btnNewUser {
        float: left !important;
        width: 152px !important;
    }

    .new-footer-wrapper ul {
        padding-left: 0 !important;
    }

    .pg-myaccount #divMobCart {
        display: none;
    }

    .pg-menu #divRestaurantData {
        display: block !important;
    }

    .pg-menu .back-to-rest {
        display: block !important;
    }

    #giftCardFormPop #txtGiftCardNumber {
        line-height: 20px;
    }

    .pg-confirmation #ShopCart {
        display: block !important;
    }

    .pg-cart #ShopCart {
        display: block !important;
    }

    .pg-cart .manu-inner-wrapper {
        display: none !important;
    }

    .pg-cart .top-backto-menu {
        display: block !important;
    }

    .pg-cart.empty-cart .divMobCart {
        display: none !important;
    }

    .pg-menu.pg-pop .inner-cart-icon {
        display: none !important;
    }

    .pg-menu .inner-cart-icon {
        display: block !important;
    }

    .pg-menu.cart-empty .divEmptymsg {
        display: block;
    }

    .pg-menu.cart-empty.pg-pop .divEmptymsg {
        display: none !important;
    }

    .filter-hide {
        display: none;
    }

    .pg-menu .manu-inner-wrapper {
        display: block !important;
    }

    #btnAdvanceZipcode.date-time-button {
        position: relative;
        top: 36px !important;
    }

    #date-time-error-content-two {
        top: 38px;
    }

    .home-tooltip {
        margin-top: -47px;
        margin-left: 8px;
    }

    .menu-descriptions {
        margin-left: 10px;
        width: 98%;
        padding-top: 20px !important;
    }

    .health-care-img {
        margin-left: 250px;
    }

    .reward-back {
        margin-left: 494px !important;
        margin-top: 59px !important;
    }

    #mainWrapperMyAccount .reward-back {
        margin-top: -28px;
    }

    #divView.area-pop {
        padding: 0;
        box-shadow: none;
        height: 100vh !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        #divView.area-pop .pop-header {
            margin-top: 88px;
        }

        #divView.area-pop .arrow-down {
            border-left: 506px solid transparent;
            border-right: 506px solid transparent;
            border-top: 54px solid #3f3f3f;
        }

        #divView.area-pop .areas {
            padding-left: 200px;
            padding-right: 200px;
        }

    .hours-24 {
        background-position: 96% 94%;
        background-size: 10.8% !important;
    }

        .hours-24.pickup-order-enabled {
            background-position: 96% 94%, 100% 0%;
            background-size: 10.8%, 16.8% !important;
        }

    .pg-menu .hours-24 {
        background-image: url(../Content/Images/24notice.png);
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: -12px;
        left: 86px;
        background-color: #ffecd9;
        padding: 9px 10px;
        border: 1px solid #f9e1c9;
        border-radius: 4px;
        background-size: 86% !important;
        background-position: 72% 51% !important;
        z-index: 1;
    }

    .pg-menu .subHeadings2 {
        padding-left: 15px;
    }


    .pg-menu .wrapper-rest-name .cus-resname.align {
        margin-bottom: 15px;
    }

    .pg-faqs .divMobCart {
        display: none;
    }

    .pg-faqs .inner-cart-icon {
        display: none;
    }

    .pg-myaccount .card-number-width {
        width: 62% !important;
    }
}
/* ----- Tablet landscape End ----- */


@media only screen and (max-width: 1023px) { /* Tablet portrait (768x1024) */

    /*.container-tab-portrait {
        width: 970px;
    }*/
    .container {
        width: 95%;
    }

    #divMenuPageInviteeDetails {
        margin-left: -15px;
        margin-right: -15px;
    }

    #divOrderPaymentContainer {
        padding: 8px 15px 20px 15px;
        border-right: 0px none;
        border-bottom: 1px solid #ccc;
    }

    .OrderSmrtInviteeDetail {
        margin-top: 20px;
    }

    .divEmptymsg {
        height: 75px;
    }

    .emptyMobile {
        color: #fff;
        display: block;
        font-weight: bold;
        text-align: center;
        padding: 13px 0;
        font-size: 20px;
    }

    .pg-datetime .inner-cart-icon {
        display: none;
    }

    .pg-menu .footer-top-banner {
        bottom: 80px;
    }

    .pg-cart #cartRestData {
        display: none !important;
    }

    .pg-cart #divShopCart {
        display: block !important;
    }

    .emptyCart {
        background-position: 260px 42px;
    }

    .pg-cart #divCartSummary {
        display: none !important;
    }

    .pg-cart .divMobCart {
        display: block !important;
        z-index: 999 !important;
    }

    .pg-myaccount .inner-cart-icon {
        display: none !important;
    }

    .main-home-wrapper .home-order-on-the-go-hr img {
        max-width: 100%;
    }

    .order-on-the-go-desc {
        padding-left: 35px;
    }

    .order-on-the-go h3.on-the-go-title {
        padding-top: 0;
    }

    .re-design-menu-filter {
        display: none;
    }

    .redesign-menuInnerRow img.img-responsive {
        width: auto !important;
        margin: 0 auto !important;
    }

    .restaurents-filters h2 {
        font-size: 16px;
        padding-right: 35px;
    }

        .restaurents-filters h2.open {
            background: url(../content/Images/arrow-up.png) no-repeat center right transparent;
        }

        .restaurents-filters h2.collapsed {
            background: url(../content/Images/arrow-down.png) no-repeat center right transparent;
        }

    .divRestaurantSide-filter {
        min-height: 1px !important;
        height: auto !important;
    }

    .filters-section {
        display: none;
    }

    #divRightCol {
        margin-bottom: 25px;
        margin-top: 0 !important;
    }

    #dgoogleMap {
        width: 100% !important;
    }

    .hidden-md-down {
        /*display: none;*/
    }

    .col-9-large {
        width: 100%;
    }

    .menuCnt .section {
        display: none;
    }

    .redesign-menuHeading {
        width: 94%;
        margin: 0 3%;
        padding: 2px 7px !important;
    }

    .section .col-12-mob {
        width: 44% !important;
        margin: 0 3% !important;
        padding: 0;
    }

    .redesign-menuHeading.collapsed, .redesign-menuHeading {
        background: url(../content/Images/arrow-down.png) no-repeat center right #ddd;
    }

        .redesign-menuHeading.open {
            background: url(../content/Images/arrow-up.png) no-repeat center right #ddd;
        }

    .wrapper-pdf-downloader {
        display: none;
    }

    .create-group-order {
        display: none;
    }

    .col-6-tab {
        width: 49% !important;
        margin-right: 7px !important;
    }

    .rest-align-tab {
        display: inline-block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 0px;
    }

        .rest-align-tab .resImg {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            float: none;
        }

        .rest-align-tab .resname {
            float: none;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .rest-align-tab .subHeadings2 {
            margin-bottom: 0px;
            margin-top: 5px;
            padding: 0px;
        }

    .rest-back-align {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        float: none;
        text-align: center;
        padding-left: 25px !important;
        top: 0;
        margin-bottom: 20px;
    }

        .rest-back-align i.fa-long-arrow-left {
            right: 530px !important;
        }

    .filterCnt #divDateTime {
        margin-left: 140px;
    }

    .manu-inner-wrapper {
        border-right: 0 none;
    }

    #divSelecedDeliveryAdd .dateTime {
        width: 100%;
        padding-left: 0;
    }

    .empty-row {
        display: none;
    }

    .full-width {
        width: 100% !important;
    }

    .search-locationicon {
        text-align: center;
        display: inline-block;
        margin-top: 5px !important;
        padding: 20px 0px !important;
        box-sizing: border-box;
    }

    .home-tooltip {
        margin-top: -102px !important;
        margin-left: 74px !important;
    }

    .order-types .txtZipCode-input {
        margin-top: -2px !important;
    }

    .order-types {
        float: none !important;
        vertical-align: middle;
        margin-top: 5px;
    }

    .div-btn-align {
        float: none !important;
        vertical-align: top;
    }

    .pickup-delivery-align {
        margin-top: 10px !important;
    }

    .homeCalloutAction {
        float: none;
        margin-top: 0px;
    }

    .blog-nav {
        margin-right: -20px;
    }

    .pg-placeorder .blog-nav {
        margin-right: 20px;
    }

    .mobile {
        display: none;
    }

    .brandTextWarp {
        width: 188px;
        background-size: 90% !important;
        margin-top: 5px;
    }

    #navbar_mob .blog-nav-item {
        padding: 6px 8px !important;
    }

    .grp.custopm-tooltip-pos-right {
        position: absolute;
        right: 572px !important;
        top: 51px !important;
    }

    .titleForCheckBox {
        margin-top: 25px !important;
        left: 0px !important;
    }

    .tab-50-width {
        width: 50%;
    }

    #divView {
        display: inline-block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 100px;
    }

    #customerAddressForm #customerReg {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }

    .newUserCnt input[type="text"], .newUserCnt input[type="password"], .newUserCnt input[type="tel"] {
        width: 350px;
    }

    .newUserCnt select {
        width: 350px;
    }

    .popup-plus-minus .input-group-btn button {
        bottom: 3px;
    }

    #customerAddressForm #btnCusAddSave {
        background-color: #ff442b;
    }

    #customerAddressForm #btnCusAddCancel {
        background: none;
        color: #2a6292;
        border: none !important;
        text-decoration: underline;
    }

    .inner-cart-icon {
        right: 13px !important;
        top: 15px !important;
        position: fixed !important;
        display: inline-block;
        padding: 0px 6px;
        font-size: 2em;
        height: 50px;
        width: 50px;
        background: #ea591e;
        color: #ffffff !important;
        float: right;
        cursor: pointer;
        z-index: 999;
    }

    .divEmptymsg {
        z-index: 9999;
        background-color: #47aff0;
        bottom: 0;
        padding-right: 8px;
        padding-left: 8px;
        position: fixed;
        width: 100%;
        z-index: 999;
        text-align: center;
        display: block;
        left: 0;
    }

    .inner-cart-icon-amount {
        background-color: #ffffff;
        position: absolute;
        color: #ff442b;
        width: 23px;
        height: 23px;
        text-align: center;
        border-radius: 2em;
        font-weight: bold;
        font-size: 14px;
        right: 35px;
        top: 33px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    }

    .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 165px;
    }

    .div-date-time-wrapper {
        margin-left: 5em;
    }

    .pg-placeorder .div-date-time-wrapper {
        margin-left: -3em;
        margin-top: 87px;
        width: 106%;
    }

    .cartWrapper.payment-cartWrapper {
        height: auto;
        overflow: visible;
        max-height: none;
        margin-bottom: 15px;
    }

    .divMobCart {
        background-color: #47aff0;
        /* top: 50px; */
        position: fixed;
        width: 100%;
        z-index: 1;
        padding-right: 25px;
        padding-top: 5px;
        /*margin: auto 0px 0px 0px;*/
        bottom: 0px;
        left: 0;
        text-align: center;
    }

    .button-proceed {
        width: 40%;
        background: #ff442b;
        border: none !important;
        box-shadow: none;
        font-size: 1.2em !important;
        height: 65px !important;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        margin: auto;
        margin-bottom: 5px;
        z-index: 999999999;
    }

    /*#divShopCart {
    position: relative;

}*/

    .mgs-vh-center {
        margin-top: 22vh;
    }

    .width-100 {
        margin-bottom: 50px;
    }

        .width-100 .OrderCompleteOrder {
            width: 500px;
        }

    .tab-width-970 {
        width: 95%;
    }

    #divExistingUser {
        display: inline-block;
        width: 75%;
        max-width: none;
        margin-left: 9vh;
    }

    #divNewUser {
        width: 100%;
        padding-left: 9vh;
        display: inline-block;
        margin-top: 20px;
    }

    .paddling-left-20 {
        padding-left: 20px;
    }

    .pg-confirmation #divOrderSummary {
        margin-top: 15px;
        display: inline-block;
    }

    #minorder.asap-minOrder {
        margin-top: 5px;
    }

    .isAsap-DivinfoCnt {
        left: 0;
    }

    #DivinfoCnt .tooltip-content {
        margin-left: 0px;
    }

    .pickup-order-enabled .tooltipstered p.tooltip-content {
        max-width: 400px !important;
    }

    .logo-witgh {
        width: 107px;
        background-size: 550px;
    }

    .blog-nav2.nav2-align {
        padding-top: 0px;
        margin-right: 20px;
    }

    .pg-restaurent .blog-nav2.nav2-align {
        margin-right: -30px;
    }

    .mgs-vh-center .timemsg span:not(:first-child) {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .mgs-vh-center .ui-dialog-buttonset {
        border-top: solid 1px #d2d2d2;
        padding-top: 22px;
        box-sizing: border-box;
        margin-top: 31px;
    }

    .creditcard-width {
        width: 99% !important;
    }

    .ui-dialog {
        left: 0 !important;
        width: 100% !important;
        text-align: center;
        border: none;
        padding-top: 50px;
    }

        .ui-dialog #dialog {
            font-size: 17px;
        }

        .ui-dialog .ui-dialog-buttonset .bgOrange {
            padding: 13px 10px;
            margin-top: 29px;
        }

    .divRestaurantSide-filter {
        /*display: none;*/
    }

    .col-9-100 {
        margin-top: 50px;
    }

    #mainWrapperMyAccount .ctrlLeftPadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .leftSide.text-width input[type="text"] {
        width: 96%;
    }

    .RightSide.text-width input[type="text"] {
        width: 96%;
    }

    .seprowCCForm.line-width {
        display: inline-block;
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

        .seprowCCForm.line-width #btnCCCancelbtn {
            margin-top: 15px;
            margin-bottom: 10px;
        }


    .gift-card-generator .certificate {
        margin-left: 45px;
    }

    .mob-hide-no {
        width: 170px;
    }

    .blog-nav-item.nav-telephone {
        padding-right: 0px;
    }

    .OrderProceedOrderDissabled {
        top: -2px !important;
    }

    .cart-rest-data {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .rest-img-align {
        display: inline-block;
    }

    .cus-resname.align {
        font-size: 20px;
        width: 100%;
        margin-bottom: 40px;
    }

    .order-from {
        display: none;
    }

    .tot-btn-hide {
        display: none;
    }

    .divResList.redesign-divResList span {
        padding: 20px;
        display: inline-block;
        width: 100%;
        text-align: justify;
    }

    #divAllItems.cartWrapper {
        overflow: hidden;
        margin-bottom: 25px;
        height: auto;
        max-height: none;
    }

    #menuContainer {
        margin-bottom: 60px;
        z-index: 1;
    }

    .date-time-common.date-time-sec-left {
        height: 290px;
    }

    .date-time-common.date-time-sec-right {
        height: 290px;
    }

    .dateTimeLaterSec {
        padding-left: 0;
        padding-right: 5px;
    }

        .dateTimeLaterSec.right-tab {
            padding: 0;
        }

    #Giftcertificate {
        margin-top: 80px !important;
        float: left !important;
    }

    .gift-certificate .divMobCart {
        display: none !important;
    }

    .pg-menu #ShopCart {
        display: none !important;
    }

    .pg-placeorder #divMobCart {
        display: none !important;
    }

    .pg-confirmation #divMobCart {
        display: none !important;
    }

    .group-order-hide {
        display: none !important;
    }

    .gift-card-generator .gift-form {
        width: 100%;
    }

    .gift-card-generator .certificate {
        width: 100%;
        margin-left: 0 !important;
    }

    .buttonwrapper.form-group.gc-btn-align #btnLogin {
        width: 152px !important;
        float: left !important;
    }

    .buttonwrapper.form-group.gc-btn-align #btnNewUser {
        float: left !important;
        width: 152px !important;
    }

    .gift-card-preview .card .amount {
        top: 141px;
        left: 95px;
    }

    .new-footer-wrapper ul {
        padding-left: 0;
    }

    .pg-myaccount #divMobCart {
        display: none;
    }

    .pg-menu #divRestaurantData {
        display: block !important;
    }

    .pg-menu .back-to-rest {
        display: block !important;
    }

    #giftCardFormPop #txtGiftCardNumber {
        line-height: 20px;
    }

    .pg-confirmation #ShopCart {
        display: block !important;
    }

    .pg-cart #ShopCart {
        display: block !important;
    }

    .pg-cart .manu-inner-wrapper {
        display: none !important;
    }

    .pg-cart .top-backto-menu {
        display: block !important;
    }

    .pg-cart.empty-cart .divMobCart {
        display: none !important;
    }

    .pg-menu.pg-pop .inner-cart-icon {
        display: none !important;
    }

    .pg-menu.cart-empty .divEmptymsg {
        display: block;
    }

    .pg-menu.cart-empty.pg-pop .divEmptymsg {
        display: none !important;
    }

    .filter-hide {
        display: none;
    }

    .pg-menu .manu-inner-wrapper {
        display: block !important;
    }

    #btnAdvanceZipcode.date-time-button {
        position: relative;
        top: 36px !important;
    }

    .pg-placeorder #menuContainer {
        margin-bottom: 0;
    }

    .pg-placeorder .width-100 {
        margin-bottom: 0px;
    }

    .pg-confirmation .width-100 {
        margin-bottom: 0px;
    }

    .pg-confirmation #menuContainer {
        margin-bottom: 0px;
    }

    .pg-confirmation .paddingTop3 {
        padding: 40px 0px 0px;
    }

    .radio-align {
        padding-left: 0px !important;
        margin-right: 0px !important;
    }

        .radio-align input[type="radio"] + i {
            margin-right: 2px !important;
        }

        /*.radio-align label span {
            display: none !important;
        }*/

        .radio-align label {
            padding-right: 0px !important;
        }

    .pg-menu .radio-align span {
        display: inline-block !important;
    }

    .pg-menu .radio-align input[type="radio"] + i {
        margin-right: 10px !important;
    }

    .menu-descriptions {
        margin-left: 22px;
        width: 94%;
        padding-top: 20px !important;
    }

    .health-care-img {
        margin-left: 125px;
    }

    .filterCnt.right-side-align {
        margin-bottom: 10px !important;
    }

    .address-align {
        margin-bottom: 10px;
    }

    .reward-back {
        margin-left: 363px !important;
        background-size: 89% !important;
    }

        .reward-back h4 {
            margin-left: 0 !important;
            font-size: 50px !important;
            margin-top: 44px !important;
            width: 236px !important;
        }

    .reward-text {
        margin-top: 34px !important;
        margin-left: 241px !important;
    }

    #divView.area-pop {
        padding: 0;
        box-shadow: none;
        height: 100vh !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        #divView.area-pop .pop-header {
            margin-top: 88px;
        }

        #divView.area-pop .arrow-down {
            border-left: 382px solid transparent;
            border-right: 382px solid transparent;
            border-top: 54px solid #3f3f3f;
        }

        #divView.area-pop .areas {
            padding-left: 200px;
            padding-right: 200px;
        }

    .hours-24 {
        background-position: 98.5% 94% !important;
        background-size: 7% !important;
    }

        .hours-24.pickup-order-enabled {
            background-position: 98.5% 94%, 100% 0% !important;
            background-size: 7%, 10% !important;
        }

    .pg-menu .hours-24 {
        background-image: url(../Content/Images/24notice.png);
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: -12px;
        left: 86px;
        background-color: #ffecd9;
        padding: 9px 10px;
        border: 1px solid #f9e1c9;
        border-radius: 4px;
        background-size: 86%;
        background-position: 72% 51%;
        z-index: 1;
    }

    .left-btn-uni {
        margin-top: 12px !important;
        margin-right: -36px !important;
        margin-left: 33px !important;
    }

    #download-popup .one-time-banner {
        background: url(../Content/Images/10-off-mob.png) no-repeat center center !important;
    }

    #download-popup .modal-footer {
        bottom: -17px !important;
        position: absolute;
        right: 20% !important;
    }

    .pg-myaccount .card-number-width {
        width: 58% !important;
    }
}
/* ----- Tablet portrait End ----- */



@media only screen and (min-width: 768px) and ( max-width: 990px ) {
    .ui-dialog {
        padding-top: 10px !important;
    }

    #customerAddressForm .newUserCnt {
        height: auto !important;
    }

    #customerAddressForm {
        height: auto;
        margin: auto;
    }

    #divPopUp_Newcus {
        margin: auto;
        max-height: 90vh !important;
    }
}

@media only screen and (max-width: 767px) { /* Small tablet portrait (600x800) */
    .pg-menu .manu-inner-wrapper {
        display: block !important;
    }

    .filter-hide {
        display: none;
    }

    .container {
        width: 95%;
    }

    #customerAddressForm .customerAddressUni {
        width: unset !important;
    }

    .pg-menu .new-footer-wrapper {
        display: none !important;
    }

    .pg-menu .footer-top-banner {
        bottom: 51px;
    }

    .pg-home .new-footer-wrapper {
        display: block !important;
    }

    .pg-cart #cartRestData {
        display: none !important;
    }

    .pg-cart #divShopCart {
        display: block !important;
    }

    .pg-cart #divCartSummary {
        display: none !important;
    }

    .pg-cart .divMobCart {
        display: block !important;
    }

    .pg-myaccount .inner-cart-icon {
        display: none !important;
    }

    .re-design-menu-filter {
        display: none;
    }

    .redesign-menuInnerRow img.img-responsive {
        width: auto !important;
        margin: 0 auto !important;
    }

    .container-tab-portrait {
        width: 100%;
    }

    .pymnt-back-to-menu {
        margin-top: 8px;
    }

    .payment-title h3 {
        float: left;
        width: 100%;
    }
    /*.top-backto-menu
    {
        display: none !important;
    }*/

    .custom-tootltip .tooltip .tooltiptext {
        left: -90px;
        top: -85px;
    }

    #divRightCol {
        margin-bottom: 25px;
        margin-top: 0 !important;
    }

    #dgoogleMap {
        width: 100% !important;
    }

    #paymentTab {
        clear: both;
    }

    #loginPage {
        background-image: none;
    }

    #divExistingUser {
        display: inline-block;
        width: 90%;
        max-width: none;
        margin-left: 9vh;
    }

    .CItitle, .CIdata-row {
        float: left;
        width: 50%;
    }

    #divNewUser {
        border-left: 0 none;
        border-top: 1px solid #2465bd;
        padding: 25px 0 0;
        width: 100%;
        text-align: center;
    }

    .filterCnt #divDateTime {
        margin-left: -25px;
        width: 100%;
        display: inline-block;
        margin-top: -30px;
        z-index: 1;
    }

    .bottom-margin.restaurant-menu-searh {
        margin-top: 96px;
    }

    .blog-nav2.inner-blog-nav2 {
        display: none;
    }

    .DivinfoCnt.isAsap-DivinfoCnt {
        width: 65%;
        display: inline-block;
    }

    .col-12-mob {
        width: 100% !important;
        padding-left: 15px;
    }

    .menuCnt .section {
        display: none;
    }

    .redesign-menuHeading {
        width: 94%;
        margin: 0 3%;
        padding: 2px 7px !important;
    }

    .section .col-12-mob {
        width: 94% !important;
        padding-left: 0 !important;
        margin: 0 3% !important;
    }

    .redesign-menuHeading.collapsed, .redesign-menuHeading {
        background: url(../content/Images/arrow-down.png) no-repeat center right #ddd;
    }

        .redesign-menuHeading.open {
            background: url(../content/Images/arrow-up.png) no-repeat center right #ddd;
        }

    .where-we-deliver {
        margin-bottom: 20px;
    }

    .search-locationicon {
        text-align: center;
        display: inline-block;
    }

    .homeCalloutAction {
        float: none;
        margin-top: 0px;
    }

    .gift-card-generator .certificate {
        /*margin-left: -18px;*/
        padding: 0;
    }

    .gift-card-generator .gift-form {
        padding: 0;
        margin: 0;
    }

    .gift-card-form {
        width: 100%;
    }

        .gift-card-form h2 {
            margin-left: 0 !important;
        }

        .gift-card-form form {
            display: inline-block;
            width: 100%;
            padding: 0 !important;
        }

            .gift-card-form form .fields {
                float: left;
                clear: both;
                margin-bottom: 10px;
                padding-top: 12px;
                width: 100%;
            }

            .gift-card-form form input, .gift-card-form form textarea, .gift-card-form form select {
                width: 100% !important;
                min-width: 100% !important;
                max-width: 100% !important;
            }

    .card-selection ul li #credtiCard {
        height: 36px;
    }

    .addNewCardGrid {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .gift-card-preview {
        width: 100%;
        margin: 0;
    }

    .gift-card-generator .card-selection ul li #credtiCard {
        width: 100% !important;
    }

    .cardTypeImage {
        display: block !important;
    }

    .card-selection ul li .cardTypeImage {
        float: left !important;
        width: 40px;
    }

    .card-selection {
        width: 100%;
    }

        .card-selection ul li .cardTypeImage {
            float: left !important;
            width: 40px;
        }


    .gift-card-preview .card {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e884c1+0,f2e5ec+99 */
        background: #e884c1; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #e884c1 0%, #f2e5ec 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #e884c1 0%,#f2e5ec 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #e884c1 0%,#f2e5ec 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e884c1', endColorstr='#f2e5ec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        width: 100%;
        position: relative;
    }

        .gift-card-preview .card .amount {
            position: absolute;
            top: 14px;
            left: 13px;
            height: 60px;
            background: url(../content/Images/giftamount.png) no-repeat center center / 100%;
            width: 60px;
            font-size: 15px;
            padding: 15px 13px;
            text-align: center;
        }

        .gift-card-preview .card .certificate-number {
            position: relative;
            top: 7px;
            right: 10px;
            text-align: right;
        }

    #lblCertificateNo {
        display: inline;
        margin: 0px;
        float: none;
    }

    .gift-card-preview .card .customer-info {
        text-align: left;
        margin-top: 60px;
        font-size: 13px;
        margin-left: 0;
    }

    .gift-card-preview .card .greetings {
        position: relative;
        margin: 6px 0;
        font-size: 21px;
        left: 0;
        width: 100%;
        padding: 0 8px;
        text-align: center;
    }

    .gift-card-preview .card .customer-info ul {
        padding: 0 15px;
    }

    .col-mob .date-time-sec-left {
        margin-bottom: 20px !important;
        left: 0px;
        height: auto !important;
        min-height: 300px;
    }

    .col-mob .date-time-sec-right {
        right: 0px;
    }

    .new-footer-top ul {
        padding-left: 0px;
    }

    .home-order-on-the-go-hr img {
        width: 100%;
    }

    .home-top-desc p {
        width: 100%;
    }

    .homeWordings {
        font-size: 23px;
        font-weight: 500 !important;
    }

    .homeWordingsSub {
        font-size: 17px;
        letter-spacing: 0px;
        margin-top: 10px;
    }

    .brandTextWarp {
        background-image: url(../Content/Images/restconlogo.jpg);
        background-size: 260px;
        background-position: 6px 8px;
        background-repeat: no-repeat;
        height: 47px;
        width: 275px;
        margin-left: 24px;
        margin-top: 2px;
    }

    .home-top-title h1 {
        font-size: 38px;
    }

    .main-banner-slider {
        margin-top: 0px;
    }

        .main-banner-slider .banner {
            height: 400px;
            width: 100%;
            background-size: cover !important;
        }

    .navbar-header {
        height: auto;
    }

    .jumbotron {
        padding-top: 90px;
        height: 388px;
    }

    .order-on-the-go h3.on-the-go-title {
        padding-top: 0px;
        font-size: 30px;
        text-align: center;
    }

    .order-on-the-go-desc {
        padding: 0px;
        text-align: center;
    }

    .order-on-the-go p.on-the-go-desc {
        text-align: center;
        width: initial;
        margin-left: 25px;
        margin-right: 25px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #ea591e !important;
        border: none;
    }

    .navbar-nav > li > a {
        color: #061C56 !important;
        border-bottom: 1px solid #dcdcdc !important;
        width: 100%;
    }

    .blog-nav2 > li > a {
        color: #061C56 !important;
        border-bottom: 1px solid #dcdcdc !important;
        width: 100%;
    }

    .navbar-toggle {
        margin-top: -40px;
        margin-left: 10px;
        float: left;
    }

    .header.navbar {
        margin-bottom: 0px;
        height: 50px;
    }

    #navbar_mob.navbar-collapse {
        width: 103%;
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
        height: 0px;
        background-color: #f9f9f9;
    }

    /*.navbar {
    background-color: #fff !important;
    }*/
    #navbar_mob.in {
        height: auto;
        /*background-color: #f9f9f9;*/
    }

    #navbar_mob.hidden-nav {
        height: 0px !important;
    }

    .full-width {
        width: 100% !important;
    }

    .navbar-collapse {
        border: none;
    }

    .blog-nav2 li.mob-hide-no {
        display: none;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #fff;
    }

    .navbar-inverse .navbar-toggle {
        border: none;
    }

    .welcome-hr.col-xs-12 img {
        width: 100%;
    }

    .home-group-top-desc p {
        width: 100%;
    }

    .group-order-heading {
        font-size: 24px;
        text-align: center;
    }

    .group-oreder-manage-btn button {
        top: 0;
        float: none !important;
    }

    .group-oreder-manage-btn {
        text-align: center;
    }

    .group-order-welcome-more-info {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

        .group-order-welcome-more-info h4 {
            text-align: center;
        }

    .footer#wrapperFooterHome {
        left: 0 !important;
        width: 100%;
    }

    .full-with-no-padding {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

        .full-with-no-padding .group-order-welcome-more-content ul {
            padding-left: 20px;
        }

    .grp.custopm-tooltip-pos-right {
        left: 95px !important;
        top: 69px !important;
    }

    .grp.custopm-tooltip-pos-left {
        left: 95px !important;
        top: 2px !important;
    }

    .pgngoRadioBtn .tooltip .tooltiptext {
        height: 281px !important;
        width: 225px !important;
    }

    .pgngoPaddingNon.budget-per {
        display: inline-block;
        margin-top: 10px;
    }

    .pgngoPaddingNon .form-group input.hasDatepicker {
        width: 100% !important;
    }

    #minorder.asap-minOrder {
        margin-top: 5px;
    }

    .div-date-time-wrapper {
        width: 100% !important;
        margin-left: 0px;
        padding: 10px 0px 10px 10px;
        top: -45px;
        z-index: 10;
        position: relative;
    }

    .pg-placeorder .div-date-time-wrapper {
        margin-left: 0em;
        margin-top: 0px;
    }

    #pgngoRestaurantList {
        margin-top: 0px !important;
    }

    .divrestlist {
        /*padding: 30px;
        text-align: justify;*/
    }

    .divRestaurantSide-filter {
        /*display: none;*/
    }

    #pgngoForm .pgngoRadioBtn {
        margin-top: 20px;
        display: inline-block;
    }

    .pgngoPaddingNon #ddlCustomerAddress {
        width: 100% !important;
    }

    .nav.navbar-nav.blog-nav {
        width: 100%;
        text-align: left;
        display: inline-block;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        padding-top: 10px;
    }


    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-padding-mob {
        width: 100%;
        padding-right: 0px;
        margin-left: -1px;
    }

    ul.blog-nav2 li {
        float: none;
    }

    .nav.blog-nav2 {
        text-align: left;
        width: 100%;
    }

    #customerAddressForm .leftSide, #customerAddressForm .RightSide {
        width: 100%;
        float: left;
    }

    #customerAddressForm #btnCusAddSave {
        background-color: #ff442b;
    }

    #customerAddressForm #btnCusAddCancel {
        background: none;
        color: #2a6292;
        border: none !important;
        text-decoration: underline;
    }

    #customerAddressForm .buttonwrapper {
        display: inline-block;
        width: 100%;
    }

    #customerLogin #btnLogin {
        background-color: #ff442b;
    }

    #divView {
        display: inline-block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 75px;
        height: auto;
        margin-bottom: 75px;
    }

    #customerAddressForm #customerReg {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }

    #customerAddressForm .newUserCnt {
        height: auto !important;
        overflow: hidden;
        overflow-y: auto !important;
        margin-bottom: 15px;
    }

    #divPopUp_Newcus {
        margin: auto;
        max-height: 90vh;
    }

    .newUserCnt input[type="text"], .newUserCnt input[type="password"], .newUserCnt input[type="tel"] {
        width: 95%;
    }

    .newUserCnt select {
        width: 95%;
    }

    .popup-plus-minus .input-group-btn button {
        bottom: 3px;
        padding: 10px 17px;
        height: 40px;
    }

    .rest-align-tab {
        top: -25px !important;
    }

    .rest-back-align {
        top: -15px;
        left: 27%;
        z-index: 1;
    }

        .rest-back-align i.fa-long-arrow-left {
            right: 160px !important;
        }

    .menu-horozontal {
        display: none;
    }

    .re-design-menu-filter {
        display: none;
    }

    .divEmptymsg {
        background: #47aff0;
        position: fixed;
        width: 100%;
        bottom: 0px;
        z-index: 9999;
        left: 0;
        height: 45px;
    }

    .emptyMobile {
        color: #fff;
        display: block;
        font-weight: bold;
        text-align: center;
        padding: 0;
        font-size: 16px;
    }

    .inner-cart-icon {
        display: inline-block;
        padding: 0px 6px;
        right: 0% !important;
        font-size: 2em;
        top: 0px !important;
        height: 50px;
        width: 50px;
        position: fixed;
        background: #ea591e;
        color: #ffffff !important;
        float: right;
        cursor: pointer;
        z-index: 999;
    }

    #divPWReset #btnPWRCanc {
        display: block;
        text-decoration: underline;
        cursor: pointer;
        color: #428bca !important;
        background: none !important;
        border: none !important;
        padding: 0 !important;
        font: inherit !important;
    }

    .inner-cart-icon-amount {
        background-color: transparent;
        position: absolute;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        right: 31px;
        top: 30px;
        z-index: 99999;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .inner-cart-icon i.fa.fa-shopping-cart {
        position: absolute;
        top: 10px;
        left: 14px;
    }

    .top-backto-menu {
        display: inline-block;
        padding-top: 1.1em;
        font-size: 1.2em;
        padding-left: 1em;
        color: #ea591e !important;
        font-weight: bold;
    }

    .divMobCart {
        background-color: #47aff0;
        /* top: 50px; */
        position: fixed;
        width: 100%;
        z-index: 999;
        padding-right: 25px;
        padding-top: 5px;
        bottom: 0px;
        left: 0;
    }

    .button-proceed {
        width: 100% !important;
        background: #ff442b;
        border: none !important;
        box-shadow: none;
        font-size: 1.2em !important;
        height: 40px !important;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
    }

    .inc-height {
        height: 38px !important;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 5px;
    }

    #divSelecedDeliveryAdd .dateTime {
        width: 100%;
    }

    .payment-mob {
        padding-left: 15px;
        padding-right: 15px;
    }

        .payment-mob #credtiCard {
            width: 100%;
        }

        .payment-mob .add-new-credit-card-wrapper {
            width: 100%;
        }

        .payment-mob .divGiftCard#divGiftCard2 {
            display: inline-block;
            float: left;
        }

    .credtiCard > div {
        float: left;
        height: 30px;
        line-height: 25px;
        margin-right: 4px;
        font-size: 11px;
    }

    .cardTypeImage {
        background-repeat: no-repeat;
        width: 42px;
        display: none;
    }

    .credtiCard .paymentTotal {
        float: left;
        font-size: 11px;
        padding: 0;
        text-align: right;
        padding-left: 3%;
        margin-right: 0px;
        padding-right: 0px;
    }

    .clsoBtn2 {
        background-image: url(../Content/Images/sprites.png);
        background-position: 2px -2px;
        cursor: pointer;
        display: block;
        height: 24px;
        position: relative;
        top: 1px !important;
        left: 15px !important;
        width: 24px;
        float: right;
    }

    .payment-mob #divPaymentList {
        width: 100%;
    }

    #wrpperLnkAddSection {
        display: none;
    }

    .cartWrapper.payment-cartWrapper {
        height: auto;
        overflow: visible;
        max-height: none;
        margin-bottom: 15px;
    }

    .emptyCart {
        background-position: 210px 42px;
        width: 350px;
    }

    .tab-50-width.pgngoPaddingNon {
        width: 100%;
    }

    .paddling-left-20 {
        padding-left: 20px;
        margin-top: -100px;
    }

    #divOrderSummary.paddling-left-20 {
        padding-left: 20px;
        margin-top: -48px;
    }

    .width-100 .OrderCompleteOrder {
        width: 100%;
    }

    .mgs-vh-center .timemsg span:not(:first-child) {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .mgs-vh-center {
        margin-top: 10vh;
    }

        .mgs-vh-center .ui-dialog-buttonset {
            border-top: solid 1px #d2d2d2;
            padding-top: 22px;
            box-sizing: border-box;
            margin-top: 31px;
        }

            .mgs-vh-center .ui-dialog-buttonset button {
                padding: 7px;
            }

    .menuHeading.redesign-menuHeading {
        padding-left: 15px;
    }

    .logo-witgh {
        background-size: 340px;
        background-position: 8px 13px;
        width: 71px;
        background-size: 59% !important;
    }

    .mob-datetime-height {
        margin-top: 90px !important;
    }

    .div-date-time li .form-control.hasDatepicker {
        width: 140px !important;
    }

    .div-date-time .time-width {
        width: 125px !important;
    }

    .ui-dialog {
        left: 0 !important;
        width: 100% !important;
        text-align: center;
        border: none;
        padding-top: 50px;
    }

        .ui-dialog #dialog {
            font-size: 17px;
        }

        .ui-dialog .ui-dialog-buttonset .bgOrange {
            padding: 13px 10px;
            margin-top: 29px;
        }

    .menuCnt.redesign-menuCnt {
        width: 102%;
    }

    .dispaly-inline-block {
        display: inline-block;
    }

    .hearder-top-login {
        margin-top: -3px;
    }

    .margin-top-10 {
        margin-top: 10px;
    }


    #ShopCart {
        display: none; /*!important;*/
    }

    .cus-address-list {
        overflow: auto;
        width: 100%;
    }

        .cus-address-list .rowAddress {
            width: 1000px;
        }

    #mainWrapperMyAccount .ctrlLeftPadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .leftSide.text-width input[type="text"] {
        width: 96%;
    }

    .RightSide.text-width input[type="text"] {
        width: 96%;
    }

    .divcreditlist #credtiCard > div {
        margin-right: 7px;
        font-size: 12px;
    }

    .seprowCCForm.line-width {
        display: inline-block;
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }

    #divCreditCardInfo .left-100 {
        width: 100%;
    }

    #divCreditCardInfo .right-100 {
        width: 100%;
    }

    #divCreditCardInfo .margin-left-0 {
        margin-left: 0px;
    }

    .seprowCCForm.line-width #btnCCCancelbtn {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .pgngoPaddingNon.order-on-the-go {
        margin-left: 0;
        margin-right: 0;
    }

    .div-date-time.date-align-mob li {
        width: 50%;
    }

        .div-date-time.date-align-mob li.delivery-address-top {
            width: 100%;
        }

    .div-date-time.date-align-mob .address-width {
        width: 100% !important;
    }

    .div-date-time.date-align-mob li label {
        width: 100%;
    }

    .div-date-time.date-align-mob li input[type="text"] {
        width: 100% !important;
    }

    .div-date-time.date-align-mob li select {
        width: 100% !important;
    }

    .div-date-time.date-align-mob ul {
        display: inline-block;
        width: 100%;
        padding-right: 15px !important;
    }

    .mob-paddingl-15 {
        padding-left: 15px;
    }

    .set-top-margin-mob {
        margin-top: -70px;
    }

    .pg-placeorder .redesign-divResList {
        margin-top: -70px;
    }

    #divShopCart {
        position: relative;
        width: 100%;
    }

    .tot-btn-hide {
        display: none;
    }

    #divView #imgWrapperMenuItem #imgItemImage {
        height: auto;
        width: 100%;
    }

    .tp-no-align {
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }

    .position-relative {
        float: left !important;
        width: 100%;
    }

    .blog-nav-item.nav-telephone {
        display: none !important;
    }

    .divResList.redesign-divResList span {
        padding: 20px;
        display: inline-block;
        width: 100%;
        text-align: justify;
    }

    .custom-tootltip .tooltip .tooltiptext {
        left: -90px;
        top: -85px;
    }

    #divAllItems.cartWrapper {
        overflow: hidden;
        margin-bottom: 25px;
        height: auto;
        max-height: none;
    }

        #divAllItems.cartWrapper .choiceNames {
            margin-left: 2px;
        }

        #divAllItems.cartWrapper .clsoBtn {
            background-position: 2px 0px;
            height: 20px;
            width: 20px;
            background-size: 80px;
        }

    .pg-menu #ShopCart {
        display: none !important;
    }

    .pg-placeorder #divMobCart {
        display: none !important;
    }

    .pg-confirmation #divMobCart {
        display: none !important;
    }

    .pg-menu #divMobCart {
        display: block !important;
    }

    .pg-pop #divMobCart {
        display: none !important;
    }

    #Giftcertificate {
        margin-top: 25px !important;
        float: left !important;
    }

    .gift-certificate .divMobCart {
        display: none !important;
    }

    .group-order-hide {
        display: none !important;
    }

    #errMsgZip {
        top: 40px;
    }

    .buttonwrapper.form-group.gc-btn-align #btnLogin {
        width: 152px !important;
        float: left !important;
    }

    .buttonwrapper.form-group.gc-btn-align #btnNewUser {
        float: left !important;
        width: 152px !important;
    }

    .pg-myaccount #divMobCart {
        display: none;
    }

    .pg-menu #divRestaurantData {
        display: block !important;
    }

    .pg-menu .back-to-rest {
        display: block !important;
    }

    #giftCardFormPop #txtGiftCardNumber {
        line-height: 20px;
    }

    .pg-confirmation #ShopCart {
        display: block !important;
    }

    .pg-cart #ShopCart {
        display: block !important;
    }

    .pg-cart .manu-inner-wrapper {
        display: none !important;
    }

    .pg-cart .top-backto-menu {
        display: block !important;
    }

    .pg-cart.empty-cart .divMobCart {
        display: none !important;
    }

    .pg-menu.pg-pop .inner-cart-icon {
        display: none !important;
    }

    .pg-menu.cart-empty .divEmptymsg {
        display: block;
    }

    .pg-menu.cart-empty.pg-pop .divEmptymsg {
        display: none !important;
    }

    .pg-placeorder .top-backto-menu {
        display: none !important;
    }

    .pg-placeorder #divAllItems.cartWrapper {
        margin-bottom: 15px;
    }

    .pg-placeorder #divCartSummary .itemTitle {
        border-bottom: 1px solid #ddd;
        padding: 5px 0px 5px 0px;
    }

    .pg-placeorder #divPaymentOpt .cruntDilAdress {
        margin-bottom: 10px;
    }

    .pg-placeorder #divSelecedDeliveryAdd .dateTime {
        padding: 0 0 10px;
    }

    .pg-placeorder .cus-resname.align {
        margin-bottom: 20px;
    }

    .pg-placeorder #menuContainer {
        margin-bottom: 0;
    }

    .pg-placeorder .width-100 {
        margin-bottom: 0px;
    }

    .pg-confirmation .width-100 {
        margin-bottom: 0px;
    }

    .pg-confirmation #menuContainer {
        margin-bottom: 0px;
    }

    .pg-confirmation .paddingTop3 {
        padding: 40px 0px 0px;
    }

    .treeUl li input[type="checkbox"] + label span, #chkSaveCCFrm input[type="checkbox"] + label span {
        display: inline-block;
        background-image: url(../Content/Images/unchecked.png);
        background-size: 100%;
        border-radius: 2px;
        background-repeat: no-repeat;
        width: 20px;
        vertical-align: middle;
        height: 20px;
        margin: -1px 10px 0 0;
        cursor: pointer;
    }

    .treeUl li input[type="checkbox"]:checked + label span, #chkSaveCCFrm input[type="checkbox"]:checked + label span {
        background-image: url(../Content/Images/checked.png);
        background-size: 100%;
        border-radius: 2px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .radio-align {
        width: 100% !important;
        padding-left: 8px !important;
    }

        .radio-align label {
            width: 50% !important;
            clear: none !important;
            margin-bottom: 10px;
            margin-top: 5px;
        }

        .radio-align input[type="radio"] + i {
            margin-right: 8px !important;
        }

        .radio-align label span {
            display: block !important;
        }

    #main-popup.centered-modal.in {
        margin-top: 5vh !important;
    }

    #main-popup .modal-content .modal-body {
        padding: 0px !important;
    }

    #main-popup .pickup {
        width: 56% !important;
    }

    #main-popup .delivery {
        width: 56% !important;
    }

    .order-types {
        float: none !important;
    }

    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }

    .cc-gc-payment-tab ul li a {
        font-size: 0.8em !important;
    }

    .health-care-img {
        margin-left: 30px;
    }

    .filterCnt.right-side-align {
        margin-bottom: 20px !important;
    }

    .reward-back {
        margin-left: 0px !important;
        background-image: none !important;
        background-color: #b9303d;
        height: 70px !important;
        margin-top: -15px !important;
        width: 100% !important;
        position: relative !important;
        margin-bottom: 20px;
    }

    .reward-text {
        display: none !important;
    }

    .reward-text-mob {
        display: block !important;
        width: auto !important;
        float: left;
        margin-left: 16px !important;
        margin-bottom: 40px !important;
        margin-top: 26px !important;
        font-size: 16px;
        color: #fff;
    }

    .reward-back h4 {
        margin-top: 18px !important;
        font-size: 32px !important;
        margin-left: auto !important;
        color: #ffffff;
        position: relative;
        width: auto !important;
        float: right;
        margin-right: 15px;
    }

    .pts {
        display: none;
    }

    .my-account {
        margin-top: 20px !important;
        margin-bottom: 145px !important;
        font-size: 24px !important;
    }

    .reward-history {
        margin-top: -15px !important;
    }

    #divView.area-pop {
        padding: 0;
        box-shadow: none;
        height: 100vh !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        #divView.area-pop .pop-header {
            margin-top: 50px;
        }

        #divView.area-pop .arrow-down {
            border-left: 330px solid transparent;
            border-right: 330px solid transparent;
            border-top: 56px solid #3f3f3f;
        }

        #divView.area-pop .areas {
            padding-left: 40px;
            padding-right: 40px;
        }

    .pg-placeorder .wrapper-credit-left .bgOrange.addBtn {
        float: left;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 10px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        background-color: rgb(134, 134, 134) !important;
        margin-left: 12px !important;
        margin-top: -3px !important;
    }

    .hours-24 {
        background-position: 98.5% 94%;
        background-size: 12% !important;
    }

        .hours-24.pickup-order-enabled {
            background-position: 98.5% 94%, 100% 0% !important;
            background-size: 12%, 22% !important;
        }

    .pg-menu .hours-24 {
        background-image: url(../Content/Images/24notice.png);
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: -12px;
        left: 86px;
        background-color: #ffecd9;
        padding: 9px 10px;
        border: 1px solid #f9e1c9;
        border-radius: 4px;
        background-size: 86%;
        background-position: 72% 51%;
        z-index: 1;
    }

    .pg-menu .date-align-mob {
        height: 135px;
    }

    .pg-menu .rest-back-align {
        top: 2px;
    }

    .pg-menu .wrapper-rest-name .cus-resname.align {
        margin-bottom: -35px;
    }

    .more-order-infomation .form-label {
        width: 100px !important;
    }

    #download-popup .modal-footer {
        border: none;
        bottom: -25px !important;
        position: absolute;
        right: 4% !important;
    }

    .modal-apps-footer {
        padding: 0px !important;
        padding-top: 15px !important;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .search-locationicon .home-banner-buttons {
        margin-top: 15px !important;
        margin-left: 0;
    }

    .home-banner-buttons .home-delivery-btn {
        margin-right: -1px;
    }

    .customerRegUni-check label {
        width: auto !important;
    }

    .pop-up-uni {
        border-left: none !important;
    }

    .signup-btn-align .register-btn {
        margin: 0 20px 0 18px;
    }

    #customerAddressForm .customerAddressUni {
        width: unset !important;
    }

    .width-170 {
        width: 100% !important;
    }

    .search-locationicon {
        height: 230px;
        padding: 20px 10px !important;
        margin-top: -5px !important;
    }

    .div-btn-align {
        display: inline-block;
    }

    /*.find-rest-button {
        margin-top: 3px !important;
        width: 120px;
        font-size: 12px !important;
        padding: 10px !important;
        height: 35px !important;
        margin-left: -2px;
    }*/

    .left-btn-uni {
        width: 120px !important;
        font-size: 12px !important;
        padding: 10px 11px !important;
        height: 41px !important;
        margin-left: 63px !important;
        margin-top: -12px !important;
    }

        .left-btn-uni .hat-icon {
            margin-left: -1px !important;
            width: 23px !important;
            margin-right: 0px !important;
        }

    .uni-address {
        width: 210px !important;
        margin-top: 2px !important;
        margin-left: 1px;
        vertical-align: top;
        background: url(../Content/Images/students-cap.png) no-repeat;
        margin-bottom: 1px;
    }

    .home-tooltip {
        margin-top: -97px !important;
        margin-left: 22px !important;
    }

    .wrapper-pickup-address .selected-address-wrapper #dStreet {
        float: none;
        width: 100%;
    }

    .custom-tootltip.wrapper-tool .tooltip .tooltiptext {
        width: 118px !important;
        left: -27px !important;
    }

    .menu-descriptions {
        background-color: #ece9e9;
        width: 92%;
        padding: 5px 7px !important;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
        margin-left: 16px;
    }

    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }

    .popup-plus-minus .txtqty {
        height: 40px;
        width: 50px !important;
    }

    .health-care-img {
        margin-left: 30px;
    }

    .register-btn {
        margin-left: 32px;
        display: inline-block;
        margin-right: 32px;
    }

    #divView.area-pop {
        padding: 0;
        box-shadow: none;
        height: 100vh !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        #divView.area-pop .pop-header {
            margin-top: 50px;
        }

        #divView.area-pop .arrow-down {
            border-left: 375px solid transparent;
            border-right: 0px solid transparent;
            border-top: 56px solid #3f3f3f;
        }

        #divView.area-pop .areas {
            padding-left: 40px;
            padding-right: 40px;
        }

    .treeUl li input[type="checkbox"] + label, #chkSaveCCFrm input[type="checkbox"] + label {
        float: left !important;
    }

    .treeUl li input {
        margin-top: 10px;
        float: right;
        text-align: center;
    }

    .treeUl li .selecttooltip {
        float: left;
        margin-top: 17px;
        display: inline-block;
        margin-left: 8px;
    }

    .pg-menu .date-align-mob {
        display: inline-block;
    }

    .div-date-time.date-align-mob li.delivery-address-top {
        display: inline-block;
        width: 210px;
    }

    .marketing-pop-up .btn-proceed {
        float: none !important;
    }

    .pg-myaccount .card-number-width {
        width: 29% !important;
    }

    .pg-myaccount .my-account {
        margin-bottom: 10px !important;
    }

    .modal-apps-footer {
        padding: 0px !important;
        padding-top: 28px !important;
    }
}


@media (max-width: 767px) and (orientation: landscape) {

    .radio-align label {
        width: 20% !important;
    }

    #main-popup.centered-modal.in {
        margin-top: 5vh !important;
    }

    .pop-up-uni {
        border-left: none !important;
    }

    #customerAddressForm .customerAddressUni {
        width: unset !important;
    }

    .width-170 {
        width: 98% !important;
    }

    .customerRegUni-check label {
        width: auto !important;
    }

    #main-popup .modal-content .modal-body {
        padding: 0px !important;
    }

    #main-popup .pickup {
        width: 60% !important;
    }

    #main-popup .delivery {
        width: 60% !important;
    }

    #main-popup .modal-content .pop-left {
        width: 50% !important;
    }

    #main-popup .modal-content .pop-right {
        width: 50% !important;
    }

    .order-types .txtZipCode-input {
        position: relative;
        float: left;
        margin-top: -2px !important;
    }

    .uni-address {
        margin-top: 10px !important;
        float: left;
        vertical-align: top;
        margin-bottom: 1px;
    }

    .div-btn-align {
        vertical-align: top;
        margin-top: -5px;
    }

    .left-btn-uni {
        margin-top: 20px !important;
        margin-right: -95px !important;
        margin-left: 84px !important;
    }

    .order-types {
        vertical-align: top;
        margin-top: 10px;
    }

    .home-banner-buttons {
        margin-left: -4px !important;
    }

    .home-tooltip {
        margin-top: -99px !important;
        margin-left: 126px !important;
    }

    .menu-descriptions {
        width: 94%;
        padding: 5px 7px !important;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
        margin-left: 20px;
    }

    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }

    .popup-plus-minus .txtqty {
        height: 40px;
        width: 50px !important;
    }

    .health-care-img {
        margin-left: 75px;
    }

    .rest-back-align {
        left: 35%;
    }

    .reward-back {
        /*margin-left: 16px !important;*/
        width: 100% !important;
    }

    .hours-24 {
        background-position: 98.5% 94% !important;
        background-size: 7% !important;
    }

        .hours-24.pickup-order-enabled {
            background-position: 98.5% 94%, 100% 0% !important;
            background-size: 7%, 11% !important;
        }

    .pg-menu .hours-24 {
        background-image: url(../Content/Images/24notice.png);
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: -12px;
        left: 86px;
        background-color: #ffecd9;
        padding: 9px 10px;
        border: 1px solid #f9e1c9;
        border-radius: 4px;
        background-size: 86%;
        background-position: 72% 51%;
        z-index: 1;
    }

    .pg-menu .date-align-mob {
        display: inline-block;
    }

    .div-date-time.date-align-mob li.delivery-address-top {
        display: inline-block;
        width: 75%;
    }

    #download-popup .modal-footer {
        bottom: -25px !important;
        right: 23% !important;
    }

    .pg-myaccount .my-account {
        margin-bottom: 10px !important;
    }

    .modal-apps-footer {
        padding: 0px !important;
        padding-top: 15px !important;
    }
}

@media (min-width: 769px) and (max-width: 812px) {
    .home-tooltip {
        margin-top: -98px !important;
        margin-left: 86px !important;
    }

    .menu-descriptions {
        width: 94%;
        margin-left: 24px;
        padding-top: 20px !important;
    }

    #customerAddressForm .customerAddressUni {
        width: unset !important;
    }

    .width-170 {
        width: 100% !important;
    }

    .pop-up-uni {
        border-left: none !important;
    }

    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }

    .popup-plus-minus .txtqty {
        height: 40px;
        width: 50px !important;
    }
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: portrait) {


    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .pg-menu .div-date-time-wrapper {
        width: 100%;
        margin-top: 88px;
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .pg-menu .paddingTop.paddingTop3 {
        margin-top: 125px;
    }

    .pg-menu .radio-align label {
        clear: none;
        margin-top: 0px;
        margin-right: 10px;
    }

    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }

    .popup-plus-minus .txtqty {
        height: 40px;
        width: 50px !important;
    }

    #customerAddressForm .customerAddressUni {
        width: 100% !important;
    }

    .width-170 {
        width: 90% !important;
    }

    .customerRegUni-check label {
        width: auto !important;
    }

    .modal-apps-footer {
        padding: 0px !important;
        /*padding-top: 28px !important;*/
    }

    .brandTextWarp {
        width: 155px !important;
        background-size: 100% !important;
        margin-top: 7px !important;
    }

    .pg-placeorder .div-date-time-wrapper {
        padding-left: 45px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .search-locationicon {
        width: 100%;
    }

    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }

    .pg-myaccount {
        padding-bottom: 150px;
    }

    .search-locationicon .zip-code-width {
        float: left;
        display: inline-block;
        vertical-align: top;
        margin-top: -2px !important;
    }

    .search-locationicon .uni-address {
        float: left;
        display: inline-block;
    }

    .search-locationicon .hvr-placeholder {
        float: left;
        display: inline-block;
        vertical-align: top;
        margin-top: -2px !important;
    }

    #customerAddressForm .customerAddressUni {
        width: unset !important;
    }

    .width-170 {
        width: 100% !important;
    }
}
/*----- Mobile portrait End ------*/

@media only screen and (max-width: 599px) { /* Mobile landscape (480x320) */
    .container {
        width: 95%;
    }

    .pg-datetime .inner-cart-icon {
        display: none;
    }

    #divExistingUser {
        margin: 0 12% 50px;
    }

    #dgoogleMap {
        width: 100% !important;
    }

    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }
}

@media only screen and (max-width: 534px) {
    .find-rest-button {
        /*margin-top: 4px !important;*/
    }

    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }
}

@media only screen and (max-width: 479px) { /* Mobile portrait (320x480) */
    .container {
        width: 95%;
    }

    #pgngoWrapper {
        margin-top: 50px !important;
    }

    #pgngoForm .container,
    #pgngoHeader .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }

    #divOrderPaymentContainer {
        margin-left: -15px;
        margin-right: -15px;
    }

    #divSummarydetails #divOrderPaymentContainer {
        padding-left: 0;
        padding-right: 0;
    }

    .pg-datetime .inner-cart-icon {
        display: none;
    }

    .pg-cart #cartRestData {
        display: none !important;
    }

    .pg-cart #divShopCart {
        display: block !important;
    }

    .emptyCart {
        background-position: 82px 42px;
    }

    .pg-cart #divCartSummary {
        display: none !important;
    }

    .pg-myaccount .inner-cart-icon {
        display: none !important;
    }

    .re-design-menu-filter {
        display: none;
    }

    #divCreditCardInfo select {
        width: 98%;
    }

    .credit-card-section {
        padding-right: 0 !important;
    }

    .pgngoPaddingNon-left {
        padding-right: 0px !important;
    }

    .creditCard-zip-cvv2 .width20Prec {
        width: 46.5%;
    }

    .restaurents-filters h2 {
        font-size: 16px;
        padding-right: 35px;
    }

        .restaurents-filters h2.open {
            background: url(../content/Images/arrow-up.png) no-repeat center right transparent;
        }

        .restaurents-filters h2.collapsed {
            background: url(../content/Images/arrow-down.png) no-repeat center right transparent;
        }

    .redesign-menuInnerRow img.img-responsive {
        width: auto !important;
        margin: 0 auto !important;
    }

    .divRestaurantSide-filter {
        min-height: 1px !important;
        height: auto !important;
    }

    .filters-section {
        display: none;
    }

    .cartActions {
        margin-bottom: 0;
        margin-top: -5px;
    }

    .address-parts {
        float: left;
        width: 48%;
    }

    .sumrow .title {
        float: left;
        width: 48%;
    }

    .sumrow .info {
        float: left;
        width: 48%;
    }

    .pg-menu #divRightCol {
        margin-bottom: 50px;
    }

    #divRightCol {
        margin-bottom: 25px;
        margin-top: 0 !important;
    }

    .addNewCardGrid {
        display: inline-block;
        width: 100%;
        margin: 0;
    }


    .menuCnt .section {
        display: none;
    }

    .redesign-menuHeading {
        width: 92%;
        margin: 0px 4%;
        padding: 2px 7px !important;
    }

    .section .col-12-mob {
        width: 92% !important;
        padding-left: 0 !important;
        margin: 0 4% !important;
    }

    .redesign-menuHeading.collapsed, .redesign-menuHeading {
        background: url(../content/Images/arrow-down.png) no-repeat center right #ddd;
    }

        .redesign-menuHeading.open {
            background: url(../content/Images/arrow-up.png) no-repeat center right #ddd;
        }

    .card-selection {
        width: 100%;
    }

    .cardTypeImage {
        display: block;
    }

    .gift-card-generator .certificate {
        /*margin-left: -18px;*/
        padding: 0;
    }

    .gift-card-generator .gift-form {
        padding: 0;
        margin: 0;
    }

    .gift-card-form {
        width: 100%;
    }

        .gift-card-form h2 {
            margin-left: 0 !important;
        }

        .gift-card-form form {
            display: inline-block;
            width: 100%;
            padding: 0 !important;
        }

            .gift-card-form form .fields {
                float: left;
                clear: both;
                margin-bottom: 10px;
                padding-top: 12px;
                width: 100%;
            }

            .gift-card-form form input, .gift-card-form form textarea, .gift-card-form form select {
                width: 100% !important;
                min-width: 100% !important;
                max-width: 100% !important;
            }

    .card-selection ul li #credtiCard {
        height: 36px;
    }

    .gift-card-preview {
        width: 100%;
        margin: 0;
    }

    #credtiCard > div {
        margin-right: 0;
    }

    .gift-card-preview .card {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e884c1+0,f2e5ec+99 */
        background: #e884c1; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #e884c1 0%, #f2e5ec 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #e884c1 0%,#f2e5ec 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #e884c1 0%,#f2e5ec 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e884c1', endColorstr='#f2e5ec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        width: 100%;
        position: relative;
    }

        .gift-card-preview .card .amount {
            position: absolute;
            top: 14px;
            left: 13px;
            height: 60px;
            background: url(../content/Images/giftamount.png) no-repeat center center / 100%;
            width: 60px;
            font-size: 15px;
            padding: 15px 13px;
            text-align: center;
        }

        .gift-card-preview .card .certificate-number {
            position: relative;
            top: 7px;
            right: 10px;
            text-align: right;
        }

    #lblCertificateNo {
        display: inline;
        margin: 0px;
        float: none;
    }

    .gift-card-preview .card .customer-info {
        text-align: left;
        margin-top: 60px;
        font-size: 13px;
        margin-left: 0;
    }

    .gift-card-preview .card .greetings {
        position: relative;
        margin: 6px 0;
        font-size: 21px;
        left: 0;
        width: 100%;
        padding: 0 8px;
        text-align: center;
    }

    .gift-card-preview .card .customer-info ul {
        padding: 0 15px;
    }


    #divExistingUser {
        margin: 0 0 50px;
    }

    .DivinfoCnt.isAsap-DivinfoCnt {
        width: 56%;
        display: inline-block;
        margin-left: 50px;
    }

    .isAsap-divResName {
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }


    .col-mob .dateTimeLaterSec {
        width: 100%;
        text-align: left;
    }

    .col-mob .date-time-common {
        height: auto !important;
        min-height: 350px;
    }

    .pg-datetime #date-time-error-content p {
        margin-top: 5px;
    }

    .date-time-wrapper.col-mob {
        padding: 0px;
    }

    #minorder.asap-minOrder {
        margin-top: 5px;
    }

    .no-padding-mob {
        width: 100%;
        margin-left: -1px;
        padding-right: 0px;
    }

    #divExistingUser #txtUsername {
        width: 100%;
    }

    #divExistingUser #txtLoginPassword {
        width: 100%;
    }

    #divExistingUser.gif-card-sec #txtLoginPassword {
        width: 100% !important;
    }

    #divExistingUser.gif-card-sec #txtUsername {
        width: 100% !important;
    }

    .gif-card-sec .popheading {
        width: 100%;
    }

        .gif-card-sec .popheading h2 {
            font-size: 20px !important;
        }

    #divExistingUser.gif-card-sec {
        width: 100%;
    }
    /*.date-time-wrapper #btnAdvanceZipcode {
    width:100%;
    }*/
    .date-time-showResturant-sec-inner {
        width: 100%;
    }

    .footer#wrapperFooterHome {
        height: 27px;
        font-size: 10px;
    }

    .homeWordingCnt {
        padding-left: 0px;
        padding-right: 0px;
    }

    .txtZipCode-input.form-control {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
        vertical-align: top;
        margin-top: -5px !important;
    }

    .credtiCard .paymentTotal {
        padding-left: 1%;
    }

    .clsoBtn2 {
        background-size: 70px;
        top: 6px !important;
        left: 7px !important;
        height: 18px !important;
        width: 15px !important;
        background-position: -4px -2px !important;
    }

    .cardTypeImage img {
        width: 27px;
    }

    .cardTypeImage {
        width: 30px;
    }

    #Giftcertificate {
        margin-top: 25px !important;
    }

    .pg-menu .divMobCart,
    .gift-certificate .divMobCart {
        display: none !important;
    }

    .pg-cart .divMobCart {
        display: block !important;
    }

    #errMsgZip {
        font-size: 0.8em;
        top: 40px;
    }

    .buttonwrapper.form-group.gc-btn-align {
        float: left;
        text-align: center;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

        .buttonwrapper.form-group.gc-btn-align #btnLogin {
            width: 110px !important;
            float: left !important;
        }

        .buttonwrapper.form-group.gc-btn-align #btnNewUser {
            float: left !important;
            width: 110px !important;
        }

    .selected-address-wrapper div#dAptNo {
        float: none;
        width: 100%;
    }

    .selected-address-wrapper div.payment-adress-change {
        float: none;
        width: 100%;
    }

    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }

    .popup-plus-minus .txtqty {
        height: 40px;
        width: 50px !important;
    }

    .cc-gc-payment-tab ul li a {
        font-size: 0.7em !important;
    }

    #divView.area-pop .arrow-down {
        border-left: 373px solid transparent;
        border-right: 0px solid transparent;
    }

    .hours-24 {
        background-position: 97.5% 94% !important;
        background-size: 12% !important;
    }

        .hours-24.pickup-order-enabled {
            background-position: 97.5% 94%, 101% 0% !important;
            background-size: 12%, 20% !important;
        }

    .more-order-infomation .search-btn {
        margin-top: 15px !important;
        margin-left: 119px !important;
    }

    #download-popup .modal-footer {
        bottom: -25px !important;
        right: 1% !important;
    }
}

@media only screen and (max-width: 320px) {
    .health-care-img {
        margin-left: 15px;
    }

    #divView.area-pop .arrow-down {
        border-left: 320px solid transparent;
        border-right: 0px solid transparent;
    }

    .pg-menu .hours-24 {
        background-image: url(../Content/Images/24notice.png);
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: -12px;
        left: 86px;
        background-color: #ffecd9;
        padding: 9px 10px;
        border: 1px solid #f9e1c9;
        border-radius: 4px;
        background-size: 86%;
        background-position: 72% 51%;
        z-index: 1;
    }

    .more-order-infomation .search-btn {
        margin-top: 15px !important;
        margin-left: 0px !important;
    }

    .div-order-list {
        padding-left: 0px;
    }

    .header-more-order h4 {
        font-size: 17px;
    }
}

@media only screen and (max-width:320px) and (orientation: landscape) {
    .health-care-img {
        margin-left: 50px !important;
    }

    .reward-back h4 {
        margin-left: -155px !important;
    }

    .reward-back {
        margin-left: 15px !important;
        width: 86% !important;
    }

    #divView.area-pop .arrow-down {
        border-left: 280px solid transparent;
        border-right: 280px solid transparent;
    }
}

@media only screen and (max-width:568px) and (orientation: landscape) {

    #divView.area-pop .arrow-down {
        border-left: 280px solid transparent;
        border-right: 280px solid transparent;
    }

    .pg-menu .hours-24 {
        background-image: url(../Content/Images/24notice.png);
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: -12px;
        left: 86px;
        background-color: #ffecd9;
        padding: 9px 10px;
        border: 1px solid #f9e1c9;
        border-radius: 4px;
        background-size: 86%;
        background-position: 72% 51%;
        z-index: 1;
    }
}

@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait) {
    .date-time-wrapper #btnAdvanceZipcode {
        width: 100%;
    }

    .date-time-wrapper #btnZipcode {
        width: 70%;
    }

    .date-time-main-heading {
        font-size: 19px;
    }

    .buttonwrapper input.add-to-order {
        margin-top: 25px !important;
    }

    .popup-plus-minus .txtqty {
        height: 40px;
        width: 50px !important;
    }
}

/*---------- Mobile Portrait End --------------*/



.add-to-order-btn ul {
    padding-left: 0px;
    margin-bottom: 0;
}

    .add-to-order-btn ul li {
        width: 100%;
    }

        .add-to-order-btn ul li:first-child {
            margin-top: 0;
        }

.btn-margin {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 40px !important;
    height: auto !important;
}

.mgs-vh-center table {
    width: 100%;
}

.blog-nav2 li a:hover {
    background: none !important;
    text-decoration: underline;
}

.blog-nav2 li a {
    background: none !important;
}

.navbar {
    min-height: 0px;
}

.pw-cancel-btn {
    background: transparent !important;
    color: #2a6292 !important;
    border: none !important;
    text-decoration: underline;
}

.pg-datetime .divMobCart {
    display: none !important;
}

.buttonwrapper.form-group.gc-btn-align {
    float: left;
}

.date-time-button {
    font-size: 15px;
    background-color: #ff442b !important;
    height: 35px;
    border-radius: 6px !important;
    text-transform: uppercase;
    border: none;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    -webkit-appearance: button;
    cursor: pointer;
    width: 170px;
}

#btnAdvanceZipcode.date-time-button {
    position: relative;
    top: 12px;
}
/**********************************************************/
/* Center the loader */
.loader-new {
    position: absolute;
    left: 50%;
    top: 50%;
    left: calc(50% + 50px);
    top: calc(50% + 50px);
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 6px solid #ffffff;
    border-radius: 50%;
    border-top: 6px solid #7a7a7a;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    box-shadow: 0px 0px 45px 0px #e9e9e9;
}

.spinner-new {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    z-index: 99999999;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 5, 0.25);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}
/************************************************************/

.available-credit-cards {
    width: 100%;
    display: none;
}

.map-details {
    font-size: 22px;
    font-weight: bold;
    color: #555;
    display: inline-block;
    padding-left: 8px;
    width: 100%;
    background: url(../content/Images/arrow-up.png) no-repeat center right #ddd;
}

    .map-details.map-closed {
        background: url(../content/Images/arrow-down.png) no-repeat center right #ddd;
    }

#txtPassword::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
    text-align: center;
}

#txtPassword::-moz-placeholder { /* Firefox 19+ */
    font-size: 10px;
}

#txtPassword:-ms-input-placeholder { /* IE 10+ */
    font-size: 10px;
}

#txtPassword:-moz-placeholder { /* Firefox 18- */
    font-size: 10px;
}

.liquor-msg {
    font-size: 13px;
    margin-top: 10px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 15px;
    color: #a4a4a4;
}

#txtDate.form-control.hasDatepicker {
    cursor: pointer;
}






.home-banner-buttons {
    border-left: 0;
    margin-left: -7px;
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}

    .home-banner-buttons a {
        border: 1px solid #fff;
        margin: 0 5px;
        color: #000;
        border-radius: 0;
        margin-top: 0px;
        text-transform: uppercase;
    }

.home-delivery-btn {
    padding: 17px 18px 9px 35px;
    background-color: #fff;
    height: 45px;
    border: solid 1px #ccc;
    border-right: 0px;
    float: left;
    text-align: left;
    line-height: 12px;
}

    .home-delivery-btn:hover {
        cursor: pointer;
        background-color: #fff;
    }

        .home-delivery-btn:hover a {
            text-decoration: none;
        }



.icofont-fast-delivery:before {
    content: none !important;
}

.home-delivery-btn i {
    background-image: url(../Content/Images/home-select.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -6px;
    position: absolute;
    margin-left: -28px;
}

.home-delivery-btn a {
    border: none;
    top: 0px;
    font-size: 15px;
    display: inline-block;
    position: relative;
}



    .home-delivery-btn a:hover {
        border: none;
        top: 0px;
        font-size: 15px;
        background-color: transparent;
        color: #e30916;
    }


.home-pick-up-btn {
    padding: 17px 18px 9px 35px;
    background-color: #fff;
    height: 45px;
    border: solid 1px #ccc;
    border-left: 0px;
    float: left;
    text-align: left;
    line-height: 12px;
}


    .home-pick-up-btn i {
        background-image: url(../Content/Images/home-select.png);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-top: -6px;
        position: absolute;
        margin-left: -28px;
    }

    .home-pick-up-btn:hover {
        cursor: pointer;
        background-color: #fff;
    }

        .home-pick-up-btn:hover a {
            text-decoration: none;
        }



.icofont-location-pin::before {
    content: none !important;
}

.home-pick-up-btn a {
    border: none;
    font-size: 15px;
    display: inline-block;
    position: relative;
    top: 0px;
}

    .home-pick-up-btn a:hover {
        border: none;
        top: 0px;
        font-size: 15px;
        background-color: transparent;
        color: #e30916;
    }

.home-delivery-btn.active-btn {
    background-color: #fff;
    color: #000;
}

    .home-delivery-btn.active-btn i {
        background-image: url(../Content/Images/home-cheked.png);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        display: inline-block;
    }

.home-pick-up-btn.active-btn {
    background-color: #fff;
    color: #000;
}

    .home-pick-up-btn.active-btn i {
        background-image: url(../Content/Images/home-cheked.png);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        display: inline-block;
    }

.active-btn a {
    text-decoration: none;
    color: #000;
}

.btn-find-res {
    /*display: inline-block;
    position: relative;
    top: -11px;
    margin-left: 8px;*/
}

.find-rest-button {
    font-size: 16px;
    background-color: #c10814 !important;
    height: 47px;
    border-radius: 5px !important;
    border: none;
    padding: 4px 15px;
    text-align: center;
    font-weight: 500;
    -webkit-appearance: button;
    cursor: pointer;
}

.div-btn-align {
    display: inline-block;
    float: left;
}

.radio-align {
    margin-right: 0px;
    width: 110px;
}

    .radio-align label {
        float: left;
        clear: both;
        cursor: pointer;
        position: relative !important;
    }

        .radio-align label span {
            display: inline-block;
            margin-top: 3px;
        }

    .radio-align input[type="radio"] {
        opacity: 0;
        position: absolute;
        -webkit-appearance: radio;
        box-sizing: border-box;
    }

        .radio-align input[type="radio"]:checked + i {
            background-image: url(../Content/Images/inner-checked.png);
        }

        .radio-align input[type="radio"] + i {
            font-family: 'Material Icons';
            border-radius: 50%;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            float: left;
            margin-right: 8px;
        }

    .radio-align .icofont-location-pin {
        background-image: url(../Content/Images/inner-select.png);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
    }

    .radio-align .icofont-fast-delivery {
        background-image: url(../Content/Images/inner-select.png);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
    }

.asap-divRestaurant.pickup-order-enabled {
    /*background-image: url(../Content/Images/pick-up-icon.png);*/
    position: relative;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.middle-btn {
    margin-top: 15px;
}

#main-popup .modal-content .modal-body {
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 4px 80px;
}

#main-popup .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

    #main-popup .modal-content .modal-body h3 {
        text-align: center;
        color: #fff;
        margin-bottom: 53px;
        font-size: 28px;
        margin-top: 15px;
        text-transform: uppercase;
    }

#main-popup .delivery {
    text-align: center;
    border: 5px solid #887559;
    border-radius: 180px;
    height: 175px;
    color: #fff;
    transition: transform .2s;
    width: 71%;
    display: inline-block;
}

    #main-popup .delivery:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.1);
        cursor: pointer;
    }

    #main-popup .delivery img {
        height: 110px;
        margin-top: 25px;
    }

#main-popup .pickup {
    text-align: center;
    border: 5px solid #887559;
    border-radius: 180px;
    height: 175px;
    color: #fff;
    transition: transform .2s;
    width: 71%;
    display: inline-block;
}

    #main-popup .pickup:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.1);
        cursor: pointer;
    }

    #main-popup .pickup img {
        height: 110px;
        margin-top: 28px;
    }

#main-popup .pop-left {
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}

#main-popup .pop-right {
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}

#main-popup .pop-left span {
    display: inline-block;
    margin-top: 15px;
    font-size: 25px;
    margin-bottom: 10px;
}

#main-popup .pop-right span {
    display: inline-block;
    margin-top: 15px;
    font-size: 25px;
    margin-bottom: 10px;
}

#main-popup.centered-modal.in {
    display: flex !important;
    margin-top: -18vh;
}

#main-popup.centered-modal .modal-dialog {
    margin: auto;
    width: 736px;
}

#main-popup .modal-backdrop.in {
    opacity: .7;
}

#main-popup .active-btn.delivery {
    border: 5px solid #bfbcbc;
}

.order-types {
    display: inline-block;
    float: left;
}


.search-locationicon {
    margin-top: 50px;
    background: rgba(0,0,0,0.31);
    border-radius: 6px;
    padding: 20px 20px;
    display: inline-block;
}

    .search-locationicon input[type="text"] {
        color: #000;
        margin-right: 0;
    }

.marketing-pop-up {
    display: inline-block;
    text-align: center;
    padding: 27px 25px 45px 25px;
    box-sizing: border-box;
}

    .marketing-pop-up .pop-titel {
        text-transform: uppercase;
        color: #356FB9;
        font-size: 21px;
    }

    .marketing-pop-up .home-banner-buttons {
        margin-top: 6px;
        float: left;
        margin-right: 10px;
    }

    .marketing-pop-up .modal-body {
        padding: 30px 11px;
        border: 4px solid #ff6f41;
        display: inline-block;
        border: none;
        /* border-radius: 0px; */
        padding-bottom: 56px;
    }

    .marketing-pop-up .pop-btn-align {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.4117647058823529);
        padding: 15px 28px;
        border-radius: 6px;
        margin-top: 20px;
        margin-bottom: -8px;
    }

    .marketing-pop-up.centered-modal .modal-dialog {
        margin: auto;
        width: 556px;
    }

    .marketing-pop-up.centered-modal.in {
        display: flex !important;
        margin-top: -18vh;
    }

    .marketing-pop-up .btn-proceed {
        font-size: 16px;
        background-color: #c10814 !important;
        border-radius: 5px !important;
        border: none;
        padding: 6px 30px;
        text-align: center;
        font-weight: 500;
        -webkit-appearance: button;
        cursor: pointer;
        color: #fff;
        border: none;
        margin-top: 13px;
        float: left;
    }

    .marketing-pop-up .modal-content {
        border-radius: 0;
    }

    .marketing-pop-up .btn-proceed:hover {
        background-color: #ac2931 !important;
    }


.home-tooltip {
    position: absolute;
    background-color: #ee3c39;
    padding: 10px 22px;
    margin-top: -47px;
    margin-left: 100px;
    color: #fff;
}

    .home-tooltip.pick-up-tooltip {
        background-color: #e86941;
    }

        .home-tooltip.pick-up-tooltip i::after {
            border-color: #e86941 transparent transparent transparent;
        }

    .home-tooltip i {
        margin-top: 52px;
        position: absolute;
        margin-left: -19px;
    }

        .home-tooltip i::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 24.7px 13px 0 15px;
            border-color: #ee3c39 transparent transparent transparent;
        }

.pg-about .inner-cart-icon {
    display: none;
}

.pg-about #divMobCart {
    display: none;
}

.wrapper-pickup-address .selected-address-wrapper #dZipCode::after {
    content: "";
}

.wrapper-spicy-level {
    display: inline-block;
    float: left;
    margin-right: 4px;
}

    .wrapper-spicy-level img {
        width: 23px;
    }

.tooltip.custopm-tooltip-pos-left.pop-tool {
    position: relative;
    margin-top: 2px;
    left: 0;
    top: 0;
}

.custom-tootltip.wrapper-tool {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

    .custom-tootltip.wrapper-tool .custom-ico {
        font-size: 8px;
    }
/*.custom-tootltip.wrapper-tool .tooltip .tooltiptext{
    width: 190px;
    left: 20px;
    top: -36px;
}*/

.menu-descriptions {
    padding: 10px 0px 10px 10px;
    color: #060606;
    background-color: #f5f3f3;
    margin-top: -11px;
    margin-bottom: 11px;
    font-size: 13px;
}

.common-cancel-link {
    text-align: center;
    display: block;
    text-decoration: underline;
    padding-top: 14px;
    cursor: pointer;
    color: #428bca !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    color: #07c;
    /*border is optional*/
}

#giftCardFormPop #btnCash {
    margin: 4px 0 0 !important;
    background-color: #5b9bd5;
    float: left;
    width: 6em;
    height: 34px;
    line-height: 0;
}

#giftCardFormPop #txtCheque {
    height: 34px;
    float: left;
    text-align: right;
    padding-right: 5px;
    margin-right: 52px;
}

.float-left {
    float: left;
}

#divCCAmount #txtEditCCAmount {
    height: 34px;
    text-align: right;
    padding-right: 5px;
    margin-bottom: 10px;
    margin-top: 13px;
    width: 150px;
}

#divCCAmount {
    padding-left: 15px;
}

#divCachPayment #txtCach {
    height: 34px;
    text-align: right;
    padding-right: 5px;
    float: left;
    margin-right: 52px;
}

.register-btn {
    background-color: #ff442b !important;
    border: none !important;
    color: #fff !important;
}

.health-care-img img {
    width: 35px;
    display: inline-block;
    margin-top: 9px;
}

.health-care-img {
    float: left;
    position: absolute;
}

.filterCnt.right-side-align {
    margin-bottom: 45px;
}

.reward-back {
    background-image: url(../content/images/reward-back.png);
    background-repeat: no-repeat;
    width: 415px;
    height: 147px;
    margin-left: 1156px;
    margin-top: 59px;
    background-size: 100%;
    position: absolute;
}

#mainWrapperMyAccount .reward-back {
    margin-top: -28px;
}

.reward-back h4 {
    display: inline-block;
    z-index: 99;
    margin-top: 49px;
    margin-left: 0;
    font-size: 60px;
    color: #fff;
    font-family: 'Rationale', sans-serif;
    letter-spacing: 1.2px;
    font-weight: bold;
    width: 267px;
    text-align: right;
}

.reward-text {
    display: inline-block;
    position: absolute;
    margin-top: 34px;
    margin-left: 271px;
    color: #fff;
    text-transform: uppercase;
    word-break: break-all;
    word-wrap: break-word;
    width: 88px;
    font-size: 13px;
    word-break: break-word;
}

.pts {
    color: #fff;
}

.my-account {
    display: inline-block;
    margin-bottom: 40px;
    font-family: 'anton', sans-serif;
    margin-top: 50px;
    font-weight: 500;
    font-size: 36px;
    color: #3c3a3a;
}

.reward-history {
    color: #dd3040;
    font-size: 17px;
    float: right;
    margin-top: 92px;
    font-family: 'Fjalla One', sans-serif;
    text-decoration: underline;
    cursor: pointer;
}

.customer-info input {
    padding-left: 5px;
}

.allow-reword label {
    margin-right: 7px;
    margin-top: 10px;
}

.allow-reword #chkAllowReword {
    display: inline-block;
    background-image: url(../Content/Images/check-box-right.png);
    background-size: 100%;
    border-radius: 2px;
    background-repeat: no-repeat;
    width: 20px;
    vertical-align: middle;
    height: 20px;
    margin: -1px 10px 0 0;
    cursor: pointer;
}

.allow-reword input[type="checkbox"]:checked {
    /* background: #fe7600; */
    background-image: url(../Content/Images/check-box-right-clicked.png);
    background-size: 100%;
    border-radius: 2px;
    background-repeat: no-repeat;
    cursor: pointer;
    /* border-radius: 10px; */
}

.newUserCnt.sign-sp {
    min-height: 320px;
}

    .newUserCnt.sign-sp #lblAllowReword {
        margin-right: 7px;
    }

    .newUserCnt.sign-sp #chkAllowReword {
        display: inline-block;
        background-image: url(../Content/Images/check-box-right.png);
        background-size: 100%;
        border-radius: 2px;
        background-repeat: no-repeat;
        width: 15px;
        vertical-align: middle;
        height: 15px;
        margin: -1px 0px 0 0;
        cursor: pointer;
    }

.customerRegUni-check #chkAllowSubliscribe {
    width: 15px;
    height: 15px;
    margin: -1px 0px 0 0;
}

.customerRegUni-check #chkAcceptTermsAndCondition {
    width: 15px;
    height: 15px;
    margin: -1px 0px 0 0;
}

body.pg-myaccount {
    margin: 87px 0 0 !important;
}

.area-pop {
    background-image: url(../content/images/map.jpg);
    height: 300px !important;
    text-align: center;
    border: none;
    box-shadow: #5c5b5b 1px 1px 10px 3px;
    padding: 0;
}

    .area-pop .area-pop-align {
        padding: 0;
    }

    .area-pop .pop-header {
        text-align: center;
        background-color: #3f3f3f;
    }

        .area-pop .pop-header h4 {
            font-size: 22px;
            font-weight: 600;
            color: #ffffff;
            padding-top: 23px;
            padding-bottom: 19px;
            margin: 0;
        }

    .area-pop .areas {
        padding-left: 40px;
        padding-right: 40px;
    }

        .area-pop .areas a {
            text-align: left;
            display: inline-block;
            margin-left: auto;
            margin-right: auto;
            float: none;
            width: 100%;
            padding: 8px 17px;
            margin-bottom: 9px;
            background-color: #f47d41;
            font-size: 14px;
            border: 1px solid #de8b42;
            border-radius: 2px;
            color: #fcf9f2;
            text-decoration: none;
            -webkit-transition: background 200ms linear;
            -moz-transition: background 200ms linear;
            -ms-transition: background 200ms linear;
            -o-transition: background 200ms linear;
            transition: background 200ms linear;
        }

            .area-pop .areas a:hover {
                background: #e86727;
            }

            .area-pop .areas a i {
                margin-left: 10px;
                font-size: 18px;
                float: right;
            }

.arrow-down {
    width: 100%;
    border-left: 225px solid transparent;
    border-right: 225px solid transparent;
    border-top: 22px solid #3f3f3f;
    margin-bottom: 40px;
}

.pg-home.pg-pop {
    margin-top: 0px;
}

.wrapper-credit-amount input[type='text'] {
    padding: 5px;
    width: 80px;
    text-align: right;
    float: right;
    display: inline-block;
    height: 28px;
    margin-top: -3px;
}

.wrapper-credit-amount .balance-amount {
    display: inline-block;
    float: right;
    margin-left: 7px;
}

.iconCreditBalance {
    background-image: url(../content/images/balancelogo.png) !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    background-repeat: no-repeat !important;
}


.pg-placeorder .wrapper-credit-left {
    display: inline-block;
    margin-top: 10px;
    padding-left: 5px;
    width: 99%;
    padding-right: 15px;
    border: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #efefef;
}

    .pg-placeorder .wrapper-credit-left h4 {
        margin: 0px;
    }

    .pg-placeorder .wrapper-credit-left .bgOrange.addBtn {
        float: left;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: rgb(134, 134, 134) !important;
        margin-left: 15px;
        margin-top: -4px;
    }

    .pg-placeorder .wrapper-credit-left #chkAddCredits {
        margin-right: 15px;
    }

.hours-24 {
    background-image: url(../Content/Images/24notice.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: 96% 94%;
}

    .hours-24.pickup-order-enabled {
        background-image: url(../Content/Images/24notice.png) /*, url(../Content/Images/pick-up-icon.png)*/;
        position: relative;
        background-repeat: no-repeat;
        background-position: 96% 94%, 100% 0%;
        background-size: 11.5%, 18.6%;
    }

.pg-menu .hours-24 {
    background-image: url(../Content/Images/24notice.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 99px;
    background-color: #ffecd9;
    padding: 16px;
    border: 1px solid #f9e1c9;
    border-radius: 4px;
    background-size: 86%;
    background-position: 72% 63%;
    z-index: 1;
}

.more-order-infomation input[type=text] {
    height: 32px;
    width: 175px;
    display: inline-block;
}

.more-order-infomation .search-btn {
    height: 34px;
    width: 100px;
    margin-top: 0px;
    margin-left: 20px;
}

.more-order-infomation .form-label {
    margin-top: 8px;
    width: auto;
    margin-right: 10px;
}

.more-order-infomation {
    margin-top: 10px;
}

.header-more-order {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    border-top: 1px solid #eee;
    cursor: pointer;
    padding: 0 15px;
}

    .header-more-order h4 {
        padding-left: 0;
        color: #f3611d;
        border-bottom: transparent 1px solid;
        display: inline-block;
        padding-bottom: 2px;
        cursor: pointer;
    }

    .header-more-order i {
        font-weight: bold;
        margin-left: 10px;
        font-size: 18px;
        color: #f3611d;
    }

    .header-more-order h4:hover {
        border-bottom: 1px solid #f3611d;
    }

.div-order-list {
    max-height: 1179px;
    overflow-y: auto;
    padding-right: 5px !important;
}

    .div-order-list .historywrap {
        position: relative;
    }

        .div-order-list .historywrap i {
            font-size: 22px;
            position: absolute;
            top: 12px;
            right: 11px;
            cursor: pointer;
            color: #63bfb1;
        }
/* popup proceed confirm */
.wrapper-proceed-confirm {
    text-align: center;
    min-height: 111px !important;
}

.wrapper-modal-confirm-step h3 {
    text-align: center;
    margin-top: 29px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #3c3c3c;
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.wrapper-modal-confirm-step button {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    outline: none;
    font-size: 13px !important;
    text-decoration: none !important;
}

.wrapper-proceed-yes button {
    border: solid 2px #68ca97 !important;
    padding: 10px 29px !important;
    color: #19c069 !important;
    margin: 9px 0 !important;
    font-weight: 500 !important;
}

    .wrapper-proceed-yes button:hover {
        display: inline-block;
        border: solid 2px #ffffff !important;
        padding: 10px 29px !important;
        color: #ffffff !important;
        background-color: #68ca97 !important;
    }

.wrapper-proceed-no button {
    padding: 10px 25px !important;
    color: #3685ef !important;
    text-decoration: underline !important;
}

    .wrapper-proceed-no button:hover {
        text-decoration: none !important;
    }

.full-framed {
    padding-top: 0 !important;
}

.pg-faqs .help-wrapper {
    padding-top: 10px;
    padding-bottom: 100px;
}

    .pg-faqs .help-wrapper span.question {
        color: #1f211f;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        font-family: "Open Sans",sans-serif;
    }

    .pg-faqs .help-wrapper span.answer {
        color: #585757;
        font-size: 14px;
        margin-top: 10px;
        display: inline-block;
        margin-bottom: 10px;
        font-family: "Open Sans",sans-serif;
    }

    .pg-faqs .help-wrapper a {
        color: #d93c37;
    }

    .pg-faqs .help-wrapper h2.heading {
        color: #676767 !important;
        font-size: 26px;
        text-transform: uppercase;
        font-family: "Open Sans",sans-serif;
        font-weight: 500 !important;
        padding-top: 0px;
        padding-bottom: 40px;
    }

.pg-faqs .margin-top-90 {
    margin-top: 90px !important;
}

.left-btn-uni {
    width: 90px;
    font-size: 16px;
    background-color: #000000db !important;
    height: 41px;
    border-radius: 3px !important;
    border: none;
    padding: 12px 10px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-top: 7px;
    color: #fff;
    margin-right: -3px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    position: relative;
    float: left;
    margin-left: 0px;
}

.red-bg-round {
    display: inline-block;
    background-color: #f33331;
    width: 43px;
    height: 43px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    margin-top: -13px;
    margin-left: 4px;
    border: 2px solid #fff;
}

.left-btn-uni:hover {
    background-color: #000000ad !important;
}

.left-btn-uni .hat-icon {
    display: inline-block;
    line-height: 37px;
}

.find-campus {
    text-align: left;
    float: left;
    font-size: 13px;
    margin-top: -4px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: 50px;
}

.buttons-home {
    display: inline-block;
}

.uni-address {
    color: #000;
    margin-right: 0;
    font-size: 15px;
    border-radius: 0;
    width: 280px;
    border: 1px solid #ccc;
    margin-top: 5px;
    font-weight: 300;
    padding-left: 10px;
    height: 45px !important;
    padding-left: 38px;
    background-size: 28px;
    background-position: 6px;
    background-color: #fff;
}

.hall-name div {
    background-color: #eaeaea;
    padding: 7px 15px;
    cursor: pointer;
    border-bottom: solid 3px #fff;
}

    .hall-name div:hover {
        background-color: #b0abab;
        color: #000;
    }

/*.pop-up-no-Padding #divPopUp {
    padding: 0;
}*/
.hall-popup {
    border-bottom: 1px solid #3563bb;
    margin-bottom: 15px;
}

    .hall-popup h2 {
        margin-top: 10px;
        padding: 5px 0;
        margin-bottom: 2px;
    }

.left-btn-uni-middle {
    background-color: #000;
    color: #fff !important;
    float: right !important;
    margin-top: 3px;
    margin-left: -37px !important;
    border-radius: 3px;
    width: 70px;
    cursor: pointer;
}

    .left-btn-uni-middle .find-campus {
        line-height: 14px;
        padding: 2px 8px;
        font-size: 11px;
    }

    .left-btn-uni-middle .red-bg-round {
        float: left;
        display: inline-block;
        margin-left: -87px;
        margin-top: -10px;
    }

        .left-btn-uni-middle .red-bg-round .hat-icon {
            line-height: 42px;
        }

.pg-restaurent .left-btn-uni-middle {
    display: none;
}

.room-number {
    height: 31px !important;
    border-radius: 0px;
    width: 144px !important;
    border: 1px solid #CCC;
    margin-left: 25px;
    margin-top: 7px;
    padding: 5px;
}
/*.uni-address option:first-child {
    color: #c8c8c8;
}*/
.uni-address optgroup {
    color: #0081c6;
}

    .uni-address optgroup option:first-child, .uni-address optgroup option {
        color: #000;
    }

.select-uni {
    overflow: auto;
    max-height: 200px;
}

    .select-uni div {
        border: none;
        margin-top: 3px !important;
    }

    .select-uni .select-gb {
        padding-right: 25px;
    }

        .select-uni .select-gb.visible:after {
            content: "\f107";
            font-family: fontawesome;
            float: right;
            margin-right: -17px;
            font-size: 19px;
            margin-top: -3px;
        }

.select-hall {
    overflow: auto;
    max-height: 200px;
}

    .select-hall .hall-name.visible:after {
        content: "\f107";
        font-family: fontawesome;
        float: right;
        margin-right: 8px;
        font-size: 19px;
        margin-top: -33px;
    }

.room-number-text {
    display: inline-block;
    float: left;
    height: 38px !important;
}

.room-no-section {
    margin-top: 20px;
    display: inline-block;
}

.go-btn {
    border: none;
    border-radius: 5px;
    padding: 10px 35px;
    background-color: #fb6450;
    font-weight: bold;
}

    .go-btn:hover {
        background-color: #ff442b;
    }

.university-popup .fa-times {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: red;
}

.university-popup {
    padding-top: 0;
}

    .university-popup .hall-popup {
        margin-bottom: 5px;
    }

    .university-popup h4 {
        margin-top: 16px;
        background-color: #ee2825;
        padding: 5px 10px;
        color: #fff;
        margin-bottom: 0px;
    }

.find-uni-btn {
    background-color: #171717 !important;
}

.float-right {
    float: right !important;
}

.pg-placeorder #myAccount {
    display: none;
}

.pg-placeorder #divGiftCardBtn {
    display: none;
}

.pg-confirmation #myAccount {
    display: none;
}

.pg-confirmation #divGiftCardBtn {
    display: none;
}

.display-inline-block {
    display: inline-block;
}

.signup-btn-align {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .signup-btn-align .find-rest-button {
        height: 42px;
        /*margin-top: 3px;*/
    }

    .signup-btn-align .btn-center {
        width: auto;
        margin: 0 auto;
        display: inline-block;
    }

    .signup-btn-align .register-btn {
        float: left;
    }

    .signup-btn-align .left-btn-uni-middle {
        margin-top: 8px;
        margin-left: 50px !important;
    }

        .signup-btn-align .left-btn-uni-middle .find-campus {
            /*padding: 7px 5px 2px 17px !important;*/
            width: 70px;
            height: 37px;
            padding: 8px 0px 0px 15px !important;
        }

        .signup-btn-align .left-btn-uni-middle .red-bg-round {
            margin-top: -5px !important;
            margin-left: -103px !important;
        }

#download-popup .modal-dialog {
    margin: 7% auto;
}

#download-popup .one-time-banner {
    background: url(../Content/Images/10-off.png) no-repeat center center;
    width: 100%;
    height: 400px;
    top: 0;
    z-index: 1000000;
    box-shadow: none;
    border: none;
}

#download-popup .modal-header {
    border: none;
}

#download-popup.modal.in {
    background-color: rgba(0, 0, 0, 0.80);
}

#download-popup .close {
    font-size: 40px;
    color: #f9f9f9;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    outline: none;
}

#download-popup .modal-footer {
    border: none;
    bottom: 0;
    position: absolute;
    right: 10%;
}

.banner-icon {
    position: relative;
}

.icon-bg {
    border: solid 1px #fff;
    display: inline-block;
    width: 64px;
    height: 64px;
    right: 0;
    position: fixed;
    top: 375px;
    padding: 9px;
    border-top-left-radius: 52px;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 0px #191313;
    border-bottom-left-radius: 52px;
}

.banner-icon img {
    position: fixed;
    cursor: pointer;
    width: 45px;
    z-index: 100;
}

.btn-appstore {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.btn-playstore {
    display: inline-block;
    float: left;
}

.pg-myaccount .card-number-width {
    width: 42%;
}

.pg-myaccount .btn-update-blue {
    background-color: #2c539e;
    margin-left: 6px;
}

.credit-card-form-validate .error {
    background-color: rgba(255, 68, 43, 0.17);
}

.modal-apps-footer {
    padding: 15px;
    padding-left: 0px;
    padding-top: 0px;
    text-align: left;
}

    .modal-apps-footer img {
        width: 117px;
        padding-bottom: 10px;
    }
/*---End---*/

.pg-menu .wrapper-rest-name {
    float: left;
    max-width: 388px;
}


    .pg-menu .wrapper-rest-name .cus-resname.align {
        line-height: 27px;
    }

.wrapper-prev-order-list {
    max-height: 475px;
    overflow: auto;
    margin-top: 15px;
}

#divHouseMenuHeading .houseMenu {
    color: #ee2827;
}

.footer-top-banner {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 987;
    color: #000;
    padding: 8px 0;
    text-align: center;
    font-family: inherit;
    font-size: 15px;
}

    .footer-top-banner label {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0;
        font-family: 'Muli', sans-serif;
    }

.margin-right-10px {
    margin-right: 10px;
}

.pin-icon {
    font-size: 19px !important;
    vertical-align: middle;
}

.pg-placeorder .footer-top-banner {
    display: none;
}

.pg-confirmation .footer-top-banner {
    display: none;
}
/*---Custom CSS Tooltip----*/
.pg-placeorder .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    width: auto !important;
    top: 3px;
    z-index: 1;
}

    .pg-placeorder .tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #5b9bd5;
        color: #ffffff;
        /* text-align: center; */
        border-radius: 4px;
        padding: 8px;
        position: absolute;
        z-index: 1;
        left: -100px;
        top: -20px;
        text-align: left;
        font-size: 1em;
        height: 80px;
    }

    .pg-placeorder .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .pg-placeorder .tooltip .tooltiptext {
        height: 175px;
        width: 134px;
    }

    .pg-placeorder .tooltip .tooltiptext {
        height: 35px;
        margin-left: 8px;
    }

.pg-placeorder .tooltip {
    top: -1px;
    cursor: pointer;
}

.pg-placeorder #divCouponBox .tooltip {
    top: -3px;
}

.pg-placeorder .tooltip h4:first-child {
    font-weight: 800;
    color: #185588;
}

.pg-placeorder .custopm-tooltip-pos-left {
    position: absolute;
    left: 95px;
    top: 12px;
}

.pg-placeorder .custopm-tooltip-pos-right {
    position: absolute;
    right: 465px;
    top: 12px;
}

.pg-placeorder .custopm-tooltip-pos-left {
    position: absolute;
    left: 120px;
    top: 12px;
}

.pg-placeorder .service-fee-tooltip.custopm-tooltip-pos-left {
    position: absolute;
    left: 81px;
    top: 6px;
}

.pg-placeorder .fa-info {
    background: transparent;
    border: 2px solid #5b9bd5;
    display: inline-flex;
    font-size: 10px !important;
    color: #0081c6;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 4px !important;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    line-height: 14px !important;
}

.tangle {
    visibility: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent #5b9bd5 transparent transparent;
    margin-left: -98px;
    margin-top: -8px;
    float: left;
}

.pg-placeorder .tooltip:hover .tangle {
    visibility: visible;
}

/*End Custom CSS Tooltip */

/* --- overrides START --- */

div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt select,
div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt input[type="text"],
div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt input[type="password"],
div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt input[type="tel"] {
    width: 100% !important;
}

div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] {
    /*left: calc(50vw - 242px) !important;
    top: 15vh !important;
    width: 485px !important;*/
}

    /*div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #divPopUp_Newcus.custom-width,
    div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #customerAddressForm #customerReg {
        width: 100% !important;
    }*/

    div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #customerAddressForm #customerReg {
        padding: 0;
        margin: 0 0 0 -4px !important;
    }

@media only screen and (max-width:1366px) {
    #divView {
        display: inline-block;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    /*#customerAddressForm #customerReg {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }*/

    .newUserCnt input[type="text"], .newUserCnt input[type="password"], .newUserCnt input[type="tel"] {
        width: 100% !important;
    }

    .newUserCnt select {
        width: 100% !important;
    }

    .popup-plus-minus .input-group-btn button {
        bottom: 3px;
        padding: 10px 17px;
        height: 40px;
    }

    #customerAddressForm .newUserCnt {
        height: auto !important;
        margin-bottom: 15px;
    }


    #customerAddressForm #btnCusAddSave {
        background-color: #ff442b;
    }

    #customerAddressForm #btnCusAddCancel {
        background: none;
        color: #2a6292;
        border: none !important;
        text-decoration: underline;
    }
}

div[aria-labelledby="ui-dialog-title-divPopUp"] #addressForm .newUserCnt {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 220px);
}

@media only screen and (max-width: 1199px) {
    div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"],
    div[aria-labelledby="ui-dialog-title-divPopUp"] {
        left: 0 !important;
        top: 0 !important;
        height: 100vh !important;
        padding-top: 0;
        width: 100% !important;
    }

        div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt select, div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt input[type="text"], div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt input[type="password"], div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt input[type="tel"] {
            width: 100% !important;
        }

        div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #lblAllowReword {
            width: auto !important;
        }

        div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #divPopUp_Newcus {
            max-height: 95vh;
            margin: 0 auto;
        }

    #customerAddressForm .customerAddressUni {
        width: 100% !important;
    }

    #customerAddress {
        padding: 0;
        border-left: 0 none !important;
    }
}

@media only screen and (max-width: 991px) {
    div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt select, div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt input[type="text"], div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt input[type="password"], div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] .newUserCnt input[type="tel"] {
        width: 400px !important;
        max-width: 100%;
    }

    #customerAddressForm .signup-btn-align input[type="button"] {
        width: 140px;
        margin: 0 5px;
        border-radius: 5px;
    }

    #findUniAddress {
        margin: 0 5px;
        width: 165px;
    }

    div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #divPopUp_Newcus {
        max-height: 95vh;
    }

    #customerAddressForm #customerReg {
        padding-left: 0;
    }
}

.register-buttons {
    display: flex !important;
    justify-content: center;
}

/*#divView #customerAddressForm .customerAddressUni,
div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #customerAddressForm .customerAddressUni {
    width: 100% !important;
    border-left: 0 none;
    padding: 0;
}
    #divView #customerAddressForm .customerAddressUni .width-170,
    div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #customerAddressForm .customerAddressUni {
        width: 100% !important;
    }
    #divView #customerAddressForm .customerAddressUni .width-170,
    div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #customerAddressForm .customerAddressUni {
        width: 100% !important;
    }
    #divView #customerReg,
    div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #customerReg {
        padding: 0;
        margin-left: 0 !important;
    }*/

.required-icon {
    color: red;
    font-size: 13px;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) {
    div[aria-labelledby="ui-dialog-title-divPopUp_Newcus"] #customerAddressForm .newUserCnt {
        height: 405px !important;
    }

    .modal-apps-footer {
        padding-left: 39px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-footer-wrapper {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .new-footer-wrapper {
        padding-bottom: 50px;
    }
}

.cart-rest-data {
    display: block !important;
}

    .cart-rest-data.mobile {
        display: none !important;
    }

        .cart-rest-data.mobile .cus-resname.align {
            margin-bottom: 0 !important;
        }

@media only screen and (max-width: 1199px) {
    .cart-rest-data.desktop {
        display: none !important;
    }

    .cart-rest-data.mobile {
        display: block !important;
    }
}

/* --- overrides END --- */
#btnCompleteOrder:disabled {
    background-color: #bfbfbf !important;
}

#popupBrowserWarnings .modal-content {
    /*border: 6px solid #ea571b;*/
    border-radius: 0px;
}

#popupBrowserWarnings .close {
    font-size: 29px;
    color: #ed2825;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    margin-top: -27px;
    margin-right: -28px;
    outline: 0;
    /* border: 2px solid #fff; */
    background: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

#popupBrowserWarnings .modal-header, .modal-footer {
    border: none;
}

#popupBrowserWarnings .modal-body {
    padding: 0 30px 20px;
}

    #popupBrowserWarnings .modal-body .warning-icon {
        text-align: center;
        font-size: 50px;
        padding-bottom: 10px;
        color: #ed2825;
    }

        #popupBrowserWarnings .modal-body .warning-icon h2 {
            color: #545353;
            font-size: 41px;
            font-weight: 600;
            letter-spacing: .7px;
        }

#popupBrowserWarnings p {
    line-height: 27px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans';
    text-align: center;
}

#popupBrowserWarnings .modal-footer {
    /*background-color: #222433;*/
    text-align: center;
    padding-top: 0 !important;
}

    #popupBrowserWarnings .modal-footer button {
        font-size: 16px;
        color: #fff;
        outline: 0;
        border: 0;
        background-color: #ed2825;
        padding: 8px 45px;
        /*border-radius: 5px;*/
    }

#popupBrowserWarnings .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15% auto;
    /*min-height: calc(100% - (.5rem * 2));*/
}

.modal-mobile .modal-dialog-centered {
    margin: 0 !important;
}

@media only screen and (max-width: 576px) {
    #popupBrowserWarnings .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media only screen and (min-width: 1201px) {
    #popupBrowserWarnings .mobile {
        display: none;
    }
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #popupBrowserWarnings .modal-header {
        min-height: 9vh;
    }

    #popupBrowserWarnings .modal-body {
        min-height: 65vh;
    }

    .modal-mobile .mobile img {
        width: 47%;
    }

    .mobile-only .modal-header {
        min-height: 20vh !important;
    }

    .mobile-only .modal-body {
        min-height: 46vh !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #popupBrowserWarnings p {
        font-size: 13px !important;
    }

    #popupBrowserWarnings .modal-header {
        min-height: 8vh !important;
    }

    .mobile-only .modal-header {
        min-height: 20vh !important;
    }

    .mobile-only .modal-body {
        min-height: 42vh !important;
    }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    #popupBrowserWarnings .modal-header {
        min-height: 18vh;
    }

    #popupBrowserWarnings .modal-body {
        min-height: 52vh;
    }

    .mobile-only .modal-header {
        min-height: 28vh !important;
    }

    .mobile-only .modal-body {
        min-height: 32vh !important;
    }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

    #popupBrowserWarnings .modal-header {
        min-height: 20vh;
    }

    #popupBrowserWarnings .modal-body {
        min-height: 45vh;
    }

    .mobile-only .modal-header {
        min-height: 30vh !important;
    }

    .mobile-only .modal-body {
        min-height: 25vh !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .modal-mobile .mobile-only .modal-header {
        min-height: 30vh !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #popupBrowserWarnings .modal-header {
        min-height: 35vh;
    }

    #popupBrowserWarnings .modal-body {
        min-height: 20vh;
    }

    .mobile-only .modal-header {
        min-height: 40vh !important;
    }

    .mobile-only .modal-body {
        min-height: 15vh !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #popupBrowserWarnings .modal-header {
        min-height: 24vh;
    }

    #popupBrowserWarnings .modal-body {
        min-height: 25vh;
    }

    .mobile-only .modal-header {
        min-height: 40vh !important;
    }

    .mobile-only .modal-body {
        min-height: 15vh !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #popupBrowserWarnings .modal-header {
        min-height: 38vh;
    }

    #popupBrowserWarnings .modal-body {
        min-height: 15vh;
    }

    .mobile-only .modal-header {
        min-height: 40vh !important;
    }

    .mobile-only .modal-body {
        min-height: 12vh !important;
    }
}

.modal-mobile .modal-footer button {
    display: none;
}

.modal-mobile .modal-header {
    min-height: 35vh;
}

.modal-mobile .modal-body {
    min-height: 20vh;
    text-align: center;
}

.modal-mobile .modal-content {
    min-height: 100vh;
    border: none;
    width: 100%;
}

.modal-mobile .modal-dialog {
    margin: 0px;
    width: 100%;
}

.modal-mobile .mobile {
    margin: auto;
    display: block !important;
}

.modal-mobile .modal-footer .mobile {
    display: inline-block !important;
}

.modal-mobile .close {
    margin: 0px !important;
}


.or-rule {
    line-height: 0.5 !important;
    text-align: center !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    margin-top: 17px !important;
    margin-bottom: 17px !important;
}

    .or-rule span {
        display: inline-block;
        position: relative;
    }

        .or-rule span:before, .or-rule span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 1px solid #000000;
            top: 0px;
            width: 35px;
        }

        .or-rule span:before {
            right: 100%;
            margin-right: 15px;
        }

        .or-rule span:after {
            left: 100%;
            margin-left: 15px;
        }

.mobile-only .mobile-heading {
    margin-bottom: 24px !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    display: inline-block !important;
    text-transform: uppercase;
}

.mobile-only .modal-header {
    min-height: 35vh;
}

.mobile-only .modal-body {
    min-height: 13vh;
}

.close-popup-btn {
    width: 100px !important;
    height: 35px !important;
}

@media only screen and (max-width: 1199px) {
    .pop-wrapper {
        height: calc(100vh - 1em);
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

        .pop-wrapper .wrap {
        }
}

.user-name {
    /*color: #011741 !important;*/
    border: none !important;
    /*text-transform: uppercase;*/
    /*font-size: 13px;*/
}

    .user-name:hover {
        text-decoration: none !important;
    }

    .user-name span {
        /*text-transform: uppercase;*/
        margin-right: 5px;
    }

        .user-name span:hover {
            text-decoration: none !important;
        }

    .user-name label {
        color: #c1c1c1;
    }

        .user-name label:hover {
            text-decoration: none !important;
        }

.tab-user-name {
    padding-right: 0px;
}

@media only screen and (max-width: 767px) {
    .tab-user-name {
        display: none;
    }

    .pg-group-order .mobile-user-name .user-name, .pg-myaccount .mobile-user-name .user-name, .gift-certificate .mobile-user-name .user-name, .pg-faqs .mobile-user-name .user-name {
        display: inline-block !important;
    }

    .pg-group-order .login-logout-signup, .pg-myaccount .login-logout-signup, .gift-certificate .login-logout-signup, .pg-faqs .login-logout-signup {
        margin-top: 0px !important;
    }

    .mobile-loging {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-user-name {
        display: none;
    }

    .pg-group-order .tab-user-name .user-name, .pg-myaccount .tab-user-name .user-name, .gift-certificate .tab-user-name .user-name, .pg-faqs .tab-user-name .user-name, .pg-rewardredeem .tab-user-name .user-name {
        display: inline-block !important;
    }

    .pg-group-order .mob-hide-no a, .pg-myaccount .mob-hide-no a, .gift-certificate .mob-hide-no a, .pg-faqs .mob-hide-no a, .pg-rewardredeem .mob-hide-no a, .pg-about nav .mob-hide-no a {
        padding: 12px 0px 0px !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .pg-home #navbar_mob .login-logout-signup .blog-nav-item {
        padding: 0px 8px !important;
    }

    .mob-hide-no {
        width: 130px;
    }

        .mob-hide-no a {
            font-size: 1em !important;
        }

    .pg-home #navbar_mob .blog-nav-item {
        padding: 14px 10px !important;
    }

        .pg-home #navbar_mob .blog-nav-item.nav-telephone {
            padding: 10px 10px 10px 0px !important;
        }

    .pg-home .blog-nav {
        margin-right: 0px;
    }

    .pg-group-order #navbar_mob .blog-nav-item, .pg-myaccount #navbar_mob .blog-nav-item, .gift-certificate #navbar_mob .blog-nav-item, .pg-faqs #navbar_mob .blog-nav-item {
        padding: 12px 12px 0px 0px !important;
    }

    .pg-group-order .login-logout-signup, .pg-myaccount .login-logout-signup, .gift-certificate .login-logout-signup, .pg-faqs .login-logout-signup {
        margin-top: 0px;
    }
}

.pg-restaurent .tab-user-name, .pg-menu .tab-user-name, .pg-placeorder .tab-user-name, .pg-cart .tab-user-name, .pg-confirmation .tab-user-name {
    display: none !important;
}

.reset-password-section {
    margin-top: 90px;
}

    .reset-password-section h2 {
        color: #676767 !important;
        font-size: 25px;
        font-family: "Open Sans",sans-serif;
        font-weight: 500 !important;
        padding-top: 0px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        margin-top: 0;
        text-transform: uppercase;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 19px;
        letter-spacing: 0;
    }

    .reset-password-section .content {
        display: flex;
        justify-content: center;
    }

    .reset-password-section input {
        padding: 5px 10px;
        height: 32px;
        margin: 0;
        width: 100%;
    }

    .reset-password-section #wrapperConfPWD {
        margin-left: 0;
    }

    /*.reset-password-section .field {
        margin-left: 10px;
        margin-right: 10px;
    }*/

    .reset-password-section #btnSavePW {
        border-radius: 3px;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .reset-password-section #btnResendValidation {
        font-size: 14px !important;
        margin-left: 40px;
        margin-top: 5px;
        font-weight: 600 !important;
    }

    .reset-password-section #divConfirmPW #txtConfirmPassword {
        padding-right: 25px;
    }

    .reset-password-section .invalidMsg, .reset-password-section .validMsg {
        right: 6px;
    }

    .reset-password-section #divConfirmPW {
        margin-bottom: 0;
    }

    .reset-password-section .reset-form {
        padding: 0px 45px;
        /* background: #f9f9f9; */
        border-radius: 15px;
        margin-top: 60px;
        margin-bottom: 40px;
        /* border: 1px solid #eee; */
        /* border-bottom: 4px solid #ff442b; */
        width: 430px;
        max-width: 100%;
    }

    .reset-password-section .reset-success-msg {
        height: calc(100vh - 540px);
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .reset-password-section .reset-success-msg h3 {
            color: #ff6651 !important;
            font-size: 21px;
            font-family: "Open Sans",sans-serif;
            font-weight: 500 !important;
            padding-top: 0px;
            padding-bottom: 0px;
            margin-bottom: 40px;
            width: 100%;
            text-align: center;
            margin-top: 45px;
            text-transform: uppercase;
            line-height: 41px;
        }

@media only screen and (max-width: 1024px) {
    .w-77 {
        width: 62% !important;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .w-77 {
        width: 60% !important;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 840px) {
    .reset-password-section .field {
        width: 100%;
        margin: 0;
    }

        .reset-password-section .field .fL {
            width: 100%;
        }

    .reset-password-section input {
        width: 100%;
    }

    .reset-password-section h2 {
        margin-top: 30px;
        font-size: 22px;
    }

    /*.reset-password-section #btnResendValidation {
        margin-left: 0;
        margin-top: 10px;
    }*/

    .reset-password-section .reset-form {
        margin-top: 10px;
        padding: 0px 22px;
        width: 100%;
    }
}

.w-100 {
    width: 100% !important;
}

.w-77 {
    width: 60% !important;
}

@media only screen and (max-width: 430px) {
    .w-77 {
        width: 50% !important;
    }
}

.terms-conditions {
    font-size: 13px;
    color: rgb(51, 51, 51);
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 23px;
    padding: 12px 15px 12px 25px;
}

    .terms-conditions h2 {
        border-bottom: 1px solid #eeee;
        padding-bottom: 10px;
        font-size: 18px;
        color: #000;
    }

    .terms-conditions .TFR-logo {
        text-align: center;
    }

.terms-conditions-pop {
    border: 0 none;
    padding: 0;
}

    .terms-conditions-pop #divPopUp {
        padding: 0 !important;
        height: calc(100vh - 88px) !important;
    }

    .terms-conditions-pop iframe {
        width: 100%;
        border: 0 none;
        height: calc(100vh - 169px);
        padding-top: 30px;
        padding-bottom: 0;
        min-height: 135px;
    }

    .terms-conditions-pop .button-section {
        text-align: center;
        background: #f1f1f1;
        padding: 15px;
    }

        .terms-conditions-pop .button-section input[type="button"] {
            font-size: 13px;
            color: #fff;
            outline: 0;
            border: 0;
            background-color: #ff442b;
            padding: 4px 25px;
            border-radius: 3px !important;
            width: auto;
            font-family: "Open Sans";
            height: 40px
        }

            .terms-conditions-pop .button-section input[type="button"].gray-button {
                background-color: #171717;
            }

@media only screen and (max-width: 1200px) {
    .terms-conditions-pop #divPopUp {
        height: 100vh !important;
    }

    .terms-conditions-pop iframe {
        height: calc(100vh - 174px);
    }
}

.wrapper-save-quote {
    margin: auto;
    text-align: center;
    width: auto;
    margin-top: 18px;
}

    .wrapper-save-quote input[type='button'] {
        font-size: 13px;
        height: 34px;
        background-color: #ffffff;
        width: 50%;
        border: solid 2px #5b9bd5;
        color: #5b9bd5;
        cursor: pointer;
    }

        .wrapper-save-quote input[type='button']:hover {
            background-color: #5b9bd5;
            color: #fff;
        }

.error-banner-inner {
    position: absolute;
    top: 87px;
    text-align: center;
    width: 100%;
    left: 0;
    background-color: #ff8487;
    color: #fff;
    line-height: 18px;
    padding-top: 7px;
}

.mt-5px {
    margin-top: 5px !important;
}

.allergy-icons {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
}

    .allergy-icons ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .allergy-icons ul li {
            cursor: pointer;
            position: relative;
        }

            .allergy-icons ul li .custom-tooltip {
                position: absolute;
                font-size: 11px;
                background: #989898;
                padding: 2px 7px;
                border-radius: 2px;
                border: 1px solid #989898;
                top: -27px;
                left: 0px;
                color: #fff;
                z-index: 1;
                width: max-content;
                display: none;
            }

                .allergy-icons ul li .custom-tooltip:after {
                    content: '\f0d7';
                    position: absolute;
                    bottom: -10px;
                    left: 8px;
                    color: #989898;
                    font: normal normal normal 16px/1 FontAwesome;
                }

            .allergy-icons ul li:hover .custom-tooltip {
                display: block;
            }

            .allergy-icons ul li:marker {
                display: none;
            }

    .allergy-icons .icon {
        float: left;
        height: 28px;
        width: 28px;
        border-radius: 30px;
        margin-right: 7px;
        margin-bottom: 7px;
        background-image: url(Images/allergy-icons/allergy-icon-sprite.png);
        /*background-size: cover;*/
        background-repeat: no-repeat;
    }

        .allergy-icons .icon img {
            width: 28px;
        }

        .allergy-icons .icon.ico-allergy-0 {
            background-color: #E1C68B;
            background-position: 0 0;
        }

        .allergy-icons .icon.ico-allergy-1 {
            background-color: #9EC874;
            background-position: -28px 0;
        }

        .allergy-icons .icon.ico-allergy-2 {
            background-color: #AFE0E8;
            background-position: -56px 0;
        }

        .allergy-icons .icon.ico-allergy-3 {
            background-color: #D1B7FF;
            background-position: -84px 0;
        }

        .allergy-icons .icon.ico-allergy-4 {
            background-color: #FF9B81;
            background-position: -112px 0;
        }

        .allergy-icons .icon.ico-allergy-5 {
            background-color: #F1C265;
            background-position: -140px 0;
        }

        .allergy-icons .icon.ico-allergy-6 {
            background-color: #EB6464;
            background-position: -168px 0;
        }

        .allergy-icons .icon.ico-allergy-7 {
            background-color: #FCD67D;
            background-position: -196px 0;
        }

        .allergy-icons .icon.ico-allergy-8 {
            background-color: #D15D5D;
            background-position: -224px 0;
        }

        .allergy-icons .icon.ico-allergy-9 {
            background-color: #AFE0E8;
            background-position: -252px 0;
        }

        .allergy-icons .icon.ico-allergy-10 {
            background-color: #4ADEBB;
            background-position: -280px 0;
        }

        .allergy-icons .icon.ico-allergy-11 {
            background-color: #D1B7FF;
            background-position: -308px 0;
        }

        .allergy-icons .icon.ico-allergy-12 {
            background-color: #A4B4F5;
            background-position: -336px 0;
        }

        .allergy-icons .icon.ico-allergy-13 {
            background-color: #FBB349;
            background-position: -364px 0;
        }


.px-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

#divOrderHistory.div-order-list {
    padding-right: 0 !important;
}

    #divOrderHistory.div-order-list .historywrap {
        background-color: #f3f3f3;
        padding: 15px 18px;
        margin-bottom: 15px;
        border-radius: 7px;
        color: #383838;
    }

        #divOrderHistory.div-order-list .historywrap i {
            color: #1b9bd8;
            border-radius: 17px;
            padding: 6px;
            font-size: 18px;
            background: #e6e6e6;
        }

            #divOrderHistory.div-order-list .historywrap i:hover {
                background: #fff;
            }

        #divOrderHistory.div-order-list .historywrap .order-number {
            margin-right: 15px;
            margin-bottom: 5px;
        }

            #divOrderHistory.div-order-list .historywrap .order-number span {
                color: #000;
                font-weight: 700;
                font-size: 13px;
            }

        #divOrderHistory.div-order-list .historywrap .delivery-date {
            margin-bottom: 5px;
        }

            #divOrderHistory.div-order-list .historywrap .delivery-date span {
                color: #000;
                font-weight: 700;
                font-size: 13px;
            }

        #divOrderHistory.div-order-list .historywrap .restaurant-name {
            margin-bottom: 5px;
        }

            #divOrderHistory.div-order-list .historywrap .restaurant-name span {
                color: #000;
                font-weight: 700;
                font-size: 13px;
            }

        #divOrderHistory.div-order-list .historywrap .address {
            margin-bottom: 12px;
            padding-bottom: 10px;
            border-bottom: 1px solid #d4d4d4;
        }

            #divOrderHistory.div-order-list .historywrap .address span {
                color: #000;
                font-weight: 700;
                font-size: 13px;
            }

        #divOrderHistory.div-order-list .historywrap .total-amount {
            margin-bottom: 0;
            font-size: 14px;
            color: #060606;
            font-weight: 600;
            margin-top: 1px;
        }

            #divOrderHistory.div-order-list .historywrap .total-amount span {
                color: #0987c3;
                font-weight: 700;
                font-size: 17px;
                margin-left: 3px;
            }

        #divOrderHistory.div-order-list .historywrap .dup-order-button {
            text-align: right;
        }

            #divOrderHistory.div-order-list .historywrap .dup-order-button .btn-info {
                color: #fff;
                background-color: #737373;
                border-color: #737373;
                padding: 5px 10px 3px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 12px;
                height: auto;
                border-radius: 4px;
                width: auto;
                border: 1px solid transparent;
            }

                #divOrderHistory.div-order-list .historywrap .dup-order-button .btn-info:hover {
                    background-color: #868585;
                    border-color: #888888;
                }

.wrapper-modal-quotatio .quotationtext, .wrapper-modal-quotatio .purposetext {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #3c3c3c;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

    .wrapper-modal-quotatio .purposetext span {
        vertical-align: middle;
        margin-top: -5px;
        display: inline-block;
    }

.wrapper-modal-quotatio img {
    display: none;
}

.wrapper-modal-quotatio + .ui-dialog-buttonpane {
    border: none !important;
    padding: 0px 0px 20px;
    text-align: center;
}

    .wrapper-modal-quotatio + .ui-dialog-buttonpane .ui-dialog-buttonset {
        display: inline-block;
    }

    .wrapper-modal-quotatio + .ui-dialog-buttonpane .btnblack-link {
        border: solid 2px #68ca97 !important;
        padding: 8px 20px !important;
        color: #68ca97 !important;
        background-color: #fff !important;
        border-radius: 0;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        width: 285px;
        margin: 0px;
        font-size: 13px;
    }

        .wrapper-modal-quotatio + .ui-dialog-buttonpane .btnblack-link:hover {
            border: solid 2px #68ca97 !important;
            color: #ffffff !important;
            background-color: #68ca97 !important;
        }

    .wrapper-modal-quotatio + .ui-dialog-buttonpane .btnred-link {
        margin-top: 20px;
        text-align: center;
        color: #ec0108 !important;
        text-decoration: underline !important;
        text-transform: uppercase;
        outline: none;
        font-size: 13px !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        background-color: transparent;
    }

        .wrapper-modal-quotatio + .ui-dialog-buttonpane .btnred-link:hover {
            text-decoration: none !important;
        }

.agree-to-terms a, .different-address-link {
    color: #428bca !important;
    text-decoration: underline !important;
}

    .agree-to-terms a:hover, .different-address-link:hover {
        text-decoration: none !important;
    }

#termsandContionsRequired {
    color: #f34350;
    font-size: 13px;
    margin-left: 24px;
    margin-top: -4px;
}

.pg-rewardredeem .rewardredeem-wrapper .reward-redeem-tabs {
    margin-top: 170px !important;
}

@media only screen and (max-width: 767px) {
    .pg-rewardredeem .rewardredeem-wrapper .reward-redeem-tabs {
        margin-top: 0px !important;
    }

    .pg-rewardredeem .rewardredeem-wrapper .rewards-section {
        margin-bottom: 0 !important;
    }
}

.reward-redeem-tabs.custom-tabs .nav-tabs .nav-item {
    cursor: pointer;
}

    .reward-redeem-tabs.custom-tabs .nav-tabs .nav-item a {
        color: #000000;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        background: #dedede;
        padding: 7px 15px 6px;
        line-height: 20px;
        cursor: pointer;
    }

    .reward-redeem-tabs.custom-tabs .nav-tabs .nav-item.active a {
        color: #fff;
        background: #666;
    }

.pg-rewardredeem #rewardModel .modal-body {
    padding: 10px;
}

.border-right-1 {
    border-right: 1px solid #cecece;
    padding-right: 20px;
    margin-right: -1px;
}

.border-left-1 {
    border-left: 1px solid #cecece;
    padding-left: 20px;
}

.pg-rewardredeem #rewardModel .modal-body .points-section {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.pg-rewardredeem #rewardModel .px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pg-rewardredeem #rewardModel .modal-body .img img {
    width: 95%;
    height: 202px;
    object-fit: cover;
    margin: 0;
}

.pg-rewardredeem #rewardModel .modal-body .background-reward {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 3px 0;
}

    .pg-rewardredeem #rewardModel .modal-body .background-reward .point-value, .pg-rewardredeem #rewardModel .modal-body .background-reward .cost-value {
        width: calc(100% - 30px);
        padding: 0 0 10px;
        margin: 10px 15px;
    }

    .pg-rewardredeem #rewardModel .modal-body .background-reward .point-value {
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 0;
    }

.pg-rewardredeem #rewardModel .modal-body h1 {
    font-size: 25px;
    color: #fe7600;
    margin-top: 0;
    margin-bottom: 0;
}

.pg-rewardredeem #rewardModel .modal-body h2 {
    color: #524747;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.7px;
    margin-top: 4px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.pg-rewardredeem #rewardModel .modal-body h4 {
    font-size: 13px;
    padding: 0px 0 0;
    /* background: #f1f1f1; */
    border-top: 0;
    line-height: 19px;
}

.pg-rewardredeem #rewardModel .modal-body .background-reward p {
    font-size: 13px;
    color: #6f6f6f;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    width: 100%;
    padding: 0 8px;
    margin-bottom: 5px;
    justify-content: center;
}

    .pg-rewardredeem #rewardModel .modal-body .background-reward p span {
        margin: 0;
        font-weight: 600;
        float: left;
    }

        .pg-rewardredeem #rewardModel .modal-body .background-reward p span.item-count {
            color: #fe7600;
            font-weight: 600;
            font-size: 15px;
            margin: -1px 0 0 7px;
        }

.px-6px {
    padding: 0 6px !important;
}

.pg-rewardredeem #rewardModel .modal-body .item-description {
    margin-top: 8px;
}

.pg-rewardredeem #rewardModel .modal-header {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #3563bb;
    margin-top: 0px;
    padding: 10px 15px 10px;
    margin-bottom: 12px;
}

    .pg-rewardredeem #rewardModel .modal-header .reward-title-bar {
        width: 96%;
        float: left;
    }

        .pg-rewardredeem #rewardModel .modal-header .reward-title-bar .modal-title {
            width: auto;
        }

    .pg-rewardredeem #rewardModel .modal-header .available-points-wrapper {
        padding: 0 4px;
        margin-bottom: 0;
        margin-top: 1px;
    }

    .pg-rewardredeem #rewardModel .modal-header .available-points {
        padding: 4px 12px;
        border-radius: 6px;
        background: #f5f5f5;
        display: inline-block;
        float: left;
    }

        .pg-rewardredeem #rewardModel .modal-header .available-points h3 {
            color: #6f6f6f !important;
            font-weight: 600;
            float: left;
            margin: 4px 0;
            font-size: 15px;
            text-transform: capitalize;
        }

        .pg-rewardredeem #rewardModel .modal-header .available-points span {
            color: #fe7600 !important;
            font-weight: 600;
            font-size: 16px;
            margin: 2px 0 0 10px;
        }

.pg-rewardredeem #rewardModel .modal-title {
    color: #524747;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.7px;
    width: 90%;
    float: left;
}


.pg-rewardredeem #rewardModel .modal-header .close {
    font-size: 30px;
    opacity: .5;
    margin-top: 1px;
}

.pg-rewardredeem #rewardModel .modal-header .redeem-close {
    position: absolute;
    right: 13px;
    top: 12px;
}

.pg-rewardredeem #rewardModel .modal-body .recipient-name input {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: white;
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.pg-rewardredeem #rewardModel .modal-body .qty-form input {
    display: inline-block;
    height: 32px;
    width: 114px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: white;
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.pg-rewardredeem #rewardModel .modal-footer {
    padding: 18px 15px;
    background: #f1f1f1;
    text-align: center;
}

.mt-32px {
    margin-top: 32px;
}

.pg-rewardredeem #rewardModel .modal-body .form-check label {
    margin-left: 8px;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    .pg-rewardredeem #rewardModel .modal-body .image-section {
        border-right: 0 none !important;
    }

    .pg-rewardredeem #rewardModel .modal-body .reward-form-section {
        border-left: 0 none !important;
    }
}

@media only screen and (max-width: 736px) {
    .mobile-100pc {
        width: 100% !important;
    }

    .pg-rewardredeem #rewardModel .modal-body .img {
        margin-bottom: 15px;
    }

    .pg-rewardredeem #rewardModel .modal-body .reward-form-section {
        margin-bottom: 20px;
    }

    #AddressFormDIV .col-sm-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        #AddressFormDIV .col-sm-4 .form-group {
            display: inline-block;
            width: 100%;
        }
}

@media only screen and (max-device-width: 766px) {
    .pg-rewardredeem .rewardredeem-wrapper .rewards-section .reward-back {
        margin-top: 70px !important;
        background-color: #cf0006;
        margin-left: unset !important;
        width: 95% !important;
        height: 60px !important;
    }

    .pg-rewardredeem .rewardredeem-wrapper .rewards-section #mainWrapperMyAccount .reward-back {
        margin-top: -15px !important;
    }


    .pg-rewardredeem .rewardredeem-wrapper .rewards-section .reward-back h4 {
        margin-left: 0 !important;
    }

    .pg-rewardredeem .rewardredeem-wrapper .rewards-section {
        margin-bottom: 15px !important;
    }

    .pg-rewardredeem .rewardredeem-wrapper #scrollerTable {
        max-height: calc(100vh - 0px);
    }

    .pg-rewardredeem .rewardredeem-wrapper .reward-redeem {
        font-size: 28px;
    }

    .pg-rewardredeem .rewardredeem-wrapper #divRewardList table tbody tr td .img img {
        height: 35px;
        width: 40px;
    }

    .pg-rewardredeem .rewardredeem-wrapper #divRewardList table tbody tr td .img {
        width: 38%;
        float: left;
    }

    .pg-rewardredeem .rewardredeem-wrapper #divRewardList table tbody tr td .pt-1-3 {
        width: 62%;
        float: left;
        padding: 0;
    }

    .pg-rewardredeem #rewardModel .modal-dialog {
        margin: -5px -5px;
    }

    .border-left-1 {
        border-left: none;
        padding-left: 15px;
    }

    .pr-20 {
        padding-right: 15px;
    }

    .w-50 {
        width: 50%;
        float: left;
    }

    .pg-rewardredeem #rewardModel .modal-body .img img {
        width: 94%;
        margin: 0 4%;
    }

    .pg-rewardredeem #rewardModel .modal-body .img {
        text-align: center;
    }
}

@media only screen and (max-width: 420px) {
    .pg-rewardredeem #rewardModel .modal-header .available-points-wrapper {
        float: left !important;
        margin-top: 4px;
        padding: 0 0;
    }

    .pg-rewardredeem #rewardModel .modal-header .reward-title-bar .modal-title {
        width: 90%;
    }
}

#ui-datepicker-div {
    z-index: 987 !important;
}

#divMoreOrder .search-wrapper {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.history-table {
    margin-top: 15px;
}

    .history-table button {
        border-radius: 4px !important;
    }

.scrollable-table {
    display: inline-block;
    width: 100%;
}

    .scrollable-table thead {
        display: inline-block;
        width: 100%;
    }

        .scrollable-table thead tr th {
            /*height: 28px;*/
        }

    .scrollable-table tbody {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
    }

        .scrollable-table tbody tr {
            padding: 0;
        }

            .scrollable-table tbody tr td {
                padding: 7px 10px !important;
            }

        .scrollable-table thead tr, .scrollable-table tbody tr {
            display: inline-block;
            width: 100%;
        }

            .scrollable-table thead tr th, .scrollable-table tbody tr th,
            .scrollable-table thead tr td, .scrollable-table tbody tr td {
                float: left;
            }

.popup-tabs .nav-tabs {
    border-bottom: 0 none;
}

    .popup-tabs .nav-tabs .nav-item .nav-link {
        padding-top: 0;
        border: 0;
        border-bottom: 2px solid #efefef;
        padding-bottom: 5px;
        font-weight: 600;
        cursor: pointer;
    }

    .popup-tabs .nav-tabs .nav-item .nav-link {
        padding-top: 0;
        background: transparent;
        color: #555;
    }

    .popup-tabs .nav-tabs .nav-item.active .nav-link,
    .popup-tabs .nav-tabs .nav-item:hover .nav-link {
        border-bottom: 2px solid #4a90cc;
        color: #4a90cc;
    }

    .popup-tabs .nav-tabs#duplicateOrderTbs {
        display: flex;
        justify-content: center;
        margin-left: -4px;
    }

        .popup-tabs .nav-tabs#duplicateOrderTbs .nav-item {
            /*width: 50%;*/
            text-align: center;
        }

            .popup-tabs .nav-tabs#duplicateOrderTbs .nav-item .nav-link {
                padding: 5px 10px !important;
                background: #eee !important;
                border-radius: 8px !important;
                margin: 0 !important;
                border: 0 none;
            }

            .popup-tabs .nav-tabs#duplicateOrderTbs .nav-item:first-child .nav-link {
                border-radius: 8px 0 0 8px !important;
            }

            .popup-tabs .nav-tabs#duplicateOrderTbs .nav-item:last-child .nav-link {
                border-radius: 0 8px 8px 0 !important;
            }

            .popup-tabs .nav-tabs#duplicateOrderTbs .nav-item.active .nav-link,
            .popup-tabs .nav-tabs#duplicateOrderTbs .nav-item:hover .nav-link {
                background: #5bc0de !important;
                color: #fff !important;
            }

.common-grid .ui-widget-content {
    border: 0 none;
}

.common-grid .ui-jqgrid {
    border: 0 !important;
    background: #fff !important;
}

    .common-grid .ui-jqgrid .ui-jqgrid-hdiv {
        border: 0 !important;
        background: #fff !important;
        border-radius: 0;
    }

    .common-grid .ui-jqgrid .ui-jqgrid-btable th div {
        padding: 0 10px !important;
        width: 100% !important;
    }

    .common-grid .ui-jqgrid .ui-jqgrid-btable tbody .ui-row-ltr {
        border: 0 !important;
        background: #fff !important;
        border-top: 1px solid #ddd !important;
    }

        .common-grid .ui-jqgrid .ui-jqgrid-btable tbody .ui-row-ltr td {
            padding: 8px !important;
            border: 0 none !important;
            white-space: normal !important;
            font-family: 'Droid Sans', sans-serif !important;
            color: #232323;
            font-size: 13px;
        }

            .common-grid .ui-jqgrid .ui-jqgrid-btable tbody .ui-row-ltr td span.red {
                color: #ff2929;
            }

            .common-grid .ui-jqgrid .ui-jqgrid-btable tbody .ui-row-ltr td span.green {
                color: #00d86a;
            }

        .common-grid .ui-jqgrid .ui-jqgrid-btable tbody .ui-row-ltr:nth-child(odd) {
            background: #fbfbfb !important;
        }

    .common-grid .ui-jqgrid .ui-jqgrid-htable {
        /*width: calc(100% - 6px) !important;*/
        width: 100% !important;
    }

        .common-grid .ui-jqgrid .ui-jqgrid-htable th div {
            height: auto !important;
            color: #232323;
            font-family: 'Droid Sans';
            font-size: 15px;
        }

        .common-grid .ui-jqgrid .ui-jqgrid-htable tr th {
            border: 0 none !important;
            padding: 8px !important;
            text-align: left;
            border-right: 0 solid #efefef !important;
            background: #E5E5E5 !important;
        }

            .common-grid .ui-jqgrid .ui-jqgrid-htable tr th:last-child {
                border-right: 0 none !important;
            }

    .common-grid .ui-jqgrid .ui-jqgrid-bdiv {
        width: calc(100% + 7px) !important;
    }

    .common-grid .ui-jqgrid .ui-jqgrid-hbox {
        padding-right: 0 !important;
        background: #eee;
    }

    .common-grid .ui-jqgrid #touchesDataPager.ui-jqgrid-pager, .common-grid .ui-jqgrid #orderHistoryDataPager.ui-jqgrid-pager, .common-grid .ui-jqgrid #rewardsDataPager.ui-jqgrid-pager, .common-grid .ui-jqgrid #compHistoryDataPager.ui-jqgrid-pager {
        margin-top: 10px !important;
    }

    .common-grid .ui-jqgrid .ui-pg-selbox, .common-grid .ui-jqgrid .ui-pg-input {
        height: 23px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        font-size: 11px !important;
        color: #333 !important;
        padding: 3px !important;
        width: auto;
    }

    .common-grid .ui-jqgrid .ui-pg-button.ui-state-hover {
        background: #eee !important;
        border: 0 none !important;
        border-radius: 0 !important;
    }

    .common-grid .ui-jqgrid .loading {
        display: none !important;
    }

    .common-grid .ui-jqgrid .ui-pg-input {
        margin-top: -3px !important;
    }

    .common-grid .ui-jqgrid td[dir="ltr"] {
        padding-top: 4px !important;
    }

.common-grid .grid-header-bar input.ui-pg-input {
    height: 23px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 11px !important;
    color: #333 !important;
    padding: 3px !important;
}

.common-grid .ui-state-default, .common-grid .ui-widget-content .ui-state-default, .common-grid .ui-widget-header .ui-state-default {
    border: 0 !important;
    background: #fff !important;
    padding: 0 !important;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 11px !important;
}

.common-grid .ui-jqgrid .ui-jqgrid-pager {
    height: 30px !important;
    border-bottom: 0px none !important;
    margin-top: 20px !important;
}

.common-grid .ui-jqgrid-pager.ui-state-default {
    border-bottom: 0px none !important;
}

.common-grid .ui-state-default .ui-icon {
    background-image: url("../../Styles/images/ui-icons_1e1e1e_256x240.png") !important;
}

.common-grid .ui-jqgrid-pager > .ui-pager-control table tbody tr td:first-child[align="left"] {
    width: 0 !important;
}

.common-grid .ui-jqgrid-pager > .ui-pager-control table tbody tr td:nth-child(2) table {
    width: 100% !important;
}

.common-grid .ui-jqgrid-pager > .ui-pager-control table tbody tr td {
    padding: 1px !important;
}

.common-grid ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    margin-right: 2px;
}

.common-grid ::-webkit-scrollbar-track {
    background: #f1f1f1;
    opacity: .9;
}

.common-grid ::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    opacity: 0.9;
}

    .common-grid ::-webkit-scrollbar-thumb:hover {
        background: #d6d6d6;
    }

.common-grid .ui-state-default .ui-icon {
    background-image: url('Images/ui-icons_1e1e1e_256x240.png') !important;
}

.common-grid .ui-jqgrid tr.jqgfirstrow td {
    border-right-width: 0 !important;
}

#gview_rewardHistoryCustomerLinkTable .ui-jqgrid-bdiv {
    height: calc(100vh - 395px) !important;
    min-height: 200px;
}

.no-record-found {
    width: 100%;
    background: #f7f7f7;
    padding: 30px;
    color: #c7c7c7;
    font-size: 18px !important;
    height: 100px;
    float: left;
}

    .no-record-found h3 {
        font-size: 18px !important;
    }

#rewardHistoryCustomerLinkTable_rewardPoint {
    text-align: right;
}

#rewardHistoryCustomerLinkTable_Status {
    text-align: center;
}

.overflow-auto {
    overflow: auto;
}

.balance-monthly-limit-wrapper {
    margin-top: 45px !important;
}

@media only screen and (min-width: 1500px) {
    .balance-monthly-limit-wrapper {
        margin-top: 145px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .balance-monthly-limit-wrapper {
        margin-top: 145px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .balance-monthly-limit-wrapper {
        margin-top: 170px !important;
    }
}

.balance-monthly-limit-wrapper .balance-monthly-limit {
    margin-top: 60px;
    position: absolute;
    right: 0;
    z-index: 1;
    font-size: 13px;
    font-weight: 500;
    background: #f3f3f3;
    padding: 10px 11px;
    border-radius: 6px;
}

    .balance-monthly-limit-wrapper .balance-monthly-limit p {
        margin-bottom: 0;
        font-weight: 600;
        line-height: 1;
    }

@media only screen and (max-width: 720px) {
    .balance-monthly-limit-wrapper .balance-monthly-limit p {
        line-height: 1.4;
    }
}

.balance-monthly-limit-wrapper .balance-monthly-limit .remaining {
    color: #26c583;
    font-weight: 600;
}

.balance-monthly-limit-wrapper .balance-monthly-limit .limit {
    color: #fd7b7b;
    font-weight: 600;
}

@media only screen and (max-width: 970px) {
    .balance-monthly-limit-wrapper {
        margin-top: 90px;
    }

        .balance-monthly-limit-wrapper .balance-monthly-limit {
            margin-top: 20px;
        }
}

@media only screen and (max-width: 766px) {
    .balance-monthly-limit-wrapper {
        margin-top: -35px !important;
    }

        .balance-monthly-limit-wrapper .balance-monthly-limit {
            margin-top: 20px;
        }
}

@media only screen and (max-width: 450px) {
    .balance-monthly-limit-wrapper {
        margin-top: 60px;
    }

        .balance-monthly-limit-wrapper .balance-monthly-limit {
            margin-top: 0;
        }
}

#gview_rewardHistoryCustomerLinkTable .ui-jqgrid-hdiv {
    border-right: 7px solid #e5e5e5 !important;
    width: calc(100% + 7px) !important;
}

@media only screen and (max-width: 1366px) {
    #gbox_rewardHistoryCustomerLinkTable {
        width: 100% !important;
    }

    #gview_rewardHistoryCustomerLinkTable {
        width: calc(100% - 7px) !important;
    }
}


.advanced-serch-buttons {
    background: #5d5d5d;
    color: #fff;
    font-weight: 600;
    margin-top: 2px;
    text-transform: uppercase;
}

    .advanced-serch-buttons:hover {
        background: #4a4a4a;
        color: #fff;
    }

.advanced-serch-section {
    float: left;
    clear: both;
    width: 565px;
    max-width: 100%;
    padding-right: 15px;
    border-right: 1px solid #eee;
}

.search-button-section {
    float: left;
    padding-left: 17px;
}

.advanced-search-list {
    width: 120px;
}

    .advanced-search-list #advancedSearchList_input {
        margin: 3px 0 0;
        padding: 3px 25px 5px 5px;
        width: 100%;
        font-size: 12px;
    }

        .advanced-search-list #advancedSearchList_input:focus-visible {
            outline: 0 none;
        }

    .advanced-search-list .multiselect-dropdown-arrow {
        margin-left: -18px !important;
    }

    .advanced-search-list #advancedSearchList_inputCount {
        left: -43px;
        margin-bottom: 0;
        top: 2px;
        background: #eee;
        display: none !important;
    }

    .advanced-search-list .multiselect-wrapper {
        width: auto !important;
    }

        .advanced-search-list .multiselect-wrapper .multiselect-list {
            z-index: 987;
            max-width: 240px;
        }

    .advanced-search-list .multiselect-input-div input {
        border: 1px solid #ccc;
    }

    .advanced-search-list .multiselect-wrapper .multiselect-list .multiselect-checkbox {
        margin-right: 7px;
        margin-top: 2px;
        float: left;
    }

    .advanced-search-list .multiselect-wrapper .multiselect-list .multiselect-text {
        float: left;
    }

    .advanced-search-list .multiselect-wrapper ul {
        float: left;
        margin-left: -4px;
    }

        .advanced-search-list .multiselect-wrapper ul li {
            float: left;
            width: 100%;
            padding: 4px;
        }

    .advanced-search-list #advancedSearchList_itemList hr {
        float: left;
        width: 100%;
        margin: 8px 0;
    }

.date-range-wrapper input, .search-term-wrapper input {
    font-size: 12px;
    color: #232323;
}

#divMoreOrder, #divOrderHistory {
    overflow: visible !important;
}


@media only screen and (max-width: 1024px) {
    .advanced-serch-section {
        width: 100%;
        border-right: 0;
        padding-right: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
    }

    .search-button-section {
        padding-left: 0;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 736px) {
    .date-range-wrapper .from-date {
        margin-bottom: 10px;
    }

    .more-order-infomation .date-range-wrapper label {
        width: 75px !important;
    }

    .search-button-section .search-button-label {
        display: none;
    }

    .search-button-section .search-btn {
        margin-top: 33px !important;
        margin-left: 20px !important;
    }
}

@media only screen and (max-width: 450px) {
    .search-by-text {
        width: 100%;
    }
}

.sales-tax-info {
    background: transparent;
    border: 2px solid #5b9bd5;
    display: inline-flex;
    font-size: 10px !important;
    color: #0081c6;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 6px !important;
    width: 17px;
    height: 17px;
    justify-content: center;
    align-items: center;
    line-height: 14px !important;
    padding-left: 1px;
    margin-top: 2px;
}

    .sales-tax-info:before {
        width: 11px;
        height: 13px;
    }

.tooltipster-default-custom {
    background: #333;
    padding: 8px 8px 0px !important;
    border-radius: 4px;
}

.fee-sales-tax-text {
    float: left !important;
}

.salestax-popover {
    padding: 5px;
}

    .salestax-popover div {
        float: left;
        clear: both;
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 18px;
        color: #eee;
    }

        .salestax-popover div.title {
            font-weight: 600;
            padding-bottom: 3px;
            width: 100%;
            font-size: 12px;
            margin-bottom: 4px;
            color: #fff;
        }

.treeUl li input.number-box {
    font-size: 12px;
    margin: -1px 0 -5px 0;
    height: 25px;
}

.treeUl li .sub-choise {
    margin-top: -8px;
}

#passwordStrength + .popover {
    width: 407px;
    margin-left: 110px;
    max-width: 446px !important;
}

    #passwordStrength + .popover .popover-content label {
        width: 185px;
        font-size: 11px !important;
    }

        #passwordStrength + .popover .popover-content label.at-error {
            color: red;
        }

        #passwordStrength + .popover .popover-content label.at-sucess {
            color: green;
        }

        #passwordStrength + .popover .popover-content label .icofont {
            font-size: 10px;
            width: 15px;
            display: inline-block;
        }

    #passwordStrength + .popover .popover-title {
        display: none;
    }

    #passwordStrength + .popover .arrow {
        margin-left: -180px !important;
    }

@media only screen and (max-device-width: 768px) {
    #passwordStrength + .popover {
        width: 275px;
        margin-left: 0;
        max-width: 446px !important;
    }

        #passwordStrength + .popover .arrow {
            margin-left: 0 !important;
        }
}

.resturant-re-points {
    color: #252525;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 800;
    letter-spacing: 1px;
    padding-top: 6px;
    width: 85%;
}

    .resturant-re-points span {
        color: #cf0006;
    }


.rewardredeem-wrapper .m-auto {
    margin: auto;
    float: none;
}

.rewardredeem-wrapper .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rewardredeem-wrapper .mt-15 {
    margin-top: 15px;
}

.pg-rewardredeem .rewardredeem-wrapper #divRewardList table thead, .pg-rewardredeem .rewardredeem-wrapper #divRewardHistoryList table thead {
    background-color: #E5E5E5;
    font-size: 15px;
    font-weight: 200 !important;
    font-family: 'Droid Sans';
}

.pg-rewardredeem .rewardredeem-wrapper #divRewardList table tbody tr td .pt-1-3, .pg-rewardredeem .rewardredeem-wrapper #divRewardHistoryList table tbody tr td .pt-1-3 {
    padding-top: 1.3em;
}

.mr-20 {
    margin-right: 20px !important;
}

.pg-rewardredeem .rewardredeem-wrapper #divRewardList table tbody tr th, .pg-rewardredeem .rewardredeem-wrapper #divRewardList table tbody tr td, .pg-rewardredeem .rewardredeem-wrapper #divRewardHistoryList table tbody tr th, .pg-rewardredeem .rewardredeem-wrapper #divRewardHistoryList table tbody tr td {
    vertical-align: middle;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.mb-10 {
    margin-bottom: 10px;
}

.w-100 {
    width: 100% !important;
}

.btn-outline-danger {
    color: #ed2825;
    background-color: transparent;
    background-image: none;
    border-color: #ed2825;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #ed2825;
        background-image: none;
        border-color: #ed2825;
    }

.d-inline-block {
    display: inline-block !important;
}


.pg-rewardredeem .rewardredeem-wrapper .reward-redeem-tabs {
    margin-top: 60px !important;
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .pg-rewardredeem .rewardredeem-wrapper #customerRewardPointDIV {
        height: 150px;
    }
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.points-section .w-150px {
    width: 175px;
    height: 200px;
    /* vertical-align: middle; */
    /* margin: auto; */
    display: flex;
    margin-right: 13px;
}

.points-section .w-250px {
    width: 215px;
}

.pg-rewardredeem .rewardredeem-wrapper #divRewardList table tbody tr td .img img, .pg-rewardredeem .rewardredeem-wrapper #divRewardHistoryList table tbody tr td .img img {
    height: 50px;
    width: 55px;
    object-fit: cover;
}

.pop-sucess-msg .rr-succeeded .mt-61 {
    margin-top: 46px;
}

.rr-succeeded {
    text-align: center;
    display: inherit;
}

    .rr-succeeded h2 {
        color: #7fca46 !important;
        font-weight: 500 !important;
        text-transform: uppercase;
        font-size: 18px !important;
    }

    .rr-succeeded label {
        color: #6f6f6f !important;
        font-weight: 600;
        float: left;
        margin: 4px 0;
        font-size: 10px;
        width: 100%;
        font-size: 12px;
    }

    .rr-succeeded span {
        color: #fe7600 !important;
        font-weight: 600;
        font-size: 13px;
        margin: 3px 0 0 7px;
    }

    .rr-succeeded .mr-2 {
        margin-right: 14px !important;
        margin-left: 25px !important;
    }

    .rr-succeeded .card {
        padding: 4px 10px !important;
        border-radius: 6px;
        background: #f5f5f5;
        display: inline-block;
        width: 184px;
        text-align: center !important;
        margin: auto;
    }

    .rr-succeeded .mt-61 {
        margin-top: 68px;
        margin-bottom: 20px;
    }


.pg-myaccount #DuplicatePopup .modal-content {
    border-radius: 0px;
    border: 3px solid #fe7600;
    padding: 0;
}

.pg-myaccount #DuplicatePopup .modal-header {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #3563bb;
    margin-top: 0px;
    padding: 10px 15px 10px;
    margin-bottom: 0px;
}

    .pg-myaccount #DuplicatePopup .modal-header .close {
        position: absolute;
        right: 13px;
        top: 12px;
        font-size: 30px;
        opacity: .5;
        margin-top: 1px;
    }

.pg-myaccount #DuplicatePopup .modal-title {
    color: #524747;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.7px;
    width: 90%;
    float: left;
}

.pg-myaccount #DuplicatePopup .modal-content {
    border-radius: 0px;
    border: 3px solid #fe7600;
    padding: 0;
}

.pg-myaccount #DuplicatePopup .modal-footer {
    padding: 18px 15px;
    background: #f1f1f1;
    text-align: center;
}

.pg-myaccount #DuplicatePopup .switch {
    position: relative;
    display: inline-block;
    width: 3.5rem;
    height: 1.9rem;
}

    .pg-myaccount #DuplicatePopup .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.pg-myaccount #DuplicatePopup .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .pg-myaccount #DuplicatePopup .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        top: 2px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border: #d8d8d8 solid 1px;
    }

.pg-myaccount #DuplicatePopup input:checked + .slider {
    background-color: #2196F3;
}

.pg-myaccount #DuplicatePopup input:focus + .slider {
    box-shadow: 0 0 1px #d8d8d8;
}

.pg-myaccount #DuplicatePopup input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.pg-myaccount #DuplicatePopup .slider.round {
    border-radius: 34px;
    background: #d8d8d8;
}

    .pg-myaccount #DuplicatePopup .slider.round:before {
        border-radius: 50%;
    }

.pg-myaccount #DuplicatePopup .form-group .hasDatepicker, .pg-myaccount #DuplicatePopup .form-group select {
    display: inline-block;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: white;
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 140px;
}

.pg-myaccount #DuplicatePopup .card {
    /*background-color: #f7f7f7;*/
    /*margin-bottom: 5px;
    border-radius: 7px;*/
    color: #383838;
    display: inline-block;
    padding: 12px 0px;
}

    .pg-myaccount #DuplicatePopup .card h5 {
        color: #726767;
        position: relative;
        /* top: 4px; */
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 5px;
    }

    .pg-myaccount #DuplicatePopup .card hr {
        margin-top: 10px;
        margin-bottom: 5px;
        border: 0;
        border-top: 1px solid #cecece;
    }

.pg-myaccount #DuplicatePopup .form-group {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    color: #3c3c3c;
}

.pg-myaccount #DuplicatePopup .ml-3 {
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    color: #3c3c3c;
}

.pg-myaccount #DuplicatePopup .mr-24 {
    margin-right: 24px;
}

.pg-myaccount #DuplicatePopup .card .form-check {
    margin-top: 10px;
}

.mw-360 {
    max-width: 372px;
}

.pg-myaccount #DuplicatePopup .w-140 {
    width: 140px;
}

.pg-myaccount #DuplicatePopup .margin-top-15 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pg-myaccount #DuplicatePopup .border-center {
    width: 12px;
    border-right: 1px solid #cecece;
    padding-right: 0px;
    margin-right: 12px;
    height: 85px;
    text-align: center;
    margin-top: 8px;
    float: left;
}

.pg-myaccount #DuplicatePopup .calendar {
    position: absolute;
}

    .pg-myaccount #DuplicatePopup .calendar i {
        font-family: 'icofont';
        font-style: inherit;
        position: relative;
        top: 11px;
        right: 22px;
        line-height: unset;
    }

.pg-myaccount #DuplicatePopup #datetimeDiv {
    text-align: center;
}

.popup-plus-minus .txtqty::-webkit-inner-spin-button,
.txtqty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

#ui-datepicker-div.SelectedDate_coverley {
    z-index: 1055 !important;
}

.cc-rednote {
    font-size: 13px;
    display: inline-block;
    text-align: center;
    color: #f94646;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mh-170px {
    max-height: 170px;
}

    /* width */
    .mh-170px::-webkit-scrollbar, .pop-scroll::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    .mh-170px::-webkit-scrollbar-track, .pop-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    /* Handle */
    .mh-170px::-webkit-scrollbar-thumb, .pop-scroll::-webkit-scrollbar-thumb {
        background: #ff442b;
        border-radius: 10px;
    }

        /* Handle on hover */
        .mh-170px::-webkit-scrollbar-thumb:hover, .pop-scroll::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.user-gc-balance {
    color: #c95f3e !important;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer !important;
}

@media only screen and (max-width: 768px) {
    #navbar_mob .user-gc-balance {
        color: #162b61 !important
    }
}

.user-gc-balance .fa-gift {
    display: none;
}

/*GIFT CARD BALANCE popup start*/
#gcModelCenter .modal-dialog {
    max-width: 450px;
}

#gcModelCenter .modal-content {
    border-radius: 0px;
    border: 3px solid #fe7600;
    padding: 0;
}

#gcModelCenter .modal-header {
    display: inline-block;
    width: 92%;
    border-bottom: 1px solid #3563bb;
    margin-top: 0px;
    padding: 10px 0px 10px;
    margin-bottom: 12px;
    margin-left: 20px;
    margin-right: 20px;
}

    #gcModelCenter .modal-header .modal-title {
        color: #524747;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -0.7px;
        width: 90%;
        float: left;
    }

    #gcModelCenter .modal-header .close {
        font-size: 30px;
        opacity: .5;
        margin-top: 1px;
        position: absolute;
        right: 13px;
        top: 12px;
    }

#gcModelCenter .modal-body {
    padding: 20px;
}

    #gcModelCenter .modal-body .form-group .form-control {
        display: inline-block;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857;
        color: rgb(85, 85, 85);
        background-color: white;
        background-image: none;
        border: 1px solid rgb(204, 204, 204);
        border-radius: 4px;
        box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #gcModelCenter .modal-body #resultDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 15px;
    }

        #gcModelCenter .modal-body #resultDiv i {
            font-size: 20px;
            color: #EF080F !important;
            font-weight: 500;
            margin-right: 10px;
        }

        #gcModelCenter .modal-body #resultDiv h5 {
            margin: 0;
            font-size: 14px;
            color: #ef080f;
        }

    #gcModelCenter .modal-body .balance-text#resultDiv i {
        font-size: 20px;
        color: #35b33f !important;
        font-weight: 500;
        margin-right: 10px;
    }

    #gcModelCenter .modal-body .balance-text#resultDiv h5 {
        margin: 0;
        font-size: 14px;
        color: #414842;
    }

    #gcModelCenter .modal-body .btn-danger {
        background-color: #5bc0de !important;
        border-color: #5bc0de !important;
        padding: 6px 10px;
    }

        #gcModelCenter .modal-body .btn-danger:hover {
            background-color: #44accb !important;
            border-color: #44accb !important;
        }

        #gcModelCenter .modal-body .btn-danger i {
            font-size: 15px;
        }

#gcModelCenter .modal-footer {
    padding: 14px 15px;
    background: #f1f1f1;
    text-align: center;
}

    #gcModelCenter .modal-footer .btn {
        width: 120px;
    }

    #gcModelCenter .modal-footer .btn {
        background-color: #EF080F !important;
        border-color: #EF080F !important;
    }

        #gcModelCenter .modal-footer .btn:hover {
            background-color: #dd080e !important;
            border-color: #dd080e !important;
        }
/*GIFT CARD BALANCE popup end*/
.pg-home.modal-open {
    padding-right: 0px !important;
    overflow-y: scroll !important;
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .header .container.no-padding-mob {
        width: 100%;
        padding: 0;
    }

    .brandTextWarp {
        width: 110px;
        background-position: 0px 15px;
    }
}

.gc-balanc-li {
    margin-left: 15px !important;
}

@media only screen and (max-device-width: 760px) {
    .gc-balanc-li {
        margin-left: 19px !important;
        margin-top: 8px;
    }


    .login-logout-signup ul li {
        margin-bottom: 10px;
        margin-left: 13px;
        margin-top: 10px;
    }

    #lnkUserMobi {
        margin-right: 15px;
        margin-left: 0px;
        margin-bottom: -6px;
    }


    .mob-right {
        text-align: right;
    }

    #gcModelCenter .modal-body .col-sm-10 {
        width: 82%;
        float: left;
    }

    #gcModelCenter .modal-body .col-sm-2 {
        width: 18%;
        float: left;
    }
}

.gift-card-tfr .wrapper-gift-card-tfr {
    display: none !important;
}

@media only screen and (min-device-width: 760px) {
    .pg-menu .gc-balanc-li,
    .pg-placeorder .gc-balanc-li {
        position: absolute;
        right: 0;
        margin-top: -7px
    }

    .pg-menu #lnkLogOut,
    .pg-placeorder #lnkLogOut,
    .pg-placeorder #lnksignup,
    .pg-menu #lnksignup,
    .pg-placeorder #lnkLogin,
    .pg-menu #lnkLogin {
        margin-top: 16px;
        margin-right: 1px;
    }
}

.referal-url {
    width: 100% !important;
    max-width: 100%;
    height: 33px !important;
    padding: 6px 2px;
    margin-bottom: 0;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4991e6;
}

.copy-btn {
    padding: 1px 5px;
    margin-top: 6px;
    display: inline-block;
    height: 24px;
    text-align: center;
    cursor: pointer;
    background-color: #ff5b45;
    color: #fff;
    border-radius: 50%;
    margin-left: 18px;
    width: 24px;
}

    .copy-btn i {
        color: #ffffff;
        font-size: 12px;
    }

/*.cus-type {
    margin-right: 0px !important;
    width: 50% !important;
    padding-right: 15px;
}

    .cus-type select {
        width: 100% !important;
    }

.wraper-ref-link {
    margin-right: 0px !important;
    width: 50% !important;
    padding-left: 15px;
}

.wrapper-customer {
    overflow: hidden !important;
    position: relative;
}

    .wrapper-customer #customerReg {
        width: 60%;
    }

@media only screen and (max-device-width: 1024px) {
    .wrapper-customer #customerReg {
        width: 90%;
    }
}

@media only screen and (max-device-width: 767px) {
    .wrapper-customer #customerReg {
        width: 87%;
    }
}

.wrapper-customer .leftSide {
    width: 50% !important;
    padding-right: 15px;
}

    .wrapper-customer .leftSide input[type=text] {
        width: 100% !important;
    }

    .wrapper-customer .leftSide input[type=tel] {
        width: 100% !important;
    }

.wrapper-customer .RightSide {
    width: 50% !important;
    padding-left: 15px;
}

    .wrapper-customer .RightSide input[type=text] {
        width: 100% !important;
    }

    .wrapper-customer .RightSide input[type=email] {
        width: 100% !important;
    }

    .wrapper-customer .RightSide .reward-email {
        width: 100% !important;
        display: inline-block !important;
    }

    .wrapper-customer .RightSide #divLastName {
        width: 100% !important;
        display: inline-block !important;
        position: relative;
    }*/

/*  .wrapper-customer .RightSide #divLastName .no-margin {
            margin-top: 0 !important;
        }*/

/*.wrapper-customer .RightSide #divBusiness {
        width: 100% !important;
        display: inline-block !important;
    }

        .wrapper-customer .RightSide #divBusiness .text-b-name {
            width: 100% !important;
        }*/

.pg-myaccount .customeregdetails
.newUserCnt input[type="text"], .pg-myaccount .customeregdetails .newUserCnt input[type="password"], .pg-myaccount .customeregdetails .newUserCnt input[type="tel"], .pg-myaccount .customeregdetails select {
    width: 100% !important;
    max-width: 100%;
    height: 33px !important;
}

.pg-myaccount .customeregdetails
.leftSide,
.RightSide {
    float: left;
    width: 300px;
    margin-right: 50px;
}
/*.customerdetails
.RightSide {
    margin-top: 74px;
}*/
.pg-myaccount .customeregdetails #customerForm {
    padding: 20px 0px;
}

.pg-myaccount .customeregdetails
.allow-reword label {
    margin-right: 7px;
    margin-top: 25px;
}

.pg-myaccount .customeregdetails
.buttonwrapper {
    padding-top: 0px !important;
}

.pg-myaccount .customeregdetails select {
    width: 300px !important;
    text-align: left;
    max-width: 300px;
}

.pg-myaccount .customeregdetails .member-note {
    color: #ff442b !important;
    text-transform: none;
    text-decoration: none !important;
}

.pg-myaccount .customeregdetails .allow-reword {
    padding: 20px 0px;
}


.pg-myaccount .customeregdetails .customer-info {
    overflow-y: unset !important;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc .card-box {
    width: 600px;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc h2 {
    border-bottom: 1px solid #3563bb;
    padding-bottom: 15px !important;
}
/*.pg-myaccount #divPopUp #wrapperAddCCMyAcc .alignRight {
    margin-right: 19px;
   
}*/

.pg-myaccount #divPopUp #wrapperAddCCMyAcc .bgOrange {
    margin: 20px 0px;
    margin-bottom: 10px !important;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc .common-cancel-link {
    margin: 10px 0px;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc .float-left .alignRight input {
    padding: 4px;
    width: 100%;
}

.pg-myaccount #mainWrapperAccordian #divOrderHistory .advanced-serch-section {
    width: 100% !important;
    border-right: none;
    padding-right: 0;
}

.pg-myaccount #mainWrapperAccordian .divcreditlist .creditcard-width {
    width: 75% !important;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc .wrapperCCExp {
    margin-left: 0px !important;
    width: unset !important;
    display: block;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc #selectDescription {
    text-align: left;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc .leftSide {
    float: none !important;
    width: 100% !important;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc .RightSide {
    width: unset !important;
    margin-right: 0px !important;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc .wrapperCCExp {
    position: relative !important;
    display: inline-block;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc .seprowCCForm {
    display: contents !important;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc select {
    height: 30px !important;
    text-align: left;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc input {
    padding: 0px 10px;
}

.pg-myaccount #divPopUp #wrapperAddCCMyAcc .width20Prec {
    margin-left: 0px !important;
}

.custom-popover {
    display: none;
}

.btn-pop {
    padding: 5px 8px !important;
    line-height: 1 !important;
    margin: 0;
    background-color: unset !important;
    position: absolute;
    /*margin-left: 300px;*/
    z-index: 8888;
    border: none !important;
}

    .btn-pop i {
        color: #ff5b45;
        font-size: 25px;
    }

.popover.right {
    margin-left: 8px !important;
}

.clastname {
    display: inline-block;
    width: 100%;
    padding-right: 7px;
}

@media only screen and (max-device-width: 1200px) {
    .pg-myaccount #divPopUp #wrapperAddCCMyAcc .RightSide .alignRight input {
        margin-left: 20px;
    }
}

@media only screen and (max-device-width: 1200px) {

    .pg-myaccount #mainWrapperAccordian .divcreditlist .creditcard-width {
        width: 100% !important;
    }
}

@media only screen and (max-device-width: 768px) {
    .pg-myaccount .customeregdetails .RightSide {
        /*float: right !important;*/
        width: 300px;
        margin-right: 23px !important;
    }

    .pg-myaccount .customeregdetails
    .leftSide {
        margin-right: 44px !important;
    }


    .pg-myaccount #divPopUp #wrapperAddCCMyAcc .float-left input {
        width: 170px;
    }

    .pg-myaccount #divPopUp #wrapperAddCCMyAcc .RightSide .alignRight input {
        margin-left: 0px !important;
    }

    .pg-myaccount #divPopUp #wrapperAddCCMyAcc .formWrapper {
        overflow: visible !important;
    }

    .wraper-ref-link {
        margin-top: 15px;
    }
}

@media only screen and (max-device-width: 500px) {

    .pg-myaccount #divPopUp #wrapperAddCCMyAcc .float-left {
        float: none;
    }

    .pg-myaccount #divPopUp #wrapperAddCCMyAcc .card-box {
        width: 600px;
        max-width: 100%;
    }

    .pg-myaccount #divPopUp #wrapperAddCCMyAcc .alignRight {
        margin-right: 0px !important;
    }

    .pg-myaccount #mainWrapperAccordian .divcreditlist #credtiCard .button-group > div {
        margin-right: 0px !important;
    }
}

@media only screen and (max-device-width: 360px) {
    .pg-myaccount #divPopUp #wrapperAddCCMyAcc .wrapperCCExp {
        margin-left: 0px !important;
    }
}

@media only screen and (max-device-width: 768px) and (orientation: portrait) {
    .pg-myaccount .wrapper-customer .cus-type {
        width: 100% !important;
    }

        .pg-myaccount .wrapper-customer .cus-type select#selectType {
            width: 100% !important;
            max-width: 99% !important;
        }

    .pg-myaccount .wrapper-customer .leftSide {
        width: 99% !important;
    }

    .pg-myaccount .wrapper-customer .RightSide #divBusiness, .pg-myaccount .wrapper-customer .RightSide #divLastName {
        width: 101% !important;
    }

    .pg-myaccount .wrapper-customer .RightSide {
        width: 100% !important;
    }

        .pg-myaccount .wrapper-customer .RightSide #txtAlternativeEmail {
            width: 89% !important;
        }

    .pg-myaccount .wrapper-customer .copy-btn {
        margin-left: 6px;
    }

    .pg-myaccount .buttonwrapper #btnChangePassword {
        width: 140px;
    }
}

@media only screen and (min-device-width: 1025px) {
    .pg-datetime .dateTimeLaterSec {
        display: flex;
        align-items: center;
    }

        .pg-datetime .dateTimeLaterSec label {
            margin-bottom: 0px;
        }
}

.wrapper-head-count input {
    text-align: right;
    width: 56px !important;
    margin: 0;
    right: 5px;
    top: 8px;
    position: absolute;
}

}

#error-headcount {
    color: white;
    font-size: 13px;
    position: absolute;
    right: 70px;
    top: 9px;
    font-weight: 500;
    background-color: #ff3232;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 3px;
}

    #error-headcount:after {
        display: inline-block;
        content: "";
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-left: 8px solid #ff3232;
        border-bottom: 7px solid transparent;
        position: absolute;
        right: -8px;
        top: 8px;
    }

.wrapper-head-count .error-input {
    border-color: #e42d2d;
    background-color: #ffd9d9;
    border-width: 2px;
    border-radius: 2px;
}

.wrapper-head-count {
    position: relative;
    height: 49px;
}

    .wrapper-head-count label {
        margin-top: 8px;
    }

    .wrapper-head-count input::-webkit-outer-spin-button,
    .wrapper-head-count input::-webkit-inner-spin-button {
        display: none;
    }

.wrapper-additional-emails .form-control {
    height: 55px !important;
    min-height: 29px;
}

.house-payment .house-payment-label {
    margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
    .advanced-serch-section .active-selector::after {
        content: "";
        display: inline-block;
        border: solid #f1f1f1;
        border-width: 0 20px 20px 0;
        padding: 1px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-left: 45%;
    }

    .advanced-serch-section .selector-child-container {
        display: block;
        background-color: #f1f1f1;
        padding: 15px 30px;
        margin-top: -30px;
        height: 62px;
        border-top: solid 1px #efecec;
    }

        .advanced-serch-section .selector-child-container.houseaccount-wrapper {
            padding-top: 20px;
        }
}

#duplicateOrderTbsContent #OrderLater #datetimeDiv #SelectedTime {
    width: 143px !important;
    float: left;
    text-align: left;
}

.txt-hours-notice {
    display: none;
}

.pg-menu .hours-24 .txt-hour {
    font-size: 12px;
    font-weight: 800;
    color: red;
    width: 23px;
    height: 27px;
    text-align: center;
    margin-left: 0;
    padding-left: 2px;
    line-height: 22px;
    display: inline-block;
}

.hours-24 .txt-hours-notice {
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    color: #ff452f;
    font-weight: 800;
    width: 20px;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-top: 101px !important;
    right: 30px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .pg-menu .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 615px !important;
    }

    .pg-menu .blog-nav2.nav2-align {
        margin-right: 40px !important;
    }

    .pg-menu .inner-cart-icon {
        right: 20px !important;
        top: 15px !important;
    }

    .pg-menu .hours-24 {
        left: 86px !important;
    }

    .pg-restaurent .hours-24 .txt-hours-notice {
        margin-top: 56px !important;
        right: 24px !important;
    }
}

@media only screen and (min-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .pg-menu .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 405px !important;
    }

    .pg-menu .blog-nav2.nav2-align {
        margin-right: 74px;
    }

    .pg-menu .inner-cart-icon {
        right: 20px !important;
        top: 15px !important;
    }

    .pg-menu .hours-24 {
        left: 435px;
    }

    .pg-menu .wrapper-rest-name {
        float: unset;
        max-width: 100%;
        text-align: center;
        margin: auto;
        display: inline-block;
    }

    .pg-menu .div-date-time-wrapper #divDateTime select {
        width: unset !important;
        max-width: 100%;
        height: 33px !important;
    }

    .pg-restaurent .hours-24 .txt-hours-notice {
        margin-top: 54px !important;
        right: 32px;
    }

    .pg-restaurent .hours-24.pickup-order-enabled {
        background-position: 98% 85%, 100% 0% !important;
    }
}

@media only screen and (min-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
    .pg-menu .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 405px !important;
    }

    .pg-menu .rest-align-tab .rest-img-align {
        display: block;
    }

    .pg-menu .paddingTop3 {
        padding: 125px 0px 0px;
    }

    .pg-menu .inner-cart-icon {
        right: 25px !important;
    }

    .hours-24 .txt-hours-notice {
        margin-top: 58px !important;
        right: 31px;
    }

    .hours-24.pickup-order-enabled {
        background-position: 96% 88%, 100% 0%;
    }
}

@media only screen and (max-width: 1024px) {
    .hours-24 .txt-hours-notice {
        margin-top: 57px !important;
        right: 32px;
    }

    .hours-24.pickup-order-enabled {
        background-position: 96% 88%, 100% 0%;
    }

    .pg-menu .rest-align-tab .rest-img-align {
        display: block;
    }

    .pg-menu .hours-24 .txt-hour {
        padding-left: 0px;
        line-height: 21px;
    }
}

@media only screen and (min-width: 768px) {
    .hours-24 .txt-hours-notice {
        position: absolute;
        /*margin-top: 63px !important;
        margin-left: -42px;*/
    }
}

@media only screen and (min-width: 390px) and (max-device-width: 844px) and (orientation: landscape) {
    .pg-restaurent .hours-24.pickup-order-enabled {
        background-position: 98.1% 92%, 100% 0% !important;
        background-size: 7%, 10% !important;
    }
}

@media only screen and (min-width: 390px) and (max-device-width: 812px) and (orientation: landscape) {
    .hours-24 .txt-hours-notice {
        margin-top: 59px !important;
        right: 27px;
        position: absolute;
    }
}

@media only screen and (max-device-width: 768px) and (orientation: portrait) {
    .hours-24 .txt-hours-notice {
        margin-top: 55px !important;
        right: 28px;
    }

    .hours-24.pickup-order-enabled {
        background-position: 98% 85%, 100% 0% !important;
    }

    .pg-restaurent .blog-nav2.nav2-align {
        margin-right: 5px;
    }

    footer .social-media .social-media-icon {
        margin-right: 10px;
    }

        footer .social-media .social-media-icon:last-child {
            margin-right: 0px;
        }

    .pg-menu .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 377px !important;
    }

    .pg-menu .blog-nav2.nav2-align {
        margin-right: 65px;
    }

    .pg-menu .hours-24 {
        left: 405px;
        padding: 8px 8px;
    }

    .pg-menu .wrapper-rest-name {
        float: unset;
        max-width: 100%;
        text-align: center;
        margin: auto;
        display: inline-block;
    }
}

@media only screen and (min-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    .hours-24 .txt-hours-notice {
        margin-top: 57px !important;
        right: 21px;
        position: absolute;
    }

    .pg-menu .hours-24 {
        left: 240px;
        padding: 9px 10px;
        top: 180px;
    }
}

@media only screen and (min-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    .hours-24 .txt-hours-notice {
        margin-top: 61px !important;
        right: 23px;
        position: absolute;
    }

    .pg-menu .div-date-time.date-align-mob li.delivery-address-top {
        display: inline-block;
        width: 100%;
    }

    .pg-menu .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 100% !important;
    }
}

@media only screen and (device-width: 390px) {
    .hours-24 .txt-hours-notice {
        margin-left: 4px;
        margin-top: 58px !important;
    }

    .pg-menu .hours-24 {
        left: 220px;
        padding: 9px 10px;
        top: 180px;
    }

    .pg-menu .div-date-time.date-align-mob li.delivery-address-top {
        width: 100% !important;
    }

    .pg-menu .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 100% !important;
    }
}

@media only screen and (device-width: 375px) {
    .hours-24 .txt-hours-notice {
        margin-top: 59px !important;
        right: 17px;
        position: absolute;
    }

    .pg-menu .hours-24 {
        left: 220px;
        padding: 9px 10px;
        top: 180px;
    }

    .pg-menu .brandTextWarp {
        background-size: 67%;
        height: 50px;
        width: 130px;
        margin-left: 24px;
        margin-top: 0;
    }

    .pg-menu .div-date-time.date-align-mob li.delivery-address-top {
        display: inline-block;
        width: 100%;
    }

    .pg-menu .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 100% !important;
    }

    .pg-menu .menuContainer {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (device-width: 320px) {
    .hours-24 .txt-hours-notice {
        margin-top: 62px !important;
        right: 14px;
        position: absolute;
    }

    .pg-menu .hours-24 {
        left: 200px;
        padding: 7px 10px;
        top: 180px;
    }
}

.pg-placeorder .hours-24,
.pg-confirmation .hours-24 {
    display: none !important;
}

/*@media only screen and (min-width: 1366px) {
    .pg-group-order .head-count-section .titleForCheckBox {
        padding-left: 19px;
    }
}*/

.pg-group-order .pgngoEvent #ddlDeliveryTime, .pg-group-order .pgngoEvent #ddlClosingTime {
    text-indent: 5px !important;
    text-align: left;
}

.pg-group-order .head-count-section .ml-10 {
    margin-left: 11px;
}

.pg-group-order .head-count-section input[type="number"] {
    height: 34px;
    -moz-appearance: textfield;
}

.pg-group-order .head-count-section input::-webkit-outer-spin-button, .pg-group-order .head-count-section input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pg-placeorder #divPaymentList .credtiCard.House .cardTypeImage {
    display: none !important;
}

.pg-placeorder #divPaymentList.myc2 {
    width: 100%;
}

.pg-placeorder #HouseAccountPaymentDIV h3 {
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px !important;
    margin-top: 12px;
}

.pg-group-invitee .credit-card-section {
    padding: 0px !important;
}

    .pg-group-invitee .credit-card-section .pgngoPaddingNon-left #selectDescription {
        height: 30px !important;
        text-align: left;
        margin: 0;
    }

    .pg-group-invitee .credit-card-section #divCreditCardInfo input[type='text'] {
        width: 100% !important;
        height: 30px;
        margin: 0;
    }

    .pg-group-invitee .credit-card-section #divCreditCardInfo select {
        margin: 0 !important;
        height: 30px !important;
        text-align: left;
    }

    .pg-group-invitee .credit-card-section #divCreditCardInfo #selectMonth {
        margin-right: 7px !important;
    }

    .pg-group-invitee .credit-card-section #divCFormWr .left-100 {
        width: 102% !important;
    }

    .pg-group-invitee .credit-card-section .wrapperCCExp select {
        width: 109px !important;
        height: 30px !important;
        text-align: left;
    }

    .pg-group-invitee .credit-card-section .wrapperCCExp#wrapperCCExp_main {
        width: 48% !important;
        display: inline-block;
        margin-left: 0% !important;
    }

    .pg-group-invitee .credit-card-section .seprowCCForm {
        bottom: 0;
    }

    .pg-group-invitee .credit-card-section label {
        margin-top: 14px;
        line-height: 1;
    }

    .pg-group-invitee .credit-card-section .newgiftcard-save-btn a#btnCCCancelbtn {
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }

    .pg-group-invitee .credit-card-section .headerSmallBlack {
        margin-bottom: 0;
        margin-top: 23px;
    }

    .pg-group-invitee .credit-card-section #divCFormWr .formWrapper {
        width: 102.1%;
    }

    .pg-group-invitee .credit-card-section #txtBillingAddState {
        width: 100% !important;
    }

    .pg-group-invitee .credit-card-section #divCreditCardInfo .width20Prec:last-child {
        margin-left: 22px;
    }

/*.pg-group-invitee .contacts-section .goinvitee-confirm {
    margin-top: 0px !important;
}*/

.span-red {
    color: #ed2825;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.totalCnt .float-left {
    float: left !important;
}

.home-margintop #divOrderType .fa-map-marker {
    display: none !important;
}

#divPopUp #loginPage #divExistingUser #DivUsername input[type='text'], #divPopUp #loginPage #divExistingUser #DivPass input[type='password'], #divPopUp #loginPage #divExistingUser #DivPass input[type='text'] {
    height: 32px;
    padding: 5px 10px;
    width: 99.3%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
}

#divPopUp #loginPage #divExistingUser #DivPass {
    margin-bottom: 10px;
    position: relative;
}

    #divPopUp #loginPage #divExistingUser #DivPass #showPass {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 18px;
    }

#divPopUp #loginPage #divExistingUser .buttonwrapper {
    margin-top: 0px !important;
}

#divPopUp #loginPage #divExistingUser {
    width: 100%;
}

    #divPopUp #loginPage #divExistingUser .buttonwrapper #btnLogin {
        margin-left: 0px !important;
    }

#divPopUp #loginPage #divNewUser {
    padding: 10px 0 0 0px;
}

    #divPopUp #loginPage #divNewUser .newUsertext {
        margin-bottom: 0px;
    }

#divPopUp #loginPage #divExistingUser #customerLogin .pwr.retieve {
    margin: 10px 0 0px 0px;
}

#divDateTime #divDateTimeController select {
    text-align: left;
}

.pg-restaurent #divPopUp #customerForm .newUserCnt #customerReg .customer-type-png {
    width: 48%;
    float: left;
}

.pg-restaurent #divPopUp #customerForm .newUserCnt #customerReg .customer-type-png select {
    text-align:left;
}

.pg-restaurent #divPopUp #customerForm .newUserCnt #customerReg #divBusiness {
    margin-top: 10px;
    width: 47%;
    float: left;
    margin-left: 20px;
}

.pg-restaurent #divPopUp #customerForm .newUserCnt .RightSide {
    width: 232px;
    margin-right: 0px;
    margin-left: 20px;
}

.pg-restaurent #divPopUp #customerForm .newUserCnt {
    overflow-y: unset !important;
    padding: 0 12px;
}
.pg-restaurent #divPopUp #customerForm .buttonwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pg-restaurent #divPopUp #customerForm .buttonwrapper .common-cancel-link {
        margin: initial !important;
    }

.pg-myaccount #divOrderHistory.div-order-list .historywrap .order-number, 
.pg-myaccount #divOrderHistory.div-order-list .historywrap .delivery-date, 
.pg-myaccount #divOrderHistory.div-order-list .historywrap .restaurant-name, 
.pg-myaccount #divOrderHistory.div-order-list .historywrap .address {
    width: 100%;
}

    .pg-myaccount #divOrderHistory.div-order-list .historywrap .order-number .cancelled-label {
        color: #ae2125 !important;
        background-color: #fde5e5;
        padding: 6px 8px 5px;
        border-radius: 50px;
        font-family: 'poppinsmedium';
        letter-spacing: .5px;
        font-size: 11px;
        position: relative;
        top: -1px;
        left: 10px;
        display: inline-block !important;
    }
    .pg-myaccount #divOrderHistory.div-order-list .historywrap .order-number.cancelled-order,
    .pg-myaccount #divOrderHistory.div-order-list .historywrap .order-number.order-cancelled {
        color: #ad3030;
    }
        .pg-myaccount #divOrderHistory.div-order-list .historywrap .order-number.cancelled-order span:first-child,
        .pg-myaccount #divOrderHistory.div-order-list .historywrap .order-number.order-cancelled span:first-child {
            color: #ad3030;
        }


.pg-myaccount .tfr-my-account .tooltip-my-account {
    position: relative;
}


    .pg-myaccount .tfr-my-account .tooltip-my-account .tooltiptext {
        color: #185588;
        font-size: 14px;
        background-color: rgba(218, 238, 255, .9);
        border-radius: 15px;
        padding: 14px 12px;
        font-family: 'Inter';
        height: auto;
        position: absolute;
        left: 55px;
        top: -20px;
        z-index: 1100;
        visibility: hidden;
        width: 125px;
    }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .pg-myaccount .tfr-my-account .tooltip-my-account .tooltiptext {
        left: -65px;
        top: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .pg-myaccount .tfr-my-account .tooltip-my-account .tooltiptext {
        left: -65px;
        top: 36px;
    }
}

.pg-myaccount .tfr-my-account .tooltip-my-account .tooltiptext::before {
    content: '';
    display: block;
    position: absolute;
    left: -28px;
    right: 0px;
    top: 16px;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-right: auto;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid rgba(218, 238, 255, .9);
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .pg-myaccount .tfr-my-account .tooltip-my-account .tooltiptext::before {
        border-bottom: 15px solid #e6c5c6;
        border-top: 15px solid transparent;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        left: 75px;
        top: -28px;
    }
}

@media only screen and (max-width: 767px) {
    .pg-myaccount .tfr-my-account .tooltip-my-account .tooltiptext::before {
        border-bottom: 15px solid #e6c5c6;
        border-top: 15px solid transparent;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        left: 75px;
        top: -28px;
    }
}

.pg-myaccount .tfr-my-account .tooltip-my-account:hover .tooltiptext {
    visibility: visible !important;
}

.pg-myaccount .tfr-my-account .customer-info .RightSide .reward-email #txtAlternativeEmail.valid {
    border: 1px solid #4CAF50 !important;
}

#divDateTime .div-date-time ul li.tfr-date-time .date-align {
    float: left;
    padding-left: 6px;
}

#divDateTime .div-date-time ul li.tfr-date-time .date-align:first-child {
    padding-left: 0px;
}

#divDateTime .div-date-time .tfr-rest-loction {
    display: none;
}
@media only screen and (min-width: 1200px) {
    #divDateTimeController ul li {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    #divDateTimeController .radio-align {
        margin-top: 15px !important;
    }

    .pg-menu #divDateTimeController ul li, .pg-placeorder #divDateTimeController ul li {
        margin-top: 5px;
        margin-bottom: 2px;
    }

    .pg-menu #divDateTimeController .radio-align, .pg-placeorder #divDateTimeController .radio-align {
        margin-top: 9px !important;
        margin-bottom: 2px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1199px) {
    .div-date-time-wrapper {
        margin-left: -12px !important;
    }

        .div-date-time-wrapper #divDateTime label {
            margin-right: 5px;
            padding-top: 0px;
        }

            .div-date-time-wrapper #divDateTime label#lblAddressType {
                padding-top: 5px;
            }

        .div-date-time-wrapper #divDateTime .radio-align {
            margin-top: 12px;
        }

    .radio-align label {
        margin-right: 5px;
    }

    .div-date-time-wrapper #divMktUinBtn .find-uni-btn {
        margin: 28px 0px 0px 0px !important;
    }

    #menuContainer .manu-inner-wrapper .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 220px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .brandTextWarp {
        width: 200px !important;
        margin-left: 0px;
    }
    .div-date-time-wrapper {
        margin-left: -4px !important;
    }
        .div-date-time-wrapper #divDateTime {
            padding: 0px;
        }
    #menuContainer .manu-inner-wrapper .div-date-time-wrapper #divDateTime .delivery-address-top select {
        width: 175px !important;
    }
    .div-date-time-wrapper #divDateTime label#lblAddressType {
        padding-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pg-placeorder .div-date-time-wrapper {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 766px) and (orientation: landscape) {
    .div-date-time-wrapper {
        margin-left: -12px;
        width: 102% !important;
    }
        .div-date-time-wrapper #divDateTime {
            padding: 0px 0px 0px 0;
        }
    .radio-align {
        width: 50% !important;
        margin-top: 22px !important;
    }
        .radio-align label {
            width: 45% !important;
        }
    .div-date-time.date-align-mob li {
        width: 25%;
    }
    #liUniSec1 {
        width: 100%;
        text-align: center;
        float: unset;
    }

        #liUniSec1 #divMktUinBtn .find-uni-btn {
            margin: 0px 0px 0px 0px !important;
        }
    .div-date-time-wrapper #divDateTime label#lblAddressType {
        padding-top: 5px;
    }
}

@media only screen and (max-width: 720px) and (orientation: portrait) {
    .div-date-time-wrapper {
        margin-left: -4px;
    }

        .div-date-time-wrapper #divDateTime {
            padding: 0px 2px 0px 0;
        }

    #liUniSec1 {
        width: 100%;
        text-align: center;
        float: unset;
    }

        #liUniSec1 #divMktUinBtn .find-uni-btn {
            margin: 0px 0px 0px 0px !important;
        }

    .div-date-time-wrapper #divDateTime label#lblAddressType {
        padding-top: 5px;
        width: 85px;
        padding-left: 10px !important;
    }
    .left-btn-uni-middle .red-bg-round {
        margin-left: -100px;
    }

    .navbar-toggle {
        margin-top: -44px;
    }
    .pg-menu .brandTextWarp {
        width: 315px;
    }

}

#error-headcount {
    color: white;
    font-size: 13px;
    position: absolute;
    right: 70px;
    top: 8px;
    font-weight: 500;
    background-color: #ff3232;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 3px;
}

.wrapper-po-number #txtPONumber {
    height: 31px;
    float: right;
    text-align: right;
    margin-top: -3px;
    margin-right: 0px;
    width: 80%;
}

.payment-cartWrapp .cartItemPrice {
    margin-right: 8px;
}


#divCusGO {
    background-image: url('Images/cusGO.png');
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-size: 46px;
}


#divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive {
    border: 1px solid #555;
    font-size: 12px;
    padding: 2px;
}

    #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive table {
        margin:0px;
    }

    #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive table thead tr th {
        background-color: #555;
        color: #fff;
        padding: 5px 4px 5px 4px;
        font-size: 12px;
        border: 0;
        vertical-align: middle;
        font-weight: 300;
    }

    #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive table tbody tr td {
        padding: 5px 4px 5px 4px;
        font-size: 12px;
        border: 0;
        vertical-align: middle;
        font-weight: 300;
    }

        #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive table tbody tr td.d-flex {
            text-align: center;
        }
    #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive .edit-button, #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive .delete-button {
        text-align: center;
        text-decoration: underline;
        cursor: pointer;
        padding: 0px;
        /*color: #428bca !important;
        background: none !important;
        border: none !important;
        font: inherit !important;
        width: 50px;
        display: inline-block;*/
    }

        #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive .edit-button .btn-primary,
        #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive .delete-button .btn-danger {
            margin: 0px;
            padding: 4px;
        }

            #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive .edit-button .btn-primary span,
            #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive .delete-button span .btn-danger {
                margin: 0px;
            }

                #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive .edit-button span .btn-primary img,
                #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive .delete-button span .btn-danger img {
                    width: 18px !important;
                }

                #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive .edit-button span .btn-primary:hover img,
                #divCustomerGroupOrderHistory #gOHistory #groupOrderList .table-responsive .delete-button span .btn-danger:hover img {
                    filter: brightness(100);
                }

.wrapper-po-number .PONumber-checkbox {
    text-align: end;
    padding-top: 7px;
    padding-bottom: 0px;
}

    .wrapper-po-number .PONumber-checkbox label {
        margin-top: 2px;
        font-weight: 700;
        cursor: pointer;
    }

.wrapper-po-number input#chkDefaultPONumber {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    margin-top: 3px;
    line-height: 14;
    padding-top: 0;
    vertical-align: top;
    margin-left: 12px;
    cursor: pointer;
    accent-color: #ae2125;
}

/* HTML5 Boilerplate accessible hidden styles */

.promoted-input-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.promoted-checkbox input:checked + label > svg {
    height: 20px;
    -webkit-animation: draw-checkbox ease-in-out 0.2s forwards;
    animation: draw-checkbox ease-in-out 0.2s forwards;
}

.promoted-checkbox label:active::after {
    background-color: #e6e6e6;
}

.promoted-checkbox label {
    color: #3d3d3d;
    line-height: 22px;
    cursor: pointer;
    position: relative;
}

    .promoted-checkbox label:after {
        content: "";
        height: 20px;
        width: 20px;
        margin-right: 1rem;
        float: left;
        border: 2px solid #0080d3;
        border-radius: 3px;
        transition: 0.15s all ease-out;
    }


.promoted-checkbox svg {
    stroke: #0080d3;
    stroke-width: 5px;
    height: 0;
    width: 11px;
    position: absolute;
    left: 5px;
    top: 0px;
    stroke-dasharray: 33;
}

@keyframes draw-checkbox {
    0% {
        stroke-dashoffset: 33;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
#ui-datepicker-div.ui-datepicker {
    z-index: 10000002 !important;
}

@media only screen and (max-device-width: 620px) {
    .customerRegUni-check, .customerRegUni-check {
        display: flex;
    }

    .customerRegUni-check #chkAllowSubliscribe, .customerRegUni-check #chkAcceptTermsAndCondition {
        margin: 1px 0px 0px 0px;
    }
    .newUserCnt.sign-sp #chkAllowReword {
        width: 14px;
        margin: 2px 0px 0px 0px;
    }
}

.pg-myaccount .more-order-infomation .advanced-serch-section label .form-check-label {
    padding-left: 20px;
}

.pg-myaccount .more-order-infomation .advanced-serch-section .form-check-input.mr-5px {
    margin-left: 0px;
}

.pg-myaccount .more-order-infomation .advanced-serch-section .radio {
    margin-top: 0px;
}

.pg-myaccount .more-order-infomation .advanced-serch-section .d-inline-block.w-100 {
    width: 985px !important;
}

.pg-myaccount .more-order-infomation .advanced-serch-section .search-term-wrapper {
    width: 104%;
}
@media only screen and (max-device-width: 1200px) {
    .pg-myaccount .more-order-infomation .advanced-serch-section .search-term-wrapper, .pg-myaccount .more-order-infomation .advanced-serch-section .d-inline-block.w-100 {
        width: auto !important;
    }

    .pg-myaccount .more-order-infomation .advanced-serch-section .search-by-text.search-OH {
        margin-bottom: 50px;
    }
    .pg-myaccount .more-order-infomation .advanced-serch-section .radio {
        margin-top: 0px;
    }
    .pg-myaccount .more-order-infomation .advanced-serch-section .active-selector::after {
        display: none;
    }
    .pg-myaccount .div-order-list {
        max-height: unset !important;
    }
}

@media only screen and (max-device-width: 1200px) {
    .pg-myaccount .more-order-infomation .advanced-serch-section .search-by-text.search-OH {
        margin-bottom: 15px;
    }
}

.ui-resizable.tfr-warning-popup {
    width: 340px !important;
}

    .ui-resizable.tfr-warning-popup .ui-dialog-content {
        font-size: 15px;
        padding: 20px 0px 15px 0px;
        text-align: center;
    }


.tfr-warning-popup + .ui-widget-overlay {
    width: 100% !important;
}

.ui-resizable.tfr-warning-popup h3.title-popup {
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 5px;
}

.ui-resizable.tfr-warning-popup .ui-dialog-buttonset button.bgOrange {
    padding: 7px;
}

.ui-resizable.tfr-warning-popup .ui-dialog-buttonpane {
    border: 3px solid transparent;
    padding: 0 0 25px 0;
}

.table-scroll {
    display: block;
    empty-cells: show;
}

    .table-scroll thead {
        position: relative;
        display: block;
        width: 100%;
        overflow-y: scroll;
    }

    .table-scroll tbody {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
    }

    .table-scroll tr {
        width: 100%;
        display: flex;
    }

    .table-scroll td, .table-scroll th {
        flex-grow: 2;
        display: block;
    }

    .table-scroll tr th {
        border-bottom: 2px solid #e5e5e5 !important;
    }

.body-half-screen {
    height: calc(100vh - 440px) !important;
    min-height: 200px;
}


.table-scroll .display-none-set {
    display: none !important;
}

#RewardHistory table .reward-item-name {
    width: 69%;
}


/* width */
#RewardHistory ::-webkit-scrollbar, #RewardRedeem ::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#RewardHistory ::-webkit-scrollbar-track, #RewardRedeem ::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 0px;
}

/* Handle */
#RewardHistory ::-webkit-scrollbar-thumb, #RewardRedeem ::-webkit-scrollbar-thumb {
    background: #959595;
    border-radius: 0px;
}

    /* Handle on hover */
    #RewardHistory ::-webkit-scrollbar-thumb:hover, #RewardRedeem ::-webkit-scrollbar-thumb:hover {
        background: #7a7a7a;
    }

#RewardRedeem .reward-item-title {
    width: 65% !important;
}
    #RewardRedeem .reward-item-title .row {
        margin: 0;
        display: flex;
        align-items: center;
        width: 100%;
    }

        #RewardRedeem .reward-item-title .row .img {
            padding: 0 !important;
            width: 80px !important;
        }
        #RewardRedeem .reward-item-title .row .pt-1-3 {
            padding-top: .9em !important;
        }


#RewardRedeem .reward-point-title {
    width: 15% !important;
    justify-content: center;
}

#RewardRedeem .reward-redeem-title {
    width: 20% !important;
    justify-content: center;
}

#RewardHistory table .reward-item-title {
    width: 20% !important;
}

#RewardHistory table .reward-pts-header {
    width: 10% !important;
    justify-content: center;
}

#RewardHistory table .reward-time-title {
    width: 15% !important;
}

#RewardHistory table .reward-shipping-title {
    width: 12% !important;
    justify-content: center;
}

#RewardHistory table .reward-address-title {
    width: 18% !important;
}

#RewardHistory table .reward-status-title {
    width: 10% !important;
    justify-content: center;
}

#RewardHistory table .reward-action-title {
    width: 10% !important;
    justify-content: center;
}

.pg-rewardredeem #RewardcustomerLinkHistory .common-grid #gbox_rewardHistoryCustomerLinkTable {
    width: 99.3%;
}

@media only screen and (max-device-width: 760px) {
    .pg-rewardredeem .rewardredeem-wrapper #divRewardHistoryList {
        width: 100%;
        overflow: auto;
    }
        .pg-rewardredeem .rewardredeem-wrapper #divRewardHistoryList #ScrollHistoryTable {
            width: 1000px;
        }
}
@media only screen and (min-device-width: 1900px) {
    .reward-back {
        margin-left: unset !important;
        right: 5% !important;
    }
}

.delivery-close-time-card {
    color: #ae2125 !important;
    font-size: 13px !important;
    background-color: #fff0f1 !important;
    border-radius: 15px !important;
    padding: 18px 18px !important;
    font-family: 'Inter';
    height: auto !important;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 2px dotted;
}

@media all and (max-width: 768px) {
    .delivery-close-time-card {
        margin-top: 35px;
    }

    .header .navbar-wrapper .navbar-header {
        width: 105%;
        margin-top: -1px;
    }
}

@media all and (min-width: 1800px) {
    .delivery-close-time-card {
        width: 80% !important;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .delivery-close-time-section {
      /*  position: absolute;
        width: 60%;*/
        right: 15px;
        margin-top: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .delivery-close-time-card {
        margin-top: 0px !important;
    }
}

.pg-home nav li.menu-reward-inner, .pg-datetime nav li.menu-reward-inner, .pg-restaurent nav li.menu-reward-inner,
.pg-menu nav li.menu-reward-inner, .pg-placeorder nav li.menu-reward-inner, .pg-cart nav li.menu-reward-inner,
.pg-about nav li.menu-reward-inner, .pg-confirmation nav li.menu-reward-inner {
    display: none !important;
}

nav li.menu-reward-inner a {
    border: none !important;
    padding: 15px 20px 0px !important;
}

    nav li.menu-reward-inner a:hover {
        text-decoration: none;
    }
.wrapper-rate-page {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 20px;
    width: 60%;
}

    .wrapper-rate-page img {
        width: 100% !important;
    }

    .wrapper-rate-page h2 {
        text-align: center;
        color: #045085;
        font-size: 35px;
        font-family: Helvetica;
        font-weight: 500;
    }

    .wrapper-rate-page p {
        text-align: center;
        font-size: 16px;
        width: 600px;
        margin: 0 auto;
        line-height: 25px;
        color: #878787;
    }

    .wrapper-rate-page textarea {
        resize: none;
    }

    .wrapper-rate-page .star i {
        font-size: 18px;
        color: #efcb0b;
        cursor: pointer;
    }

    .wrapper-rate-page .w-75 {
        width: 75%;
    }

    .wrapper-rate-page .w-25 {
        width: 25%;
    }

.star.selected i {
    color: #efd704;
}
.star i {
    color: #c5c5c5;
    font-size: 14px;
    cursor: pointer;
}
.star.selected i:before {
    content: "\f005" !important;
}

.main-wrapper-rewards-point {
    float: left;
    display: flex;
    align-items: center;
    width: 80%;
    margin-top: 5px;
    margin-bottom: 4px;
    /*background-color: #ebc9ca;*/
    padding: 1px 8px 1px 1px;
    /*    border-width: 1.5px;
    border-style: solid;*/
    /*    border-color: #ebc9ca;*/
    border-image: initial;
    border-radius: 25px;
}

.rewards-point-wrapper {
    background-color: #4fa6ef;
    border-radius: 12px;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    line-height: 11px;
    color: #fff;
    font-size: 10px;
}
.rewardpoints-red {
    background-color: #fb5542;
    font-size: 11px;
}
.rewards-point-wrapper span {
    color: #fff !important;
    font-size: 11px;
}
    .main-wrapper-rewards-point .rewards-point-wrapper {
        border-radius: 25px;
        width: 25px;
        height: 25px;
        line-height: 14px;
        text-align: center;
        vertical-align: middle;
        padding-top: 8px;
    }

.main-wrapper-rewards-point .reward-text-desc {
    color: #000000;
    padding-top: 0px;
    font-size: 1.1em;
    font-family: Calibri;
    padding-left: 7px;
}

.star-wrapper {
    width: 85%;
    text-align: left;
}

.rate-section {
    margin-top: 88px;
}

    .rate-section .wrapper-rate-page {
        padding: 20px 40px;
        border-radius: 0px;
        margin: 80px 0 100px;
        background-color: #fbfbfb;
        position: relative;
        box-shadow: 1px 1px 5px #ababab;
    }

        .rate-section .wrapper-rate-page .header-title {
            color: #1e1e1e !important;
            font-size: 26px;
            text-transform: uppercase;
            font-family: "Open Sans", sans-serif;
            font-weight: 500 !important;
            padding-top: 0px;
            padding-bottom: 40px;
            margin-bottom: 0;
        }

        .rate-section .wrapper-rate-page .welcome-hr {
            display: none;
        }

        .rate-section .wrapper-rate-page .rate-success-msg {
            color: #399e3e;
            font-size: 13px;
            font-family: "Open Sans", sans-serif;
            padding-bottom: 0;
            letter-spacing: 0px;
            text-transform: capitalize;
            position: absolute;
            z-index: 55;
            top: 60px;
            margin: auto;
            left: 0;
            right: 0;
            width: 417px;
            height: 34px;
            line-height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .rate-section .wrapper-rate-page .rate-success-msg i {
                margin-right: 10px;
                font-size: 25px;
                margin-top: -4px;
            }

        .rate-section .wrapper-rate-page #divRestaurant {
            width: 100% !important;
            margin-bottom: 0 !important;
            margin-left: 0 !important;
            border: none;
            height: auto;
            padding: 0;
            margin: 0;
            background-color: #fbfbfb;
            box-shadow: unset;
        }

        .rate-section .wrapper-rate-page label {
            padding-bottom: 0;
            color: #202020;
            letter-spacing: 0px;
            text-align: center;
            padding-top: 0;
            margin-bottom: 2px;
            color: #1f211f;
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            font-family: "Open Sans", sans-serif;
        }

        .rate-section .wrapper-rate-page textarea {
            height: 34px !important;
            border: 1px solid #c6c6c6 !important;
            border-radius: 4px !important;
            padding: 4px 10px !important;
            width: 100% !important;
            font-size: 15px;
            font-family: 'Droid Sans';
            margin: 0 0 5px 0;
        }

        .rate-section .wrapper-rate-page .star i {
            color: #c5c5c5;
            font-size: 16px !important;
            cursor: pointer;
        }

        .rate-section .wrapper-rate-page .star.selected i {
            color: #efd704;
        }

        .rate-section .wrapper-rate-page .rate-now-btn {
            border-radius: 0px !important;
            padding: 3px 15px !important;
            box-shadow: none;
            font-family: 'Droid Sans';
            height: 42px !important;
            line-height: 29px !important;
            width: 170px;
            margin: 18px 0 5px !important;
            font-weight: 500;
            font-size: 1.15em;
            -webkit-transition: .4s;
            transition: .4s;
        }

            .rate-section .wrapper-rate-page .rate-now-btn:hover {
                background-color: #e3341c;
            }

@media only screen and (max-width: 1600px) {
    .rate-section .wrapper-rate-page {
        margin: 30px 0 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .rate-section .wrapper-rate-page {
        width: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrapper-rate-page {
        width: 70%;
    }
    .hours-24 .txt-hours-notice {
        margin-top: 100px !important;
        right: 26px;
    }
}

@media only screen and (min-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .pg-restaurent .hours-24 .txt-hours-notice {
        margin-top: 98px !important;
        right: 31px !important;
    }
}

@media only screen and (max-width: 620px) {
    .wrapper-rate-page {
        width: 100%;
    }

        .wrapper-rate-page .w-75 {
            width: 65%;
        }

        .wrapper-rate-page .w-25 {
            width: 35%;
        }

    .rate-section {
        margin-top: 65px;
    }
    .main-wrapper-rewards-point {
        width: 82%;
    }

    .asap-divRestaurant {
        height: 165px !important;
    }

    .hours-24 .txt-hours-notice {
        margin-top: 114px !important;
        right: 19px;
    }
}

.pg-restaurent .asap-divRestaurant p.tooltip-content {
    width: 100%;
    margin: 5px 0px;
    color: #524747;
}
/*
.pg-restaurent .asap-divRestaurant {
    background-color: #ffff !important;
    border: 1px solid #959595 !important;
    border-radius: 5px !important;
    border-bottom: 1px solid #959595 !important;
    border-top: 1px solid #959595 !important;
}

    .pg-restaurent .asap-divRestaurant:first-child {
        border-bottom: 1px solid #959595 !important;
        border-top: 1px solid #959595 !important;
    }

    .pg-restaurent .asap-divRestaurant .main-wrapper-rewards-point {
        border-color: #ebc9ca;
        background-color: #ebc9ca;
        width: 55%;
    }
        .pg-restaurent .asap-divRestaurant .main-wrapper-rewards-point .rewards-point-wrapper {
            background-color: #5c616d;
            padding-top: 7px;
        }
        .pg-restaurent .asap-divRestaurant .main-wrapper-rewards-point .reward-text-desc {
         padding-bottom:1px;
        }
        .pg-restaurent .asap-divRestaurant .main-wrapper-rewards-point .rewards-point-wrapper span {
            font-size: 10px;
        }

    .pg-restaurent .asap-divRestaurant p.tooltip-content {
        width: 100%;
        margin-bottom: 2px;
        color: #524747;
    }

    .pg-restaurent .asap-divRestaurant .asap-minOrder div {
        color: #524747;
    }
    .pg-restaurent .asap-divRestaurant.hours-24 .txt-hours-notice {
        margin-top: 100px !important;
    }
.rewards-point-wrapper {
    background-color: #5c616d;
}


@media only screen and (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
    .pg-restaurent .asap-divRestaurant.hours-24 .txt-hours-notice {
        margin-top: 98px !important;
        right: 32px;
    }

    .pg-restaurent .asap-divRestaurant .main-wrapper-rewards-point {
        width: 60%;
    }

    .pg-restaurent .asap-divRestaurant {
        margin-bottom: 5px !important;
    }
}


    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .pg-restaurent .asap-divRestaurant .main-wrapper-rewards-point {
            width: 60%;
        }

        .pg-restaurent .asap-divRestaurant {
            margin-bottom: 5px !important;
        }

            .pg-restaurent .asap-divRestaurant.hours-24 .txt-hours-notice {
                margin-top: 99px !important;
                right: 32px;
            }
    }
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {


    .pg-restaurent .asap-divRestaurant {
        margin-bottom: 5px !important;
    }

      
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .pg-restaurent .asap-divRestaurant.hours-24 .txt-hours-notice {
        margin-top: 93px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pg-restaurent .asap-divRestaurant .main-wrapper-rewards-point {
        width: 80%;
    }

    .pg-restaurent .asap-divRestaurant {
        margin-bottom: 5px !important;
    }

        .pg-restaurent .asap-divRestaurant.hours-24 .txt-hours-notice {
            margin-top: 109px !important;
            right: 22px;
        }
}*/