/*
 ** Media Queries Mixin
*/
/* Vertically centers an element (works in ie 9) */
body > header {
  overflow: visible !important;
}
body > header .right {
  text-align: right;
}

a {
  color: #000;
}

strong {
  font-weight: bold;
}

body {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans";
}

ul {
  padding: 0;
  list-style-type: none;
}

.alert {
  display: none;
}

.form-control.required {
  border: 1px solid #b00000;
}

#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  background: url("../images/loading.gif") no-repeat 50% 50%;
  top: 0;
  left: 0;
  background-color: #000;
  background-size: 20%;
  display: none;
  opacity: 0.5;
  z-index: 20;
}

footer {
  padding: 20px 20px;
  background-color: #FCF3E3;
}
footer .container-fluid > .row {
  max-width: 100% !important;
}
footer .social-icons {
  text-align: left;
}
footer #copyright {
  text-align: center;
}
footer #footer-menu {
  display: flex;
  justify-content: space-between;
}
footer .social-icons {
  text-align: center;
  margin-bottom: 10px;
}

.social-icons a {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 5px;
}

.btn {
  outline: none;
  border: 0;
}

.btn-red {
  background-color: #E53935 !important;
  color: #fff !important;
}

.title-bar {
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  padding: 6px 20px;
  margin: 0;
}
.title-bar .title {
  font-size: 16px;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(50%);
}

body > header {
  margin: -4px 0 15px 0;
}

#property-name {
  font-size: 22px;
  margin-top: 20px;
  font-weight: bold;
  float: left;
}

#property-logo {
  float: left;
  margin: 12px 0px 10px 0px;
}
#property-logo img {
  max-height: 70px;
  max-width: 100%;
}

header .social-icons {
  margin-top: 30px;
  text-align: right;
}

.container-fluid {
  overflow: hidden;
}

#btn-call-server {
  float: right;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 29px;
  padding: 5px 12px 5px 35px;
  color: #FFFFFF;
  font-size: 14px;
  background: url("./../images/call-server-icon.png") no-repeat 15px center;
}
#btn-call-server:active {
  background-color: rgba(255, 130, 130, 0.5);
}

div.modal button.close {
  position: absolute;
  height: 35px;
  width: 35px;
  top: 10px;
  background: url("./../images/button-close.svg") no-repeat 0 0;
  left: 10px;
  z-index: 10;
  background-size: contain;
  opacity: 1;
  outline: none;
}

hr.divider {
  border-top: 1px solid #DBDBDB;
}

#toast-alert,
#toast-confirm {
  position: fixed;
  top: 0;
  width: 300px;
  margin: 10px 0 0 -150px;
  left: 50%;
  padding: 15px 10px;
  z-index: 1100;
}
#toast-alert .img,
#toast-confirm .img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}
#toast-alert.success,
#toast-confirm.success {
  background-color: #D0F9C9;
}
#toast-alert.success .img,
#toast-confirm.success .img {
  background: url("./../images/icon-success.svg") no-repeat 0 0;
}
#toast-alert.success .toast-header,
#toast-confirm.success .toast-header {
  color: #00A918;
}
#toast-alert.danger,
#toast-confirm.danger {
  background-color: #FFE1E0;
}
#toast-alert.danger .toast-header,
#toast-confirm.danger .toast-header {
  background: url("./../images/icon-danger.svg") no-repeat 0 0;
  color: #B71C1C;
}
#toast-alert.warning,
#toast-confirm.warning {
  background-color: #FFFCBF;
}
#toast-alert.warning .toast-header,
#toast-confirm.warning .toast-header {
  background: url("./../images/icon-warning.svg") no-repeat 0 0;
  color: #927F12;
}
#toast-alert.info,
#toast-confirm.info {
  background-color: #E0FAFA;
}
#toast-alert.info .toast-header,
#toast-confirm.info .toast-header {
  background: url("./../images/icon-info.svg") no-repeat 0 0;
  color: #009799;
}
#toast-alert .toast-header,
#toast-confirm .toast-header {
  font-size: 15px;
  justify-content: flex-end;
  font-weight: bold;
  border: 0;
  background-size: contain !important;
  background-color: #D0F9C9;
  padding: 0 5px;
}

.body-toast-error-alert {
  display: none;
  padding: 0px;
}
.body-toast-error-alert .toast-header {
  background: none;
  color: #B71C1C;
  border: none;
}
.body-toast-error-alert.danger {
  background-color: #FFE1E0;
}

.invalid-feedback {
  line-height: 18px;
}

.spinner-border {
  width: 20px;
  height: 20px;
}

#time-slot-countdown {
  font-weight: bold;
}

#info-message {
  display: none;
  width: 100%;
  border-radius: 6px;
  color: rgb(35, 123, 152);
}
#info-message p {
  margin: 10px 20px;
  text-align: center;
  padding: 10px;
  background-color: rgb(215, 234, 240);
}

.offcanvas-header {
  display: none;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html, body {
  height: 100%;
}

#checkout-desktop-details.sticky {
  position: fixed;
  top: 0;
  width: 24.66%;
  right: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
#checkout-desktop-details.sticky + .content {
  padding-top: 102px;
}

#footer-savvydine-logo {
  float: right;
}

#time-slot-countdown {
  color: #E53935;
}

#info-message.sticky {
  position: fixed;
  top: 0;
  width: 75%;
  left: 0;
  z-index: 1;
}
#info-message.sticky p {
  margin: 0 !important;
}

#top-separator {
  height: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 992px) {
  .offcanvas-header {
    display: block;
  }
  .navbar-collapse {
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    font-size: 20px;
    background-color: white;
    transition: visibility 0.2s ease-in-out;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(100%);
  }
}
#delivery-container-desktop {
  display: none;
}

#delivery-area {
  width: 100%;
  margin-bottom: 20px;
}

#delivery-form-desktop,
#delivery-or-pickup-container-desktop {
  font-weight: bold;
}

#delivery-or-pickup-container-desktop {
  margin-top: 20px;
}

#delivery-container-desktop {
  margin-top: 20px;
}

footer .footer-logo {
  text-align: right;
}

@media (min-width: 0) and (max-width: 767px) {
  #info-message.sticky {
    width: 100%;
  }
  #copyright {
    margin-top: 15px;
  }
  footer > div.container-fluid > div.row {
    max-width: inherit !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #loading {
    background-size: 5%;
    background-position: 50% 40%;
  }
  .desktop-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .desktop-no-padding-left {
    padding-left: 0 !important;
  }
  .desktop-no-padding-right {
    padding-right: 0 !important;
  }
  #toast-alert {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 5px;
  }
  #toast-alert .toast-header {
    display: block;
  }
  #toast-alert .img {
    display: none;
  }
  #toast-alert .mr-auto {
    padding: 10px 0 10px 50px;
  }
  #toast-alert.success .mr-auto {
    background: url("./../images/icon-success.svg") no-repeat 0 center;
  }
  #toast-alert.warning .mr-auto {
    background: url("./../images/icon-warning.svg") no-repeat 0 center;
  }
  #toast-alert.danger .mr-auto {
    background: url("./../images/icon-danger.svg") no-repeat 0 center;
  }
  #toast-alert.info .mr-auto {
    background: url("./../images/icon-info.svg") no-repeat 0 center;
  }
  .modal-dialog {
    max-width: 700px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #loading {
    background-size: 5%;
    background-position: 50% 40%;
  }
  .desktop-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .desktop-no-padding-left {
    padding-left: 0 !important;
  }
  .desktop-no-padding-right {
    padding-right: 0 !important;
  }
  #toast-alert {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 5px;
  }
  #toast-alert .toast-header {
    display: block;
  }
  #toast-alert .img {
    display: none;
  }
  #toast-alert .mr-auto {
    padding: 10px 0 10px 50px;
  }
  #toast-alert.success .mr-auto {
    background: url("./../images/icon-success.svg") no-repeat 0 center;
  }
  #toast-alert.warning .mr-auto {
    background: url("./../images/icon-warning.svg") no-repeat 0 center;
  }
  #toast-alert.danger .mr-auto {
    background: url("./../images/icon-danger.svg") no-repeat 0 center;
  }
  #toast-alert.info .mr-auto {
    background: url("./../images/icon-info.svg") no-repeat 0 center;
  }
  .modal-dialog {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  #loading {
    background-size: 5%;
    background-position: 50% 40%;
  }
  .desktop-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .desktop-no-padding-left {
    padding-left: 0 !important;
  }
  .desktop-no-padding-right {
    padding-right: 0 !important;
  }
  #toast-alert {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 5px;
  }
  #toast-alert .toast-header {
    display: block;
  }
  #toast-alert .img {
    display: none;
  }
  #toast-alert .mr-auto {
    padding: 10px 0 10px 50px;
  }
  #toast-alert.success .mr-auto {
    background: url("./../images/icon-success.svg") no-repeat 0 center;
  }
  #toast-alert.warning .mr-auto {
    background: url("./../images/icon-warning.svg") no-repeat 0 center;
  }
  #toast-alert.danger .mr-auto {
    background: url("./../images/icon-danger.svg") no-repeat 0 center;
  }
  #toast-alert.info .mr-auto {
    background: url("./../images/icon-info.svg") no-repeat 0 center;
  }
  .modal-dialog {
    max-width: 700px;
  }
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-alignment-helper > .modal-dialog {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.vertical-alignment-helper .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.modal-content {
  border-radius: 15px;
}

.modal-header {
  border-radius: 15px 15px 0 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.item-unavailable .item-details {
  opacity: 0.5;
}
.item-unavailable .item-unavailable-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-unavailable .item-unavailable-overlay-container .item-unavailable-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
}
.item-unavailable .item-unavailable-overlay-container span {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#reset-timeslot {
  display: none;
}

#avatar-wrapper {
  max-width: 50px;
  text-align: center;
  padding-top: 12px;
  cursor: pointer;
}
#avatar-wrapper > span {
  position: relative;
}
#avatar-wrapper #account-user-name {
  position: absolute;
  display: none;
  top: 1px;
  width: 200px;
  text-align: right;
  right: 30px;
}

#account-dropdown-options {
  position: absolute;
  top: 85px;
  right: 0;
  height: 100px;
  width: 237px;
}
#account-dropdown-options .dropdown-menu {
  top: 0;
}

body#menu #change-menu-to-scheduled span.img,
body#menu #change-menu-to-regular span.img,
body#dine-out-menu #change-menu-to-scheduled span.img,
body#dine-out-menu #change-menu-to-regular span.img, #checkout-complete span.img {
  background: url("./../images/happy-hour-icon.svg") no-repeat 0 0;
  display: block;
  height: 90px;
  width: 90px;
  margin: 0 auto;
  background-size: contain;
}
body#menu #change-menu-to-scheduled h1,
body#menu #change-menu-to-regular h1,
body#dine-out-menu #change-menu-to-scheduled h1,
body#dine-out-menu #change-menu-to-regular h1, #checkout-complete h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
body#menu #change-menu-to-scheduled h4,
body#menu #change-menu-to-regular h4,
body#dine-out-menu #change-menu-to-scheduled h4,
body#dine-out-menu #change-menu-to-regular h4, #checkout-complete h4 {
  font-size: 14px;
}

body#menu #change-menu-to-scheduled .btn-ok-new-menu,
body#menu #change-menu-to-regular .btn-ok-new-menu,
body#dine-out-menu #change-menu-to-scheduled .btn-ok-new-menu,
body#dine-out-menu #change-menu-to-regular .btn-ok-new-menu, #checkout-complete .btn-ok-new-menu {
  background-color: #E53935;
  width: 100%;
  padding: 10px;
  font-size: 18px;
}

body#home #enter-restaurant-code input {
  max-width: 50%;
  float: left;
  margin-right: 10px;
}
body#home #try-qr-code-manually {
  display: flex;
  margin-top: 10px;
}
body#home #try-qr-code-manually a {
  color: #E53935;
  margin-left: 20px;
}
body#home #try-qr-code-manually p {
  margin-bottom: 5px;
}
body#home #system-info h3 {
  font-weight: bold;
  font-size: 17px;
  color: #E53935;
}
body#home #system-info img {
  margin: 0 auto;
  display: block;
}
body#home #system-info h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
body#home #system-info > div {
  margin-bottom: 30px;
}
body#home #service-tab {
  justify-content: center;
}
body#home #service-tab li {
  background: #E53935;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  margin-right: 10px;
}
body#home #service-tab li a {
  color: white;
}
body#home .qrcode-text {
  padding-right: 1.7em;
  margin-right: 0;
}
body#home .qrcode-text-btn {
  display: inline-block;
  background: url("../images/home-qrcode.png") 50% 50% no-repeat;
  height: 200px;
  width: 200px;
  cursor: pointer;
}
body#home .qrcode-text-btn h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #E53935;
  margin-top: 40px;
  padding: 10px 0;
  background: rgba(252, 243, 227, 0.5);
}
body#home .qrcode-text-btn > input[type=file] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}
body#home #qr-code-scan-container {
  position: relative;
  text-align: center;
}
body#home #system-info {
  margin-top: 30px;
}
body#home #top-title {
  margin: 20px 0 10px 0;
  font-weight: bold;
  font-size: 26px;
}
@media (min-width: 0) and (max-width: 767px) {
  body#home #try-qr-code-manually {
    justify-content: space-between;
  }
}

body#menu #confirm-place-order .delete,
body#dine-out-menu #confirm-place-order .delete, body#menu #cart-items .delete,
body#dine-out-menu #cart-items .delete, body#menu #table-orders-tab a.delete,
body#dine-out-menu #table-orders-tab a.delete {
  background: url("./../images/icon-delete.png") no-repeat 0 0;
  display: block;
  height: 15px;
  width: 15px;
  background-size: contain;
  margin: 3px 0 0 10px;
}

body#menu #item-counter-subtract,
body#menu #item-counter-add,
body#menu .cart-item-counter-subtract,
body#menu .cart-item-counter-add,
body#dine-out-menu #item-counter-subtract,
body#dine-out-menu #item-counter-add,
body#dine-out-menu .cart-item-counter-subtract,
body#dine-out-menu .cart-item-counter-add {
  height: 30px;
  width: 30px;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
}

.btn-primary {
  color: white !important;
}

body#menu ::-webkit-scrollbar,
body#dine-out-menu ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
body#menu ::-webkit-scrollbar-thumb,
body#dine-out-menu ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
body#menu #btn-choose-pickup-time,
body#dine-out-menu #btn-choose-pickup-time {
  font-weight: bold;
}
body#menu #order-total-limit h1, body#menu #order-total-limit span,
body#menu #order-food-with-alcohol h1,
body#menu #order-food-with-alcohol span,
body#dine-out-menu #order-total-limit h1,
body#dine-out-menu #order-total-limit span,
body#dine-out-menu #order-food-with-alcohol h1,
body#dine-out-menu #order-food-with-alcohol span {
  text-align: center;
  width: 100%;
  font-size: 26px;
}
body#menu > .container-fluid,
body#dine-out-menu > .container-fluid {
  margin-bottom: 20px;
}
body#menu .price,
body#dine-out-menu .price {
  font-weight: bold;
}
body#menu .nav-pills .nav-link.active,
body#dine-out-menu .nav-pills .nav-link.active {
  background-color: #E53935;
}
body#menu #table-orders-tab span.delete,
body#dine-out-menu #table-orders-tab span.delete {
  float: right;
}
body#menu #cart-items,
body#dine-out-menu #cart-items {
  margin-top: 8px;
}
body#menu #cart-items p,
body#dine-out-menu #cart-items p {
  text-align: center;
}
body#menu #cart-items li,
body#dine-out-menu #cart-items li {
  display: flex;
  border-bottom: 1px solid #DBDBDB;
  padding: 10px 20px;
}
body#menu #cart-items .price,
body#dine-out-menu #cart-items .price {
  margin-left: auto;
}
body#menu #cart-items .quantity,
body#dine-out-menu #cart-items .quantity {
  float: left;
  margin-right: 10px;
}
body#menu #cart-items .name,
body#dine-out-menu #cart-items .name {
  font-weight: bold;
}
body#menu #menu-items > div,
body#dine-out-menu #menu-items > div {
  overflow: hidden;
}
body#menu #menu-items img,
body#dine-out-menu #menu-items img {
  float: left;
  margin: 6px 10px 0 14px;
}
body#menu #menu-items h3,
body#dine-out-menu #menu-items h3 {
  border-bottom: 1px solid;
  padding: 15px 0 14px 0;
  background-color: #FCF3E3;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 17px;
  font-weight: bold;
  background-image: url("./../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
}
body#menu #menu-items h3.open,
body#dine-out-menu #menu-items h3.open {
  background-image: url("./../images/icon-arrow-up.svg");
}
body#menu #menu-items li.add-item,
body#dine-out-menu #menu-items li.add-item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}
body#menu #menu-items li.add-item:active,
body#dine-out-menu #menu-items li.add-item:active {
  background-color: #fafafa;
}
body#menu #menu-items li.add-item span.description,
body#dine-out-menu #menu-items li.add-item span.description {
  display: block;
  font-size: 14px;
}
body#menu #menu-items li div.image,
body#dine-out-menu #menu-items li div.image {
  margin-left: 0;
  float: right;
  max-width: 20%;
}
body#menu #menu-items li div.image img,
body#dine-out-menu #menu-items li div.image img {
  max-width: 100px;
}
body#menu #menu-items .item-details,
body#dine-out-menu #menu-items .item-details {
  width: 78%;
  float: left;
}
body#menu #menu-items .item-details .price,
body#dine-out-menu #menu-items .item-details .price {
  float: right;
  width: 15%;
  text-align: right;
}
body#menu #menu-items .item-details .name,
body#dine-out-menu #menu-items .item-details .name {
  display: block;
  font-weight: bold;
}
body#menu #menu-items .item-details .item-left,
body#dine-out-menu #menu-items .item-details .item-left {
  float: left;
  width: 80%;
}
body#menu #menu-items ul,
body#dine-out-menu #menu-items ul {
  margin-bottom: 0;
}
body#menu #menu-items ul li:last-child,
body#dine-out-menu #menu-items ul li:last-child {
  margin-bottom: 0;
}
body#menu .cart-item-counter-subtract,
body#menu .cart-item-counter-add,
body#dine-out-menu .cart-item-counter-subtract,
body#dine-out-menu .cart-item-counter-add {
  width: 10px;
  height: 10px;
  padding: 10px;
}
body#menu #item-counter-subtract,
body#menu .cart-item-counter-subtract,
body#dine-out-menu #item-counter-subtract,
body#dine-out-menu .cart-item-counter-subtract {
  background-image: url("./../images/icon-minus.svg");
}
body#menu #item-counter-add,
body#menu .cart-item-counter-add,
body#dine-out-menu #item-counter-add,
body#dine-out-menu .cart-item-counter-add {
  background-image: url("./../images/icon-plus.svg");
}
body#menu .modal#add-item #item-counter,
body#dine-out-menu .modal#add-item #item-counter {
  width: 100%;
  text-align: center;
}
body#menu .modal#add-item .modal-footer,
body#dine-out-menu .modal#add-item .modal-footer {
  border: 0;
}
body#menu .modal#add-item .item-counter,
body#dine-out-menu .modal#add-item .item-counter {
  margin: 0;
  padding: 0 10px;
}
body#menu .modal#add-item .modal-content,
body#dine-out-menu .modal#add-item .modal-content {
  margin-bottom: 15%;
}
body#menu .modal#add-item .modifiers,
body#dine-out-menu .modal#add-item .modifiers {
  margin-top: 35px;
}
body#menu .modal#add-item .modifiers h4,
body#dine-out-menu .modal#add-item .modifiers h4 {
  font-size: 22px;
  font-weight: bold;
}
body#menu .modal#add-item .modifiers strong,
body#dine-out-menu .modal#add-item .modifiers strong {
  font-weight: bold;
  float: right;
}
body#menu .modal#add-item span.item-image,
body#dine-out-menu .modal#add-item span.item-image {
  margin-bottom: 20px;
  display: block;
  min-height: 30px;
}
body#menu .modal#add-item span.item-image img,
body#dine-out-menu .modal#add-item span.item-image img {
  max-width: 100%;
  border-radius: 5px 5px 0 0;
  padding: 0 20px;
}
body#menu .modal#add-item #add-to-order,
body#dine-out-menu .modal#add-item #add-to-order {
  position: absolute;
  z-index: 10;
  width: 240px;
  background: #E53935;
  bottom: -30px;
  left: 50%;
  margin-left: -120px;
  padding: 13px 10px;
  border-radius: 4px;
  display: flex;
  color: white;
  justify-content: space-around;
}
body#menu .modal#add-item .modal-body,
body#dine-out-menu .modal#add-item .modal-body {
  padding: 0;
  margin-top: 20px;
}
body#menu .modal#add-item textarea,
body#dine-out-menu .modal#add-item textarea {
  border: 0;
  border-bottom: 1px solid #DBDBDB;
  border-radius: 0;
}
body#menu .modal#add-item .item-name,
body#dine-out-menu .modal#add-item .item-name {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 25px;
}
body#menu #btn-checkout,
body#menu #btn-checkout:active,
body#menu #btn-checkout:hover,
body#dine-out-menu #btn-checkout,
body#dine-out-menu #btn-checkout:active,
body#dine-out-menu #btn-checkout:hover {
  background: url("./../images/pay-bill-icon.svg") no-repeat 5px center;
  padding-left: 30px;
  border: 0;
}
body#menu #menu-footer,
body#dine-out-menu #menu-footer {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
body#menu #btn-view-items,
body#dine-out-menu #btn-view-items {
  padding: 10px 0;
}
body#menu #btn-view-items,
body#menu .btn-toggle-checkout,
body#dine-out-menu #btn-view-items,
body#dine-out-menu .btn-toggle-checkout {
  background: url("./../images/view-items-icon.svg") no-repeat 5px center;
  padding-left: 0;
}
body#menu footer,
body#dine-out-menu footer {
  margin-bottom: 60px;
}
body#menu #banner,
body#dine-out-menu #banner {
  overflow: hidden;
  margin: 0;
}
body#menu #banner img,
body#dine-out-menu #banner img {
  width: 100%;
}
body#menu #banner .slick-dots,
body#dine-out-menu #banner .slick-dots {
  bottom: 20px;
  z-index: 10;
}
body#menu #banner .slick-dots li,
body#dine-out-menu #banner .slick-dots li {
  border: 1px solid #FFF;
  border-radius: 20px;
  margin: 0 15px;
}
body#menu #banner .slick-dots li button:before,
body#dine-out-menu #banner .slick-dots li button:before {
  color: #FFF;
}
body#menu #banner .slick-dots li.slick-active,
body#dine-out-menu #banner .slick-dots li.slick-active {
  background-color: #FFF;
}
body#menu #confirm-place-order .delete,
body#dine-out-menu #confirm-place-order .delete {
  float: right;
}
body#menu #confirm-place-order .tab-content li,
body#dine-out-menu #confirm-place-order .tab-content li {
  list-style-type: none;
}
body#menu #confirm-place-order .modal-body,
body#dine-out-menu #confirm-place-order .modal-body {
  margin-top: 30px;
  margin-bottom: 0;
}
body#menu #confirm-place-order #your-cart-tab,
body#menu #confirm-place-order #table-orders-tab,
body#dine-out-menu #confirm-place-order #your-cart-tab,
body#dine-out-menu #confirm-place-order #table-orders-tab {
  font-size: 19px;
}
body#menu #confirm-place-order #your-cart-tab .notes,
body#menu #confirm-place-order #table-orders-tab .notes,
body#dine-out-menu #confirm-place-order #your-cart-tab .notes,
body#dine-out-menu #confirm-place-order #table-orders-tab .notes {
  display: block;
}
body#menu #confirm-place-order #your-cart-tab .quantity,
body#menu #confirm-place-order #table-orders-tab .quantity,
body#dine-out-menu #confirm-place-order #your-cart-tab .quantity,
body#dine-out-menu #confirm-place-order #table-orders-tab .quantity {
  width: 20%;
}
body#menu #confirm-place-order #your-cart-tab .cart-single-item,
body#menu #confirm-place-order #table-orders-tab .cart-single-item,
body#dine-out-menu #confirm-place-order #your-cart-tab .cart-single-item,
body#dine-out-menu #confirm-place-order #table-orders-tab .cart-single-item {
  width: 80%;
  padding-left: 5px;
}
body#menu #confirm-place-order #your-cart-tab .modifiers strong,
body#menu #confirm-place-order #your-cart-tab .notes strong,
body#menu #confirm-place-order #table-orders-tab .modifiers strong,
body#menu #confirm-place-order #table-orders-tab .notes strong,
body#dine-out-menu #confirm-place-order #your-cart-tab .modifiers strong,
body#dine-out-menu #confirm-place-order #your-cart-tab .notes strong,
body#dine-out-menu #confirm-place-order #table-orders-tab .modifiers strong,
body#dine-out-menu #confirm-place-order #table-orders-tab .notes strong {
  font-weight: bold;
}
body#menu #confirm-place-order #your-cart-tab h2.title,
body#menu #confirm-place-order #table-orders-tab h2.title,
body#dine-out-menu #confirm-place-order #your-cart-tab h2.title,
body#dine-out-menu #confirm-place-order #table-orders-tab h2.title {
  transform: none;
  margin: 0;
  padding: 7px 0;
}
body#menu #confirm-place-order #your-cart-tab > ul > li,
body#menu #confirm-place-order #table-orders-tab > ul > li,
body#dine-out-menu #confirm-place-order #your-cart-tab > ul > li,
body#dine-out-menu #confirm-place-order #table-orders-tab > ul > li {
  padding: 10px 20px;
  border-bottom: 1px solid #DBDBDB;
  background: #FCF3E3;
}
body#menu #confirm-place-order #your-cart-tab li .price,
body#menu #confirm-place-order #table-orders-tab li .price,
body#dine-out-menu #confirm-place-order #your-cart-tab li .price,
body#dine-out-menu #confirm-place-order #table-orders-tab li .price {
  float: right;
}
body#menu #confirm-place-order #your-cart-tab li .name,
body#menu #confirm-place-order #table-orders-tab li .name,
body#dine-out-menu #confirm-place-order #your-cart-tab li .name,
body#dine-out-menu #confirm-place-order #table-orders-tab li .name {
  font-weight: bold;
}
body#menu .btn-confirm-place-order,
body#dine-out-menu .btn-confirm-place-order {
  background-repeat: no-repeat;
  background-position: 10px center;
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 10px 20px 10px 40px;
}
body#menu #btn-footer,
body#dine-out-menu #btn-footer {
  text-align: center;
  margin-top: 15px;
}
body#menu #btn-add-to-cart,
body#menu #add-to-order,
body#dine-out-menu #btn-add-to-cart,
body#dine-out-menu #add-to-order {
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
}
body#menu #menu-items h3,
body#dine-out-menu #menu-items h3 {
  padding-left: 69px;
}
body#menu #choose-pickup,
body#dine-out-menu #choose-pickup {
  margin-right: 30px;
}
body#menu #delivery-or-pickup-container-desktop button:focus,
body#dine-out-menu #delivery-or-pickup-container-desktop button:focus {
  box-shadow: none;
}
body#menu #delivery-or-pickup-container-desktop .selected,
body#dine-out-menu #delivery-or-pickup-container-desktop .selected {
  border: 3px solid #757575;
  margin-right: 27px;
}
body#menu .item-alcohol-warning,
body#dine-out-menu .item-alcohol-warning {
  margin-bottom: 20px;
}
body#menu .item-alcohol-warning h6,
body#dine-out-menu .item-alcohol-warning h6 {
  font-weight: bold;
}
@media (min-width: 0) and (max-width: 767px) {
  body#menu .btn,
  body#dine-out-menu .btn {
    font-weight: bold;
    font-size: 19px;
  }
  body#menu .btn-toggle-checkout,
  body#dine-out-menu .btn-toggle-checkout {
    display: none;
  }
  body#menu .title-bar .title,
  body#dine-out-menu .title-bar .title {
    padding-left: 15px;
    font-weight: bold;
  }
  body#menu #checkout-desktop-details,
  body#dine-out-menu #checkout-desktop-details {
    display: none;
  }
  body#menu footer,
  body#dine-out-menu footer {
    padding-bottom: 80px;
  }
  body#menu #menu-items h3,
  body#dine-out-menu #menu-items h3 {
    padding-left: 19px !important;
  }
  body#menu #menu-container,
  body#dine-out-menu #menu-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body#menu #btn-view-items,
  body#dine-out-menu #btn-view-items {
    width: 100%;
  }
  body#menu #confirm-place-order .quantity,
  body#dine-out-menu #confirm-place-order .quantity {
    width: 25% !important;
  }
  body#menu #confirm-place-order .cart-single-item,
  body#dine-out-menu #confirm-place-order .cart-single-item {
    font-size: 15px;
  }
  body#menu #your-cart-tab table,
  body#dine-out-menu #your-cart-tab table {
    width: 100%;
  }
  body#menu #your-cart-tab table tr,
  body#dine-out-menu #your-cart-tab table tr {
    margin-bottom: 5px;
    display: block;
    width: 100%;
  }
  body#menu #cart-table-orders-tabs,
  body#dine-out-menu #cart-table-orders-tabs {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body#menu .btn,
  body#dine-out-menu .btn {
    font-weight: bold;
    font-size: 19px;
  }
  body#menu .btn-toggle-checkout,
  body#dine-out-menu .btn-toggle-checkout {
    display: none;
  }
  body#menu .title-bar .title,
  body#dine-out-menu .title-bar .title {
    padding-left: 15px;
    font-weight: bold;
  }
  body#menu #checkout-desktop-details,
  body#dine-out-menu #checkout-desktop-details {
    display: none;
  }
  body#menu footer,
  body#dine-out-menu footer {
    padding-bottom: 80px;
  }
  body#menu #menu-items h3,
  body#dine-out-menu #menu-items h3 {
    padding-left: 19px !important;
  }
  body#menu #menu-container,
  body#dine-out-menu #menu-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body#menu #btn-view-items,
  body#dine-out-menu #btn-view-items {
    width: 100%;
  }
  body#menu #confirm-place-order .quantity,
  body#dine-out-menu #confirm-place-order .quantity {
    width: 25% !important;
  }
  body#menu #confirm-place-order .cart-single-item,
  body#dine-out-menu #confirm-place-order .cart-single-item {
    font-size: 15px;
  }
  body#menu #your-cart-tab table,
  body#dine-out-menu #your-cart-tab table {
    width: 100%;
  }
  body#menu #your-cart-tab table tr,
  body#dine-out-menu #your-cart-tab table tr {
    margin-bottom: 5px;
    display: block;
    width: 100%;
  }
  body#menu #cart-table-orders-tabs,
  body#dine-out-menu #cart-table-orders-tabs {
    margin-bottom: 10px;
  }
}
body#menu #reset-timeslot,
body#dine-out-menu #reset-timeslot {
  margin-left: 30px;
}
body#menu .order-modifier-form,
body#dine-out-menu .order-modifier-form {
  background: #F6F6F6;
  padding: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 30px;
}
body#menu .order-modifier-form .form-check,
body#dine-out-menu .order-modifier-form .form-check {
  margin-bottom: 3px;
}
body#menu #menu-categories.fixed,
body#dine-out-menu #menu-categories.fixed {
  position: fixed;
  z-index: 1;
  top: 0;
  background: white;
  border-bottom: 1px solid #DBDBDB;
}
body#menu #menu-categories,
body#dine-out-menu #menu-categories {
  padding: 15px 0;
}
body#menu #menu-categories-inner,
body#dine-out-menu #menu-categories-inner {
  width: 90%;
  margin: 0px auto;
}
body#menu .slick-prev:before,
body#menu .slick-next:before,
body#dine-out-menu .slick-prev:before,
body#dine-out-menu .slick-next:before {
  line-height: 0 !important;
  font-weight: bold;
}
body#menu .slick-prev:before,
body#dine-out-menu .slick-prev:before {
  content: "<" !important;
  color: red !important;
  font-size: 30px !important;
}
body#menu .slick-next:before,
body#dine-out-menu .slick-next:before {
  content: ">" !important;
  color: red !important;
  font-size: 30px !important;
}
body#menu .item.slick-slide,
body#dine-out-menu .item.slick-slide {
  text-align: center;
  color: #373F4A;
}
body#menu .item.slick-slide a.active,
body#dine-out-menu .item.slick-slide a.active {
  font-weight: bold;
  text-decoration: underline;
}
body#menu .item.slick-slide a:hover,
body#dine-out-menu .item.slick-slide a:hover {
  color: #373F4A;
}
body#menu #menu-categories-inner a.active,
body#dine-out-menu #menu-categories-inner a.active {
  color: #94C93E;
}
@media (min-width: 0) and (max-width: 767px) {
  body#menu *,
  body#dine-out-menu * {
    font-size: 17px;
  }
  body#menu #menu-categories .slick-prev,
  body#dine-out-menu #menu-categories .slick-prev {
    left: 0;
  }
  body#menu #menu-categories .slick-next,
  body#dine-out-menu #menu-categories .slick-next {
    right: 0;
  }
  body#menu .modal#add-item .item-name,
  body#dine-out-menu .modal#add-item .item-name {
    text-indent: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body#menu .btn-confirm-place-order,
  body#dine-out-menu .btn-confirm-place-order {
    margin-left: 15px;
  }
  body#menu *,
  body#dine-out-menu * {
    font-size: 19px;
  }
  body#menu .title-bar,
  body#dine-out-menu .title-bar {
    display: none;
  }
  body#menu #info-message p,
  body#dine-out-menu #info-message p {
    margin: 10px 15px 10px 30px;
    padding: 17px 15px;
  }
  body#menu #menu-container,
  body#dine-out-menu #menu-container {
    border-right: 1px solid #F4F4F4;
  }
  body#menu > .container-fluid,
  body#dine-out-menu > .container-fluid {
    margin-bottom: 20px;
  }
  body#menu > .btn-toggle-checkout,
  body#dine-out-menu > .btn-toggle-checkout {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    display: block;
  }
  body#menu #menu-items h3,
  body#dine-out-menu #menu-items h3 {
    font-size: 25px;
    background-position: right 15px center;
  }
  body#menu #menu-items li.add-item,
  body#dine-out-menu #menu-items li.add-item {
    display: inline-block;
    background: white;
    cursor: pointer;
    height: 160px;
    position: relative;
    border-radius: 15px;
  }
  body#menu #menu-items li.item-unavailable,
  body#dine-out-menu #menu-items li.item-unavailable {
    cursor: inherit;
  }
  body#menu #menu-items ul,
  body#dine-out-menu #menu-items ul {
    grid-template-columns: repeat(2, calc(50% - 8px));
    gap: 35px;
    background-color: #FBFBFB;
    padding: 30px 70px;
  }
  body#menu #menu-items ul.collapse,
  body#dine-out-menu #menu-items ul.collapse {
    display: none;
  }
  body#menu #menu-items ul.collapse.show,
  body#dine-out-menu #menu-items ul.collapse.show {
    display: grid;
  }
  body#menu #menu-items h3,
  body#dine-out-menu #menu-items h3 {
    border-width: 2px;
  }
  body#menu .delete,
  body#dine-out-menu .delete {
    cursor: pointer;
    float: right;
    background: url("./../images/icon-delete.png") no-repeat 0 0;
    display: block;
    height: 15px;
    width: 15px;
    background-size: contain;
    margin: 3px 0 10px 10px;
  }
  body#menu .price,
  body#dine-out-menu .price {
    float: right;
  }
  body#menu .name,
  body#dine-out-menu .name {
    font-weight: bold;
  }
  body#menu .notes,
  body#dine-out-menu .notes {
    display: block;
    clear: both;
  }
  body#menu #desktop-checkout,
  body#dine-out-menu #desktop-checkout {
    width: 100%;
  }
  body#menu #desktop-checkout tr:first-child,
  body#dine-out-menu #desktop-checkout tr:first-child {
    border-top: 1px solid #DBDBDB;
  }
  body#menu #desktop-checkout tr,
  body#dine-out-menu #desktop-checkout tr {
    border-bottom: 1px solid #DBDBDB;
    overflow: hidden;
    border-collapse: collapse;
  }
  body#menu #desktop-checkout-container,
  body#dine-out-menu #desktop-checkout-container {
    margin: 0 20px;
    padding: 0;
    overflow-y: scroll;
    max-height: 600px;
  }
  body#menu #desktop-checkout .quantity,
  body#dine-out-menu #desktop-checkout .quantity {
    width: 15%;
  }
  body#menu #desktop-checkout .quantity span,
  body#dine-out-menu #desktop-checkout .quantity span {
    padding: 0 5px;
  }
  body#menu #desktop-checkout .quantity div,
  body#dine-out-menu #desktop-checkout .quantity div {
    display: flex;
    justify-content: space-between;
  }
  body#menu #desktop-checkout .cart-single-item,
  body#dine-out-menu #desktop-checkout .cart-single-item {
    padding: 18px 0 18px 10px;
    line-height: 25px;
  }
  body#menu #desktop-checkout .modifiers,
  body#dine-out-menu #desktop-checkout .modifiers {
    display: block;
  }
  body#menu #desktop-checkout-buttons,
  body#dine-out-menu #desktop-checkout-buttons {
    width: 100%;
    padding: 0 45px 0 5px;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body#menu .sticky #desktop-checkout-buttons,
  body#dine-out-menu .sticky #desktop-checkout-buttons {
    padding: 0 30px 0 5px;
  }
  body#menu .sticky .order-modifier-form,
  body#dine-out-menu .sticky .order-modifier-form {
    margin-right: 15px;
  }
  body#menu .sticky #desktop-checkout-container,
  body#dine-out-menu .sticky #desktop-checkout-container {
    margin-right: 15px;
  }
  body#menu .checkout-header .btn-toggle-checkout,
  body#dine-out-menu .checkout-header .btn-toggle-checkout {
    float: right;
  }
  body#menu .checkout-header,
  body#dine-out-menu .checkout-header {
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 17px 10px 15px 40px;
    color: white;
    font-size: 23px;
    font-weight: bold;
  }
  body#menu li.add-item span.description,
  body#dine-out-menu li.add-item span.description {
    font-size: 16px !important;
  }
  body#menu li.add-item span.price,
  body#dine-out-menu li.add-item span.price {
    margin-top: 6px;
  }
  body#menu #menu-footer,
  body#dine-out-menu #menu-footer {
    display: none;
  }
  body#menu .main-row > div,
  body#dine-out-menu .main-row > div {
    padding: 0;
  }
  body#menu .modal#add-item,
  body#dine-out-menu .modal#add-item {
    font-family: "Nunito Sans";
  }
  body#menu .modal#add-item .modal-content,
  body#dine-out-menu .modal#add-item .modal-content {
    padding: 20px;
  }
  body#menu .modal#add-item .modal-body,
  body#dine-out-menu .modal#add-item .modal-body {
    padding: 0 40px !important;
  }
  body#menu .modal#add-item .modal-footer,
  body#dine-out-menu .modal#add-item .modal-footer {
    margin-top: 20px;
  }
  body#menu .modal#add-item #item-counter,
  body#dine-out-menu .modal#add-item #item-counter {
    text-align: left;
  }
  body#menu .modal#add-item #add-to-order,
  body#dine-out-menu .modal#add-item #add-to-order {
    bottom: 35px;
    right: 55px;
    left: auto;
  }
  body#menu .modal#add-item .modal-body,
  body#dine-out-menu .modal#add-item .modal-body {
    padding: 0 90px;
  }
  body#menu .modal#add-item .modal-footer,
  body#dine-out-menu .modal#add-item .modal-footer {
    padding: 0 50px;
  }
  body#menu .modal#add-item #add-to-order,
  body#dine-out-menu .modal#add-item #add-to-order {
    width: 300px;
  }
  body#menu .modal#add-item #item-counter-add,
  body#menu .modal#add-item #item-counter-subtract,
  body#dine-out-menu .modal#add-item #item-counter-add,
  body#dine-out-menu .modal#add-item #item-counter-subtract {
    height: 40px;
    width: 40px;
  }
  body#menu .modal#add-item .modifiers ul li,
  body#dine-out-menu .modal#add-item .modifiers ul li {
    padding: 15px 0;
    border-bottom: 1px solid #DBDBDB;
  }
  body#menu .modal#add-item .container .form-group,
  body#dine-out-menu .modal#add-item .container .form-group {
    margin-top: 40px;
  }
  body#menu .modal#add-item .container .form-group label,
  body#dine-out-menu .modal#add-item .container .form-group label {
    margin-bottom: 0;
  }
  body#menu .modal#add-item .form-check-label,
  body#dine-out-menu .modal#add-item .form-check-label {
    font-size: 20px;
    font-weight: 600;
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body#menu .btn-confirm-place-order,
  body#dine-out-menu .btn-confirm-place-order {
    margin-left: 15px;
  }
  body#menu *,
  body#dine-out-menu * {
    font-size: 19px;
  }
  body#menu .title-bar,
  body#dine-out-menu .title-bar {
    display: none;
  }
  body#menu #info-message p,
  body#dine-out-menu #info-message p {
    margin: 10px 15px 10px 30px;
    padding: 17px 15px;
  }
  body#menu #menu-container,
  body#dine-out-menu #menu-container {
    border-right: 1px solid #F4F4F4;
  }
  body#menu > .container-fluid,
  body#dine-out-menu > .container-fluid {
    margin-bottom: 20px;
  }
  body#menu > .btn-toggle-checkout,
  body#dine-out-menu > .btn-toggle-checkout {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    display: block;
  }
  body#menu #menu-items h3,
  body#dine-out-menu #menu-items h3 {
    font-size: 25px;
    background-position: right 15px center;
  }
  body#menu #menu-items li.add-item,
  body#dine-out-menu #menu-items li.add-item {
    display: inline-block;
    background: white;
    cursor: pointer;
    height: 160px;
    position: relative;
    border-radius: 15px;
  }
  body#menu #menu-items li.item-unavailable,
  body#dine-out-menu #menu-items li.item-unavailable {
    cursor: inherit;
  }
  body#menu #menu-items ul,
  body#dine-out-menu #menu-items ul {
    grid-template-columns: repeat(2, calc(50% - 8px));
    gap: 35px;
    background-color: #FBFBFB;
    padding: 30px 70px;
  }
  body#menu #menu-items ul.collapse,
  body#dine-out-menu #menu-items ul.collapse {
    display: none;
  }
  body#menu #menu-items ul.collapse.show,
  body#dine-out-menu #menu-items ul.collapse.show {
    display: grid;
  }
  body#menu #menu-items h3,
  body#dine-out-menu #menu-items h3 {
    border-width: 2px;
  }
  body#menu .delete,
  body#dine-out-menu .delete {
    cursor: pointer;
    float: right;
    background: url("./../images/icon-delete.png") no-repeat 0 0;
    display: block;
    height: 15px;
    width: 15px;
    background-size: contain;
    margin: 3px 0 10px 10px;
  }
  body#menu .price,
  body#dine-out-menu .price {
    float: right;
  }
  body#menu .name,
  body#dine-out-menu .name {
    font-weight: bold;
  }
  body#menu .notes,
  body#dine-out-menu .notes {
    display: block;
    clear: both;
  }
  body#menu #desktop-checkout,
  body#dine-out-menu #desktop-checkout {
    width: 100%;
  }
  body#menu #desktop-checkout tr:first-child,
  body#dine-out-menu #desktop-checkout tr:first-child {
    border-top: 1px solid #DBDBDB;
  }
  body#menu #desktop-checkout tr,
  body#dine-out-menu #desktop-checkout tr {
    border-bottom: 1px solid #DBDBDB;
    overflow: hidden;
    border-collapse: collapse;
  }
  body#menu #desktop-checkout-container,
  body#dine-out-menu #desktop-checkout-container {
    margin: 0 20px;
    padding: 0;
    overflow-y: scroll;
    max-height: 600px;
  }
  body#menu #desktop-checkout .quantity,
  body#dine-out-menu #desktop-checkout .quantity {
    width: 15%;
  }
  body#menu #desktop-checkout .quantity span,
  body#dine-out-menu #desktop-checkout .quantity span {
    padding: 0 5px;
  }
  body#menu #desktop-checkout .quantity div,
  body#dine-out-menu #desktop-checkout .quantity div {
    display: flex;
    justify-content: space-between;
  }
  body#menu #desktop-checkout .cart-single-item,
  body#dine-out-menu #desktop-checkout .cart-single-item {
    padding: 18px 0 18px 10px;
    line-height: 25px;
  }
  body#menu #desktop-checkout .modifiers,
  body#dine-out-menu #desktop-checkout .modifiers {
    display: block;
  }
  body#menu #desktop-checkout-buttons,
  body#dine-out-menu #desktop-checkout-buttons {
    width: 100%;
    padding: 0 45px 0 5px;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body#menu .sticky #desktop-checkout-buttons,
  body#dine-out-menu .sticky #desktop-checkout-buttons {
    padding: 0 30px 0 5px;
  }
  body#menu .sticky .order-modifier-form,
  body#dine-out-menu .sticky .order-modifier-form {
    margin-right: 15px;
  }
  body#menu .sticky #desktop-checkout-container,
  body#dine-out-menu .sticky #desktop-checkout-container {
    margin-right: 15px;
  }
  body#menu .checkout-header .btn-toggle-checkout,
  body#dine-out-menu .checkout-header .btn-toggle-checkout {
    float: right;
  }
  body#menu .checkout-header,
  body#dine-out-menu .checkout-header {
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 17px 10px 15px 40px;
    color: white;
    font-size: 23px;
    font-weight: bold;
  }
  body#menu li.add-item span.description,
  body#dine-out-menu li.add-item span.description {
    font-size: 16px !important;
  }
  body#menu li.add-item span.price,
  body#dine-out-menu li.add-item span.price {
    margin-top: 6px;
  }
  body#menu #menu-footer,
  body#dine-out-menu #menu-footer {
    display: none;
  }
  body#menu .main-row > div,
  body#dine-out-menu .main-row > div {
    padding: 0;
  }
  body#menu .modal#add-item,
  body#dine-out-menu .modal#add-item {
    font-family: "Nunito Sans";
  }
  body#menu .modal#add-item .modal-content,
  body#dine-out-menu .modal#add-item .modal-content {
    padding: 20px;
  }
  body#menu .modal#add-item .modal-body,
  body#dine-out-menu .modal#add-item .modal-body {
    padding: 0 40px !important;
  }
  body#menu .modal#add-item .modal-footer,
  body#dine-out-menu .modal#add-item .modal-footer {
    margin-top: 20px;
  }
  body#menu .modal#add-item #item-counter,
  body#dine-out-menu .modal#add-item #item-counter {
    text-align: left;
  }
  body#menu .modal#add-item #add-to-order,
  body#dine-out-menu .modal#add-item #add-to-order {
    bottom: 35px;
    right: 55px;
    left: auto;
  }
  body#menu .modal#add-item .modal-body,
  body#dine-out-menu .modal#add-item .modal-body {
    padding: 0 90px;
  }
  body#menu .modal#add-item .modal-footer,
  body#dine-out-menu .modal#add-item .modal-footer {
    padding: 0 50px;
  }
  body#menu .modal#add-item #add-to-order,
  body#dine-out-menu .modal#add-item #add-to-order {
    width: 300px;
  }
  body#menu .modal#add-item #item-counter-add,
  body#menu .modal#add-item #item-counter-subtract,
  body#dine-out-menu .modal#add-item #item-counter-add,
  body#dine-out-menu .modal#add-item #item-counter-subtract {
    height: 40px;
    width: 40px;
  }
  body#menu .modal#add-item .modifiers ul li,
  body#dine-out-menu .modal#add-item .modifiers ul li {
    padding: 15px 0;
    border-bottom: 1px solid #DBDBDB;
  }
  body#menu .modal#add-item .container .form-group,
  body#dine-out-menu .modal#add-item .container .form-group {
    margin-top: 40px;
  }
  body#menu .modal#add-item .container .form-group label,
  body#dine-out-menu .modal#add-item .container .form-group label {
    margin-bottom: 0;
  }
  body#menu .modal#add-item .form-check-label,
  body#dine-out-menu .modal#add-item .form-check-label {
    font-size: 20px;
    font-weight: 600;
    display: block;
  }
}
@media (min-width: 1200px) {
  body#menu .btn-confirm-place-order,
  body#dine-out-menu .btn-confirm-place-order {
    margin-left: 15px;
  }
  body#menu *,
  body#dine-out-menu * {
    font-size: 19px;
  }
  body#menu .title-bar,
  body#dine-out-menu .title-bar {
    display: none;
  }
  body#menu #info-message p,
  body#dine-out-menu #info-message p {
    margin: 10px 15px 10px 30px;
    padding: 17px 15px;
  }
  body#menu #menu-container,
  body#dine-out-menu #menu-container {
    border-right: 1px solid #F4F4F4;
  }
  body#menu > .container-fluid,
  body#dine-out-menu > .container-fluid {
    margin-bottom: 20px;
  }
  body#menu > .btn-toggle-checkout,
  body#dine-out-menu > .btn-toggle-checkout {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    display: block;
  }
  body#menu #menu-items h3,
  body#dine-out-menu #menu-items h3 {
    font-size: 25px;
    background-position: right 15px center;
  }
  body#menu #menu-items li.add-item,
  body#dine-out-menu #menu-items li.add-item {
    display: inline-block;
    background: white;
    cursor: pointer;
    height: 160px;
    position: relative;
    border-radius: 15px;
  }
  body#menu #menu-items li.item-unavailable,
  body#dine-out-menu #menu-items li.item-unavailable {
    cursor: inherit;
  }
  body#menu #menu-items ul,
  body#dine-out-menu #menu-items ul {
    grid-template-columns: repeat(2, calc(50% - 8px));
    gap: 35px;
    background-color: #FBFBFB;
    padding: 30px 70px;
  }
  body#menu #menu-items ul.collapse,
  body#dine-out-menu #menu-items ul.collapse {
    display: none;
  }
  body#menu #menu-items ul.collapse.show,
  body#dine-out-menu #menu-items ul.collapse.show {
    display: grid;
  }
  body#menu #menu-items h3,
  body#dine-out-menu #menu-items h3 {
    border-width: 2px;
  }
  body#menu .delete,
  body#dine-out-menu .delete {
    cursor: pointer;
    float: right;
    background: url("./../images/icon-delete.png") no-repeat 0 0;
    display: block;
    height: 15px;
    width: 15px;
    background-size: contain;
    margin: 3px 0 10px 10px;
  }
  body#menu .price,
  body#dine-out-menu .price {
    float: right;
  }
  body#menu .name,
  body#dine-out-menu .name {
    font-weight: bold;
  }
  body#menu .notes,
  body#dine-out-menu .notes {
    display: block;
    clear: both;
  }
  body#menu #desktop-checkout,
  body#dine-out-menu #desktop-checkout {
    width: 100%;
  }
  body#menu #desktop-checkout tr:first-child,
  body#dine-out-menu #desktop-checkout tr:first-child {
    border-top: 1px solid #DBDBDB;
  }
  body#menu #desktop-checkout tr,
  body#dine-out-menu #desktop-checkout tr {
    border-bottom: 1px solid #DBDBDB;
    overflow: hidden;
    border-collapse: collapse;
  }
  body#menu #desktop-checkout-container,
  body#dine-out-menu #desktop-checkout-container {
    margin: 0 20px;
    padding: 0;
    overflow-y: scroll;
    max-height: 600px;
  }
  body#menu #desktop-checkout .quantity,
  body#dine-out-menu #desktop-checkout .quantity {
    width: 15%;
  }
  body#menu #desktop-checkout .quantity span,
  body#dine-out-menu #desktop-checkout .quantity span {
    padding: 0 5px;
  }
  body#menu #desktop-checkout .quantity div,
  body#dine-out-menu #desktop-checkout .quantity div {
    display: flex;
    justify-content: space-between;
  }
  body#menu #desktop-checkout .cart-single-item,
  body#dine-out-menu #desktop-checkout .cart-single-item {
    padding: 18px 0 18px 10px;
    line-height: 25px;
  }
  body#menu #desktop-checkout .modifiers,
  body#dine-out-menu #desktop-checkout .modifiers {
    display: block;
  }
  body#menu #desktop-checkout-buttons,
  body#dine-out-menu #desktop-checkout-buttons {
    width: 100%;
    padding: 0 45px 0 5px;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body#menu .sticky #desktop-checkout-buttons,
  body#dine-out-menu .sticky #desktop-checkout-buttons {
    padding: 0 30px 0 5px;
  }
  body#menu .sticky .order-modifier-form,
  body#dine-out-menu .sticky .order-modifier-form {
    margin-right: 15px;
  }
  body#menu .sticky #desktop-checkout-container,
  body#dine-out-menu .sticky #desktop-checkout-container {
    margin-right: 15px;
  }
  body#menu .checkout-header .btn-toggle-checkout,
  body#dine-out-menu .checkout-header .btn-toggle-checkout {
    float: right;
  }
  body#menu .checkout-header,
  body#dine-out-menu .checkout-header {
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 17px 10px 15px 40px;
    color: white;
    font-size: 23px;
    font-weight: bold;
  }
  body#menu li.add-item span.description,
  body#dine-out-menu li.add-item span.description {
    font-size: 16px !important;
  }
  body#menu li.add-item span.price,
  body#dine-out-menu li.add-item span.price {
    margin-top: 6px;
  }
  body#menu #menu-footer,
  body#dine-out-menu #menu-footer {
    display: none;
  }
  body#menu .main-row > div,
  body#dine-out-menu .main-row > div {
    padding: 0;
  }
  body#menu .modal#add-item,
  body#dine-out-menu .modal#add-item {
    font-family: "Nunito Sans";
  }
  body#menu .modal#add-item .modal-content,
  body#dine-out-menu .modal#add-item .modal-content {
    padding: 20px;
  }
  body#menu .modal#add-item .modal-body,
  body#dine-out-menu .modal#add-item .modal-body {
    padding: 0 40px !important;
  }
  body#menu .modal#add-item .modal-footer,
  body#dine-out-menu .modal#add-item .modal-footer {
    margin-top: 20px;
  }
  body#menu .modal#add-item #item-counter,
  body#dine-out-menu .modal#add-item #item-counter {
    text-align: left;
  }
  body#menu .modal#add-item #add-to-order,
  body#dine-out-menu .modal#add-item #add-to-order {
    bottom: 35px;
    right: 55px;
    left: auto;
  }
  body#menu .modal#add-item .modal-body,
  body#dine-out-menu .modal#add-item .modal-body {
    padding: 0 90px;
  }
  body#menu .modal#add-item .modal-footer,
  body#dine-out-menu .modal#add-item .modal-footer {
    padding: 0 50px;
  }
  body#menu .modal#add-item #add-to-order,
  body#dine-out-menu .modal#add-item #add-to-order {
    width: 300px;
  }
  body#menu .modal#add-item #item-counter-add,
  body#menu .modal#add-item #item-counter-subtract,
  body#dine-out-menu .modal#add-item #item-counter-add,
  body#dine-out-menu .modal#add-item #item-counter-subtract {
    height: 40px;
    width: 40px;
  }
  body#menu .modal#add-item .modifiers ul li,
  body#dine-out-menu .modal#add-item .modifiers ul li {
    padding: 15px 0;
    border-bottom: 1px solid #DBDBDB;
  }
  body#menu .modal#add-item .container .form-group,
  body#dine-out-menu .modal#add-item .container .form-group {
    margin-top: 40px;
  }
  body#menu .modal#add-item .container .form-group label,
  body#dine-out-menu .modal#add-item .container .form-group label {
    margin-bottom: 0;
  }
  body#menu .modal#add-item .form-check-label,
  body#dine-out-menu .modal#add-item .form-check-label {
    font-size: 20px;
    font-weight: 600;
    display: block;
  }
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

body#checkout .popover,
body#dine-out-checkout .popover {
  max-width: 400px;
}
body#checkout .container-fluid,
body#dine-out-checkout .container-fluid {
  max-width: 85%;
}
body#checkout #choose-pickup-timeslot label,
body#dine-out-checkout #choose-pickup-timeslot label {
  font-weight: bold;
}
body#checkout #choose-pickup-timeslot,
body#dine-out-checkout #choose-pickup-timeslot {
  margin: 20px 0 0 0;
}
body#checkout #choose-pickup-timeslot .row,
body#dine-out-checkout #choose-pickup-timeslot .row {
  margin: 20px 0 10px 0;
}
body#checkout #choose-pickup-timeslot select[name=time-slots] option[disabled],
body#dine-out-checkout #choose-pickup-timeslot select[name=time-slots] option[disabled] {
  background-color: #7d7d7d;
  color: white;
}
body#checkout #checkout-desktop-details,
body#dine-out-checkout #checkout-desktop-details {
  height: 100%;
  background-color: white;
  border-left: 1px solid #F4F4F4;
  margin-bottom: 20px;
  margin-top: 20px;
}
body#checkout .form-group,
body#dine-out-checkout .form-group {
  position: relative;
}
body#checkout .form-control.cc-number.validation-error,
body#dine-out-checkout .form-control.cc-number.validation-error {
  border: 1px solid red;
}
body#checkout .checkout-refund-text,
body#dine-out-checkout .checkout-refund-text {
  margin-bottom: 25px;
  display: block;
  font-size: 15px;
  margin-top: 15px;
  line-height: 18px;
}
body#checkout #enable-delivery-container-desktop,
body#dine-out-checkout #enable-delivery-container-desktop {
  margin-top: 20px;
}
body#checkout #grand-total,
body#dine-out-checkout #grand-total {
  padding: 16px 15px;
  background-color: #FCF3E3;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #E53935;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
body#checkout .user-icon-filed,
body#dine-out-checkout .user-icon-filed {
  background: url("../images/user-icon-filed.svg") no-repeat;
}
body#checkout .user-icon-empty,
body#dine-out-checkout .user-icon-empty {
  background: url("../images/user-icon-empty.svg") no-repeat;
}
body#checkout #order-details h3,
body#dine-out-checkout #order-details h3 {
  padding: 16px 15px 14px 50px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  border-top: 1px solid #E53935;
  background-color: #FCF3E3;
  background-position: 15px center;
}
body#checkout #order-details h3 span,
body#dine-out-checkout #order-details h3 span {
  background-image: url("../images/icon-arrow-down.svg");
  display: inline-block;
  width: 20px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(50%);
}
body#checkout #order-details h3.hide span,
body#dine-out-checkout #order-details h3.hide span {
  background-image: url("../images/icon-arrow-up.svg");
}
body#checkout #order-details ul,
body#dine-out-checkout #order-details ul {
  margin: 0 20px;
  display: none;
}
body#checkout #order-details ul li,
body#dine-out-checkout #order-details ul li {
  border-bottom: 1px solid #DBDBDB;
  padding: 10px 0 12px 0;
  display: flex;
  justify-content: space-between;
}
body#checkout #order-details ul li:last-child,
body#dine-out-checkout #order-details ul li:last-child {
  border-bottom: 0;
}
body#checkout #order-details ul li.total,
body#dine-out-checkout #order-details ul li.total {
  border-bottom: 1px solid #E53935;
}
body#checkout #order-details .subtotal-label,
body#checkout #order-details .total-label,
body#checkout #order-details .total-value,
body#dine-out-checkout #order-details .subtotal-label,
body#dine-out-checkout #order-details .total-label,
body#dine-out-checkout #order-details .total-value {
  font-weight: 600;
}
body#checkout #order-details ul li.item,
body#dine-out-checkout #order-details ul li.item {
  justify-content: space-between;
}
body#checkout #order-details ul li.user-tax,
body#dine-out-checkout #order-details ul li.user-tax {
  justify-content: space-between;
}
body#checkout #order-details ul li.user-tax.first .tax-subtitle,
body#dine-out-checkout #order-details ul li.user-tax.first .tax-subtitle {
  opacity: 1;
}
body#checkout #order-details ul li.user-tax .tax-subtitle,
body#dine-out-checkout #order-details ul li.user-tax .tax-subtitle {
  opacity: 0;
  font-weight: 600;
}
body#checkout #order-details ul li.user-tax .tax-name,
body#dine-out-checkout #order-details ul li.user-tax .tax-name {
  margin-left: -40%;
  width: 130px;
}
@media (min-width: 0) and (max-width: 767px) {
  body#checkout #order-details ul li.user-tax .tax-name,
  body#dine-out-checkout #order-details ul li.user-tax .tax-name {
    margin-left: -10%;
  }
}
body#checkout #order-details ul li.user-tax .tax-cost,
body#dine-out-checkout #order-details ul li.user-tax .tax-cost {
  width: 100px;
  text-align: right;
}
body#checkout #order-details #grand-total,
body#dine-out-checkout #order-details #grand-total {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #E53935;
}
body#checkout #checkout-option,
body#checkout #checkout-option-desktop,
body#dine-out-checkout #checkout-option,
body#dine-out-checkout #checkout-option-desktop {
  display: flex;
  margin: 10px 0 15px 0;
}
body#checkout #checkout-option li,
body#checkout #checkout-option-desktop li,
body#dine-out-checkout #checkout-option li,
body#dine-out-checkout #checkout-option-desktop li {
  margin-right: 10px;
  height: 40px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
body#checkout #checkout-option li.transparent,
body#checkout #checkout-option-desktop li.transparent,
body#dine-out-checkout #checkout-option li.transparent,
body#dine-out-checkout #checkout-option-desktop li.transparent {
  opacity: 0.6;
}
body#checkout #checkout-option .icon-cc-visa,
body#checkout #checkout-option-desktop .icon-cc-visa,
body#dine-out-checkout #checkout-option .icon-cc-visa,
body#dine-out-checkout #checkout-option-desktop .icon-cc-visa {
  background-image: url("../images/cc-visa.svg");
}
body#checkout #checkout-option .icon-cc-unionpay,
body#checkout #checkout-option-desktop .icon-cc-unionpay,
body#dine-out-checkout #checkout-option .icon-cc-unionpay,
body#dine-out-checkout #checkout-option-desktop .icon-cc-unionpay {
  background-image: url("../images/cc-unionpay.svg");
  width: 60px;
}
body#checkout #checkout-option .icon-cc-mastercard,
body#checkout #checkout-option-desktop .icon-cc-mastercard,
body#dine-out-checkout #checkout-option .icon-cc-mastercard,
body#dine-out-checkout #checkout-option-desktop .icon-cc-mastercard {
  background-image: url("../images/cc-mastercard.svg");
}
body#checkout #btn-pay-container,
body#checkout #btn-pay-container-desktop,
body#dine-out-checkout #btn-pay-container,
body#dine-out-checkout #btn-pay-container-desktop {
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
}
body#checkout .btn-pay,
body#dine-out-checkout .btn-pay {
  cursor: pointer;
}
body#checkout .btn-pay,
body#dine-out-checkout .btn-pay {
  color: #FFF;
  font-weight: bold;
  border-radius: 4px;
  padding: 9px 20px;
  margin: 15px 0;
  display: block;
  text-align: center;
}
body#checkout #add-tip a,
body#checkout #add-tip-desktop a,
body#dine-out-checkout #add-tip a,
body#dine-out-checkout #add-tip-desktop a {
  border: 1px solid;
  font-weight: bold;
  border-radius: 4px;
}
body#checkout #add-tip a.active,
body#checkout #add-tip-desktop a.active,
body#dine-out-checkout #add-tip a.active,
body#dine-out-checkout #add-tip-desktop a.active {
  color: #FFFFFF;
  background-color: #94C93E;
}
body#checkout #add-tip #btn-add-tip,
body#checkout #add-tip-desktop #btn-add-tip,
body#dine-out-checkout #add-tip #btn-add-tip,
body#dine-out-checkout #add-tip-desktop #btn-add-tip {
  padding: 6px 0;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
body#checkout #add-tip .percentage-tip,
body#checkout #add-tip-desktop .percentage-tip,
body#dine-out-checkout #add-tip .percentage-tip,
body#dine-out-checkout #add-tip-desktop .percentage-tip {
  display: block;
  margin-top: 15px;
  text-align: center;
}
body#checkout #add-tip .percentage-tip a,
body#checkout #add-tip-desktop .percentage-tip a,
body#dine-out-checkout #add-tip .percentage-tip a,
body#dine-out-checkout #add-tip-desktop .percentage-tip a {
  padding: 5px;
  margin: 0 5px;
  cursor: pointer;
}
body#checkout #tip-container,
body#checkout #email-receipt-container,
body#dine-out-checkout #tip-container,
body#dine-out-checkout #email-receipt-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
body#checkout #tip-container p,
body#checkout #email-receipt-container p,
body#dine-out-checkout #tip-container p,
body#dine-out-checkout #email-receipt-container p {
  margin-bottom: 2px;
  font-weight: bold;
}
body#checkout #checkout-options,
body#dine-out-checkout #checkout-options {
  padding: 15px 20px;
}
body#checkout #checkout-options h2,
body#dine-out-checkout #checkout-options h2 {
  margin: 0;
  transform: none;
}
body#checkout #credit-card-form .required,
body#checkout #credit-card-form-desktop .required,
body#dine-out-checkout #credit-card-form .required,
body#dine-out-checkout #credit-card-form-desktop .required {
  border: 1px solid #dc3545;
}
body#checkout #credit-card-form label,
body#checkout #credit-card-form-desktop label,
body#dine-out-checkout #credit-card-form label,
body#dine-out-checkout #credit-card-form-desktop label {
  margin-bottom: 0px;
  font-weight: bold;
}
body#checkout #split-details,
body#dine-out-checkout #split-details {
  display: none;
  margin: 25px 0 30px 0;
}
body#checkout #split-details .user-icon-empty,
body#dine-out-checkout #split-details .user-icon-empty {
  background-position: 0 center;
  height: 30px;
  margin-bottom: 5px;
  padding: 3px 0 0 35px;
}
body#checkout #split-details h2,
body#dine-out-checkout #split-details h2 {
  font-size: 16px;
  font-weight: bold;
  color: #E53935;
  margin-bottom: 15px;
}
body#checkout #split-details ul li,
body#dine-out-checkout #split-details ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
body#checkout #split-details ul .split-price,
body#checkout #split-details ul .split-percentage,
body#dine-out-checkout #split-details ul .split-price,
body#dine-out-checkout #split-details ul .split-percentage {
  float: right;
}
body#checkout #split-details ul .split-percentage,
body#dine-out-checkout #split-details ul .split-percentage {
  margin-right: 15%;
}
body#checkout #payment-options,
body#dine-out-checkout #payment-options {
  margin-bottom: 20px;
}
body#checkout #delivery-or-pickup-container-desktop,
body#checkout #delivery-container-desktop,
body#dine-out-checkout #delivery-or-pickup-container-desktop,
body#dine-out-checkout #delivery-container-desktop {
  display: none;
}
body#checkout #order-food-with-alcohol-checkout h1,
body#dine-out-checkout #order-food-with-alcohol-checkout h1 {
  font-size: 30px;
  font-weight: bold;
}
body#checkout #order-food-with-alcohol-checkout ul,
body#dine-out-checkout #order-food-with-alcohol-checkout ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
body#checkout #order-food-with-alcohol-checkout h3,
body#dine-out-checkout #order-food-with-alcohol-checkout h3 {
  margin: 15px 0;
}

body#dine-out-checkout {
  font-size: 18px;
  background-color: #F6F6F6;
  /*------ ADDED CSS ---------*/
  /*--------- END --------*/
  /* Rounded sliders */
}
body#dine-out-checkout .pickup-information {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
body#dine-out-checkout .pickup-information .icon-section {
  width: 22px;
  text-align: center;
  margin-right: 10px;
}
body#dine-out-checkout .pickup-information i {
  font-size: 25px;
}
body#dine-out-checkout .pickup-information .col-6 {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
}
body#dine-out-checkout .pickup-information .row {
  margin-bottom: 20px;
}
body#dine-out-checkout .pickup-information .section {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
body#dine-out-checkout h2 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 10px 25px 8px 25px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin: 0 -25px 25px -25px;
  border-radius: 8px 8px 0 0;
}
body#dine-out-checkout .switch-container {
  overflow: hidden;
}
body#dine-out-checkout .switch-container .switch {
  float: left;
}
body#dine-out-checkout .switch-container > span {
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}
body#dine-out-checkout .switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}
body#dine-out-checkout .switch input {
  display: none;
}
body#dine-out-checkout .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
body#dine-out-checkout .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
body#dine-out-checkout input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
body#dine-out-checkout input:checked + .slider:before {
  transform: translateX(55px);
}
body#dine-out-checkout .slider.yes-no {
  background-color: #686868;
}
body#dine-out-checkout input:checked + .slider.yes-no {
  background-color: #2196F3;
}
body#dine-out-checkout .slider.round > span:first-child {
  display: none;
  left: 40%;
}
body#dine-out-checkout .slider.round > span:last-child {
  left: 60%;
}
body#dine-out-checkout .slider.round > span {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
body#dine-out-checkout input:checked + .slider > span:first-child {
  display: block;
}
body#dine-out-checkout input:checked + .slider > span:last-child {
  display: none;
}
body#dine-out-checkout .slider.round {
  border-radius: 34px;
}
body#dine-out-checkout .slider.round:before {
  border-radius: 50%;
}
body#dine-out-checkout a:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
body#dine-out-checkout .contact .col-md-12 {
  margin-bottom: 5px;
}
body#dine-out-checkout .col-right-padding-five {
  padding-right: 5px;
  margin-bottom: 10px;
}
body#dine-out-checkout .col-left-padding-five {
  padding-left: 5px;
}
body#dine-out-checkout .tip-other {
  width: 65px;
  padding: 0 3px;
  display: none;
}
body#dine-out-checkout #item-counter-container {
  overflow: hidden;
}
body#dine-out-checkout #item-counter-container a {
  height: 30px;
  width: 30px;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
body#dine-out-checkout #item-counter-container #item-counter-subtract {
  background-image: url("./../images/icon-minus.svg");
}
body#dine-out-checkout #item-counter-container #item-counter-add {
  background-image: url("./../images/icon-plus.svg");
}
body#dine-out-checkout #item-counter-container a,
body#dine-out-checkout #item-counter-container input {
  float: left;
  margin: 0 2.5px;
}
body#dine-out-checkout #item-counter-container #item-counter {
  width: 60px;
  padding: 5px;
  text-align: center;
  height: 31px;
}
body#dine-out-checkout #cart,
body#dine-out-checkout #mobile-cart {
  position: absolute;
  top: 103px;
  right: 15px;
  z-index: 1;
  width: 100%;
}
body#dine-out-checkout #cart table,
body#dine-out-checkout #mobile-cart table {
  width: 100%;
}
body#dine-out-checkout #cart .align-right,
body#dine-out-checkout #mobile-cart .align-right {
  text-align: right;
  width: 30%;
  vertical-align: top;
}
body#dine-out-checkout #cart .btn-success,
body#dine-out-checkout #mobile-cart .btn-success {
  font-weight: bold;
}
body#dine-out-checkout #cart h2,
body#dine-out-checkout #mobile-cart h2 {
  margin-bottom: 10px;
}
body#dine-out-checkout #cart hr,
body#dine-out-checkout #mobile-cart hr {
  margin: 15px -24px 30px -24px;
}
body#dine-out-checkout #mobile-cart {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
}
body#dine-out-checkout #mobile-cart .cart-bottom {
  position: relative;
}
body#dine-out-checkout .cart-table {
  font-weight: bold;
}
body#dine-out-checkout .cart-table .btn-outline-dark {
  border: 1px solid #343a40;
  padding: 5px 7px 3px 10px;
  margin-right: 10px;
}
body#dine-out-checkout .cart-table .item-quantity {
  padding-right: 5px;
}
body#dine-out-checkout .cart-table tr:last-child td {
  border: none;
}
body#dine-out-checkout .cart-table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
body#dine-out-checkout .pickup-information a {
  color: #002cfb;
}
body#dine-out-checkout .payment-information-table {
  margin-top: 20px;
}
body#dine-out-checkout .payment-information-table .btn-group.btn-group-toggle {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px;
  border-radius: 8px;
}
body#dine-out-checkout .payment-information-table .btn.btn-secondary {
  color: white;
  font-size: 16px;
}
body#dine-out-checkout .payment-information-table .btn.btn-secondary.focus {
  box-shadow: none;
}
body#dine-out-checkout .payment-information-table .btn.btn-secondary.active {
  background-color: #545b62;
  color: white;
}
body#dine-out-checkout .payment-information-table tr {
  padding: 2px;
  line-height: 30px;
}
body#dine-out-checkout .payment-information-table a {
  color: #002cfb;
}
body#dine-out-checkout .btn-place-order {
  margin-top: 30px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
}
body#dine-out-checkout .order-total-row {
  font-weight: bold;
}
body#dine-out-checkout header {
  background-color: white;
}
body#dine-out-checkout .container {
  position: relative;
}
body#dine-out-checkout .popover-body .row {
  margin-bottom: 10px;
}
body#dine-out-checkout .popover-body strong {
  margin-bottom: 3px;
  display: block;
}
body#dine-out-checkout #checkout-credit-card-options {
  display: flex;
  margin: 10px 0 15px 0;
}
body#dine-out-checkout #checkout-credit-card-options li {
  margin-right: 10px;
  height: 40px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
body#dine-out-checkout #checkout-credit-card-options li.transparent {
  opacity: 0.6;
}
body#dine-out-checkout #checkout-credit-card-options .icon-cc-visa {
  background-image: url("../images/cc-visa.svg");
}
body#dine-out-checkout #checkout-credit-card-options .icon-cc-unionpay {
  background-image: url("../images/cc-unionpay.svg");
  width: 60px;
}
body#dine-out-checkout #checkout-credit-card-options .icon-cc-mastercard {
  background-image: url("../images/cc-mastercard.svg");
}
body#dine-out-checkout .squared-bubble {
  border-radius: 8px;
  background-color: white;
  padding: 0 24px 24px 24px;
}
body#dine-out-checkout .cart-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 25px 25px 25px;
}
body#dine-out-checkout .payment-information-table {
  bottom: 10px;
}
body#dine-out-checkout .tip-options-cell .btn-secondary {
  background-color: rgb(238, 238, 238);
  color: black !important;
  font-weight: bold;
}
body#dine-out-checkout .tip-options-cell .btn-secondary.active {
  background-color: black !important;
  color: white !important;
}
@media (min-width: 0) and (max-width: 767px) {
  body#dine-out-checkout {
    font-size: 16px;
  }
  body#dine-out-checkout .tip-container-text {
    margin-bottom: 5px;
  }
  body#dine-out-checkout #add-tip .percentage-tip {
    margin-bottom: 15px;
  }
  body#dine-out-checkout .title-bar .title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  body#dine-out-checkout #order-details h3 {
    background-position: 22px center;
    padding-left: 55px;
  }
  body#dine-out-checkout #order-details ul li {
    padding: 12px 29px;
  }
  body#dine-out-checkout #order-details ul {
    padding: 0;
    margin: 0;
  }
  body#dine-out-checkout #grand-total {
    padding: 16px 22px;
  }
  body#dine-out-checkout #order-details h3 span {
    margin-right: 7px;
  }
}
body#dine-out-checkout #btn-call-server {
  opacity: 0;
}
body#dine-out-checkout #order-details ul {
  display: block;
}
body#dine-out-checkout #customer-info,
body#dine-out-checkout #customer-info-desktop {
  margin-top: 20px;
}
body#dine-out-checkout #customer-info span,
body#dine-out-checkout #customer-info-desktop span {
  font-weight: bold;
}
body#dine-out-checkout #customer-info label,
body#dine-out-checkout #customer-info-desktop label {
  width: 100%;
}
body#dine-out-checkout #pickup-time {
  margin-top: 20px;
}
body#dine-out-checkout #pickup-time h4 {
  font-size: 20px;
  font-weight: bold;
}
body#dine-out-checkout #pickup-time label {
  overflow: hidden;
  width: 100%;
  margin: 0;
}
body#dine-out-checkout #pickup-time input {
  width: 20px;
  float: left;
}
body#dine-out-checkout #pickup-time span {
  margin: 8px 0 0 5px;
  float: left;
  font-weight: bold;
}
body#dine-out-checkout #pickup-time #choose-pickup-time {
  float: left;
  margin-left: 10px;
}
body#dine-out-checkout #pickup-time #choose-pickup-time select {
  width: 50px;
  padding: 5px;
  float: left;
}
body#dine-out-checkout #pickup-time #pickup-schedule-time-separator {
  float: left;
  margin: 8px 5px 0 5px;
}
body#dine-out-checkout #pick-up-time-separator {
  border-top: 1px solid #DBDBDB;
  height: 1px;
  margin: 3px 0 7px 0;
}
@media (min-width: 0) and (max-width: 767px) {
  body#dine-out-checkout * {
    font-size: 17px;
  }
  body#dine-out-checkout .row .contact,
  body#dine-out-checkout #mobile-cart {
    margin-bottom: 24px;
  }
  body#dine-out-checkout .cart-bottom {
    padding-left: 0px;
  }
  body#dine-out-checkout .payment-information-table .btn.btn-secondary {
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
  }
  body#dine-out-checkout .container-fluid {
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body#dine-out-checkout h4 {
    font-size: 25px;
    font-weight: bold;
  }
  body#dine-out-checkout #customer-info,
  body#dine-out-checkout #checkout-option,
  body#dine-out-checkout #add-tip,
  body#dine-out-checkout #credit-card-form,
  body#dine-out-checkout .btn-pay-container {
    display: none;
  }
  body#dine-out-checkout .checkout-header .btn-toggle-checkout {
    float: right;
  }
  body#dine-out-checkout .title-bar .title {
    padding: 0 !important;
    margin: 0;
    transform: none;
    top: 0;
    border: none !important;
  }
  body#dine-out-checkout .checkout-header,
  body#dine-out-checkout .title-bar .title {
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 17px 10px 15px 10px;
    color: white;
    font-size: 25px;
    font-weight: bold;
  }
  body#dine-out-checkout .title-bar {
    padding: 16px 15px 7px 15px;
  }
  body#dine-out-checkout #order-details h3,
  body#dine-out-checkout #grand-total {
    font-size: 25px;
  }
  body#dine-out-checkout #order-details ul li {
    font-size: 18px;
  }
  body#dine-out-checkout > div.container-fluid {
    background-color: #F4F4F4;
  }
  body#dine-out-checkout #order-details {
    background-color: white;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body#dine-out-checkout h4 {
    font-size: 25px;
    font-weight: bold;
  }
  body#dine-out-checkout #customer-info,
  body#dine-out-checkout #checkout-option,
  body#dine-out-checkout #add-tip,
  body#dine-out-checkout #credit-card-form,
  body#dine-out-checkout .btn-pay-container {
    display: none;
  }
  body#dine-out-checkout .checkout-header .btn-toggle-checkout {
    float: right;
  }
  body#dine-out-checkout .title-bar .title {
    padding: 0 !important;
    margin: 0;
    transform: none;
    top: 0;
    border: none !important;
  }
  body#dine-out-checkout .checkout-header,
  body#dine-out-checkout .title-bar .title {
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 17px 10px 15px 10px;
    color: white;
    font-size: 25px;
    font-weight: bold;
  }
  body#dine-out-checkout .title-bar {
    padding: 16px 15px 7px 15px;
  }
  body#dine-out-checkout #order-details h3,
  body#dine-out-checkout #grand-total {
    font-size: 25px;
  }
  body#dine-out-checkout #order-details ul li {
    font-size: 18px;
  }
  body#dine-out-checkout > div.container-fluid {
    background-color: #F4F4F4;
  }
  body#dine-out-checkout #order-details {
    background-color: white;
  }
}
@media (min-width: 1200px) {
  body#dine-out-checkout h4 {
    font-size: 25px;
    font-weight: bold;
  }
  body#dine-out-checkout #customer-info,
  body#dine-out-checkout #checkout-option,
  body#dine-out-checkout #add-tip,
  body#dine-out-checkout #credit-card-form,
  body#dine-out-checkout .btn-pay-container {
    display: none;
  }
  body#dine-out-checkout .checkout-header .btn-toggle-checkout {
    float: right;
  }
  body#dine-out-checkout .title-bar .title {
    padding: 0 !important;
    margin: 0;
    transform: none;
    top: 0;
    border: none !important;
  }
  body#dine-out-checkout .checkout-header,
  body#dine-out-checkout .title-bar .title {
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 17px 10px 15px 10px;
    color: white;
    font-size: 25px;
    font-weight: bold;
  }
  body#dine-out-checkout .title-bar {
    padding: 16px 15px 7px 15px;
  }
  body#dine-out-checkout #order-details h3,
  body#dine-out-checkout #grand-total {
    font-size: 25px;
  }
  body#dine-out-checkout #order-details ul li {
    font-size: 18px;
  }
  body#dine-out-checkout > div.container-fluid {
    background-color: #F4F4F4;
  }
  body#dine-out-checkout #order-details {
    background-color: white;
  }
}

body#dine-out-checkout {
  min-height: 100vh;
}
body#dine-out-checkout > .container-fluid {
  min-height: 90%;
}
body#dine-out-checkout > .container {
  min-height: 90vh;
}
body#dine-out-checkout .desktop-checkout-items {
  height: 95vh;
  overflow-x: scroll;
  margin-bottom: 60px;
}
body#dine-out-checkout #mobile-cart {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body#dine-out-checkout #checkout-desktop-details h4 {
    margin-top: 30px;
  }
  body#dine-out-checkout #checkout-desktop-details #add-tip-desktop .tip-container > p {
    float: left;
    font-weight: bold;
  }
  body#dine-out-checkout #checkout-desktop-details #add-tip-desktop .percentage-tip {
    float: left;
    margin-left: 10px;
  }
  body#dine-out-checkout #checkout-desktop-details #add-tip-desktop .percentage-tip {
    margin-top: 0;
  }
  body#dine-out-checkout .btn-pay {
    display: inline-block;
    padding: 15px 35px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  body#dine-out-checkout footer {
    bottom: 0;
    width: 100%;
    left: 0;
  }
  body#dine-out-checkout #content-pickup ul li {
    padding: 13px 0 15px 0;
  }
  body#dine-out-checkout #order-details ul li.user-tax .tax-subtitle {
    opacity: 1;
  }
  body#dine-out-checkout #checkout-complete h4 {
    font-size: 19px;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body#dine-out-checkout #checkout-desktop-details h4 {
    margin-top: 30px;
  }
  body#dine-out-checkout #checkout-desktop-details #add-tip-desktop .tip-container > p {
    float: left;
    font-weight: bold;
  }
  body#dine-out-checkout #checkout-desktop-details #add-tip-desktop .percentage-tip {
    float: left;
    margin-left: 10px;
  }
  body#dine-out-checkout #checkout-desktop-details #add-tip-desktop .percentage-tip {
    margin-top: 0;
  }
  body#dine-out-checkout .btn-pay {
    display: inline-block;
    padding: 15px 35px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  body#dine-out-checkout footer {
    bottom: 0;
    width: 100%;
    left: 0;
  }
  body#dine-out-checkout #content-pickup ul li {
    padding: 13px 0 15px 0;
  }
  body#dine-out-checkout #order-details ul li.user-tax .tax-subtitle {
    opacity: 1;
  }
  body#dine-out-checkout #checkout-complete h4 {
    font-size: 19px;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  body#dine-out-checkout #checkout-desktop-details h4 {
    margin-top: 30px;
  }
  body#dine-out-checkout #checkout-desktop-details #add-tip-desktop .tip-container > p {
    float: left;
    font-weight: bold;
  }
  body#dine-out-checkout #checkout-desktop-details #add-tip-desktop .percentage-tip {
    float: left;
    margin-left: 10px;
  }
  body#dine-out-checkout #checkout-desktop-details #add-tip-desktop .percentage-tip {
    margin-top: 0;
  }
  body#dine-out-checkout .btn-pay {
    display: inline-block;
    padding: 15px 35px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  body#dine-out-checkout footer {
    bottom: 0;
    width: 100%;
    left: 0;
  }
  body#dine-out-checkout #content-pickup ul li {
    padding: 13px 0 15px 0;
  }
  body#dine-out-checkout #order-details ul li.user-tax .tax-subtitle {
    opacity: 1;
  }
  body#dine-out-checkout #checkout-complete h4 {
    font-size: 19px;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  body#dine-out-checkout #cart {
    display: none;
  }
  body#dine-out-checkout #mobile-cart {
    display: block;
  }
  body#dine-out-checkout .col-left-padding-five {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body#dine-out-checkout #cart {
    display: none;
  }
  body#dine-out-checkout #mobile-cart {
    display: block;
  }
  body#dine-out-checkout .col-left-padding-five {
    padding-left: 15px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  body#dine-out-checkout .cart-taxes-and-total {
    border-top: 1px solid #DBDBDB;
  }
  body#dine-out-checkout #checkout-desktop-details {
    display: none;
  }
  body#dine-out-checkout #choose-pickup-timeslot .row {
    margin: 20px 15px 10px 15px;
  }
  body#dine-out-checkout #choose-pickup-timeslot .title-bar {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */