html {
    padding: 0px;
    height: 100%;
    touch-action: manipulation;
    overflow: hidden;
}

body {
    background-position: center;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    /* overflow: scroll; */
    position: fixed;
    width: 100%;
    margin-top: env(safe-area-inset-top);
    margin-bottom: env(safe-area-inset-bottom);
    margin-top: constant(safe-area-inset-top);
    margin-bottom: constant(safe-area-inset-bottom);  
    background: transparent;
}

.chORwr {
    height: 100%;
    padding: 0px;
    padding-top: 1em !important;
}
/* Below Margins are for Iphone X and up - to account for the notch */
.modal,
.alertify-notifier,
.alertify .ajs-dialog{
    margin-top: env(safe-area-inset-top);
    margin-bottom: env(safe-area-inset-bottom); 
    margin-top: constant(safe-area-inset-top);
    margin-bottom: constant(safe-area-inset-bottom); 
}

/* #app{
    padding-top: constant(safe-area-inset-top);
    
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom); 
} */

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oswald Bold'), local('Oswald-Bold'),
       url('../fonts/oswald-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}


.float-right{
    float: right;
}

/* ================================================================================ TYPOGRAPHY ========================================================================*/

h1{
    margin: 1em 0;
}

a{
    color: #333;
    text-decoration: underline;
}

h1, h2, h3, h4, p, a, button, label, .dealFeatures, img, .brand{user-select:none;}

/* ================================================================================ BUTTONS ========================================================================*/

.btn{
    font-size: 1em;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0.4em;
    margin-bottom: 0.5em;
    text-transform: uppercase !important;
}

.btn + .btn {
}

.btn.disabled, .btn:disabled {
    pointer-events: none;
}

    .btn-icon {
        padding: 0.5em 0.6em;
    }

    .btn-mini-icon {
        padding: 11px 10px;
        line-height: 10px;
        font-size: 1.5em;
    }

.btn-secondary{
  background-color:#f00;
}

  .btn-secondary:hover,.btn-secondary:focus{
    background-color:rgba(255, 0, 0, 0.8);
  }
  .btn-secondary:active{
    background-color:#fff;
    color:#f00;
  }

#login .btn-trans{
  /* background-color: transparent; */
  /* color: #fff; */
}


.processing .btn,.processing .box {
    opacity: 0.7;
    pointer-events: none;
}



/* ================================================================================ FORMS ========================================================================*/

.form-group{
    margin-bottom: .8em;
}

.form-group label {
    color: #333;
    margin: 0;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

.form-group label strong {
    color: #c00;
}

.form-group label small {
    color: #ccc;
}

.processing .form-group {
    opacity: 0.5;
    pointer-events: none;
}

.form-control{
    font-size: 1.2em;
    padding: 0em 0.4em 0.2em;
    color: #333;
    font-weight: lighter;
    border: 1px solid #ddd;
    height: auto !important;
    /*background: #f1f1f1;*/
    line-height: 1.5em;
    min-height: 1.8em;
    border-radius: 0.2em !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    /*border: none;*/
}

  .input-group>.form-control {
      padding-left: 0.2em;
  }

  .form-control:focus,.form-control:active {
      border-color: #999;
      box-shadow: none;
      background-color: #f1f1f1;
      color: #333;
  }

  .form-control::placeholder{
      color:#ccc;
      font-weight:100;
  }


select.form-control{
    background: #f1f1f1 url(../img/select.svg) no-repeat calc(100% - 15px) center;
    background-size: 10px;
    -webkit-appearance: none;
}

  select.form-control:focus,select.form-control:active {
      background: #f1f1f1 url(../img/select-up.svg) no-repeat calc(100% - 15px) center;
      background-size: 10px;
  }

  select.form-control::-ms-expand {
      display: none;
  }

.input-group-text{border: none;background: #f1f1f1;color: #333;padding: 0.1em 0 0em 0.4em;font-size: 1.6em;font-weight: unset;}


.list-complete-item {
  transition: all 1s;
  /* display: inline-block; */
  margin-right: 10px;
}
.list-complete-enter, .list-complete-leave-to
/* .list-complete-leave-active below version 2.1.8 */ {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active {
  position: absolute;
}

/* ================================================================================ APP WRAPPER ========================================================================*/

#app{
    width: 100%;
    /*height: 100vh;*/
    height: 100%;
    background-size: cover;
    background-position: center;
    /*padding: 10px;
    margin: auto;
    max-width: 800px;*/
}

.iPhoneX #app {
}

#app.loaded {}

/* ================================================================================ NAV ========================================================================*/

nav{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    align-items:center;
    justify-content:space-between;
    margin: 0em;
}

    .loaded nav {
        display: flex;
    }

nav .btn-burger {
  padding: 1.2em 0.6em;
  z-index: 1000;
  border: none;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  opacity: 0.8;
  margin-left: auto;
  margin-top: 0.5em;
}

.iPhoneX nav .btn-burger {
}
nav .btn-burger span {display: block;width: 1.5em;height: 4px;background: #fff;position: relative;transition: all 150ms ease-in-out;}

.showNav nav .btn-burger span {
    background: rgba(255, 255, 255, 0);
    transform: rotate(45deg);
}
nav .btn-burger span:before {display: block;width: 27px;height: inherit;background: inherit;content: "";position: absolute;top: -200%;transition: all 150ms ease-in-out;}
nav .btn-burger span:after {display: block;width: 27px;height: inherit;background: inherit;content: "";position: absolute;top: 200%;transition: all 150ms ease-in-out;}

.showNav nav .btn-burger span:before {transform: rotate(90deg);top: 0;}
.showNav nav .btn-burger span:after {transform: rotate(0deg);top: 0;}

nav .menuItems {
    width: 100%;
    position: absolute;
    z-index: 3;
    transform: translateY(-10%);
    transition: all 300ms cubic-bezier(0.84, 0.01, 0.26, 1);
    background: rgba(0,0,0,0.8);
    height: calc(100vh + 2em);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    top: 0;
    backdrop-filter: blur(5px);
}

nav .menuItems .brand {
    width: 20%;
    text-align: center;
    margin: 0em 0 0.5em;
}

    nav .menuItems .btn-menu {
        display: block;
        width: 70%;
        border: none;
        font-size: 0.9em;
        /*padding: 0.4em 1em;*/
        padding: 0.375rem 0.75rem;
        color: #fff;
        background: transparent;
        text-transform: uppercase;
        margin-bottom: 0.7em;
        border-radius: 0.5em;
        box-shadow: 0 0.9em 1em rgb(0 0 0 / 30%) !important;
    }

nav .menuItems .btn-menu.btn-muted {
    border: none;
    font-size: 0.7em;
    opacity: 0.5;
    margin: 1em 0 0;
}

nav .menuItems p {
    margin: 1em 0 0;
    font-weight: bold;
}

    .showNav nav .menuItems {
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
        pointer-events: all;
        overflow: scroll;
        margin: 0em 0em !important;
        top: 0;
        padding: 1em 0;
    }

nav .menuItems .version {
    font-size: 0.7em;
    font-weight: normal;
    opacity: 0.5;
    margin: 0.4em 0;
}

/* ================================================================================ PROCESSING ========================================================================*/


.processing{
  position: relative;
  pointer-events: none;
  background-color:#fff;
}

.processing:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #f00;
  background-image: url(../img/loader.svg);
  background-repeat: no-repeat;
  background-size:3em;
  background-position: center;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  right:50%;
  width: 3em;
  z-index: 10;
  height: 3em;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  border-radius: 2em;
}

.processing_menu #process, .processing_menu .testSteps, .processing_menu nav .btn-burger{
    opacity: 0;
    user-select:none;
    pointer-events:none;
}

/* ================================================================================ PROCESS ========================================================================*/

#process{opacity: 0;transform: scale(0.95);}

#process.swiper-container {
    height: 100vh;
    /*height: 100%;*/
    padding: 0;
    /*background: #ffffffe6;*/
    /*box-shadow: 0 0 0px 100px rgba(0,0,0,0.8);*/
    transition: 500ms all 200ms cubic-bezier(0, 0, 0, 1.01);
}

#process.swiper-container .processSlide {
    
    /*padding: 3.5em 0px 6em;*/
    /* overflow: auto; */
    padding: 3em 15px 12em;
    overflow-x: none;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8em;
}

.loaded #process {
    opacity: 1;
    transform: scale(1);
    /*transform: scale(0.96);*/
}

.showNav #process {
    /* filter: blur(5px); */
}

.loaded.loginStep #process {
    visibility: hidden;
}


#process .progressbar {
    bottom: 50px;
    height: 5px;
    z-index: 1000;
}

#process .progressbar .swiper-pagination-progressbar-fill {
    background: #d71920;
}

#process.swiper-container .processSlide h1 {
  font-size: 1.5em;
  margin: 1em 0 0.5em;
  text-align: center;
}

#process .contentWrapper {background: #fff;color: #333;position: relative;font-size: 0.9em;padding: 1em;border-radius: 3px;box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);}


.value{
    font-weight: 600 !important
}

#mainBtnWrapper {
        /* position: fixed; */
        /* bottom: -150px; */
        /* width: 100%; */
        display: flex;
        z-index: 900;
        /* box-shadow: 0 0 30px rgb(0 0 0 / 60%); */
        /* transition: bottom 300ms ease-out; */
        height: 80px;
        line-height: 80px;
        bottom: 0px;
}

.Android #mainBtnWrapper{
    /*bottom: 1.5em !important;*/
}

.Sumsang #mainBtnWrapper{
    bottom: 2.2em !important;
}

/*.iPhoneX.Installed #mainBtnWrapper .btn {
    padding-bottom: 2em;
}

.loaded #mainBtnWrapper {
    bottom: 0px;
}

.findRestaurantStep #mainBtnWrapper {
    bottom: -150px !important;
}

#nearestRestaurant #mainBtnWrapper {
    bottom: 0px !important;
}

.restaurantGroup #mainBtnWrapper {
    bottom: 0px !important;
}*/

#mainBtnWrapper .btn-primary {
    flex: 1;
}

#mainBtnWrapper .btn {
    display: block;
    border-radius: 0px;
    padding: 0.5em 0;
}

#mainBtnWrapper .btn-back img {
    height: 1em;
    margin-bottom: 0.2em;
}

#mainBtnWrapper .btn-back {
    background: #fff;
    color: #000;
    width: 100px;
    padding: 0;
    border: none;
    transition: width 150ms ease-in-out;
}



/* ================================================================================ ONBOARDER ========================================================================*/


#onBoarder{}

#onBoarder .close {
    width: auto;
    font-size: 1.4em;
    font-weight: 900;
    text-transform: uppercase;
    background: transparent !important;
    text-decoration: none;
    color: #333;
    top: 0.5em;
    right: 0.5em;
}

#onBoarder.modal section {
    padding: 0em;
}

#onBoarder .swiper-wrapper {
    z-index: 10;
}

#onBoarder .parallax-bg {
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-position: top left;
    z-index: 2;
    position: absolute;
}

#onBoarder section::-webkit-scrollbar {
    height: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
#onBoarder section::-webkit-scrollbar-thumb {
    display: none;
}

#onBoarder .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 10px solid  transparent;
    max-width: 600px !important;
}

/* ================================================================================ Restaurant ========================================================================*/

#findRestaurant{
    /* padding-bottom: 5em !important; */
}

#findRestaurant h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.4em;
}

#findRestaurant .brand {
    /*width: 150px;*/
    margin: 1em auto 1em;
    display: block;
    transition: 300ms all 500ms ease-in-out;
    transform: translateY(-20px);
    opacity: 0;
}

.loaded #findRestaurant .brand {
    transform: translateY(0px);
    opacity: 1;
}

#process #findRestaurant h1 {
    font-size: 0.9em;
    text-align: center;
    font-weight: normal;
    opacity: 0.4;
}

#process #findRestaurant .ss-single-selected {
    background: #fff;
    height: auto;
    padding: 0.5em;
    border: 1px solid #fff;
}

#findRestaurant .restaurantList {
    border-radius: 5px;overflow: hidden;
   /* box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);*/
}

#findRestaurant .restaurantGroup .btn {
    /*border-radius: 0;*/
    position: relative;
    margin: 0;
    color: inherit;
    white-space: initial;
    line-height: 1;
    border-bottom: 1px dotted #1a1a1a;
    padding: 0.5em;
    margin-bottom: .5em;
}

#findRestaurant .restaurantGroup .btn.closed {
    opacity: 0.9;
}

#findRestaurant .restaurantGroup .btn.closed span {
    font-size: 1em;
    opacity: 1;
}

#findRestaurant .restaurantGroup.nearest .btn {
    line-height: 1.6;
    padding: 0.3em;
    font-size: 1.2em;
}
#findRestaurant .restaurantGroup .btn{
    line-height: 1.6;
    padding: 0.3em;
    font-size: 1.2em;
}
#primary_categories .restaurantList div .btn {
    line-height: 1.6;
    padding: 0.3em;
    font-size: 1.2em;
}
#findRestaurant .restaurantGroup .btn:last-child {
    border: none;
}

#findRestaurant .restaurantGroup.nearest .btn span {
    display: block;
}

#findRestaurant .restaurantGroup .btn span {
    /* opacity: 0.3; */
    font-size: 0.7em;
    white-space: nowrap;
}

#findRestaurant .restaurantGroup .groupWrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 500ms all cubic-bezier(0.99, 0.01, 0.15, 0.98);
}

#findRestaurant .restaurantGroup.show .groupWrapper {
    /* max-height: 1600px; */
    max-height: 100%;
    overflow: hidden;
}

#findRestaurant .restaurantList .restaurantGroup {}
#findRestaurant .restaurantList .restaurantGroup .btn-primary {

}

#findRestaurant .restaurantGroup.nearest {border-radius: 5px;overflow: hidden;}


#findRestaurant .restaurantGroup .btn-primary:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 14px;
    background: url(../img/select.svg) no-repeat;
    background-size: contain;
    top: 15px;
    transition: 300ms transform cubic-bezier(0.75, -0.34, 0.24, 1.26);
    transform: rotate(0deg);
    transform-origin: 7px 4px;
    opacity: 0.3;
}
#findRestaurant .restaurantGroup .btn-near:after {
    background:  none !important;
}
#findRestaurant .restaurantGroup.show .btn-primary:after {
    transform: rotate(180deg);
}

#findRestaurant .groupWrapper .offline{
    color: red;
    display: inline;
}


#app.findRestaurantStep .mainBtnWrapper{
    bottom: -50px;
}

/* ================================================================================ MENU ========================================================================*/

#menu{
}

#menu h1{
  margin: 0;
  text-align:center;
  font-size:1.5em;
}

#menu .searchWrapper{
    position: relative;
}

#menu .searchWrapper .btn {
    font-size: 3em;
    padding: 0;
    line-height: 0.4;
    background: transparent;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
}

#menu .searchWrapper .mealSearch{
  background: #fff;
  border: none;
  margin-bottom: 0.5em;
  /* color: #aaa; */
  text-align: center;
}


#menu .categoryWrapper{
    /* background: #fff; */
    border-radius: 3px;
    margin-bottom: .4em;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    /* margin: 0; */
    /* background: #333; */
    line-height: 3em;
    /* text-align: center; */
    border-radius: 3px 3px 0px 0px;
    background-image: '';
    /* background-size: cover; */
    background-size: 100% 120px;
    background-repeat: no-repeat;
    position: relative;
    max-height: 120px !important;
    color: #fff;
    cursor: pointer;
    /* max-height: 4.5em;
    transition: 300ms all ease-in-out; */
    /* height: 100%; */
}

#menu .categoryWrapper.show {
    max-height: 4000px !important;
    overflow: initial;
    background: #fff;
    border-radius: 7px 7px 0.8em 0.8em !important;
    border: solid thin #ddd;
}
#menu .categoryWrapper h2 div {
    /* margin: auto;
    padding: 1px; */
}

  #menu .categoryWrapper h2 {
    margin: 0;
    line-height: 3em;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    background-image: '';
    background-size: 100%;
    position: relative;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 120px !important;
    /* height: 150px !important; */
  }

#menu .categoryWrapper h2 svg {
    width: 15px;
    margin-bottom: 5px;
    fill: #fff;
    stroke: #00000029;
}

  #menu .categoryWrapper .mealItem {
      color: #333;
      padding: 0.6em 0.8em;
      border-bottom: 1px solid #eee;
      position: relative;
      cursor: pointer;
      background: #fff;
      border-radius: 0;
  }

#menu .categoryWrapper .mealItem:last-child {
    border-radius: 0 0 0.8em 0.8em;
}

    #menu .categoryWrapper .mealItem h1 {
        margin: 0;
        font-size: 1em;
        text-align: left;
        color: #f00;
    }

#menu .categoryWrapper .mealItem h1 small {
    display: block;
    float: right;
    margin-left: 10px;
}

    #menu .categoryWrapper .mealItem p {
        line-height: 1.2em;
        font-size: 0.7em;
        margin: 0 0 0.5em 0;
        text-transform: capitalize;
    }

    #menu .categoryWrapper .mealItem span {
        display: inline-block;
        background: #f00;
        color: #fff;
        font-size: 0.8em;
        padding: 0.1em 0.6em;
        border-radius: 1em;
    }

      #menu .categoryWrapper .mealItem span.ordered {
          padding: 0.3em 0.6em;
          position: absolute;
          left: -1em;
          font-size: 0.7em;
          top: calc(50% - 12px);
          background: #090;
      }

/* ================================================================================ MENU ITEM ========================================================================*/

#menuItem{
    top: 30px;
    bottom: initial;
    /* height: 100%; */
}

#menuItem.show {
}

#menuItem header {
    color: #fff;
    padding: 1em;
}

#menuItem h1 {
    margin: 0;
    font-size: 1.2em;
    line-height: 1em;
    padding: 0 5%;
}

#menuItem p {
    text-align: center;
    margin: 0;
    padding: 0 0em 0em;
    font-size: 0.7em;
    font-weight: 100;
}

#menuItem .menuItemImage {
    width: 100%;
    margin-bottom: 1em;
}


#menuItem .slimSelect {
    background: #eee;
    margin-bottom: 1em;
    width: 100%;
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    font-weight: 100;
    font-size: 0.8em;
    opacity: 0.5;
    padding: 0.5em 0.5em 0;
}

#menuItem .slimSelect .ss-multi-selected {
    background: transparent;
}

#menuItem .slimSelect .ss-multi-selected .ss-value {
    font-size: 0.9em;
}


#menuItem .slimSelect .ss-multi-selected .ss-values .ss-disabled {
    color: #333;
    line-height: initial;
}

#menuItem .slimSelect .ss-single-selected {
    height: auto;
    background: transparent;
}

#menuItem .slimSelect .placeholder {
    overflow: visible;
    line-height: initial;
}

#menuItem .slimSelect .ss-single-selected .placeholder .ss-disabled {
    color: #333;
}

#menuItem .slimSelect.required .ss-single-selected .placeholder ::after,
#menuItem .slimSelect.required .ss-multi-selected .ss-values .ss-disabled::after {
    content: "*";
    color: #f00;
    margin-left: 2px;
}

#menuItem .slimSelect.required.notSelected{
    outline: 1px solid #f00;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    font-family: sans-serif;
}


#menuItem label {
    font-weight: 100;
        color: #aaa;
}

#menuItem select {
    color: #666 !important;
    font-weight: 400;
    display: flex;
    cursor: pointer;
    width: 100%;
    /*height: 30px;*/
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s;
}

#menuItem footer .btn{width: 100%;}

#menuItem .input-group {
    margin-right: 1em;
    overflow: hidden;
    border-radius: 0.2em;
}

#menuItem .input-group button {
    background: #333;
    color: #fff;
    font-size: 2em;
    line-height: 0.7em;
    border-radius: 0;
    margin-bottom: 0em;
}

#menuItem .input-group input {
    text-align: center;
    font-weight: 500;
}

/* ================================================================================ DELIVERY ========================================================================*/

#deliveryInfo{}

#deliveryInfo .btn-group {
    width: 100%;
    display: flex;
    margin-bottom: 1em;
}

#deliveryInfo .btn-group .btn {
    flex: 1;
}

#deliveryInfo .addressGroup {
    border: 1px solid #ddd;
    border-radius: 3px;
}

#deliveryInfo .addressGroup input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
}

#deliveryInfo .collectionInfo{
}

#deliveryInfo .collectionInfo h1 {
    margin: 0 !important;
    padding: 0 0.6em;
    text-transform: uppercase;
}

#deliveryInfo .collectionInfo p {
    margin: 0 !important;
    padding: 0 0.6em;
    text-align: center;
}

#deliveryInfo .map {
    margin: 1em 0 0;
    width: 100%;
    border-radius: 5px;
}

#deliveryInfo .createAccount{
    padding-bottom: 2em;
    margin-bottom: -1em;
}

#deliveryInfo h2 {
    font-size: 1.2em;
    text-align: center;
    margin: 0.5em 0 1em;
}

/* ================================================================================ PAYMENT INFO ========================================================================*/

#addCard{
   /* background: transparent;*/
    height: 100%;
    /* overflow-y: auto; */
}
#addCard .close {
    top: -0px !important;
    right: -0px !important;
}
#addCard section {
    flex: 0;
    top: -0px;
}
#addCard input{
    text-align: center !important;
}

#addCard h1 {
    color: #fff;
    text-align: center;
    margin: 1em 0 3em;
    font-size: 1.2em;
}

#addCard section {
    background: #fff;
    border-radius: 3px;
    overflow: visible;
    margin-top: 5em;
    height: 100%;
}

#addCard .cardExample {
    width: 250px;
    display: block;
    padding: 70px 20px;
    margin: -60px auto 1em;
    background: #242d7d;
    border-radius: 5px;
    font-family: monospace;
    text-align: left;
    font-size: 0.8em;
    position: relative;
    color: rgba(255, 255, 255);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.4);
    transform: rotateY(0deg);
    text-transform: uppercase;
    transform-style: preserve-3d;
    transition: transform 400ms cubic-bezier(0.89, -0.24, 0.16, 1.25);
}

#addCard .cardExample.flip {
    transform: rotateY(-180deg);
}

#addCard .cardExample .front {
    background: url(../img/cards/front.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    background-color: #666;
    transform: translateZ(0px);
    z-index: 1;
    backface-visibility: hidden;
    transition: 500ms background ease;
    color: #fff;
}

#addCard .cardExample .card_4 {
    background-color: #0b6db4 !important;
}

#addCard .cardExample .front.card_5 {
    background-color: #222;
}

#addCard .cardExample .back {
    background: url(../img/cards/back.png);
    background-size: 100% 110%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    transform: rotateY(180deg) translateZ(1px);
    transition: 1s background ease;
    background-color: #666;
}

#addCard .cardExample .front b {
    position: absolute;
    bottom: 50px;
    left: 23px;
    font-size: 19px;
}

#addCard .cardExample .back b {
    position: absolute;
    bottom: 62px;
    right: 23px;
    font-size: 1em;
    text-align: right;
    color: #333;
}

#addCard .cardExample .front strong {
    position: absolute;
    bottom: 9px;
    left: 23px;
    font-size: 16px;
}

#addCard .cardExample .front span {
    position: absolute;
    bottom: 26px;
    left: 23px;
    font-size: 13px;
}

#addCard .cardExample .front img {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
}

#addCard .contentWrapper {
    margin-top: 4em;
    perspective: 500px;
    perspective-origin: top;
}


/* ================================================================================ CHECKOUT ========================================================================*/

#viewOrder{
    padding-bottom: 4em !important;
}

#viewOrder .cartInfo {
}

#process #viewOrder .contentWrapper {width: 95%;border-radius: 0;box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);padding: 1em 0.5em;}

#process #viewOrder .contentWrapper .brand {}

#viewOrder .cartInfo h1 {
    margin: 0 0 0.5em !important;
    font-size: 1.1em !important;
    text-transform: uppercase;
}

#viewOrder h1 small {
    display: block;
    font-size: 0.6em;
    opacity: 0.5;
}

#viewOrder .cartInfo table {
    width: 100%;
}

#viewOrder .cartInfo:after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 5px;
    background: transparent url(../img/slip.svg);
}

#viewOrder .cartInfo:before {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    top: -5px;
    left: 1px;
    height: 5px;
    background: transparent url(../img/slip.svg);
    transform: rotate(180deg);
}

#viewOrder .cartInfo td {
    padding: 0.6em 0.3em;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #eee;
    position: relative;
}

#viewOrder .cartInfo td .removeItem {
    background: #fff;
    color: #333;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 100;
    padding: 2px 5px 6px;
    line-height: 0.4em;
    position: absolute;
    right: -24px;
    top: 2px;
}

#viewOrder .cartInfo td:last-child {
    text-align: right;
}

#viewOrder .cartInfo td p {
    margin: 0;
}

#viewOrder .cartInfo td small {
    display: block;
    opacity: 0.5;
    font-style: italic;
}


#viewOrder .cartInfo tfoot td {
    line-height: 1.5em;
    padding: 0.3em 0.5em;
}

#viewOrder .btn-primary{
    font-size: .8em;
}



/* ================================================================================ LOGIN ========================================================================*/
#account h1{
  margin-bottom:0;
  margin-top:0;
  text-align: center;
  font-size: 1.4em;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}
#account .credentialDetails{
  /* padding-top:.5em; */
  margin: 0 15px;
  position: relative;
  padding: 1.5em .9em;
  background-color: rgba(255,255,255, .8);
}

#account .credentialDetails .form-control{
  font-size: .9em;
  font-weight:100;
}

#account button.btn{
  border-radius: .25rem;
  border:none;
  font-size:.7em;
  text-transform:uppercase;
  text-align: center;
  display: block;
  width: 100%;
}
#account .forgot {
    color: #000;
    font-weight: 100;
    font-size: 0.7em;
    display: flex;
    justify-content: flex-end;
    padding-bottom: .5em;
}
#account .noAccount {
    /* position: absolute; */
    bottom: 30px;
    width: 100%;
    padding: 5px 10px;
    /* background: #f00; */
    color: #FFF;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 0.75em;
    font-weight: 100;
}

#account .noAccount a {
    color: #fff;
}   
#account{/* padding: 60px 0px !important; *//* align-items: center; */}

/* ================================================================================ LEGAL ========================================================================*/

#legal{}

#legal section {
    max-height: initial;
}

#legal .btn-group-sm {
    /* border-bottom: 1px solid #eee; */
    justify-content: end;
    margin: 0 -9px 0;
    padding: 0.5em 0 0;
    text-align: center;
    /* background: #eee; */
}

#legal .btn-group-sm .btn {
    background: transparent;
    margin-bottom: -1px;
    border-radius: 0px;
}


#legal .btn-group-sm .btn .active {
    background: #fff !important;
    border-radius: 3px 3px 0 0;
}

#legal .legalWrapper {
    line-height: 1.2;
    /* font-family: serif; */
    font-size: 0.7em;
}

#legal .legalWrapper h3{
    font-weight: bold;
}

#legal .legalWrapper li{
    font-size: .8em;
    margin-bottom: 1em;
}

#legal .modal header {
    text-align: center;
    padding: 0;
    border-radius: 5px 5px 0 0;
    background: #333;
    color: #fff;
}
/* ================================================================================ PROFILE ========================================================================*/

#profile h4 {margin: 2em 0 1em;padding: 0.4em 0;border-bottom: 1px solid #ccc;}


#profile .empty {
    padding: 40vh 0;
    display: block;
    text-align: center;
    opacity: 0.3;
}

#profile #messageBoard{
}


#profile #messageBoard p {
    background: #f1f1f1;
    padding: 0.5em 0.7em;
    border-radius: 10px;
    line-height: 1.3;
    font-size: 0.9em;
    position: relative;
    padding-bottom: 20px;
}

#profile #messageBoard p:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #f1f1f1;
    position: absolute;
    bottom: 7px;
    right: -10px;
}

#profile #messageBoard p b {
    display: block;
}

#profile #messageBoard p small {
    display: block;
    position: absolute;
    opacity: 0.3;
    bottom: 5px;
    font-size: 0.6em;
    right: 8px;
}


#messages #messageBoard p {
    background: #f1f1f1;
    padding: 0.5em 0.7em;
    border-radius: 10px;
    line-height: 1.3;
    font-size: 0.9em;
    position: relative;
    padding-bottom: 20px;
}

#messages #messageBoard p:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #f1f1f1;
    position: absolute;
    bottom: 7px;
    right: -10px;
}

#messages #messageBoard p b {
    display: block;
}

#messages #messageBoard p small {
    display: block;
    position: absolute;
   /* opacity: 0.3;*/
    bottom: 5px;
    font-size: 0.6em;
    right: 8px;
}


#orderHistory{
    margin: -10px;
}

#orderHistory td {
    font-size: 0.8em;
    line-height: 1;
}

#orderHistory td small {
    display: block;
    opacity: 0.4;
    padding-top: 4px;
}

#orderHistory td:nth-child(2) {
    text-align: right;
    font-size: 1em;
    /* padding-top: 1rem; */
}

#orderHistory th:nth-child(2) {
    text-align: right;
}

#profile .cardList{

}

#profile .cardList .cardItem{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.7em;
}

#profile .cardList .cardItem span {
    flex-grow: 1;
}

#profile .cardList .cardItem small {
    color: #CCC;
    margin-left: 0.3em;
}

#profile .cardList .cardItem .btn {
    margin: 0;
}

/* ================================================================================ CONFIRM ========================================================================*/


#confirm{}

#confirm .contentWrapper:after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 5px;
    margin-top: .8em;
    /* background: transparent url(../img/slip.svg); */
}

#confirm .contentWrapper:before {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    top: -5.2px;
    left: 0.1px;
    height: 8px;
    /* background: transparent url(../img/slip.svg); */
    transform: rotate(180deg);
}

#confirm .contentWrapper {
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 1em;
}

#process #confirm .contentWrapper {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
    padding: 1em 0.5em !important;
}

#confirm .contentWrapper small {
    font-size: 0.7em;
    text-align: center;
    /* margin: 2em 1em 0; */
    display: block;
    opacity: 0.5;
    margin-top: 20px;
}

#confirm .contentWrapper h2 {
    text-align: center;
    font-size: 1.2em;
}

#confirm .contentWrapper h3 {
    text-align: center;
    font-size: 0.7em;
    padding-top: 15px;
    font-weight: 700;
}

#confirm .contentWrapper select {
    /* margin-bottom: 0.5em; */
    text-transform: capitalize;
}

#cardOptions #cvvTd{
    max-width: 100px;
}


#cardOptions #cvvTd .form-control{
    text-align: center;
}

#confirm .contentWrapper h3 small {
    font-size: 0.9em;
    display: block;
}

#confirm .table td {
    padding: 0.5em 0;
}

.contentWrapper .btn-trans, section .btn-trans {
    /* color: #333;
    background-color: #f1f1f1; */
    font-size: 0.8em;
    margin-top: 1em;
}

#confirm .table td:nth-child(2) {
    text-align: right;
}

/* ================================================================================ COMPLETE ========================================================================*/
#complete {
}

#app.completeStep .btn-back {
    width: 0px;
}

#process #complete h1 {
    font-size: 3em;
    line-height: 1;
    margin-top: 1em;
}

#complete p {
    text-align: center;
    line-height: 1;
}

#complete p b {
    display: block;
    font-size: 1.7em;
    text-transform: uppercase;
}

#complete p span {
    display: block;
    font-size: 1.3em;
    font-weight: 700;
}

/* ================================================================================ ABOUT ========================================================================*/

#about {
}

#about section {
    font-size: 0.8em;
    text-align: center;
}

/* ================================================================================ ABOUT REWARDS ========================================================================*/

.htmlContainer h3{
    font-weight: bold;
}

.htmlContainer li{
    font-size: .8em;
    margin-bottom: 1em;
}
/* ================================================================================ FAQS ========================================================================*/

#faqs {
}


#faqs section p {
    line-height: 1.2;
    font-size: 0.9em;
    border-bottom: 1px solid #eee;
    padding: 0.5em 0 0;
    margin-bottom: 0.5em;
}

#faqs section p button {
    display: block;
    padding: 0 20px 0 0;
    text-align: left;
    background: url(../img/select.svg) no-repeat right center;
    border: none;
    background-size: 15px;
    width: 100%;
    margin-bottom: 0.5em;
}

#faqs section p span {
    display: block;
    overflow: hidden;
    max-height: 0px;
    transition: all 300ms ease-in-out;
    background: #f1f1f1;
    padding: 0em 1em;
    margin: 0 -1em;
}

#faqs section p button:focus {outline: none;}

#faqs section p.show span {
    max-height: 200px;
    padding: 0.5em 1em;
}



#faqs {
}


#faqsHelp section p {
    line-height: 1.2;
    font-size: 0.9em;
    border-bottom: 1px solid #eee;
    padding: 0.5em 0 0;
    margin-bottom: 0.5em;
}

#faqsHelp section p button {
    display: block;
    padding: 0 20px 0 0;
    text-align: left;
    background: url(../img/select.svg) no-repeat right center;
    border: none;
    background-size: 15px;
    width: 100%;
    margin-bottom: 0.5em;
}

#faqsHelp section p span {
    display: block;
    overflow: hidden;
    max-height: 0px;
    transition: all 300ms ease-in-out;
    /* background: #f1f1f1; */
    /* padding: 0em 1em; */
    /* margin: 0 -1em; */
    padding-top: 0.5em;
}

#faqsHelp section p button:focus {outline: none;}

#faqsHelp section p.show span {
    max-height: 200px;
    padding: 0.5em 1em;
}

/* ================================================================================ TESTING ========================================================================*/

.testSteps {
    position: absolute;
    bottom: 0px;
    opacity: 0.3;
    color: #000 !important;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.testSteps .btn {
    background: #ccc;
    color: #333;
    padding: 0em 0em;
    width: 50%;
    border-radius:0!important;
}

/* ================================================================================ RESPONSEGATE ========================================================================*/

.responseGate{position: absolute;top: 0;display: none;left: 0;right: 0;bottom: 0;background: #000;padding: 10%;text-align: center;z-index: 999999;align-items: center;justify-content: center;font-weight: bold !important;height: 100%;}

.mobile .responseGate{
  display: none;
}

.responseGate .brand {
    height: 40vh;
}

.responseGate h1 {
    margin:2em; 
    font-size: 1em;
    display: none;
}

.desktop .responseGate h1.notMobile, .tablet .responseGate h1.notMobile{
    display: block ;
} 

.desktop .responseGate h1.rotate{
    display: none !important; 
} 


/* ================================================================================ ALERTS ========================================================================*/

.alertify{
    color: #333;
}

.alertify .ajs-dialog {padding: 1em;box-shadow: 0 0 50px rgba(0,0,0,0.4);border-radius: 3px;overflow: hidden;}

.alertify .ajs-footer {
    margin: 0 -1em -1em;
}

.alertify .ajs-dimmer {
    opacity: 0.9;
    z-index: 10200;
    background-color: #000;
}

.alertify .ajs-modal {
    z-index: 10300;
}

.ajs-button {
    background: #f1f1f1;
    border: none;
    font-size: 0.9em;
    border-radius: 3px;
}

.ajs-button.ajs-ok {
    background: #c00;
    color: #fff;
    float: right;
}
.ajs-button .ajs-cancel{
float: left;
}
.ajs-header, .ajs-commands {
   /* display: none;*/
       border-bottom: solid thin #ddd;
    background: #ddd;
}

.alertify .ajs-body .ajs-content {
    padding: 0px;
    text-align: center;
}

.alertify .ajs-body .ajs-content .ajs-input {
    background: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}

.alertify-notifier .ajs-message{width: 70vw;text-align: left;padding: 0.5em 1em !important;border-radius: 0em;font-size: 0.8em;bottom: 0.8em;box-shadow: 0 6px 20px rgba(0,0,0,0.3);}

.alertify-notifier .ajs-message {
    left: 0 !important;
    transform: translateX(0) !important;
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
}

.alertify-notifier .ajs-message.ajs-error {
    background: #d7191f;
    color: #fff;
}

.alertify-notifier .ajs-message.ajs-success {}

.alertify-notifier {
    left: 0 !important;
    top: 0px !important;
}

.alertify-notifier.ajs-top {width: 100%;}

/* ================================================================================ LOGIN ========================================================================*/

#login{
    /* background: transparent; */
    /* height: 300px; */
}

#login h2 {
    text-align: center;
    font-size: 1em;
    margin: 0.7em;
    color: #666;
}

#login header {
    background: transparent !important;
    margin-bottom: 1em;
}

.loginStep #login {
    /* display: block; */
}

#login .logo {
    width: 60%;
}


/* ================================================================================ SUPPORT ========================================================================*/

#support{bottom: auto;}

#support section {}

/* ================================================================================ IFRAME ========================================================================*/

#iFrame{
    overflow: hidden;
}

#iFrame iframe {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;

}

/* ================================================================================ LOADING ========================================================================*/

#loading-new{
    position: absolute;
    z-index: 10100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


#loading-new img {
    width: 50px;
    margin: 0 auto;
}

#loading-new span {
    visibility: hidden;
}

.loaded #loading-new span {
    visibility: visible;
}


/* ================================================================================ LOADING ========================================================================*/

#loading{
    position: absolute;
    z-index: 10100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


#loading img {
    width: 50px;
    margin: 0 auto;
}

#loading span {
    visibility: hidden;
}

.loaded #loading span {
    visibility: visible;
}

/* ================================================================================ MODAL ========================================================================*/

.modal{
    right: 15px;
    left: 15px;
    top: 4em;
    bottom: 15px;
    background: #fff;
    color: #333;border-radius: 5px;
    flex-direction: column;
    transform: scale(0.01);display: flex;
    transition: opacity 300ms cubic-bezier(0.82, 0.01, 0.16, 1) 200ms, transform 400ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    overflow: visible;
    pointer-events: none;
    box-shadow: 0 0 50px rgba(0,0,0,0.4);
    max-height: calc(100% - 60px);
    display: contents;
}

#onBoarder.modal{
    background: rgba(0,0,0,0.9);
}

.modal.fullSize {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.modal.instant {
    transition-duration: 0s;
}

.modal.page {
    /*right: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* top: 0; */
    /* border-radius: 0; */
    /* transform: scale(1) translateX(100%); */
    /* transition: opacity 0ms cubic-bezier(0.82, 0.01, 0.16, 1) 0ms, transform 300ms cubic-bezier(0.84, -0.01, 0.14, 1.02); */
    opacity: 1;
    visibility: visible;
}

.loaded .modal {}

.modal header {
    text-align: center;
    padding: 0.5em 0.5em 0.5em;
    border-radius: 5px 5px 0 0;
    background: #333;
    color: #fff;
}

.modal.page header {
    border-radius: 0;
    padding: 0.2em 0 0;
}

.modal.page header .btn-group {
    width: 100%;
    justify-content: space-around;
}

.modal.page header .btn-group .btn {
    background: transparent;
    border-radius: 3px 3px 0 0;
    padding: 0.2em 0.6em;
    margin-bottom: 1px;
}

.modal.page header .btn-group .btn.btn-back {
    padding: 0em 0.5em;
}

.modal.page header .btn-group .btn.btn-back img {
    width: 18px;
    padding: 0;
    margin-bottom: 0.2em;
}

.modal.page header .btn-group .btn.active {
    background: #fff;
    margin-bottom: -5px;
}

.modal header h1 {
    margin: 0 0 0.2em;
}

.modal section {
    padding: 0.7em;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    flex: 1;
    /* max-height: 60vh; */
    overflow: inherit;
    max-width: 100%;
}

.modal.page section {
    max-height: initial;
    overflow-y: auto;
    padding-bottom: 5em;
}

.modal footer {
    display: flex;
    padding: 0.4em;
    z-index: 10;
    border-radius: 0 0 5px 5px;
    background: #fff;
    /* box-shadow: 0 -11px 20px -10px rgba(0,0,0,0.2); */
}

.modal .close {
    position: absolute;
    top: -5px;
    opacity: 1;
    font-weight: 700;
    font-size: 34px;
    line-height: 30px;
    right: -5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: sans-serif;
    z-index: 99;
    text-shadow: none;
    color: inherit;
    font-style: bold;
}

.modal.show {
    display: flex;
    transform: scale(1) translateX(0%);
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
     box-shadow: 0 0 0px 1000px rgba(0,0,0,0.9); 
    max-width: 100%;
    max-width: 600px;
    margin: 0px auto;
}

#modalCloser{
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #000;
    transition: all 300ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    overflow: visible;
    position: absolute;
    z-index: 1020;
    pointer-events: none;
}

#modalCloser.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    background-size: cover;
    background-position: center;
    display: none;
    
}

.value {
    /* font-weight: 900; */
}
#rewards .valueContainer{
    display: flex;
    justify-content: space-between;

}

#rewards .valueContainer small{
    display: block;
}

/* #rewardsCardOrNot,
#congratsRewards{
    height: fit-content;
} */
#rewardsCardOrNot h3{
    margin: 1em 0;
    text-align: center;
}
#rewardsCardOrNot{
    background: transparent !important
}
#congratsRewards{
    text-align: center;
    max-width: 380px;
}

#congratsRewards h3{
 margin-top: .5em;
 margin-bottom: .5em;
 font-weight: 100;
}

#congratsRewards .star{
    position: relative;
    padding: 1em;
}

#congratsRewards .star svg{
    fill: rgba(215,25,32,1);
}

#congratsRewards .star span{
    position: absolute;
    color: #fff;
    font-size: 2.2em;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.largerFontSize{
    font-size: 1.4em;
}

@media(max-width: 360px){
    #congratsRewards .star span{
        font-size: 1.8em;
    }
}

#congratsRewards h1{
    font-size: 2.4em;
    margin-bottom: .8em;
    margin-top: 0;
    font-weight: bold;
}

#rewardsCardOrNot .btn{
    white-space: initial;
}

#rewardsCardOrNot .close {
    top: -10px;
    right: -10px;
}

#enterRewardsCard{
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 350px;
    height: fit-content;
    margin: 0;
    background: #fff;
    min-height: 300px;
}

#enterRewardsCard.modal .close{
    top: -15px;
    right: -15px;
}

#enterRewardsCard section .form-group{
    height: 200px;
    background: #222;
    border-radius: 8px;
    padding: 1em;
    max-width: 100%;
    flex: 1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
    margin-bottom: 1em;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}

#enterRewardsCard section .form-group .imgContainer{
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
   
    
}

#enterRewardsCard section .form-group .imgContainer img{
    height: 60%;
    margin-bottom: auto;
}

#enterRewardsCard section .form-group .imgContainer label{
    color: #ffffff;
    margin-top: auto;
}

#currentPoints{
    margin: 1em;
    margin-bottom: 2em;
    text-align: center;
}

#currentPoints .star{
    position: relative;
    height: 230px;
    width: 230px;
    margin: 0 auto;
}

#currentPoints .star svg{
    fill: #e52333;
}

#currentPoints .star .cls-1{
    fill: #e52333;
}

#currentPoints .star span{
    color: #fff;
    position: absolute;
    top: 53%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-size: 0.9em;
    line-height: 1.2;
}

#currentPoints .star span strong{
    font-size: 1.4em;
}


#redeemRewards:first-child{
    margin-top: .8em;
}
#redeemRewards .card{
    background: #f5f5f5;
    padding: 1em;
    position: relative;
    margin-bottom: 1.2em;
    background-size: cover;
}

#redeemRewards .card.sharelink{
    background: rgba(255,255,255,0.6);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

#redeemRewards .card .points{
    background: #d7191f;
    position: absolute;
    top: -15px;
    right: -8px;
    padding-left: .2em;
    color: #fff;
    border-radius: 50%;
    font-weight: 100;
    
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    line-height: 1;
}

#redeemRewards .card .text{
    padding: 0 1em;
    color: #000;
}

#redeemRewards .card .btn{
    text-transform: uppercase;
    text-decoration: unset;
}

#redeemRewards .card  select.form-control,
#redeemRewards .card input{
    background-color: #fff;
}

#redeemRewards .card.shake{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

#redeemRewards .selectoption.shake select,
#redeemRewards .inputfield.shake input{
    border-color: red;
}

#redeemRewards .mulitselectCheckboxes label{
    margin-right: 1.5em;
    margin-bottom: 0.8em;
}

#mainBtnWrapper .btn.disabled, #mainBtnWrapper .btn:disabled{
    opacity: 1;
}

/* CUSTOM CHECKBOX */

.containerCheckbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .containerCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .containerCheckbox input:checked ~ .checkmark {
    background-color: white;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .containerCheckbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .containerCheckbox .checkmark:after {
    left: 14px;
    top: -4px;
    width: 11px;
    height: 25px;
    border: solid #d7191f;
    border-width: 0 5px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* CUSTOM RADIO */

  /* Customize the label (the container) */
.radioContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom radio button */
  .radioContainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .radioContainer:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radioContainer input:checked ~ .checkmark {
    background-color: #d7191f;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radioContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radioContainer input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radioContainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }


    /* ================================================================================ NEW ORDER HISTORY STYLING ========================================================================*/
  #orderHistoryAccordian{}

  div#orderHistoryAccordian .orderContainer{
     cursor: pointer;
     padding-top: .5em;
  }

  div#orderHistoryAccordian .orderContainer:nth-child(even){
      background-color: #f5f5f5;
  }

div#orderHistoryAccordian .orderRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5em;
    font-size: .8em;
}

.orderContainer .orderRow,
.orderContainer .itemsAccordian{
    pointer-events: none;
}

div#orderHistoryAccordian .orderRow .amount{
    align-self: baseline;
}
div#orderHistoryAccordian .orderRow .details small{
    display: block;
    color: #bbb;
    line-height: 1.1;
}

div#orderHistoryAccordian .itemsAccordian{
    font-size: .7em;
    padding: 0.5em;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease;
}
div#orderHistoryAccordian .itemsAccordian .item{
    display: flex;
    justify-content: space-between;
}

div#orderHistoryAccordian .orderContainer.open .itemsAccordian{
    max-height: 20em;
    visibility: visible;
    opacity: 1;
    transition: max-height 0.3s ease;
    transition: opacity 0.5s ease; 
}


  /* ================================================================================ QR SCANNER STYLING ========================================================================*/
    a.btn.qrButton {
        height: 2.5em;
        /* background: #000; */
        z-index: 1;
        position: absolute;
        right: 3.5em;
        top: 0.8em;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a.btn.qrButton svg {
        width: 3.2em;
        height: 2.5em;
        position: relative;
        transition: all 150ms ease-in-out;
    }

  .qrButtonCancel{
      visibility: hidden;
      padding: 1.2em 0.6em;
      border: none;
      background: rgba(255,0,0,0.8);
      position: absolute;
      top: 1em;
      right: 1em;
      border-radius: 50%;
      opacity: 0.8;
      z-index: 10;
  }

  .qrButtonCancel span{
    display: block;
    width: 1.5em;
    height: 4px;
    background: #fff;
    position: relative;    
    transform: rotate(45deg);
    /* transition: all 150ms ease-in-out; */
  }

  .qrButtonCancel span:before {
        display: block;
        width: 27px;
        height: inherit;
        background: inherit;
        content: "";
        position: absolute;
        top: -200%;
        transform: rotate(90deg);
        top: 0;
        /* transition: all 150ms ease-in-out; */
    }

    .qrButtonCancel span:after {
        display: block;
        width: 27px;
        height: inherit;
        background: inherit;
        content: "";
        position: absolute;
        top: 200%;
        transform: rotate(0deg);
        top: 0;
        /* transition: all 150ms ease-in-out; */
    }

    #qrScanPayEarnButtonGroup {
        visibility: hidden;
        padding: 2.9em 0.6em;
        border: none;
        position: absolute;
        bottom: 0em;
        right: 50%;
        z-index: 10;
        transform: translateX(50%);
    }

    #qrScanPayEarnButtonGroup  button{
        width: 10em;
        background-color: #545b62;
        color: #8b97a3;
    }

    #qrScanPayEarnButtonGroup  button.active{
        background-color: rgba(215,25,32,1);
        color: #fff;
    }

  html.qrScanning .qrButtonCancel{
    visibility: visible;
  }

  html.qrScanning #qrScanPayEarnButtonGroup{
    visibility: visible;
  }

  html.qrScanning{
      background: transparent;
  }

  html.qrScanning body{
      background: transparent;
  }
  html.qrScanning #app{
    background: transparent;
    background-image: none !important;
  }

  html.qrScanning #app nav,
  html.qrScanning #app main{
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
  }

  html.qrScanning #app nav{
      visibility: hidden;
  }

  .form-group.tipPercent{
      text-align: center;
    margin-bottom: 1em;
  }

  .form-group.tipPercent label{
      margin-bottom: .5em;
  }

  .form-group.tipPercent .btn{
      color: #fff;
      background-color: #333;
  }

  .form-group.tipPercent input{
    text-align: center !important;
  }

  .qrScanFrame{
    width: 90%;
    position: fixed;
    max-width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  html.qrScanning .qrScanFrame{
      visibility: visible;
      opacity: 0.5;
  }

  .checkmarkThanks{
    max-height: 300px;
    display: inline-block;
    margin-left: calc(50% - 70px);
  }

  .checkmarkThanks svg {
    height: fit-content;
  }

  .checkmarkThanks svg path {
      fill: rgb(220, 53, 48);
  }

    /* ================================================================================ GO REVIEW STYLING
    ========================================================================*/

    #reviewStoresModal .store{
        display: block;
        text-decoration: none;
        padding: 1em;
        margin-bottom: .5em;
        cursor: pointer;
    }

    #reviewStoresModal section{
        overflow: hidden;
        overflow-y: scroll;
    }

    #reviewStoresModal label{
        display: block;
    }

    #reviewStoresModal .goReviewStoreSelect{
        width: 100%;
        height: 2em;
    }

    #reviewStoresModal  .selectedStore small{
        display: block;
        font-size: 65%;
    }

    #reviewStoresModal .reviews{
        margin-bottom: 1em; 
    }

    #reviewStoresModal .reviews label{
        text-align: center;
        margin-bottom: .5em;
    }

    #reviewStoresModal .reviews .review{
        
    }

    #reviewStoresModal .reviews .smileys{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    #reviewStoresModal .reviews .smileys svg{
        width: 2em;
        cursor: pointer;
    }

    #reviewStoresModal .reviews .smileys svg.active{
        fill: rgb(34, 204, 0);
    }

    #reviewStoresModal h6{
        margin-bottom: .5em;
       
    }
    #reviewStoresModal .slimSelect .ss-single-selected{
        height: 2em;
        background: transparent;
    }

    #reviewStoresModal textarea{
        border-radius: 5px;
        height: 6em;
        font-size: .9em;
    }

    #reviewStoresModal button{
        border-radius: 0;
        box-shadow: 1em 1em 2em 1em rgba(0,0,0,.2) !important;
    }




    /* ================================================================================ 
    SPECIALS VIEW
    ========================================================================*/

    #specialsView .card{
        box-sizing: border-box;
        border: 0;
        /* margin-bottom: 1em; */
        overflow: hidden;
        box-shadow: none !important;
        cursor: pointer;
        /* height: 150px; */
        /* min-height: 8em; */
        background-color: transparent !important
        /* background: #000; */
    }

    #specialsView img{
        height: 100% !important;
        width: 100%;
        object-fit: cover;
    }

    #specialsView .card .textContainer{
        background: linear-gradient(0deg, black, transparent);
        padding: 1em;
        padding-top: 2em;
        padding-bottom: .5em;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #specialsView .card .textContainer h4{
        margin: 0;
    }

    .homeSwitchButtonContainer{
        position: fixed;
        /* bottom: 0.5em; */
        bottom: 0.0em;
        /* max-width: 730px !important; */
        left: 50%;
        z-index: 1;
        width: 100%;
        /* padding-bottom: 10px; */
        background: transparent;
        /* margin: 0 -10px; */
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        /* padding-bottom: 10px; */
        padding-right: 10px;
        /* margin-right: -20px; */
        /* margin-left: -20px; */
    }

.iPhoneX .homeSwitchButtonContainer {
}

    .homeSwitchButtonContainer .btn{
        border-radius: 0px;
    }

    .loaded .homeSwitchButtonContainer{
        opacity: 1;
        transition: opacity 0.2s ease 1s;
        /* max-width: 98%; */
        /* max-width: 740px !important; */
    }

    #specialsPromotionsBanner{
        margin-top: 1.5em;
    }
    #specialsPromotionsBanner .swiper-wrapper{
        align-items: center;
    }

    #specialsPromotionsBanner .swiper-slide{
        max-height: 170px;
        min-height: 100px;
        background: #000;
        color: #fff;
        position: relative;
        width: 100% !important;
    }

    #specialsPromotionsBanner .special{
        max-width: 768px;
        max-height: 170px;
        text-decoration: none;
        color: #fff;
        
    }
    #specialsPromotionsBanner .textContainer{
        font-size: 90%;
        width: 100%;
        padding: 0.5em;
        padding-top: 1em;
        background: linear-gradient(0deg, black, transparent);
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #specialsPromotionsBanner .textContainer h4{
        margin-bottom: 0;
    }

    #specialsPromotionsBanner .special img{
        width: 100%;
        height: 100% !important;
        /* object-fit: cover; */
    }
    
    @media screen and (min-width: 768px){
        #specialsPromotionsBanner .swiper-slide{
            max-height: 340px;
        }
        #specialsPromotionsBanner .special{
            max-height: 340px;
        }
        #specialsPromotionsBanner1 .swiper-slide{
            max-height: 340px;
        }
        #specialsPromotionsBanner1 .special{
            max-height: 340px;
        }
    }

    @media screen and (max-width: 768px){
        .homeSwitchButtonContainer{
            /* padding: 0 1em; */
            padding: 0 0em;
        }

    }

    #specialsPromotionsBanner1{
        margin-top: 1.5em;
    }
    #specialsPromotionsBanner1 .swiper-wrapper{
        align-items: center;
    }

    #specialsPromotionsBanner1 .swiper-slide{
        max-height: 170px;
        min-height: 100px;
        background: #000;
        color: #fff;
        position: relative;
    }

    #specialsPromotionsBanner1 .special{
        max-width: 768px;
        max-height: 170px;
        text-decoration: none;
        color: #fff;
        
    }
    #specialsPromotionsBanner1 .textContainer{
        font-size: 90%;
        width: 100%;
        padding: 0.5em;
        padding-top: 1em;
        background: linear-gradient(0deg, black, transparent);
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #specialsPromotionsBanner1 .textContainer h4{
        margin-bottom: 0;
    }

    #specialsPromotionsBanner1 .special img{
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
    }

    button.switchHomeScreen{
        width: 100%;
        box-shadow: 0 1em 2em 1em rgba(0,0,0,.5) !important;
    }

.iPhoneX.Installed .homeSwitchButtonContainer .btn {
    padding-bottom: 2em !important;
}

    #specialsModal .imgContainer{
        max-height: 35%;
    }

    #specialsModal section{
        overflow-y: scroll;
    }
    #specialsModal .imgContainer img{
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    #specialsModal .btn{
        border-radius: 0;
        text-decoration: none;
        box-shadow: 1em 1em 2em 1em rgba(0,0,0,.3) !important;
    }

@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }

  #legal .legalWrapper p font{
    font-family: 'Oswald', sans-serif !important;
    color: #303030;
    font-size: 15px;
  }
  #legal .legalWrapper p font span{
    font-family: 'Oswald', sans-serif !important;
    color: #303030;
    font-size: 15px;
  }
  #legal .legalWrapper p{
    font-family: 'Oswald', sans-serif !important;
    color:#303030;
    font-size: 15px;
  }

  .addressRow{

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5em;
    font-size: .8em;
}
.border-bottom{
    border-bottom: solid thin #ddd;
}


.btn, .btn-block, .active{
  box-shadow: 0 0.2em 0.4em rgb(0 0 0 / 40%);
}

#deliverMap{
    /* height: 200px; */
    /* max-width: 400px; */
}
.modal-footer {
    background: #fff;
}
.modal-body {
    background: #fff;
    max-height: 300px;
}
.btn-default {
    background: #ddd !important;

}
.new-address{
    top:20px;
    min-width: 200px;
}
nav, .btn-burger{
    /* background: none !important;
    color: transparent !important; */
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    /* background: #303030 !important;
    color: #fff !important; */
}
  /* input[type="month"]::before{
    content: attr(placeholder) !important;
    color: #ddd;
    width: 100%;
  }
  
  input[type="month"]:focus::before,
  input[type="month"]:active::before {
    content: "";
    width: 0%;
  } */

  

  
#primary_categories{
    padding-bottom: 5em !important;
}

#primary_categories h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.4em;
}

#primary_categories .brand {
    width: 50%;
    margin: 1em auto 2em;
    display: block;
    transition: 300ms all 500ms ease-in-out;
    transform: translateY(-20px);
    opacity: 0;
}

.loaded #primary_categories .brand {
    transform: translateY(0px);
    opacity: 1;
}

#process #primary_categories h1 {
    font-size: 0.9em;
    text-align: center;
    font-weight: normal;
    opacity: 0.4;
}

#process #primary_categories .ss-single-selected {
    background: #fff;
    height: auto;
    padding: 0.5em;
    border: 1px solid #fff;
}

#primary_categories .restaurantList {border-radius: 5px;overflow: hidden;box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);}

#primary_categories .restaurantGroup .btn {
    border-radius: 0;
    position: relative;
    margin: 0;
    color: inherit;
    white-space: initial;
    line-height: 1;
    border-bottom: 1px dotted #1a1a1a;
    padding: 0.5em;
}

#primary_categories .restaurantGroup .btn.closed {
    opacity: 0.6;
}

#primary_categories .restaurantGroup .btn.closed span {
    font-size: 1em;
    opacity: 1;
}

#primary_categories .restaurantGroup.nearest .btn {
    line-height: 1.4;
    padding: 0.3em;
}

#primary_categories .restaurantGroup .btn:last-child {
    border: none;
}

#primary_categories .restaurantGroup.nearest .btn span {
    display: block;
}

#primary_categories .restaurantGroup .btn span {opacity: 0.3;font-size: 0.7em;white-space: nowrap;}

#primary_categories .restaurantGroup .groupWrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 500ms all cubic-bezier(0.99, 0.01, 0.15, 0.98);
}

#primary_categories .restaurantGroup.show .groupWrapper {
    max-height: 1600px;
    overflow: hidden;
}

#primary_categories .restaurantList .restaurantGroup {}

#primary_categories .restaurantGroup.nearest {border-radius: 5px;overflow: hidden;}

#primary_categories .restaurantGroup .btn-primary:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 14px;
    background: url(../img/select.svg) no-repeat;
    background-size: contain;
    top: 15px;
    transition: 300ms transform cubic-bezier(0.75, -0.34, 0.24, 1.26);
    transform: rotate(0deg);
    transform-origin: 7px 4px;
    opacity: 0.3;
}

#primary_categories .restaurantGroup.show .btn-primary:after {
    transform: rotate(180deg);
}

#primary_categories .groupWrapper .offline{
    color: red;
    display: inline;
}

.browser-store{
    font-weight: 900;
}

#primary_categories .categoryWrapper h2 {
    margin: 0;
    /* background: #333; */
    line-height: 3em;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    background-image: '';
    /* background-size: cover; */
    background-size: 100% 90px;
    position: relative;
    text-shadow: 10px 0 20px #0006, 0 0 30px #000;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
}

#primary_categories .categoryWrapper h2 svg {
    width: 15px;
    margin-bottom: 5px;
    fill: #fff;
    stroke: #00000029;
}

.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 10px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
    margin-top:22px;
    text-align: center;
    position: relative;
}

.topright {
    position: absolute;
    top: -20px;
    right: 6px;
    font-size: 20px;
  }
  table{
      width: 100%;
  }
  
  .bottom {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 18px;
    width: 300px;
  }
  
  @import('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css') 

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 1.85em;
  /* margin-top: 2em; */
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          color: #fff;
         
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: -5px;
  left: -2px;
  content: '';
  width: 2.5em;
  /* border: solid thin #fff; */
  /* background: #fff; */
  border-radius: 0px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  /* color: #888; */
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  /* color: #777; */
}

.funkyradio-default span{
    position: relative;
    line-height: 2.5em;
    text-indent: 1.85em;
    /* margin-top: 2em; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}
.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  /* color: #333; */
  /* border: solid thin #ddd; */
  /* background-color: #ccc; */
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  /* color: #333; */
  /* background-color: #ccc; */
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  /* background-color: #337ab7; */
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  /* background-color: #5cb85c; */
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  /* background-color: #d9534f; */
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  /* background-color: #f0ad4e; */
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  /* background-color: #5bc0de; */
}

.funkyradio-default{
    white-space: nowrap;
    font-size: 15px;
}

.center {
    margin: auto !important;
    padding: 10px;
  }
  #mealCatModal{
      background: #FFF !important;
  }
  #mealCatModal .card .mealItem h1 {
    margin: 0;
    font-size: 1em;
    text-align: left;
    color: #f00;
}

#mealCatModal .card .mealItem p {
    line-height: 1.2em;
    font-size: 0.7em;
    margin: 0 0 0.5em 0;
    text-transform: capitalize;
}

#mealCatModal .card .mealItem h1 small {
    display: block;
    float: right;
    margin-left: 10px;
}

#mealCatModal .card{
    padding-bottom: 8px;
    padding-top: 8px;
}

#mealCatModal .card .mealItem{
    margin-left: 10px;
    margin-right: 10px;
}

#menu .card{
    height: 4.5em;
    margin: 0;
    /* background: #333; */
    line-height: 3em;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    background-image: '';
    /* background-size: cover; */
    /* background-size: 100% 90px; */
    background-size: 100% 100%;
    position: relative;
    text-shadow: 10px 0 20px #0006, 0 0 30px #000;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
}

#deliverDashboardMap .brand {
    /* width: 50%;
    margin: 1em auto 2em;
    display: block;
    transition: 300ms all 500ms ease-in-out;
    transform: translateY(-20px);
    opacity: 0; */
    width: 30%;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#deliverDashboardMap{
    min-height: 400px !important;
}

#cartModal .cartInfo td small {
    display: block;
    opacity: 0.5;
    font-style: italic;
}
#cartModal .cartInfo td {
    padding: 0.6em 0.3em;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #eee;
    position: relative;
}

#deliveryDashboardResponse .brand {
    width: 40%;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }

  .modal section{
    overflow: auto
  }
  #map-area{
    padding-bottom: 15em;
  }

  .card {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%) !important;
    transition: 0.3s;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2) !important;
  }
  /* Clearable text inputs */
.clearable{
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .clearable input[type=text]{
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
  }
  .clearable__clear{
    /* display: none; */
    position: absolute;
    right: 0px;
    top: 2px;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.8em;
    user-select: none;
    cursor: pointer;
  }
  .clearable input::-ms-clear {  /* Remove IE default X */
    /* display: none; */
  }

  #mainBtnWrapper .btn {
    display: block;
    border-radius: 0;
    padding: 0.5em 0;
    margin-bottom: 0;
}

#mainBtnWrapper .btn-primary {
    flex: 1;
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    /* background: #FF0000; */
}

.label {
    text-align: right;
    font-weight: bold;
    width: 100px;
    color: #303030;
    font-family: "Roboto";
  }
  #address {
    border: 1px solid #000090;
    background-color: #f0f9ff;
    width: 480px;
    padding-right: 2px;
  }
  #address td {
    font-size: 10pt;
  }
  .field {
    width: 99%;
  }
  .slimField {
    width: 80px;
  }
  .wideField {
    width: 200px;
  }
  .pac-container {
    z-index: 10000 !important;
}

#map {
    min-height: 400px;
    height: 100%;
    border-radius: 0.8em
}
#maps {
    height: 150px;
}
#map_add_new{
    height: 500px;
    border-radius: 0.8em
}
 td{
    padding-bottom: 10px;
 }

 a{
     text-decoration: none !important;
 }

 #deliveryDashboardResponse .card{
     border-bottom: dotted thin #ddd;
     text-align: center;
     padding-bottom: 15px;
     padding-top: 15px;
     margin-bottom: 15px;
     cursor: pointer;
 }

 #profile table tr{
    /*border-bottom: dotted thin;*/
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
 }
 #process #new-address .contentWrapper {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
    padding: 1em 0.5em;
}

#new-address .cartInfo:before {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    top: -5.1px;
    left: 1px;
    height: 8px;
    /* background: transparent url(../img/slip.svg); */
    transform: rotate(180deg);
}

body #dashboardMap .row {
    /* border: solid medium !important; */
    border-radius: 0.8em;
    /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075); */
    /*padding-bottom: 0.8em*/
}

body #dashboardMap .btn {
 border: none !important;
}

.has-icon-left .form-control {
    padding-right: 1.5rem;
    /* padding-left: -webkit-calc(2.75rem + 2px);
    padding-left: -moz-calc(2.75rem + 2px);
    padding-left: calc(2.75rem + 2px); */
}

.field-icon {
    float: right;
    margin-right: 6px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: red;
}

.position-relative {
    position: relative !important;
}
.border-red{
    border-color: red !important;
}
.color-red{
    color: red !important;
}

.modal section {
    overflow: scroll;
}

#registerInfo input{
    /* text-transform: capitalize; */
}
#menu .categoryWrapper h2 div{
    font-weight: 800 !important;
}

.upper-case{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}

#primary_categories .categoryWrapper {
    height: 4.0em;
    margin: 0;
    /* background: #333; */
    line-height: 3em;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    position: relative;
    text-shadow: 10px 0 20px #0006, 0 0 30px #000;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    min-height: 113px;
    margin-bottom: 0.5em;
}

#primary_categories .categoryWrapper h2 {
    height: 4.0em;
    margin: 0;
    /* background: #333; */
    line-height: 3em;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    background-image: '';
    /* background-size: cover; */
    /* background-size: 100% 90px; */
    background-size: 100%;
    position: relative;
    text-shadow: 10px 0 20px #0006, 0 0 30px #000;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
}

#primary_categories .categoryWrapper.show {
    max-height: 4000px;
    overflow: initial;
}
#primary_categories .categoryWrapper h2 div {
    /* margin: auto;
    padding: 1px; */
}

  #primary_categories .categoryWrapper h2 {
    margin: 0;
    line-height: 3em;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    background-image: '';
    background-size: 100%;
    position: relative;
    text-shadow: 10px 0 20px #0006, 0 0 30px #000;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 4.0em;
  }

#primary_categories .categoryWrapper h2 svg {
    width: 15px;
    margin-bottom: 5px;
    fill: #fff;
    stroke: #00000029;
}

  #primary_categories .categoryWrapper .mealItem {
      color: #333;
      padding: 0.6em 0.8em;
      border-bottom: 1px solid #eee;
      position: relative;
      cursor: pointer;
  }

#primary_categories .categoryWrapper .mealItem:last-child {
    border-radius: 0 0 5px 5px;
}

    #primary_categories .categoryWrapper .mealItem h1 {
        margin: 0;
        font-size: 1em;
        text-align: left;
        color: #f00;
    }

#primary_categories .categoryWrapper .mealItem h1 small {
    display: block;
    float: right;
    margin-left: 10px;
}

    #primary_categories .categoryWrapper .mealItem p {
        line-height: 1.2em;
        font-size: 0.7em;
        margin: 0 0 0.5em 0;
        text-transform: capitalize;
    }

    #primary_categories .categoryWrapper .mealItem span {
        display: inline-block;
        background: #f00;
        color: #fff;
        font-size: 0.8em;
        padding: 0.1em 0.6em;
        border-radius: 1em;
    }

      #primary_categories .categoryWrapper .mealItem span.ordered {
          padding: 0.3em 0.6em;
          position: absolute;
          left: -1em;
          font-size: 0.7em;
          top: calc(50% - 12px);
          background: #090;
      }

      #primary_categories .categoryWrapper h2 div {
        font-weight: 800 !important;
    }

    .limit{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 75ch;
    }

    .fade {
        opacity: 0;
        -webkit-transition: opacity 15.15s linear;
        -moz-transition: opacity 15.15s linear;
        -o-transition: opacity 15.15s linear;
        transition: opacity 15.15s linear;
      }
      .fade.in {
        opacity: 1;
      }

      .nearestRestaurant .card{
        color: #000;
      }

      #address-list{
        padding: 0em 1.4em 0.2em !important;
      }
#cardOptions{
    padding-top: 15px;
}


#addHomScreen{
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99998;
    position: absolute;
    bottom: 0px;
    top: 0px;
    margin-left: 0%;
    border-radius: 0;
    padding: 10px 15px 15px;
    font-size: 0.9em;
    text-align: center;
    box-shadow: 0px 10px 100px #000;
    line-height: 1.5em;
    color: #fff;
    animation: fadeIn 300ms ease-in-out;
    font-weight: normal;
    align-items: flex-start;
}

#addHomScreen.show{display: flex;}

#addHomScreen .wrapper {
    width: 100%;
    margin: 2em 0;
}

#addHomScreen h1 {
    line-height: 1;
    font-size: 2em;
    width: 100%;
}

#addHomScreen h2 {
    margin-bottom: 1em;
}

#addHomScreen .installInfo {
    font-size: 1.2em;
    line-height: 2em;
}


@keyframes fadeIn {
  from {opacity : 0;}
  to {opacity: 1;}
}

@keyframes bouncing {
  from {transform:  translateY(0);}
  50% {transform:  translateY(-20px);}
  to {transform:  translateY(0px);}
}

#addHomScreen .closeBtn {
    position: absolute;
    top: 0px;
    padding: 7px;
    right: 5px;
    width: auto;
    height: 40px;
    background: transparent;
    color: #fff;
    font-size: 1.3em;
    opacity: 0.4;
}

#addHomScreen .bouncing-down {
    display:none;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 15px);
    width: 30px;
    animation: bouncing 1s ease-in-out;
    animation-iteration-count: infinite;
}

#addHomScreen .closeBtn img {
    width: 25px;
    opacity: 0.7;
}

#addHomScreen .shareIcon {
    height: 1.4em;
    margin-top: -0.5em;
}

#addHomScreen .homescreenIcon {
    height: 1.2em;
    margin-top: -0.2em;
    margin-right: 0.3em;
}

#addHomScreen .appIcon {
    height: 116px;
    margin: 0em auto 3em;
    border-radius: 1em;
    box-shadow: 0 10px 30px rgba(0,0,0,1);
}


#addHomScreen .installInfo{display: none;}
#addHomScreen .iosChromeInfo{display:none}

.isIOS #addHomScreen .iosInfo {display: block;}
.isIOS #addHomScreen .androidInfo {display: none;}

.isIOS.isChrome #addHomScreen .iosInfo {display: none;}
.isIOS.isChrome #addHomScreen .iosChromeInfo {display: block;}




#addPaymentCard{
    margin-bottom: 15px;
}

#cartModal{
    max-height: 80vh !important;
}
.modal.show{
     max-height: 90vh;
}
.findRestaurantStep #mainBtnWrapper {
   /* bottom: 0px !important; */
}

.swiper-slide {
    /* bottom: -3em !important; */
}

.swiper-wrapper {

}

.iPhoneX-App .modal.show {
    /*top: 3em;*/
}

.iPhoneX-App{
    /*top: 1em;*/
}

.iPhoneX-App .alertify-notifier.ajs-top {
    width: 100%;
    top: 1em !important;
}

.Android{
    top: 1.9em;
}

.Android .alertify-notifier.ajs-top {
    width: 100%;
    top: 1.5em !important;
}

.Android .modal.show {
    top: 3em  !important
}
#messageBoard b{
    text-transform: capitalize;

}
.capitalize{
    text-transform: capitalize;
}

.pac-container {  
    z-index: 9999999 !important;  
    /* bottom: 10% !important;  */
    /* top: 30px; */
    top: 38px !important; 
    left: 0 !important; 
  }

  .resultWindow{  
    /* position: fixed; */
   /* top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    background-color: #fff;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    /* opacity: 0.5; */
    z-index: 10000;
    border: 1px solid #ddd;
    color:black;
    display:none;
   
}

.resultWindow div{  
    cursor: pointer;
    border-bottom: dotted thin rgb(80, 75, 75);
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.resultWindow div i{   
    opacity: 0.5;
}

#deliveryBtn{
    border-radius: 0.5em 0em 0em 0.5em !important
}

#colletionBtn{
    border-radius:  0em 0.5em 0.5em 0em  !important
}

#placeOrderBtn{
    /* border-radius: 0.5em !important */
}
.order-proccess{
    border-radius:  0em 0.5em 0.5em 0em  !important
}
.btn-home{
    /* border-radius: 0.5em !important */
}

body #dashboardMap label {
    padding-bottom: 0.6em;
}
.closed .card{
    background: rgb(143, 138, 138) !important
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
50% {
    opacity: 0;
}
}

#menu .categoryWrapper div{
    background-size: 100% 200px;
    background-repeat: no-repeat;
    border-radius: 0.4em;
    /*box-shadow: 0 1em 1em rgb(0 0 0 / 70%);*/
}

#primary_categories .categoryWrapper div{
    background-size: 100% 200px;
    background-repeat: no-repeat;
}


.seo{
    text-align: center;
    margin: 5px;
    color: #000;
}
.seo a{
    color: #32abbf !important
}

.seo span{
    font-family: 'Oswald', sans-serif !important;
    font-size: inherit !important;
}

#view_on_maps fa{
    color: red !important
}

#view_on_maps img{
    width: 5%;
}

.offline{
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: 16px;
}
.badge {
    /* height: 2rem;
    padding: 0.5em !important; */
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border: solid thin #ddd;
  }
  
  
  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
  }
  
  .input-field:focus {
    border: 2px solid gray;
  }
  #driverTip{
    height: fit-content;
    min-height: 250px;
  }

  #driverTip .input-group .btn{
      
  }
  #productToOrder table small {
    display: block;
    float: right;
    margin-left: 10px;
}

.btn-tip{
    padding: .175rem .5rem !important
}

#productToOrder .categoryWrapper.show {
    max-height: 4000px !important;
    overflow: initial;
    background: #fff;
    /* border-radius: 0px 0px 0.8em 0.8em !important; */
    border: solid thin #ddd;
}

#productToOrder .categoryWrapper {
    /* background: #fff; */
    border-radius: 3px;
    margin-bottom: .4em;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    overflow: hidden;
    /* margin: 0; */
    /* background: #333; */
    line-height: 3em;
    /* text-align: center; */
    border-radius: 3px 3px 0px 0px;
    background-image: '';
    /* background-size: cover; */
    background-size: 100% 120px;
    background-repeat: no-repeat;
    position: relative;
    max-height: 120px !important;
    color: #fff;
    cursor: pointer;
    /* height: 100%; */
}

#productToOrder .categoryWrapper h2 {
    margin: 0;
    line-height: 3em;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    background-image: '';
    background-size: 100%;
    position: relative;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 120px !important;
    /* height: 150px !important; */
}

#productToOrder .categoryWrapper .mealItem {
    color: #333;
    padding: 0.6em 0.8em;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
    background: #fff;
}

#productToOrder .categoryWrapper .mealItem h1 {
    margin: 0;
    font-size: 1em;
    text-align: left;
    color: #f00;
}

#productToOrder .categoryWrapper .mealItem p {
    line-height: 1.2em;
    font-size: 0.7em;
    margin: 0 0 0.5em 0;
    text-transform: capitalize;
}

#productToOrder .categoryWrapper .mealItem h1 small {
    display: block;
    float: right;
    margin-left: 10px;
}

#specialsModal {
    /*height: fit-content !important;*/
    /*min-height: 90%;*/
    z-index: 9999;
}

#messageModal{
    height: fit-content;
    min-height: 300px;
}
/* .siqembed {
    height: 70% !important;
    top: 3em;
}
.zls-sptwndw{
    height: 90% !important;
    overflow: auto !important;
    top: -2em !important
} */

#siqiframe{
    top: 3em;
    height: 130% !important;
    
}

.zls-prelative{
    height: 100%;
    overflow: auto !important;
}

.calendar-wrapper{
    background: #fff;
}

.times{
    white-space: nowrap;
    /* overflow-x: auto; */
    overflow-x: auto;
}


/* #messageModal div small {
    display: block;
    position: absolute;
    opacity: 0.3;
    bottom: 5px;
    font-size: 0.6em;
    right: 8px;
}

#messageModal div{
    background: #f1f1f1;
    padding: 0.5em 0.7em;
    border-radius: 10px;
    line-height: 1.3;
    font-size: 0.9em;
    position: relative;
    padding-bottom: 20px;
} */


.otpTimer{
    font-weight: 900 !important;
}


.specialsView .card{
    box-sizing: border-box;
    border: 0;
    /* margin-bottom: 1em; */
    overflow: hidden;
    box-shadow: none !important;
    cursor: pointer;
    /* height: 150px; */
    /* min-height: 8em; */
    background-color: transparent !important
    /* background: #000; */
}

.specialsView img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.specialsView .card .textContainer{
    background: linear-gradient(0deg, black, transparent);
    padding: 1em;
    padding-top: 2em;
    padding-bottom: .5em;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.specialsView .card .textContainer h4{
    margin: 0;
}

#onBoarder.modal section {
    overflow: hidden  !important
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
  }
  
  .valid:before {
    /* position: relative;
    left: -35px;
    content: "✔"; */
  }
  
  /* Add a red text color and an "x" when the requirements are wrong */
  .invalid {
    color: red;
  }
  
  .invalid:before {
    /* position: relative;
    left: -35px;
    content: "✖"; */
  }

  #smsMarketingEmail{
    box-shadow: none !important
  }
  #recieveMarketingEmail{
    box-shadow: none !important
  }
  #termsCondition{
    box-shadow: none !important
  }

  .item-counter {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #090 !important;
    left: -1em;
    top: calc(60% - 0px);
    position: absolute;
    z-index: 1;
  }

  .place-col img{
    width: 90%;
    border-radius: .3em;
  }

  .place-col .place-title{
    font-size: 80%;
    /* color: black; */
  }

  .place-col {
    width: 95%;
    /* border-radius: .3em;
    
    height: 80px; */
  }
.place-form{
    margin-top: -1em;
    padding-top: 1em;
}

.form-group .col-12{
    padding-top: .5em;
}

.order-status-check-col{
    border-bottom: solid thin #ddd;
    text-transform: none;
    padding-bottom: .5em;
    padding-top: .5em;
}
.groupWrapper, .nearestRestaurant, .contentWrapper, .restaurantGroup{
    /*padding: 10px;*/
    /*margin: auto;
    max-width: 600px;*/
}
.loaded #process{
        margin: auto;
    max-width: 800px !important
}

#app{
    /*padding: 10px;*/
    margin: auto;
    /*max-width: 1300px;*/
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#process.swiper-container {
    max-width: 100%;
    /* padding: 0 30%; */
  /*  border-left: solid thin #d71920;
    border-right: solid thin #d71920;*/
}


html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.main-cover{
    height: 100%;
    margin: auto;
    max-width: 800px !important;
}
.footer {
  /*position: sticky !important;*/
  /*bottom: 0px;
  width: 100% !important;
  height: 60px;*/
      width: 100%;
    height: auto;
    position: fixed;
    /*padding: env(safe-area-inset-bottom);*/
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
   
}
.first-main-cover{
    height: 100%;
    /*background-color: #000;*/
}
#addCard td{
    padding-right: .3em;
}
#faqsHelp section p button {
    display: block;
    padding: 0 20px 0 0;
    text-align: left;
    background: url(../img/select.svg) no-repeat right center;
    border: none;
    background-size: 15px;
    width: 100%;
    margin-bottom: 0.5em;
        margin-top: 0.8em;
}


.trackOrder {
    color: black !important;
    background: #fff;
}

.help-search{
    border-radius: 5px
}
.main-btn-with-outline{
    border: none;
    border-radius: 15px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0em;
   /* margin-bottom: 0.5em;*/
    height: 80px;
}

.main-btn-with-outline-2{
        border: none;
    /*margin-bottom: 0.5em;*/
    border-radius: 15px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.6em 0;
   /* margin: 0.3em !important;*/
}
.main-btn-with-outline-2 div{
    /* line-height: 0.7em; */
}
.main-btn-with-outline div{
    font-size: 20px;
    /*margin: 0.5em;*/
    /*line-height: 0px;*/
}
.reg-mob-input{
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border: solid thin #ddd !important;
    background: #f1f1f1;
    border-radius: 0.5em !important;
}

.country-code-inpt{
    line-height: 37px;
border-right: solid thin #ddd;
font-size: 1.2em;
width: 45px;
}

#smartbanner{
        position: absolute !important;
}

.wrapper {
    height: auto;
    width: 100%;
    position: relative;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    margin-left: 0;
    z-index: 1;
    min-height: 100vh;
    padding-bottom: 80px;
}

.map-btn-row .btn{
    box-shadow: none !important;
}
.btn-time, .btn-pip{
    margin-left: 0.5em;
}
.bookings-btn{
    bottom: 3em !important;
    margin: 0 auto;
    padding: 1em;
}
.btn{
    /*font-family: auto !important;*/
}
.modal header  h3{
        font-size: 1.3em;
    /* line-height: 1.6em; */
    margin-bottom: -0.2em;
}
body #dashboardMap .row{
        max-width: 700px;
    margin: 0 auto;
}
#scanModal{
    top: 40% !important;
}

option:disabled{
    color: #ddd !important;
}
iFrame{
    position: absolute !important;
        z-index: 1 !important;
         max-width: 900px !important;
         margin: auto;
      /*  padding-top: 3em !important;*/
}
select:invalid { color: gray; }
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  accent-color: gray !important;
    width: 30px; /*Desired width*/
  height: 30px; /*Desired height*/
      width: 20px;
    height: 18px;
}
.bold-value{
    font-weight: 900 !important;
}
@-moz-document url-prefix() {
           select {
               direction: rtl;
           }

           option {
               text-align: left;
               direction: ltr;
           }
  }

