*:focus {
  outline: 0 !important;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
.i-checks {
  padding-left: 20px;
  cursor: pointer;
}

.i-checks input {
  position: absolute;
  margin-left: -20px;
  opacity: 0;
}

.i-checks input:checked + i {
  border-color: #12a296;
}

.i-checks input:checked + i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #12a296;
}

.i-checks input:checked + span .active {
  display: inherit;
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
  border-radius: 50%;
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
  border-color: #dee5e7;
}

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
  background-color: #dee5e7;
}

.i-checks > i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd;
}

.form-inline .i-checks > i {
  margin-left: 0px!important;
}

.i-checks > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.i-checks.i-checked > i {
  border-color: #23b7e5;
}

.i-checks.i-checked > i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #23b7e5;
}

.i-checks-sm input:checked + i:before {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
}

.i-checks-sm > i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: -18px;
}

.i-checks-lg input:checked + i:before {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
}

.i-checks-lg > i {
  width: 30px;
  height: 30px;
}

.order-option .i-checks input {
  position: relative;
  margin-left: 0px;
}

.font-normal {
  font-weight: normal;
}
.font-thin {
  font-weight: 300!important;
}
.font-bold {
  font-weight: 700!important;
}
.w-lg {
  width: 300px;
}
.w {
  width: 200px;
}
.w-sm {
  width: 150px;
}
.w-xs {
  width: 90px;
}
.block {
  display: block;
}
.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.pos-abt {
  position: absolute;
}
.pos-rlt {
  position: relative;
}
.padder-lg {
  padding-right: 30px;
  padding-left: 30px;
}

.padder-md {
  padding-right: 20px;
  padding-left: 20px;
}

.padder {
  padding-right: 15px;
  padding-left: 15px;
}

.padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}

.no-padder {
  padding: 0 !important;
}

.p-r-none {
  padding-right: 0 !important;
}

.p-l-none {
  padding-left: 0 !important;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.pull-in {
  margin-right: -15px;
  margin-left: -15px;
}

.p-xxs {
  padding: 2px 4px;
}

.p-xs {
  padding: 5px;
}

.p-sm {
  padding: 10px;
}

.p {
  padding: 15px;
}

.p-md {
  padding: 20px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 50px;
}

.p-l-none {
  padding-left: 0 !important;
}

.p-l-xs {
  padding-left: 5px;
}

.p-l-sm {
  padding-left: 10px;
}

.p-l {
  padding-left: 15px;
}

.p-l-md {
  padding-left: 20px;
}

.p-l-lg {
  padding-left: 30px;
}

.p-l-xl {
  padding-left: 40px;
}

.p-l-xxl {
  padding-left: 50px;
}

.p-r-none {
  padding-right: 0 !important;
}

.p-r-xs {
  padding-right: 5px;
}

.p-r-sm {
  padding-right: 10px;
}

.p-r {
  padding-right: 15px;
}

.p-r-md {
  padding-right: 20px;
}

.p-r-lg {
  padding-right: 30px;
}

.p-r-xl {
  padding-right: 40px;
}

.p-r-xxl {
  padding-right: 50px;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-t-xs {
  padding-top: 5px;
}

.p-t-sm {
  padding-top: 10px;
}

.p-t {
  padding-top: 15px;
}

.p-t-md {
  padding-top: 20px;
}

.p-t-lg {
  padding-top: 30px;
}

.p-t-xl {
  padding-top: 40px;
}

.p-t-xxl {
  padding-top: 50px;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-b-xs {
  padding-bottom: 5px;
}

.p-b-sm {
  padding-bottom: 10px;
}

.p-b {
  padding-bottom: 15px;
}

.p-b-md {
  padding-bottom: 20px;
}

.p-b-lg {
  padding-bottom: 30px;
}

.p-b-xl {
  padding-bottom: 40px;
}

.p-b-xxl {
  padding-bottom: 50px;
}

.pull-out {
  margin: -10px -15px;
}

.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.b-a {
  border: 1px solid #dee5e7;
}

.b-t {
  border-top: 1px solid #dee5e7;
}

.b-r {
  border-right: 1px solid #dee5e7;
}

.b-b {
  border-bottom: 1px solid #dee5e7;
}

.b-l {
  border-left: 1px solid #dee5e7;
}

.b-light {
  border-color: #edf1f2;
}

.b-dark {
  border-color: #3a3f51;
}

.b-black {
  border-color: #3a3f51;
}

.b-primary {
  border-color: #7266ba;
}

.b-success {
  border-color: #27c24c;
}

.b-info {
  border-color: #23b7e5;
}

.b-warning {
  border-color: #fad733;
}

.b-danger {
  border-color: #f05050;
}

.b-white {
  border-color: #ffffff;
}

.b-dashed {
  border-style: dashed !important;
}

.b-l-light {
  border-left-color: #edf1f2;
}

.b-l-dark {
  border-left-color: #3a3f51;
}

.b-l-black {
  border-left-color: #3a3f51;
}

.b-l-primary {
  border-left-color: #7266ba;
}

.b-l-success {
  border-left-color: #27c24c;
}

.b-l-info {
  border-left-color: #23b7e5;
}

.b-l-warning {
  border-left-color: #fad733;
}

.b-l-danger {
  border-left-color: #f05050;
}

.b-l-white {
  border-left-color: #ffffff;
}

.b-l-2x {
  border-left-width: 2px;
}

.b-l-3x {
  border-left-width: 3px;
}

.b-l-4x {
  border-left-width: 4px;
}

.b-l-5x {
  border-left-width: 5px;
}

.b-2x {
  border-width: 2px;
}

.b-3x {
  border-width: 3px;
}

.b-4x {
  border-width: 4px;
}

.b-5x {
  border-width: 5px;
}

.r {
  border-radius: 2px 2px 2px 2px;
}

.r-2x {
  border-radius: 4px;
}

.r-3x {
  border-radius: 6px;
}

.r-l {
  border-radius: 2px 0 0 2px;
}

.r-r {
  border-radius: 0 2px 2px 0;
}

.r-t {
  border-radius: 2px 2px 0 0;
}

.r-b {
  border-radius: 0 0 2px 2px;
}
  
.m-a {
  margin: auto;
}
.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0 !important;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-xxl {
  margin-left: 50px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-l-n-xxl {
  margin-left: -50px;
}

.m-t-none {
  margin-top: 0 !important;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-t-n-xxl {
  margin-top: -50px;
}

.m-r-none {
  margin-right: 0 !important;
}

.m-r-xxs {
  margin-right: 1px!important;
}

.m-r-xs {
  margin-right: 5px!important;
}

.m-r-sm {
  margin-right: 10px!important;
}

.m-r {
  margin-right: 15px!important;
}

.m-r-md {
  margin-right: 20px!important;
}

.m-r-lg {
  margin-right: 30px!important;
}

.m-r-xl {
  margin-right: 40px!important;
}

.m-r-xxl {
  margin-right: 50px!important;
}

.m-r-n-xxs {
  margin-right: -1px!important;
}

.m-r-n-xs {
  margin-right: -5px!important;
}

.m-r-n-sm {
  margin-right: -10px!important;
}

.m-r-n {
  margin-right: -15px!important;
}

.m-r-n-md {
  margin-right: -20px!important;
}

.m-r-n-lg {
  margin-right: -30px!important;
}

.m-r-n-xl {
  margin-right: -40px!important;
}

.m-r-n-xxl {
  margin-right: -50px!important;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-xxl {
  margin-bottom: 50px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.m-b-n-xxl {
  margin-bottom: -50px;
}

.row-sm {
  margin-right: -10px;
  margin-left: -10px;
}

.row-sm > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-xs {
  margin-right: -5px;
  margin-left: -5px;
}

.row-xs > div {
  padding-right: 5px;
  padding-left: 5px;
}


.butterbar {
  position: absolute;
  height: 3px;
  margin-bottom: -3px;
  width: 100%;
  top: 30px;
  z-index: 98;
}

.butterbar .bar {
  position: absolute;
  width: 100%;
  height: 0;
  text-indent: -9999px;
  background-color: #23b7e5;
}

.butterbar .bar:before {
  position: absolute;
  right: 50%;
  left: 50%;
  height: 3px;
  background-color: inherit;
  content: "";
}

.butterbar.active {
  -webkit-animation: changebar 2.25s infinite 0.75s;
     -moz-animation: changebar 2.25s infinite 0.75s;
          animation: changebar 2.25s infinite 0.75s;
}

.butterbar.active .bar {
  -webkit-animation: changebar 2.25s infinite;
     -moz-animation: changebar 2.25s infinite;
          animation: changebar 2.25s infinite;
}

.butterbar.active .bar:before {
  -webkit-animation: movingbar 0.75s infinite;
     -moz-animation: movingbar 0.75s infinite;
          animation: movingbar 0.75s infinite;
}

/* Moving bar */
@-webkit-keyframes movingbar {
  0% {
    right: 50%;
    left: 50%;
  }
  99.9% {
    right: 0;
    left: 0;
  }
  100% {
    right: 50%;
    left: 50%;
  }
}

@-moz-keyframes movingbar {
  0% {
    right: 50%;
    left: 50%;
  }
  99.9% {
    right: 0;
    left: 0;
  }
  100% {
    right: 50%;
    left: 50%;
  }
}

@keyframes movingbar {
  0% {
    right: 50%;
    left: 50%;
  }
  99.9% {
    right: 0;
    left: 0;
  }
  100% {
    right: 50%;
    left: 50%;
  }
}

/* change bar */

@-webkit-keyframes changebar {
  0% {
    background-color: #23b7e5;
  }
  33.3% {
    background-color: #23b7e5;
  }
  33.33% {
    background-color: #fad733;
  }
  66.6% {
    background-color: #fad733;
  }
  66.66% {
    background-color: #7266ba;
  }
  99.9% {
    background-color: #7266ba;
  }
}

@-moz-keyframes changebar {
  0% {
    background-color: #23b7e5;
  }
  33.3% {
    background-color: #23b7e5;
  }
  33.33% {
    background-color: #fad733;
  }
  66.6% {
    background-color: #fad733;
  }
  66.66% {
    background-color: #7266ba;
  }
  99.9% {
    background-color: #7266ba;
  }
}

@keyframes changebar {
  0% {
    background-color: #23b7e5;
  }
  33.3% {
    background-color: #23b7e5;
  }
  33.33% {
    background-color: #fad733;
  }
  66.6% {
    background-color: #fad733;
  }
  66.66% {
    background-color: #7266ba;
  }
  99.9% {
    background-color: #7266ba;
  }
}

.form-validation .form-control.ng-dirty.ng-invalid {
  border-color: #D52D28;
}

.form-validation .form-control.ng-dirty.ng-valid,
.form-validation .form-control.ng-dirty.ng-valid:focus {
  border-color: #84a994;
}

.form-validation .i-checks .ng-invalid.ng-dirty + i {
  border-color: #D52D28;
}

.parallax-window {
  background: url('../images/client-bg.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.store-order-parallax-window {
  background: url('../images/order-online.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/*body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}*/
.welcome-modal .modal-dialog, #location-modal .modal-dialog, #doordash-location-modal .modal-dialog {
  margin-top: 9%!important;
}
@media (min-width: 768px) {
  .app-content {
    margin-top: 230px;
  }
  .menu-box, .menu-item-box {
    min-height: 600px;
  }
  .welcome-modal .modal-dialog, #location-modal .modal-dialog, #doordash-location-modal .modal-dialog {
    width: 810px;
    max-width: 810px;
  }
  .welcome-modal .modal-body, #location-modal .modal-body, #doordash-location-modal .modal-body {
    min-height: 450px;
  }

  .welcome-modal .btn-skip-location {
    position: absolute;
    top: -34px;
    right: -40px;
    border: 5px solid #51a775;
    color: #333333;
    font-size: 26px;
    border-radius: 50%;
    padding: 4px 14px;
    /*font-weight: bold;*/
    background: #fff;
    letter-spacing: -0.5px;
  }
  .welcome-modal .btn-skip-location:hover {
    color: #51a775;
    text-decoration: none;
    border: 5px solid #3ab97e;
  }

  .welcome-modal .btn-set-location, #location-modal .btn-set-location, #doordash-location-modal .btn-set-location {
    position: absolute;
    bottom: 15px !important;
    right: 80px;
    border: 5px solid #51a775;
    color: #000;
    font-size: 18px;
    border-radius: 40px;
    padding: 14px 25px;
    /*font-weight: bold;*/
    background: #fff;
    letter-spacing: -0.5px;
  }
  .welcome-modal .btn-set-location::hover, #location-modal .btn-set-location::hover, #doordash-location-modal .btn-set-location::hover {
    color: #3ab97e;
    text-decoration: none;
    border: 5px solid #3ab97e;
  }

  .welcome-modal .form-find-location, #location-modal .form-find-location, #doordash-location-modal .form-find-location {
    position: absolute;
    bottom: 15px !important;
    right: 52px;
  }

  .welcome-modal input.find-location, #location-modal input.find-location, #doordash-location-modal input.find-location {
    width: 325px;
    height: 63px;
    font-size: 18px;
    padding: 10px 10px 10px 16px;
    border: 4px solid #51a775;
    color: #000;
    /*font-weight: 600;*/
    float: left;
    border-radius: 30px 0px 0px 30px;
    outline: none;
  }
  .welcome-modal .btn-find-location, #location-modal .btn-find-location, #doordash-location-modal .btn-find-location {
    background: #51a775;
    /*font-weight: bold;*/
    color: #fff;
    border-radius: 0 30px 30px 0;
    height: 63px;
    font-size: 20px;
    padding: 6px 18px 6px 10px;
  }

  .welcome-modal .btn-find-location.disabled, .welcome-modal .btn-find-location[disabled], #location-modal .btn-find-location.disabled, #location-modal .btn-find-location[disabled], #doordash-location-modal .btn-find-location.disabled, #doordash-location-modal .btn-find-location[disabled] {
    filter: alpha(opacity=100);
    opacity: 1;
    background: #aec3ba;
  }
}

@media (max-width: 768px) {
  .welcome-modal .modal-body, #location-modal .modal-body, #doordash-location-modal .modal-body {
    padding: 5px;
  }
}

.welcome-modal .modal-content, #location-modal .modal-content, #doordash-location-modal .modal-content {
  border: 0;
  border-radius: 0;
}

.find-location-text {
  font-size: 33px;
  letter-spacing: .3px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 0px;
  /*font-family: 'BebasNeueBold';*/
}

.form-search-location input.search-location {
  width: 300px;
  height: 45px;
  font-size: 16px;
  padding: 10px 10px 10px 16px;
  border: 4px solid #ffffff;
  color: #000;
  font-weight: 500;
  float: left;
  border-radius: 30px 0px 0px 30px;
  outline: none;
}

.form-favorite-store select.select-location {
  width: 480px;
  height: 45px;
  font-size: 16px;
  padding: 10px 10px 10px 16px;
  border: 4px solid #12a296;
  color: #000;
  font-weight: 500;
  float: left;
  border-radius: 30px 0px 0px 30px;
  outline: none;
}

.location-store-locator .form-search-location input.search-location {
  width: 395px;
}

.search-result-header {
  background: #12a296;
  padding: 10px 30px 15px;
}

#login-register-modal {
  top: 10%;
}

.login-register-header {
  background: #12a296;
  padding: 10px 15px;
}

.login-register-body {
  padding: 10px 15px;
}

.login-register-text {
  font-size: 24px;
  letter-spacing: .3px;
  color: #ffffff;
  /*font-family: 'BebasNeueBold';*/
}

.login-register-body h3 {
  font-size: 18px;
  color: #446152;
  /*font-family: 'BebasNeueBold';*/
}

.login-register-body .btn-block + .btn-block {
  margin-top: 10px;
}

.btn-search-location {
  background: #394641;
  /*font-weight: bold;*/
  color: #fff;
  border-radius: 0 30px 30px 0;
  height: 46px;
  font-size: 20px;
  padding: 6px 18px 6px 10px;
  background: #2c5042;
}
.btn-search-location:hover {
  background: #394641;
  color: #fff;
}
.btn-set-favorite-location {
  background: #394641;
  /*font-weight: bold;*/
  color: #fff;
  border-radius: 0 30px 30px 0;
  height: 46px;
  font-size: 20px;
  padding: 6px 18px 6px 10px;
  background: #2c5042;
}
.btn-set-favorite-location:hover {
  background: #394641;
  color: #fff;
}
.btn-close-location {
  /*font-weight: bold;*/
  color: #fff;
  border-radius: 30px 30px 30px 30px;
  height: 46px;
  width: 46px;
  font-size: 20px;  
  background: #12a296;
  border: 2px solid #2c5042;
  position: absolute;
  right: -25px;
  top: -25px;
}
.btn-close-location:hover {
  background: #394641;
  color: #fff;
}
.btn-close-login-register {
  /*font-weight: bold;*/
  color: #fff;
  border-radius: 30px 30px 30px 30px;
  height: 46px;
  width: 46px;
  font-size: 20px;  
  background: #12a296;
  border: 2px solid #2c5042;
  position: absolute;
  right: -25px;
  top: -25px;
}
.btn-close-login-register:hover {
  background: #394641;
  color: #fff;
}
.location-list {
  height: 405px;
  overflow-y: scroll;
}

@media (max-width: 568px) {
  .location-list {
    height: 535px;
  }
}

.favorite-location-list {
  padding: 20px;
}
.location-store-locator .location-list {
  height: 470px;
  overflow-y: scroll;
}
.location {
  position: relative;
  margin: 20px 20px;
  background: #f6f6f6;
  padding: 2px 20px 2px;
  border-left: 5px solid #84a994;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.location-store-locator .location {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px;
}
.location.active {
  border-left: 5px solid #D52D28;
}
.location-card h3 {
  margin: 10px 0 8px;
  font-size: 18px;
  color: #484848;
  line-height: normal;
  /*font-family: 'BebasNeueBold';*/
}
.location-card h3:before{
  background: url(../img/localtion-bullet.png) no-repeat left;
  width: 18px;
  height: 16px;
  content: "";
  display: inline-block;
  margin: 0px 5px 0px 0px;
  background-size: 100%;
}
.location-address {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.location-timing {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 25px;
  text-align: left;
  padding-left: 23px;
  border-left: 1px solid #ddd;
}
.location-store-locator .location-timing {
  font-size: 12px;
  line-height: normal;
  margin-top: 40px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}
.location-card h5 {
  letter-spacing: .5px;
  font-size: 14px;
  line-height: normal;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  /*font-family: 'BebasNeueBold';*/
}
.btn-location-order {
  background: #3d3d3d;
  color: #fff;
  font-size: 15px;
  padding: 4px 17px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 6px;
  text-transform: uppercase;
}
.btn-location-order:hover{
  background: #2c5042;
  color: #fff;
}

.btn-doordash-order {
  font-size: 10px;
  min-width: 100px;
}

.location-store-locator {
  margin-bottom: 40px;
}
.location-store-locator .location-head-in {
  background: rgb(106, 167, 138);  
}
.location-store-locator .location-head-in input::placeholder {
  color: #fff;
}
.location-store-locator .location-head-in input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.location-store-locator .location-head-in input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.mark-window {
  min-width: 200px;
}
.store-listing-main {
  padding: 0px 0px 70px;
}

@media (max-width: 800px) {
  .welcome-modal .modal-dialog, #location-modal .modal-dialog, #doordash-location-modal .modal-dialog {
    width: auto;
    padding: 0px 15px;
  }
  .welcome-modal .modal-dialog, #location-modal .modal-dialog, #doordash-location-modal .modal-dialog {
    margin-top: 4% !important;
  }
  .form-search-location input.search-location {
    width: 262px;
  }/*
  .form-search-location input.search-location {
    width: 262px;
    float: none;
  }*/
  .form-favorite-store select.select-location {
    width: 262px;
  }
  .btn-search-location {
    /*margin: -5px 0px 0px -6px;*/
    height: 44px;
  }
  /*.btn-set-favorite-location {
    margin: -5px 0px 0px -6px;
  }*/
}
@media (max-width: 767px) {
  .welcome-modal .modal-body, #location-modal .modal-body, #doordash-location-modal .modal-body {
    text-align: center;
  }
  .welcome-modal .modal-dialog, #location-modal .modal-dialog, #doordash-location-modal .modal-dialog {
    /*padding: 0px 150px;*/
    max-width: none;
  }
  .welcome-modal .btn-skip-location {
    position: absolute;
    top: -24px;
    right: -30px;
    border: 5px solid #51a775;
    color: #333333;
    font-size: 16px;
    border-radius: 50%;
    padding: 4px 10px;
    /*font-weight: bold;*/
    background: #fff;
    letter-spacing: -0.5px;
  }
  .welcome-modal .btn-skip-location:hover {
    color: #51a775;
    text-decoration: none;
    border: 5px solid #3ab97e;
  }
  .welcome-modal .btn-set-location, #location-modal .btn-set-location, #doordash-location-modal .btn-set-location {
    border: 3px solid #51a775;
    color: #000;
    font-size: 13px;
    border-radius: 40px;
    padding: 8px 18px;
    /*font-weight: bold;*/
    background: #fff;
    letter-spacing: -0.5px;
    /*margin: 15px auto;*/
    position: absolute;
    top: 130px;
  }  
  .form-find-location{
    /*margin: 3px auto;
		padding: 15px 0px;*/
    margin-top: -50px;
  }
  .welcome-modal input.find-location, #location-modal input.find-location, #doordash-location-modal input.find-location {
    width: 280px;
    height: 50px;
    font-size: 16px;
    padding: 10px 10px 10px 16px;
    border: 4px solid #51a775;
    color: #000;
    /*font-weight: 600;*/
    float: none;
    border-radius: 30px 0px 0px 30px;
    outline: none;
  }
  .welcome-modal .btn-find-location, #location-modal .btn-find-location, #doordash-location-modal .btn-find-location {
    background: #51a775;
    /*font-weight: bold;*/
    color: #fff;
    border-radius: 0 30px 30px 0;
    height: 50px;
    font-size: 20px;
    padding: 6px 18px 6px 10px;
  }
  .btn-find-location{
    margin: -3px 0px 0px -4px;
  }
  .location-card{
    text-align: center !important;
  }
  .location {
    padding: 8px 20px 12px;
  }
  .location-timing {
    margin-top: 0px;
    text-align: center;
    padding-left: 0px;
    border-left: 0px solid #ddd;
  }
  .form-search-location input.search-location {
    width: 215px;
    float: none;
    height: 35px;
    font-size: 13px;
    padding: 1px 10px;
  }
  .form-favorite-store select.select-location {
    width: 215px;
    float: none;
    height: 35px;
    font-size: 13px;
    padding: 1px 10px;
  }
  .btn-search-location {
    height: 36px;
    font-size: 16px;
    padding: 6px 18px 6px 10px;
    margin: -3px 0px 0px -6px;
  }
  .btn-set-location {
    height: 36px;
    font-size: 16px;
    padding: 6px 18px 6px 10px;
    margin: -3px 0px 0px -6px;
  }
  .mark-btn .btn {
    font-size: 11px!important;
  }
}

@media (max-width: 568px) {
  .welcome-modal input.find-location, #location-modal input.find-location, #doordash-location-modal input.find-location {
    width: 200px;
    height: 45px;
    font-size: 12px;
    float: none;
  }
  .welcome-modal .btn-find-location, #location-modal .btn-find-location, #doordash-location-modal .btn-find-location {
    height: 45px;
    font-size: 18px;
    padding: 6px 11px 6px 9px;
    margin: -1px 0px 0px -4px;
  }
  .welcome-modal .modal-dialog, #location-modal .modal-dialog, #doordash-location-modal .modal-dialog {
    margin-top:10% !important;
  }
  .welcome-modal .modal-dialog, #location-modal .modal-dialog, #doordash-location-modal .modal-dialog {
    width: auto;
    padding: 0px 30px;
  }
  .find-location-text {
    font-size: 22px;
    text-align: center;
  }
  .form-search-location input.search-location {
    width: 183px;
    font-size: 12px;
  }
  .form-favorite-store select.select-location {
    width: 183px;
    font-size: 12px;
  }
  .btn-search-location {
    padding: 6px 9px 6px 5px;
    margin: -1px 0px 0px -6px;
  }
  .btn-set-location {
    padding: 6px 9px 6px 5px;
    margin: -1px 0px 0px -6px;
  }
}

@media (max-width: 360px) {
  .welcome-modal input.find-location, #location-modal input.find-location, #doordash-location-modal input.find-location {
    width: 165px;
    font-size: 10px;
  }
  .welcome-modal .btn-find-location, #location-modal .btn-find-location, #doordash-location-modal .btn-find-location {
    margin: 0px 0px 0px -4px;
  }
  .welcome-modal .btn-set-location, #location-modal .btn-set-location, #doordash-location-modal .btn-set-location {
    font-size: 11px;
  }
  .welcome-modal .modal-dialog, #location-modal .modal-dialog, #doordash-location-modal .modal-dialog {
    padding: 0px 5px;
  }
  .welcome-modal .btn-set-location, #location-modal .btn-set-location, #doordash-location-modal .btn-set-location {
    top: 130px!important;
  }
}
.location-green-bg{
  background: url(../img/location-green-bg.jpg) no-repeat;
  width: 100%;
  height: 100%
}
.location-breadcrumb-address{
  margin: 4px 10px 5px;
}
.top-link {
  margin: 4px 10px 5px;
}
/*.location-breadcrumb-address:after {
  margin: 16px 10px 5px;
  background: #d2d2d2;
  content: "";
  width: 43%;
  height: 1px;
  position: relative;
  display: block;
  margin: 10px auto 0px;
}*/
.location-breadcrumb-address span{
  font-weight: 500;
  font-size: 13px;
  margin-right: 10px;
  color: #ffffff;
  letter-spacing: .3px;
}
.location-breadcrumb-address .fa {
  font-size: 13px;
  color: #ffffff;
}
.btn-change-location {
  background-color: #ffffff;
  border-color: #12a296;
  color: #000;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 12px;
}
.btn-change-location:hover {
  background-color: #585858;
  border-color: #45c1af;
  color: #fff;
}
.btn-door-dash {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #fff;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 12px;
}
.btn-door-dash:hover {
  background-color: #ffffff;
  border-color: #ac2925;
  color: #c9302c;
}
.btn-cart, .btn-favorite-store {
  background-color: #ffffff;
  border-color: #12a296;
  color: #000;
  border-radius: 30px;
  padding: 4px 10px;
  font-size: 12px;
}
.btn-cart:hover, .btn-favorite-store:hover{
  background-color: #ffffff;
  border-color: #4cae4c;
  color: #12a296;
}
.btn-item-to-cart {
  position: absolute;
  z-index: 9;
  right: 30px;
  top: 15px;
  font-size: 12px;
  color: #12a296;
  border-radius: 30px;
  padding: 5px 10px;
  border: 2px solid #3ab97e;
  /*font-weight: bold;*/
}
.btn-item-to-cart:hover {
  color: #fff;
  border: 2px solid #3ab97e;
  background: #12a296;
  text-decoration: none;
}
.btn-add-to-cart {
  font-size: 14px;
  color: #12a296;
  border-radius: 30px;
  padding: 10px 30px;
  border: 3px solid #3ab97e;
  /*font-weight: bold;*/
}
.btn-add-to-cart:hover {
  color: #fff;
  border: 3px solid #3ab97e;
  background: #12a296;
  text-decoration: none;
}
.choose-item-modal {
  z-index: 99991;
}
.choose-item-modal p {
  font-size: 14px;
  line-height: 18px;
}
.choose-item-modal .modal-dialog {
  width: 980px;
  max-width: 980px;
}
.choose-item-modal .modal-content {
  border-radius: 0px;
  border: none;
}
.choose-item-modal .modal-header {
  background: #12a296;
  border-radius: 0;
}
.choose-item-modal .modal-header .close {
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  line-height: normal;
  width: 30px;
  margin: 0;
  padding: 0;
}
.choose-item-modal .modal-header .btn-add {
  float: right;
  padding: 6px 20px;
}
.choose-item-modal .modal-header h4 {
  font-size: 1.25rem;
  margin-bottom: 0px;
  width: 100%;
  font-family: 'Bebas Neue', cursive;
  color: #ffffff;
}
.choose-item-modal .modal-header h4 span {
  margin-left: 6px;
  /*font-weight: 600;*/
}
.choose-item-modal .modal-body h4 {
  font-size: 14px;
  text-transform: uppercase;
  /*font-weight: 600;*/
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Bebas Neue', cursive;
}
.choose-item-modal .modal-body h4 span {
  font-weight: 500;
}
.choose-item-modal .modal-body .card {
  border-radius: 5px;
}
.choose-item-modal .modal-body .card .card-body {
  font-size: 14px;
  /*font-weight: 600;*/
  padding: 10px;
}
.choose-item-modal .modal-body .card .card-body-breakdown {
  font-size: 12px;
  /*font-weight: 600;*/
  text-align: center;
  padding: 8px;
}
.choose-item-modal .modal-body .card .card-body span {
  font-weight: 500;  
}
.choose-item-modal .modal-body .card-item-size .card-body span {
  float: right;
}
.choose-item-modal .modal-body textarea {
  min-height: 103px;
  resize: none;
}
.choose-item-modal .list-group-item {
  padding-left: 80px;
}
.choose-item-modal .dollar ~ .form-control {
  padding-left: 60px;
}
.checkbox-allergy {
  position: absolute;
  top: 7px;
  left: 110px;
}
.checkbox-customise {
  position: absolute;
  top: -3px;
  left: 80px;
}
.card-addins .checkbox label {
  min-width: 140px;
}
.choose-combo-item-modal {
  z-index: 99991;
}
.choose-combo-item-modal .modal-content {
  border-radius: 0px;
  border: none; 
}
.choose-combo-item-modal .modal-header .close {
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  line-height: normal;
  width: 30px;
  margin: 0;
  padding: 0;
}
.choose-combo-item-modal .modal-header .btn-add {
  float: right;
  padding: 6px 20px;
}
.choose-combo-item-modal .modal-header h4 {
  font-size: 1.25rem;
  /*font-weight: 700;*/
  text-align: left;
  margin-top: 5px;
  width: 100%;
  font-family: 'Bebas Neue', cursive;
  color: #fff;
  margin-bottom: 0;
}
.choose-combo-item-modal .modal-header h4 > span {
  margin-left: 15px;
  /*font-weight: 600;*/
  /*float: right;*/
  /*color: #5fbfb1;*/
}
.choose-combo-item-modal .modal-body .card {
  border-radius: 5px;
}
.choose-combo-item-modal .modal-body .card .card-body {
  font-size: 14px;
  /*font-weight: 600;*/
  padding: 10px;
}
.choose-combo-item-modal .modal-body .card-title a {
  display: block;
  /*font-weight: 600;*/
}
.choose-combo-item-modal .modal-body .input-group-addon {
  padding: 0px 0px;
  background-color: #fff;
  border: 0px solid #ccc;
}
.choose-combo-item-modal .modal-body .input-group .btn-l{
  border-radius: 4px 0px 0px 4px;
  border-right: 0;
}
.choose-combo-item-modal .modal-body .input-group .btn-r{
  border-radius: 0px 4px 4px 0px;
  border-left: 0;
}
.choose-combo-item-modal .modal-body textarea {
  min-height: 110px;
  padding: 10px;
  resize: none;
}
.choose-combo-item-modal .modal-body .list-group-item {
  padding: 5px 15px;
}
.choose-combo-item-modal .modal-body h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Bebas Neue', cursive;
}
.col-combo-item {
  line-height: 30px;
  /*font-weight: 700;*/
}
.card-choosed-item {
  background-color: #12a296;
  color: #fff;
}
.card-selected-addin {
  background-color: #12a296;
  color: #fff;
}
.mini-cart {
  position: fixed;
  top: 163px;
  right: -360px;
  z-index: 1050;
  width: 360px;
  -webkit-transition: right 0.2s;
          transition: right 0.2s;  
}
.mini-cart.active {
  right: -1px;
}
.mini-cart > .btn {
  position: absolute;
  top: -1px;
  left: -42px;
  padding: 10px 15px;
  background: #f5f5f5!important;
  border-color: #ddd;
  border-right-width: 0;
  font-size: 15px;
}
.mini-cart > .btn.active, .mini-cart > .btn.active:hover {
  color: #333;
  background-color: #f5f5f5!important;
  border-color: #ddd!important;
}
.mini-cart .card-mini-cart-body {
  padding: 0px 15px;  
}
.table-mini-cart {
  color: #333;
}
.alert-cart {
  position: absolute;
  width: 100%;
/*  top: 65px;*/
  bottom:0;
  /*font-weight: 700;*/
}
.checkout-heading {
  font-size: 28px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  /*font-weight: 600;*/
  letter-spacing: 2px;  
}
.checkout-location {
  font-size: 24px;
  color: #5fbfb1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-weight: 600;*/
  letter-spacing: 2px;
}
.checkout-location-title {
  /*font-family: 'BebasNeueBold';*/
  font-size: 21px;
  color: #000000;
  /*border-bottom: 1px dashed #d9ece2;*/
  letter-spacing: 1px
}

.checkout-location-title::before {
  background: url(../img/localtion-bullet.png) no-repeat left;
      background-size: auto;
  width: 22px;
  height: 19px;
  content: "";
  display: inline-block;
  margin: 0px 5px 0px 0px;
  background-size: 100%;
}
.checkout-location-address {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.checkout-location-timing {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}
.checkout-location-telephone {
  color: #66a281;
  /*font-weight: 700;*/
}
.table-order-total tfoot {
  background: #5fbfb1;
  color: #fff;
  font-size: 20px;
}
.checkout-item {
  color: #333;
}
.form-control-phone {
  width: 348px!important;
}
.datepicker {
  margin: 0 5px;
}
.datepicker .btn-default {
  border-width: 0;
  box-shadow: none;
}
.datepicker .btn[disabled] {
  opacity: 0.4;
}
.datepicker .btn-info .text-info {
  color: #fff !important;
}
.list-group-reward {
  position: relative;
}
.list-group-reward h5 {
  font-size: 18px;
}
.list-group-reward .btn-redeem {
  position: absolute;
  right: 5px;
  top: 5px;
}
#storeCarousel .carousel-control {
  background-image: none !important;
}
#storeCarousel .carousel-control {
  color: #424242;
  opacity: 1;
  width: 5%;
  top: 46%;
  height: 7%;
  background: transparent;
  line-height: 33px;
}
#storeCarousel .carousel-control:hover, .carousel-control:focus {
  color: #71cca2;
}
#storeCarousel .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #4e5250 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #288459;
    border-radius: 10px;
}
#storeCarousel .carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: #288459;
}
.menu-title-small {
  font-size: 18px!important;
}

a.btn.btn-default.btn-lg.btn-block.bt-left{width:60%;}
button.btn.btn-success.btn-lg.btn-block.bt-left{width:60%;
    float: right;}
.location-telephone {
  color: #12a296;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 10px;
}

@-webkit-keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

.alert-notification {
  position: fixed;  
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  z-index: 9999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px;
  line-height: 1.3;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  max-width: 350px;
  margin: 20px;
  top: -89px;
  right: 0;
}
.alert-notification.active {
  top: 89px;
  z-index: 9999;
  animation: fade-in 1s ease-in-out forwards, fade-in 1s ease-in-out reverse forwards 3s;
}