.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-backdrop {
  background-color: rgba(120, 120, 120, 0.7);
}
.modal-content {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.modal-header {
  position: relative;
  background: white;
  border-bottom: 1px solid #ebeae6;
  padding: 18px 24px 18px 24px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
}
.modal-header .close {
  position: absolute;
  width: 38px;
  height: 38px;
  top: -10px;
  right: -10px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  cursor: pointer;
  background: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-header .close:before {
  font-family: 'Icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f00d";
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -2px;
  text-align: center;
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  color: #d9d9d7;
}
.modal-header .close:hover:before {
  color: #B24A26;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
  color: #b24a26;
}
.modal-header h4 {
  margin: 0 0 12px 0;
  line-height: 1.2em;
  color: #b24a26;
}
.modal-header p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2em;
  font-style: normal;
  color: #959593;
}
.modal-body {
  position: relative;
  max-height: 460px;
  min-height: 100%;
  height: 100%;
  padding: 18px 24px;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.modal-footer {
  position: relative;
  margin-bottom: 0;
  padding: 18px 24px;
  background-color: #4b4b4b;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}
.modal {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.narrow {
  max-width: 450px;
}
@media (max-width: 880px) {
  .modal {
    width: auto;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal .modal-header {
    padding-left: 12px;
    padding-right: 12px;
  }
  .modal .modal-body {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 640px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
  }
  .modal .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
  }
  .modal.narrow {
    max-width: none;
  }
  .modal .modal-body {
    padding-bottom: 80px;
  }
  .modal .modal-header {
    margin-left: 42px;
    padding: 12px 72px 12px 12px;
    border-left: 2px solid #f5f5f0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
  }
  .modal .modal-header .close {
    width: 43px;
    height: auto;
    top: 0;
    bottom: 0;
    left: -44px;
    right: auto;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: 1px solid #e8e8e3;
  }
  .modal .modal-header .close:before {
    font-family: 'Icomoon';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f00d";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    color: #dbdbd7;
    line-height: 16px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.44);
  }
  .modal .modal-header .close:hover:before {
    color: #B24A26;
  }
}
/**
 * Resuable order component
 */
.spinner {
  height: 22px;
  width: 22px;
  margin: 0px auto;
  position: relative;
  -webkit-animation: rotation .9s infinite linear;
  -moz-animation: rotation .9s infinite linear;
  -o-animation: rotation .9s infinite linear;
  animation: rotation .9s infinite linear;
  border-left: 6px solid #F9DDCE;
  border-right: 6px solid #ED996C;
  border-bottom: 6px solid #F3BB9D;
  border-top: 6px solid #E7773B;
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#home #wrapper {
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://www.sushisurprise.co.uk/static/images/home_nav_shadow.png) no-repeat;
  background-position: center top;
}
#home #wrapper #restaurant-header {
  background: transparent;
}
section.summary {
  margin-top: 45px;
}
section.summary section {
  width: 460px;
  margin: 0 auto;
  padding: 24px;
  background: rgba(0, 0, 0, 0.59);
  color: #fff;
}
section.summary section h2 {
  color: inherit;
}
section.summary section.article {
  text-align: center;
  padding: 20px;
}
section.summary section.article .breadcrumbs {
  font-size: 16px;
  text-align: left;
  padding: 12px;
  text-transform: capitalize;
}
section.summary section.article .breadcrumbs ul {
  list-style: none;
}
section.summary section.article .breadcrumbs ul li {
  display: inline;
}
section.summary section.article .breadcrumbs ul li a {
  color: white;
}
section.summary section.article .breadcrumbs ul li .divider {
  padding: 0px 3px;
}
section.summary section.article .order-now {
  padding: .5em 1em;
  background: none;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: block;
  margin-top: 12px;
  line-height: 60px;
  vertical-align: middle;
  background: #330000 0;
  background: rgba(0, 0, 0, 0.2);
  font-size: 20px;
}
section.summary section.article .order-now:before {
  font-family: 'Icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f07a";
  margin-right: .5em;
  font-size: 24px;
  color: #e8773b;
}
section.summary section.article .order-now:hover {
  background: #c00000 0;
  background: rgba(0, 0, 0, 0.85);
}
section.summary section.article .description a {
  color: #e8773b;
}
section.summary section.unsubscribe {
  text-align: center;
}
section.summary section.reviews {
  text-align: center;
}
section.summary section.reviews .promotion {
  padding: 0;
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff;
  margin: 12px 0;
  padding: 24px;
  background: #323232;
}
section.summary section.reviews .promotion > header {
  color: #333333;
}
section.summary section.reviews .promotion > header h1,
section.summary section.reviews .promotion > header h2,
section.summary section.reviews .promotion > header h3 {
  color: #333333;
}
section.summary section.reviews .promotion > header h2 {
  margin: 20px 24px;
}
section.summary section.reviews .promotion > header h3 {
  font-size: 24px;
  margin: 0 24px;
}
section.summary section.reviews .promotion ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
section.summary section.reviews .promotion ul > li {
  display: block;
}
section.summary section.reviews .promotion ul > li > a {
  padding: 20px 24px;
}
section.summary section.reviews .promotion p {
  margin: 0;
}
section.summary section.reviews .promotion .promotion-text {
  color: #e7773b;
  font-size: 16px;
  font-weight: bold;
}
section.summary section.reviews .promotion .promotion-text + .promotion-text {
  margin-top: 10px;
}
section.summary section.reviews .promotion .promotion-availability {
  font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
  font-size: 14px;
  color: #e7773b;
  text-transform: uppercase;
}
section.summary section.reviews .order-now {
  padding: .5em 1em;
  background: none;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: block;
  margin-top: 12px;
  line-height: 60px;
  vertical-align: middle;
  background: #330000 0;
  background: rgba(0, 0, 0, 0.2);
  font-size: 20px;
}
section.summary section.reviews .order-now:before {
  font-family: 'Icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f07a";
  margin-right: .5em;
  font-size: 24px;
  color: #e8773b;
}
section.summary section.reviews .order-now:hover {
  background: #c00000 0;
  background: rgba(0, 0, 0, 0.85);
}
section.summary section.reviews .widSSP {
  width: 100%!important;
}
section.summary section.reviews .meal {
  margin: 12px auto 0 auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 12px;
  position: relative;
  height: 180px;
  max-width: 460px;
}
section.summary section.reviews .meal .meal-image {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 180px;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.summary section.reviews .meal .meal-info {
  position: absolute;
  top: 12px;
  left: 192px;
  padding: 0 10px;
  right: 12px;
  bottom: 12px;
  text-align: left;
  vertical-align: bottom;
}
section.summary section.reviews .meal .meal-info .meal-info-name {
  padding-top: 0;
  font-size: 18px;
  word-wrap: break-word;
}
section.summary section.reviews .meal .meal-info .meal-info-description {
  font-size: 14px;
}
section.summary section.reviews .meal .meal-order {
  position: absolute;
  bottom: 0;
  left: 192px;
  height: 45px;
  right: 0;
  padding: 12px;
}
section.summary section.reviews .meal .meal-order .meal-order-price {
  font-size: 16px;
  margin-top: 5px;
  margin-right: 12px;
  line-height: 16px;
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid #d55b1a;
  float: left;
}
section.summary section.reviews .meal .meal-order .meal-order-button {
  float: left;
  padding: 0.6em 18px;
  background-color: #e7773b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #d55b1a;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 16px;
}
section.summary section.reviews .meal .meal-order .meal-order-button:hover,
section.summary section.reviews .meal .meal-order .meal-order-button:focus {
  text-decoration: none;
  background-color: #ea8752;
}
section.summary section.reviews .meal .meal-order .meal-order-button:active {
  background-color: #e46724;
}
section.summary section.reviews .reviewLinks {
  text-align: center;
  margin-top: 12px;
}
section.summary section.reviews .reviewLinks .reviewLink {
  display: inline-block;
  font-style: normal;
  line-height: 32px;
  margin-left: 10px;
  margin-right: 10px;
}
section.summary section.reviews .reviewLinks .reviewLink a {
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}
section.summary section.articles {
  width: auto;
  box-sizing: border-box;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}
section.summary section.articles .articleLinks {
  text-align: center;
}
section.summary section.articles .articleLinks .articleLink {
  display: inline-block;
  font-style: normal;
  line-height: 32px;
  margin-left: 10px;
  margin-right: 10px;
}
section.summary section.articles .articleLinks .articleLink a {
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}
section.summary section.photos {
  width: auto;
  box-sizing: border-box;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}
section.summary section.photos .photo {
  display: inline-block;
  margin: 24px;
  width: 316px;
  height: 370px;
  overflow: hidden;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
}
section.summary section.photos .photo img {
  margin: 5px;
  height: 306px;
  width: 306px;
}
section.summary section.photos .photo p {
  color: #3f729b;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
section.summary section.contactUs .serviceHours {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
section.summary section.contactUs .serviceHours table {
  width: 100%;
}
section.summary section.contactUs .specialDays table {
  width: 100%;
}
section.summary section.contactUs .closedDays table {
  width: 100%;
}
section.summary section.contactUs .mapColumn {
  clear: both;
  width: 100%;
}
section.summary section.contactUs .mapColumn #contactMap {
  margin-top: 20px;
}
section.summary section.contactUs .mapColumn #contactMap img {
  max-width: inherit;
}
section.summary section.contactUs .row {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #eee;
  *zoom: 1;
}
section.summary section.contactUs .row:before,
section.summary section.contactUs .row:after {
  display: table;
  content: "";
  line-height: 0;
}
section.summary section.contactUs .row:after {
  clear: both;
}
section.summary section.contactUs .mapContainer {
  height: 200px;
}
section.summary section.contactUs .address {
  margin-bottom: 20px;
}
section.summary section.contactUs .address a {
  color: #ffffff;
}
section.summary section.contactUs .dayNameColumn {
  vertical-align: top;
}
section.summary section.unavailble p {
  margin-bottom: 10px;
}
section.summary section.aboutUs {
  text-align: center;
  padding: 0;
  padding-top: 12px;
}
section.summary section.aboutUs .description {
  margin: 20px 20px 14px;
  font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 15px;
}
section.summary section.aboutUs address {
  font-style: normal;
  line-height: 32px;
}
section.summary section.aboutUs address a {
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}
section.summary section.aboutUs .order-now {
  padding: .5em 1em;
  background: none;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: block;
  margin-top: 12px;
  line-height: 60px;
  vertical-align: middle;
  background: #330000 0;
  background: rgba(0, 0, 0, 0.2);
  font-size: 20px;
}
section.summary section.aboutUs .order-now:before {
  font-family: 'Icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f07a";
  margin-right: .5em;
  font-size: 24px;
  color: #e8773b;
}
section.summary section.aboutUs .order-now:hover {
  background: #c00000 0;
  background: rgba(0, 0, 0, 0.85);
}
section.summary section.brand {
  text-align: center;
  padding-top: 12px;
}
section.summary section.brand .description {
  margin: 20px 20px 14px;
  font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 15px;
}
section.summary section.brand .description .search-location {
  text-align: center;
}
section.summary section.brand .description .search-location input {
  display: block;
  margin: 0;
  padding: 4px 8px;
  border: 1px solid #e7e7e7;
  background: #f7f7f2;
  -webkit-box-shadow: inset 0 1px 2px #b4b4b4;
  -moz-box-shadow: inset 0 1px 2px #b4b4b4;
  box-shadow: inset 0 1px 2px #b4b4b4;
  color: #979797;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
section.summary section.brand h3,
section.summary section.brand h4 {
  color: #e7773b;
}
section.summary section.terms ol.nested {
  counter-reset: item;
  list-style-type: none;
  font-size: 14px;
}
section.summary section.terms ol.nested > li {
  display: list-item;
}
section.summary section.terms ol.nested > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
section.summary section.terms ol.nested p,
section.summary section.terms ol.nested h4 {
  display: inline;
}
section.summary section.terms ol.nested.mainSection {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 880px) {
  section.summary {
    margin-top: 0;
  }
  section.summary section {
    width: 432px;
  }
  section.summary section .textColumn {
    max-width: 300px;
  }
  section.summary #iconicImage {
    margin-top: -70px;
    max-height: 300px;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  section.summary section {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
  }
  section.summary section .row {
    padding: 5px;
  }
  section.summary section.reviews {
    padding: 12px;
  }
  section.summary section.reviews .promotion {
    margin: 0;
    padding: 6px;
  }
  section.summary section.reviews .promotion .promotion-text {
    font-weight: normal;
    text-align: center;
  }
  section.summary section.reviews .promotion .promotion-text + .promotion-text {
    margin-top: 6px;
  }
  section.summary section.reviews.photos {
    margin: 0 12px;
  }
  section.summary section.reviews .photo {
    margin: 12px 0;
  }
  section.summary #iconicImage {
    margin-top: -70px;
    max-height: 180px;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  section.summary section.reviews .meal {
    height: auto;
  }
  section.summary section.reviews .meal .meal-info {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0 10px;
    text-align: left;
    vertical-align: bottom;
  }
  section.summary section.reviews .meal .meal-image {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
    width: 100%;
    height: 200px;
  }
  section.summary section.reviews .meal .meal-order {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
    text-align: center;
    padding: 12px;
    min-height: 45px;
    height: auto;
  }
  section.summary section.reviews .meal .meal-order .meal-order-price {
    display: inline-block;
    float: none;
    margin-right: 12px;
    margin-left: 12px;
  }
  section.summary section.reviews .meal .meal-order .meal-order-button {
    display: inline-block;
    float: none;
    margin-top: 12px;
  }
}
.pac-item,
.pac-item-query {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
}
.pac-icon {
  background-image: url('http://www.sushisurprise.co.uk/static/styles/dist/img/map-marker.png') !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  opacity: 0.35;
  margin-top: 8px;
  width: 20px;
  height: 20px;
}
@font-face {
  font-family: 'BrixSansLight';
  src: url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_0_0.eot');
  src: url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_0_0.eot#iefix') format('embedded-opentype'), url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_0_0.woff') format('woff'), url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'BrixSansMedium';
  src: url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_1_0.eot');
  src: url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_1_0.eot#iefix') format('embedded-opentype'), url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_1_0.woff') format('woff'), url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'BrixSansExtraLight-Italic';
  src: url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_2_0.eot');
  src: url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_2_0.eot#iefix') format('embedded-opentype'), url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_2_0.woff') format('woff'), url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'BrixSansLight-Italic';
  src: url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_3_0.eot');
  src: url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_3_0.eot#iefix') format('embedded-opentype'), url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_3_0.woff') format('woff'), url('http://www.sushisurprise.co.uk/static/webfonts/2C004E_3_0.ttf') format('truetype');
}
.restaurantTheme1 {
  background-color: #606060;
  /**
    * Key info section
    * This contains all the dynamically generated restaurant information
    * Name, Address, Opening Hours, Location and CTA buttons
    *
  */
  /**
    * key_info__header
    * Name and address link
  */
  /**
    * key_info__map
    * google map preview container
  */
  /**
    * key_info__opening_times
    * Contains summarised opening times
  */
  /**
    * key_info__actions
    * Contains all main CTA's
  */
  /**
    * our_food
    * Contains full about us content
  */
  /**
    * about_us
    * Contains full about us content
  */
  /**
    * footer_cta
    * Contains full about us content
  */
}
.restaurantTheme1 .theme__color {
  color: #000;
}
.restaurantTheme1 .theme__fill {
  fill: #000;
}
.restaurantTheme1 .theme__background-color {
  background-color: #000;
  color: #fff;
}
.restaurantTheme1 a.link,
.restaurantTheme1 a.link:visited {
  color: #4A90E2;
}
.restaurantTheme1 a.link:hover,
.restaurantTheme1 a.link:visited:hover {
  color: #313F4F;
}
.restaurantTheme1 .theme__border-color {
  border-color: #000;
}
.restaurantTheme1 #restaurant-header .actions {
  display: none;
}
.restaurantTheme1 .btn--cta {
  display: block;
  margin: 10px;
  padding: 8px 20px 6px;
  border-radius: 5px;
  background-color: #4A90E2;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.restaurantTheme1 .btn--cta:hover {
  background-color: #3E7BC2;
  color: #fff;
}
.restaurantTheme1 .btn--cta:visited {
  color: #fff;
}
.restaurantTheme1 .btn--order {
  background-color: #4A90E2;
  color: #fff;
}
.restaurantTheme1 .btn--order:hover {
  background-color: #3E7BC2;
}
.restaurantTheme1 .btn--reservations {
  background-color: #313F4F;
  color: #fff;
}
.restaurantTheme1 .btn--reservations:hover {
  background-color: #485E77;
}
.restaurantTheme1 .btn--sub-cta {
  display: inline-block;
  padding: 12px 80px 8px;
  font-family: BrixSansLight;
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
  color: #606060;
  background: #F3F3F3;
  border: 1px solid #C8C8C8;
  -moz-box-shadow: 2px 2px 2px 0px rgba(150, 150, 150, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(150, 150, 150, 0.2);
}
.restaurantTheme1 .btn--sub-cta:hover {
  background: #FFF;
  color: #606060;
}
.restaurantTheme1 p {
  font-family: BrixSansLight;
  font-size: 15px;
  color: #4D4D4D;
  line-height: 25px;
  margin-bottom: 10px;
}
.restaurantTheme1 .sub {
  font-family: BrixSansLight-Italic;
  font-size: 15px;
  color: #71756D;
  line-height: 18px;
  margin-bottom: 8px;
}
.restaurantTheme1 .additional {
  font-family: BrixSansLight;
  font-size: 13px;
  color: #606060;
  line-height: 16px;
  opacity: 0.4;
  pointer: cursor;
}
.restaurantTheme1 .additional:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.restaurantTheme1 h1,
.restaurantTheme1 h2 {
  font-family: BrixSansMedium;
  font-size: 24px;
  color: #000;
  line-height: 25px;
  margin-bottom: 0px;
}
.restaurantTheme1 .hidden {
  display: none;
}
.restaurantTheme1 .sticky {
  position: fixed;
}
.restaurantTheme1 #wrapper {
  position: relative;
  padding: 0px !important;
  background-image: none !important;
}
.restaurantTheme1 #wrapper #restaurant-header {
  display: none;
  background: transparent;
}
.restaurantTheme1 #wrapper .inner_wrapper {
  max-width: 1200px;
  margin: 90px auto 0px;
  padding: 0px 40px 60px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.restaurantTheme1 #wrapper .inner_wrapper:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.restaurantTheme1 #wrapper .inner_wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.restaurantTheme1 header {
  background-color: #000;
  height: 90px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  -moz-box-shadow: 2px 2px 2px 0px rgba(150, 150, 150, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(150, 150, 150, 0.2);
}
.restaurantTheme1 .key_info {
  width: 320px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 40px;
  z-index: 101;
  /* background: */
  border-radius: 2px;
  background: #F9F9F9;
  -moz-box-shadow: 2px 4px 8px 0px rgba(117, 116, 116, 0.5);
  box-shadow: 2px 4px 8px 0px rgba(117, 116, 116, 0.5);
}
.restaurantTheme1 .key_info__header {
  background-color: #FBFBFB;
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 0px;
  /**
      * key_info__header:after
      * This adds the curve to the bottom of the div
      *
      * TO-DO:
      * Create mixin
    */
}
.restaurantTheme1 .key_info__header .restaurant_logo {
  margin-top: -70px;
  max-height: 155px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #a8a8a8;
  background: #F9F9F9;
  -moz-box-shadow: 2px 2px 2px 0px rgba(150, 150, 150, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(150, 150, 150, 0.2);
}
.restaurantTheme1 .key_info__header address,
.restaurantTheme1 .key_info__header .streetAddress {
  padding: 0px 20px;
}
.restaurantTheme1 .key_info__header address .sub,
.restaurantTheme1 .key_info__header .streetAddress .sub {
  display: block;
}
.restaurantTheme1 .key_info__header h1,
.restaurantTheme1 .key_info__header p {
  margin-left: 18px;
  margin-right: 18px;
}
.restaurantTheme1 .key_info__header ul {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0px 0px -30px;
  text-align: center;
  z-index: 10;
}
.restaurantTheme1 .key_info__header ul li {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  padding: 4px;
  background-color: #fbfbfb;
}
.restaurantTheme1 .key_info__header:after {
  content: " ";
  height: 16px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -16px;
  left: 0px;
  background: url('../../images/ui/curve_square_bottom--grey-lightest.svg') no-repeat;
  background-size: cover;
  background-position: center center;
}
.restaurantTheme1 .key_info__map {
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.restaurantTheme1 .key_info__map img {
  width: 100%;
}
.restaurantTheme1 .key_info__map .opening_state {
  width: 100px;
  padding: 6px 0px 4px;
  margin: 0px -50px;
  position: absolute;
  top: 42px;
  left: 50%;
  text-align: center;
  border-radius: 40px;
  background-color: #fff;
}
.restaurantTheme1 .key_info__map .opening_state p {
  margin-bottom: 0px;
  color: inherit;
}
.restaurantTheme1 .key_info__map .is_open {
  background-color: #fff;
}
.restaurantTheme1 .key_info__map .is_closed {
  background-color: #606060 !important;
  color: #fff !important;
}
.restaurantTheme1 .key_info__opening_times {
  text-align: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 10px 6px;
}
.restaurantTheme1 .key_info__opening_times p {
  margin-top: 4px;
  margin-bottom: 0px;
  line-height: 18px;
}
.restaurantTheme1 .key_info__actions {
  padding: 8px 10px;
}
.restaurantTheme1 .key_info__actions .btn--cta {
  margin-bottom: 14px;
}
.restaurantTheme1 .content_wrapper {
  margin-left: 350px;
}
.restaurantTheme1 section {
  margin-top: 40px;
  float: right;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  background: rgba(249, 249, 249, 0.92);
  -moz-box-shadow: 2px 4px 4px 0px rgba(117, 116, 116, 0.5);
  box-shadow: 2px 4px 4px 0px rgba(117, 116, 116, 0.5);
  min-width: 320px;
}
.restaurantTheme1 section .actions {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: #FBFBFB;
  padding: 18px 30px;
}
.restaurantTheme1 section h2 {
  text-align: center;
  padding: 10px 30px 4px;
  margin-bottom: 6px;
  line-height: 25px;
  color: inherit;
}
.restaurantTheme1 section p {
  padding: 24px 30px;
  background-color: #F6F6F6;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 0px;
}
.restaurantTheme1 .our_food {
  text-align: center;
}
.restaurantTheme1 .our_food .our_food__content {
  margin-top: 0px;
  border-top: 1px solid #E7E7E7;
}
.restaurantTheme1 .our_food p {
  border-top: none;
}
.restaurantTheme1 .about_us .about_us__closed_message {
  text-align: center;
}
.restaurantTheme1 .footer_cta {
  text-align: center;
}
.restaurantTheme1 .footer_cta__actions {
  width: 100%;
  border-bottom: 1px solid #E7E7E7;
}
.restaurantTheme1 .footer_cta__actions .btn--cta {
  margin: 10px auto;
  max-width: 320px;
}
.restaurantTheme1 .footer_cta__footer {
  padding: 10px 20px;
  color: inherit;
  font-family: BrixSansLight;
}
.restaurantTheme1 .about_us__content {
  margin-top: 0px;
  /**
      * Remove commenting once overflow is turned on
      * max-height: 70%;
      * overflow-y: scroll;
      * overflow-x: hidden;
      */
}
.restaurantTheme1 .about_us__content h1,
.restaurantTheme1 .about_us__content h2,
.restaurantTheme1 .about_us__content h3,
.restaurantTheme1 .about_us__content h4 {
  font-family: 'BrixSansExtraLight-Italic';
  font-weight: 100;
  font-size: 26px;
  line-height: 37px;
  text-align: center;
  padding: 27px 30px 10px;
  color: #606060;
  background-color: #F6F6F6;
  border-top: 1px solid #E7E7E7;
  margin-bottom: 0px;
  border-bottom: 0px;
  display: block;
}
.restaurantTheme1 .about_us__content h1:after,
.restaurantTheme1 .about_us__content h2:after,
.restaurantTheme1 .about_us__content h3:after,
.restaurantTheme1 .about_us__content h4:after {
  content: " ";
  display: block;
  position: relative;
  min-width: 240px;
  width: 60%;
  height: 1px;
  margin: 10px auto 0px;
  border-bottom: 1px solid #D1D1D1;
}
.restaurantTheme1 .about_us__content p {
  margin-top: 0px;
  padding: 6px 24px 27px;
  background-color: #F6F6F6;
  border-top: 0px;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 0px;
  text-align: center;
}
.restaurantTheme1 .about_us__content hr {
  margin: 14px auto;
  border: 0px;
}
.restaurantTheme1 .about_us__actions {
  display: none;
  position: relative;
  z-index: 0;
}
.restaurantTheme1 .about_us__actions:before {
  content: " ";
  display: block;
  width: 100%;
  height: 22px;
  position: absolute;
  z-index: -1;
  top: -22px;
  left: 0px;
  background: url('http://www.sushisurprise.co.uk/static/images/ui/background--blur.png');
}
@media (max-width: 880px) {
  .restaurantTheme1 #wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .restaurantTheme1 .inner_wrapper {
    margin-top: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .restaurantTheme1 .key_info {
    width: 100%;
  }
  .restaurantTheme1 .key_info.sticky {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .restaurantTheme1 header.sticky {
    position: relative;
  }
  .restaurantTheme1 .content_wrapper {
    margin-left: 0px;
  }
  .restaurantTheme1 section {
    margin-left: 0px;
    width: 100%;
  }
  .restaurantTheme1 section:nth-of-type(1) {
    margin-top: 40px;
  }
  .restaurantTheme1 .btn--cta {
    margin: 10px auto;
    max-width: 320px;
  }
}
@media (max-width: 640px) {
  .restaurantTheme1 #wrapper,
  .restaurantTheme1 .inner_wrapper {
    margin-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .restaurantTheme1 .key_info {
    width: 100%;
  }
  .restaurantTheme1 .key_info.sticky {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .restaurantTheme1 header.sticky {
    position: relative;
  }
  .restaurantTheme1 .content_wrapper {
    margin-left: 0px;
  }
  .restaurantTheme1 section:nth-of-type(1) {
    margin-top: 40px;
  }
  .restaurantTheme1 .btn--cta {
    max-width: 600px;
  }
}
/**
   * Custom Icon Font:
   *
   * The point behind the Icomoon font is that we're serving a custom, optimized font instead of
   * the entire Font Awesome font. We're talking 2kb vs 42kb here, which, especially because
   * mobile is a first class citizen in this project and we're already loading other custom
   * fonts as well, is something we can't ignore.
   *
   * We use [Icomoon](http://icomoon.io/app/) to easily manage the icons. You can always upload
   * the icomoon.dev.svg into the Icomoon app to get the exact font we've built so far, so that
   * you can change them. It's really easy to add or remove icons and all popular libraries are
   * preloaded so it's just a matter of clicking the right ones.
   *
   * It may not be as easy as simply dropping in the entire font and using these nice less
   * mixins to work with them, but this is a production environment, not a prototyping one.
   *
   * Thanks to Icomoon, it's still pretty simple to manage.
   */
@font-face {
  font-family: 'Icomoon';
  src: url('http://www.sushisurprise.co.uk/static/styles/dist/font/icomoon.eot');
  src: url('http://www.sushisurprise.co.uk/static/styles/dist/font/icomoon.eot#iefix') format('embedded-opentype'), url('http://www.sushisurprise.co.uk/static/styles/dist/font/icomoon.woff') format('woff'), url('http://www.sushisurprise.co.uk/static/styles/dist/font/icomoon.ttf') format('truetype'), url('font/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
      readers do not read off random characters that represent icons */
.draftPreviewWarning {
  text-align: center;
  padding: 5px;
  background-color: yellow;
}
#restaurant {
  /**
	 * Layout
	 * ------
	 */
  /**
	 * Menu column
	 */
}
#restaurant .main-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  *zoom: 1;
}
#restaurant .main-content:before,
#restaurant .main-content:after {
  display: table;
  content: "";
  line-height: 0;
}
#restaurant .main-content:after {
  clear: both;
}
#restaurant .main-content .menuContainer {
  position: relative;
  padding: 0 344px 0 220px;
}
#restaurant #restaurant-header .restaurant-bar .order-now {
  display: none;
}
#restaurant footer.site_footer {
  position: static;
}
#restaurant .promotion {
  padding: 0;
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff;
  margin: 12px 0;
  padding: 24px;
  background: #323232;
}
#restaurant .promotion > header {
  color: #333333;
}
#restaurant .promotion > header h1,
#restaurant .promotion > header h2,
#restaurant .promotion > header h3 {
  color: #333333;
}
#restaurant .promotion > header h2 {
  margin: 20px 24px;
}
#restaurant .promotion > header h3 {
  font-size: 24px;
  margin: 0 24px;
}
#restaurant .promotion ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#restaurant .promotion ul > li {
  display: block;
}
#restaurant .promotion ul > li > a {
  padding: 20px 24px;
}
#restaurant .promotion p {
  margin: 0;
}
#restaurant .promotion .promotion-text {
  color: #e7773b;
  font-size: 16px;
  font-weight: bold;
}
#restaurant .promotion .promotion-text + .promotion-text {
  margin-top: 10px;
}
#restaurant .promotion .promotion-availability {
  font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
  font-size: 14px;
  color: #e7773b;
  text-transform: uppercase;
}
#restaurant #menu {
  width: 100%;
}
#restaurant #menu #promotions {
  margin: 12px 0 17px 12px;
}
#restaurant #menu #description {
  padding: 0;
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff;
  position: relative;
  width: auto;
  margin: 12px 0 17px 12px;
  background: #FFF;
  text-align: center;
}
#restaurant #menu #description > header {
  color: #333333;
}
#restaurant #menu #description > header h1,
#restaurant #menu #description > header h2,
#restaurant #menu #description > header h3 {
  color: #333333;
}
#restaurant #menu #description > header h2 {
  margin: 20px 24px;
}
#restaurant #menu #description > header h3 {
  font-size: 24px;
  margin: 0 24px;
}
#restaurant #menu #description ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#restaurant #menu #description ul > li {
  display: block;
}
#restaurant #menu #description ul > li > a {
  padding: 20px 24px;
}
#restaurant #menu #description header {
  background: #fafaf6;
  padding: 1px;
}
#restaurant #menu #description p {
  border-top: 1px solid #d2d2cf;
  background: #FFF;
  position: relative;
  padding: 10px 24px 10px;
  font-size: 16px;
  line-height: 24px;
}
#restaurant #categoriesSidebarContainer {
  width: 210px;
  position: absolute;
  top: 0;
  left: 12px;
  right: 0;
  bottom: 0;
}
#restaurant #categoriesSidebarContainer > .fixed.affix {
  position: fixed;
  top: 12px;
  bottom: 12px;
  overflow-y: auto;
}
#restaurant #categoriesSidebarContainer > .fixed.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
#restaurant #categoriesSidebar {
  width: 210px;
  padding: 0;
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff;
  padding-top: 10px;
}
#restaurant #categoriesSidebar > header {
  color: #333333;
}
#restaurant #categoriesSidebar > header h1,
#restaurant #categoriesSidebar > header h2,
#restaurant #categoriesSidebar > header h3 {
  color: #333333;
}
#restaurant #categoriesSidebar > header h2 {
  margin: 20px 24px;
}
#restaurant #categoriesSidebar > header h3 {
  font-size: 24px;
  margin: 0 24px;
}
#restaurant #categoriesSidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#restaurant #categoriesSidebar ul > li {
  display: block;
}
#restaurant #categoriesSidebar ul > li > a {
  padding: 20px 24px;
}
#restaurant #categoriesSidebar > header h3 {
  text-transform: uppercase;
}
#restaurant #categoriesSidebar > ul > li > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e4e4e2;
  font-weight: normal;
  font-size: 18px;
  color: #211c1d;
}
#restaurant #categoriesSidebar > ul > li > a:hover {
  background: #f0f0f0;
  color: #df4230;
  text-decoration: underline;
}
#restaurant #categoriesSidebar > ul > li:first-child > a {
  border-top: none;
}
#restaurant #emptyMenu {
  padding: 0;
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  margin: 12px auto 0;
  padding: 30px;
}
#restaurant #emptyMenu > header {
  color: #333333;
}
#restaurant #emptyMenu > header h1,
#restaurant #emptyMenu > header h2,
#restaurant #emptyMenu > header h3 {
  color: #333333;
}
#restaurant #emptyMenu > header h2 {
  margin: 20px 24px;
}
#restaurant #emptyMenu > header h3 {
  font-size: 24px;
  margin: 0 24px;
}
#restaurant #emptyMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#restaurant #emptyMenu ul > li {
  display: block;
}
#restaurant #emptyMenu ul > li > a {
  padding: 20px 24px;
}
#restaurant #emptyMenu p {
  margin-bottom: 0;
  text-align: center;
}
#restaurant .category {
  padding: 0;
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff;
  margin: 12px 0 17px 12px;
  position: relative;
  color: #959593;
  background: white;
}
#restaurant .category > header {
  color: #333333;
}
#restaurant .category > header h1,
#restaurant .category > header h2,
#restaurant .category > header h3 {
  color: #333333;
}
#restaurant .category > header h2 {
  margin: 20px 24px;
}
#restaurant .category > header h3 {
  font-size: 24px;
  margin: 0 24px;
}
#restaurant .category ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#restaurant .category ul > li {
  display: block;
}
#restaurant .category ul > li > a {
  padding: 20px 24px;
}
#restaurant .category > header {
  position: relative;
  padding: 1px;
  background: #fafaf6;
}
#restaurant .category > header .description {
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
#restaurant .category > header a {
  display: block;
}
#restaurant .category > header .category-name {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
#restaurant .category > header h1 {
  margin: 0 10px;
}
#restaurant .category > header h2 {
  margin: 0 10px;
}
#restaurant .category > header:after {
  font-family: 'Icomoon';
  font-weight: normal;
  color: #e2e2e0;
  position: absolute;
  width: 0;
  overflow: hidden;
  content: "\f078";
  top: 20px;
  bottom: 0;
  right: 0;
  font-size: 18px;
  vertical-align: middle;
  text-align: right;
}
#restaurant .category > header:hover:after {
  color: #c33f3f;
}
#restaurant .category .meals {
  padding: 0 0 12px;
  margin: 0 0 0 0;
  list-style: none;
}
#restaurant .category .meal {
  padding: 10px 24px 14px 24px;
  position: relative;
  font-size: 13px;
  border-top: 1px solid #d2d2cf;
}
#restaurant .category .meal .meal-container {
  display: inline-block;
  width: 100%;
}
#restaurant .category .meal .meal-container .meal-label {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #211c1d;
  line-height: 30px;
}
#restaurant .category .meal .meal-container .meal-label .name {
  display: inline-block;
  float: left;
}
#restaurant .category .meal .meal-container .meal-label .toggle-image {
  opacity: 0.31;
  margin-left: 10px;
  display: inline-block;
}
#restaurant .category .meal .meal-container .meal-label .toggle-image .image-icon {
  background-image: url("http://www.sushisurprise.co.uk/static/images/image-icon.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: table-cell;
  margin-left: 12px;
}
#restaurant .category .meal .meal-container .meal-label .toggle-image .glyphicon-container {
  display: table-cell;
}
#restaurant .category .meal .meal-container .meal-label .toggle-image .glyphicon-container .glyphicon {
  vertical-align: top;
  margin-top: 5px;
}
#restaurant .category .meal .meal-container .meal-label .toggle-image:hover {
  opacity: 1;
}
#restaurant .category .meal .meal-container .meal-label .offers {
  height: 30px;
  padding: 0;
  float: right;
}
#restaurant .category .meal .meal-container .meal-label .offers .price {
  display: table-cell;
}
#restaurant .category .meal .meal-container .meal-label .offers .price span {
  font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
  font-weight: bold;
  font-size: 18px;
}
#restaurant .category .meal .meal-container .meal-label .offers .addToCart {
  height: 30px;
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  padding-left: 12px;
}
#restaurant .category .meal .meal-container .meal-label .offers .addToCart .wrapAddToCart {
  background-color: #df4230;
  height: 24px;
  line-height: 24px;
  margin: 4px 0;
  vertical-align: middle;
  padding: 0 5px;
}
#restaurant .category .meal .meal-container .meal-label .offers .addToCart .wrapAddToCart span {
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  font-weight: bold;
  display: table-cell;
  height: 24px;
}
#restaurant .category .meal .meal-container .image-container img {
  margin-bottom: 12px;
}
#restaurant .category .meal .description {
  color: #333333;
  display: block;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
}
#restaurant .category .meal:hover {
  cursor: pointer;
}
#restaurant .category .meal:hover .name {
  color: #df4230;
}
#restaurant .category .meal.no-options:hover {
  cursor: default;
}
#restaurant #order-container {
  width: 320px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}
#restaurant #order-container > .fixed {
  width: 320px;
}
#restaurant #order-container > .fixed.affix {
  width: 320px;
}
#restaurant #order-container .checkoutPaymentOptionsLogos {
  margin: 0px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid #BEBEBE;
  list-style: none;
  text-align: center;
}
#restaurant #order-container .checkoutPaymentOptionsLogos li {
  display: inline-block;
  margin-rigth: 6px;
  margin-left: 0px;
}
#restaurant #order-container .restaurantClosedMessageContainer {
  background-color: #df4230;
  color: white;
  padding: 10px;
  text-align: center;
}
#restaurant #order-container .restaurantClosedMessageContainer .closedMessage {
  font-size: 1.2em;
}
#restaurant #order-container .restaurantClosedMessageContainer .hoursLink {
  font-size: 0.8em;
}
#restaurant #order-container .restaurantClosedMessageContainer .hoursLink a {
  text-decoration: underline;
  color: white;
}
#restaurant .order {
  padding-bottom: 12px;
  padding: 0;
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff;
}
#restaurant .order h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#restaurant .order #order-summary {
  position: relative;
  padding: 0;
}
#restaurant .order #order-summary h3 {
  margin: 4px 0 0 0;
  font-weight: normal;
}
#restaurant .order #order-summary .toggle-summary {
  display: none;
  cursor: pointer;
}
#restaurant .order #order-summary .mobile-change-order-link {
  display: none;
}
#restaurant .order #order-summary .change-order-link {
  border-top: 1px solid #bebebe;
  padding: 12px 0;
  padding-left: 47px;
}
#restaurant .order #order-summary .orderCharges {
  background-color: #f4f4f4;
}
#restaurant .order #order-summary #orderLineItems,
#restaurant .order #order-summary .orderCharges {
  list-style-type: none;
  padding: 12px 0;
  border-top: 1px solid #bebebe;
}
#restaurant .order #order-summary #orderLineItems .chargeContainer,
#restaurant .order #order-summary .orderCharges .chargeContainer {
  font-weight: bold;
  font-size: 16px;
}
#restaurant .order #order-summary #orderLineItems .lineItem,
#restaurant .order #order-summary .orderCharges .lineItem,
#restaurant .order #order-summary #orderLineItems .charge,
#restaurant .order #order-summary .orderCharges .charge {
  position: relative;
  padding-left: 47px;
  padding-right: 94px;
}
#restaurant .order #order-summary #orderLineItems .lineItem .header,
#restaurant .order #order-summary .orderCharges .lineItem .header,
#restaurant .order #order-summary #orderLineItems .charge .header,
#restaurant .order #order-summary .orderCharges .charge .header {
  font-weight: bold;
}
#restaurant .order #order-summary #orderLineItems .lineItem .quantity,
#restaurant .order #order-summary .orderCharges .lineItem .quantity,
#restaurant .order #order-summary #orderLineItems .charge .quantity,
#restaurant .order #order-summary .orderCharges .charge .quantity {
  width: 30px;
  position: absolute;
  left: 12px;
  top: 0;
  text-align: right;
}
#restaurant .order #order-summary #orderLineItems .lineItem .unit-price-container,
#restaurant .order #order-summary .orderCharges .lineItem .unit-price-container,
#restaurant .order #order-summary #orderLineItems .charge .unit-price-container,
#restaurant .order #order-summary .orderCharges .charge .unit-price-container {
  width: 50px;
  position: absolute;
  top: 0;
  right: 44px;
  text-align: right;
  font-weight: bold;
}
#restaurant .order #order-summary #orderLineItems .lineItem .description,
#restaurant .order #order-summary .orderCharges .lineItem .description,
#restaurant .order #order-summary #orderLineItems .charge .description,
#restaurant .order #order-summary .orderCharges .charge .description {
  color: #747474;
  word-wrap: break-word;
}
#restaurant .order #order-summary #orderLineItems .lineItem .line-item-controls,
#restaurant .order #order-summary .orderCharges .lineItem .line-item-controls,
#restaurant .order #order-summary #orderLineItems .charge .line-item-controls,
#restaurant .order #order-summary .orderCharges .charge .line-item-controls {
  width: 20px;
  position: absolute;
  right: 12px;
}
#restaurant .order #order-summary #orderLineItems .lineItem .removeItem,
#restaurant .order #order-summary .orderCharges .lineItem .removeItem,
#restaurant .order #order-summary #orderLineItems .charge .removeItem,
#restaurant .order #order-summary .orderCharges .charge .removeItem,
#restaurant .order #order-summary #orderLineItems .lineItem .increaseQuantity,
#restaurant .order #order-summary .orderCharges .lineItem .increaseQuantity,
#restaurant .order #order-summary #orderLineItems .charge .increaseQuantity,
#restaurant .order #order-summary .orderCharges .charge .increaseQuantity {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0.6em 18px;
  background-color: #bebebe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #a5a5a5;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
#restaurant .order #order-summary #orderLineItems .lineItem .removeItem:hover,
#restaurant .order #order-summary .orderCharges .lineItem .removeItem:hover,
#restaurant .order #order-summary #orderLineItems .charge .removeItem:hover,
#restaurant .order #order-summary .orderCharges .charge .removeItem:hover,
#restaurant .order #order-summary #orderLineItems .lineItem .increaseQuantity:hover,
#restaurant .order #order-summary .orderCharges .lineItem .increaseQuantity:hover,
#restaurant .order #order-summary #orderLineItems .charge .increaseQuantity:hover,
#restaurant .order #order-summary .orderCharges .charge .increaseQuantity:hover,
#restaurant .order #order-summary #orderLineItems .lineItem .removeItem:focus,
#restaurant .order #order-summary .orderCharges .lineItem .removeItem:focus,
#restaurant .order #order-summary #orderLineItems .charge .removeItem:focus,
#restaurant .order #order-summary .orderCharges .charge .removeItem:focus,
#restaurant .order #order-summary #orderLineItems .lineItem .increaseQuantity:focus,
#restaurant .order #order-summary .orderCharges .lineItem .increaseQuantity:focus,
#restaurant .order #order-summary #orderLineItems .charge .increaseQuantity:focus,
#restaurant .order #order-summary .orderCharges .charge .increaseQuantity:focus {
  text-decoration: none;
  background-color: #cbcbcb;
}
#restaurant .order #order-summary #orderLineItems .lineItem .removeItem:active,
#restaurant .order #order-summary .orderCharges .lineItem .removeItem:active,
#restaurant .order #order-summary #orderLineItems .charge .removeItem:active,
#restaurant .order #order-summary .orderCharges .charge .removeItem:active,
#restaurant .order #order-summary #orderLineItems .lineItem .increaseQuantity:active,
#restaurant .order #order-summary .orderCharges .lineItem .increaseQuantity:active,
#restaurant .order #order-summary #orderLineItems .charge .increaseQuantity:active,
#restaurant .order #order-summary .orderCharges .charge .increaseQuantity:active {
  background-color: #b1b1b1;
}
#restaurant .order #order-summary #orderLineItems .lineItem .increaseQuantity,
#restaurant .order #order-summary .orderCharges .lineItem .increaseQuantity,
#restaurant .order #order-summary #orderLineItems .charge .increaseQuantity,
#restaurant .order #order-summary .orderCharges .charge .increaseQuantity {
  background: #f5dccf;
  border-bottom-color: #ecbda5;
  color: #ed9768;
}
#restaurant .order #order-summary #orderLineItems .lineItem .editItem,
#restaurant .order #order-summary .orderCharges .lineItem .editItem,
#restaurant .order #order-summary #orderLineItems .charge .editItem,
#restaurant .order #order-summary .orderCharges .charge .editItem {
  color: #df4230;
  cursor: pointer;
}
#restaurant .order #order-summary #orderLineItems .lineItem:hover .name,
#restaurant .order #order-summary .orderCharges .lineItem:hover .name,
#restaurant .order #order-summary #orderLineItems .charge:hover .name,
#restaurant .order #order-summary .orderCharges .charge:hover .name,
#restaurant .order #order-summary #orderLineItems .lineItem:hover .size,
#restaurant .order #order-summary .orderCharges .lineItem:hover .size,
#restaurant .order #order-summary #orderLineItems .charge:hover .size,
#restaurant .order #order-summary .orderCharges .charge:hover .size {
  color: #df4230;
}
#restaurant .order #order-summary #orderLineItems .lineItem:hover .description,
#restaurant .order #order-summary .orderCharges .lineItem:hover .description,
#restaurant .order #order-summary #orderLineItems .charge:hover .description,
#restaurant .order #order-summary .orderCharges .charge:hover .description,
#restaurant .order #order-summary #orderLineItems .lineItem:hover .comment,
#restaurant .order #order-summary .orderCharges .lineItem:hover .comment,
#restaurant .order #order-summary #orderLineItems .charge:hover .comment,
#restaurant .order #order-summary .orderCharges .charge:hover .comment {
  color: #545454;
}
#restaurant .order #order-summary .emptyOrder {
  padding: 18px 24px 18px;
  font-size: 15px;
  color: #a6a6a6;
}
#restaurant .order #order-summary .tally {
  background-color: #f4f4f4;
  padding: 12px;
  padding-left: 47px;
  padding-right: 44px;
  border-top: 1px solid #bebebe;
}
#restaurant .order #order-summary .tally .total {
  font-weight: bold;
  font-size: 16px;
  *zoom: 1;
}
#restaurant .order #order-summary .tally .total:before,
#restaurant .order #order-summary .tally .total:after {
  display: table;
  content: "";
  line-height: 0;
}
#restaurant .order #order-summary .tally .total:after {
  clear: both;
}
#restaurant .order #order-summary .tally .total .total-container {
  display: block;
  float: right;
}
#restaurant .order #order-summary .tally .total .total-container .quantity {
  display: none;
}
#restaurant .order #order-summary .tally .total.total-grand {
  font-size: 18px;
}
#restaurant .order #order-summary .tally .cart-label {
  display: none;
}
#restaurant .order #order-summary .tally .minimum-amount {
  color: #a6a6a6;
  line-height: 1.4em;
  margin-top: 8px;
  *zoom: 1;
}
#restaurant .order #order-summary .tally .minimum-amount:before,
#restaurant .order #order-summary .tally .minimum-amount:after {
  display: table;
  content: "";
  line-height: 0;
}
#restaurant .order #order-summary .tally .minimum-amount:after {
  clear: both;
}
#restaurant .order #order-summary .tally .minimum-amount strong {
  font-weight: bold;
  color: #8d8d8d;
}
#restaurant .order #order-summary .orderActions {
  padding: 0 12px;
  font-size: 18px;
  margin-top: 16px;
}
#restaurant .order #order-summary .orderActions .submitOrderBtn {
  padding: 0.6em 18px;
  background-color: #e7773b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #d55b1a;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
  padding: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#restaurant .order #order-summary .orderActions .submitOrderBtn:hover,
#restaurant .order #order-summary .orderActions .submitOrderBtn:focus {
  text-decoration: none;
  background-color: #ea8752;
}
#restaurant .order #order-summary .orderActions .submitOrderBtn:active {
  background-color: #e46724;
}
#restaurant .order #order-summary .orderActions .submitOrderBtn.disabled,
#restaurant .order #order-summary .orderActions .submitOrderBtn[disabled='disabled'] {
  border-bottom-color: #a5a5a5;
  background-color: #bebebe;
  color: #fff;
}
#restaurant .order #order-summary .orderActions .submitOrderBtn .subtext {
  font-size: 12px;
}
#restaurant .order #order-summary .orderActions .submit-instruction {
  display: block;
  margin-top: 15px;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
#restaurant .order #order-summary .orderActions ul.fulfillment-methods {
  padding: 0 0 0 20px;
  margin: 0 0 12px 0;
  list-style-type: none;
}
#restaurant .order #order-summary .orderActions .fulfillment-method {
  display: inline-block;
  position: relative;
}
#restaurant .order #order-summary .orderActions .fulfillment-method:first-child {
  margin-right: 10px;
}
#restaurant .order #order-summary .orderActions .fulfillment-method label {
  display: block;
  padding-left: 28px;
  position: relative;
}
#restaurant .order #order-summary .orderActions .fulfillment-method label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #dddddd;
}
#restaurant .order #order-summary .orderActions .fulfillment-method label:after {
  content: "";
  width: 8px;
  height: 8px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 6px;
  background: #989898;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#restaurant .order #order-summary .orderActions .fulfillment-method label:hover:before {
  background-color: #cccccc;
}
#restaurant .order #order-summary .orderActions .fulfillment-method label:focus:before {
  background-color: #cccccc;
}
#restaurant .order #order-summary .orderActions .fulfillment-method label.checked:after {
  display: block;
}
#restaurant .order #order-summary .orderActions .fulfillment-method input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
#restaurant .order #order-summary .orderActions .fulfillment-method input.checked + label:after,
#restaurant .order #order-summary .orderActions .fulfillment-method input:checked + label:after {
  display: block;
}
#restaurant .order #order-summary .orderActions .dietaryWarning {
  margin-left: -12px;
  margin-right: -12px;
  font-size: 14px;
  line-height: 20px;
}
#restaurant .order #order-summary .orderActions .dietaryWarning span {
  color: #ff331e;
}
#restaurant .order #order-summary #clearOrderBtn {
  display: none;
}
#restaurant .order > header {
  color: #333333;
}
#restaurant .order > header h1,
#restaurant .order > header h2,
#restaurant .order > header h3 {
  color: #333333;
}
#restaurant .order > header h2 {
  margin: 20px 24px;
}
#restaurant .order > header h3 {
  font-size: 24px;
  margin: 0 24px;
}
#restaurant .order ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#restaurant .order ul > li {
  display: block;
}
#restaurant .order ul > li > a {
  padding: 20px 24px;
}
#restaurant.ordering-disabled .main-content {
  max-width: 960px;
}
#restaurant.ordering-disabled .main-content .menuContainer {
  position: relative;
  padding-right: 12px;
}
#restaurant.ordering-disabled #order-container {
  position: relative;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 12px 0 12px 12px;
}
#restaurant.ordering-disabled #order-container > .fixed {
  width: auto;
}
#restaurant.ordering-disabled #order-container .promotion {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 641px) {
  #restaurant #order-container > .fixed.affix {
    position: fixed;
    top: 12px;
    bottom: 12px;
    overflow-y: auto;
  }
  #restaurant #order-container > .fixed.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 880px) {
  #restaurant .main-content .menuContainer {
    position: relative;
    padding: 0 314px 0 0;
  }
  #restaurant #categoriesSidebarContainer {
    display: none;
  }
  #restaurant .category > header {
    padding-left: 12px;
    padding-right: 12px;
  }
  #restaurant .category > header:after {
    right: 12px;
    left: 12px;
  }
  #restaurant .category .meal {
    padding-left: 12px;
    padding-right: 12px;
  }
  #restaurant .category .meal .price,
  #restaurant .category .meal .addToCart {
    position: static;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #restaurant .category .meal .description {
    display: inline;
    overflow: auto;
  }
  #restaurant .category:last-child {
    margin-bottom: 140px;
  }
  #restaurant #order-container {
    width: 290px;
  }
  #restaurant #order-container > .fixed.affix {
    width: 290px;
  }
  #restaurant .order {
    width: 290px;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem,
  #restaurant .order #order-summary .orderCharges .lineItem,
  #restaurant .order #order-summary #orderLineItems .charge,
  #restaurant .order #order-summary .orderCharges .charge {
    padding-left: 12px;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem .quantity,
  #restaurant .order #order-summary .orderCharges .lineItem .quantity,
  #restaurant .order #order-summary #orderLineItems .charge .quantity,
  #restaurant .order #order-summary .orderCharges .charge .quantity {
    position: static;
  }
  #restaurant .order #order-summary .emptyOrder {
    padding-left: 12px;
    padding-right: 12px;
  }
  #restaurant .order #order-summary .tally {
    padding-left: 12px;
    padding-right: 12px;
  }
  #restaurant .order #order-summary .orderActions {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 640px) {
  #restaurant .main-content {
    margin-left: 0;
    margin-right: 0;
  }
  #restaurant .main-content .menuContainer {
    padding: 0;
  }
  #restaurant #menu {
    width: 100%;
  }
  #restaurant #menu #promotions {
    margin: 0;
  }
  #restaurant #menu #description {
    display: none;
  }
  #restaurant .promotion {
    margin: 0;
    padding: 6px;
  }
  #restaurant .promotion .promotion-text {
    font-weight: normal;
    text-align: center;
  }
  #restaurant .promotion .promotion-text + .promotion-text {
    margin-top: 6px;
  }
  #restaurant .category {
    margin-right: 12px;
  }
  #restaurant .category .meals {
    display: none;
  }
  #restaurant .category > header {
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: none;
    cursor: pointer;
  }
  #restaurant .category > header:after {
    right: 12px;
    left: 12px;
    width: auto;
  }
  #restaurant .category.open .meals {
    display: block;
  }
  #restaurant .category.open > header:after {
    content: "\f077";
  }
  #restaurant #order-container {
    position: static;
  }
  #restaurant #order-container > .fixed {
    overflow-y: scroll;
  }
  #restaurant #order-container > .fixed,
  #restaurant #order-container > .fixed.affix,
  #restaurant #order-container > .fixed.affix-top {
    position: fixed;
    max-height: 60%;
    width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
  #restaurant #order-container > .fixed.affix-bottom {
    bottom: 0;
  }
  #restaurant .order {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    max-width: none;
    float: none;
    padding: 6px 0 0 0;
    color: #fff;
    background: transparent;
  }
  #restaurant .order header {
    display: none;
  }
  #restaurant .order #order-summary {
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.85);
  }
  #restaurant .order #order-summary h3 {
    display: none;
  }
  #restaurant .order #order-summary .change-order-link {
    display: none;
  }
  #restaurant .order #order-summary .toggle-summary {
    display: block;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    z-index: 100;
  }
  #restaurant .order #order-summary .toggle-summary:before,
  #restaurant .order #order-summary .toggle-summary:after {
    line-height: 44px;
    color: #ffffff;
  }
  #restaurant .order #order-summary .toggle-summary:before {
    font-family: 'Icomoon';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f077";
    margin-left: 12px;
    -webkit-animation: order-bouncing-chevron 3s linear infinite;
    -moz-animation: order-bouncing-chevron 3s linear infinite;
    -o-animation: order-bouncing-chevron 3s linear infinite;
    animation: order-bouncing-chevron 3s linear infinite;
  }
  @-webkit-keyframes order-bouncing-chevron {
    0% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    10% {
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      transform: translate(0, -5px);
    }
    20% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-moz-keyframes order-bouncing-chevron {
    0% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    10% {
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      transform: translate(0, -5px);
    }
    20% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-o-keyframes order-bouncing-chevron {
    0% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    10% {
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      transform: translate(0, -5px);
    }
    20% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes order-bouncing-chevron {
    0% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    10% {
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      transform: translate(0, -5px);
    }
    20% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  #restaurant .order #order-summary .toggle-summary:after {
    font-family: 'Icomoon';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f07a";
    font-size: 22px;
    margin-left: 6px;
  }
  #restaurant .order #order-summary .mobile-change-order-link {
    font-weight: bold;
    font-size: 16px;
    color: #e8773b;
    z-index: 101;
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
  }
  #restaurant .order #order-summary .validationError {
    display: none;
    position: absolute;
    top: 40px;
    left: 100px;
    margin-right: 10px;
    text-align: right;
    color: white;
  }
  #restaurant .order #order-summary #orderLineItems,
  #restaurant .order #order-summary .orderCharges {
    display: none;
    padding-top: 44px;
    margin-bottom: 0;
  }
  #restaurant .order #order-summary #orderLineItems .lineItemContainer,
  #restaurant .order #order-summary .orderCharges .lineItemContainer,
  #restaurant .order #order-summary #orderLineItems .chargeContainer,
  #restaurant .order #order-summary .orderCharges .chargeContainer {
    border-top-color: rgba(255, 255, 255, 0.31);
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #restaurant .order #order-summary #orderLineItems .lineItemContainer:first-child,
  #restaurant .order #order-summary .orderCharges .lineItemContainer:first-child,
  #restaurant .order #order-summary #orderLineItems .chargeContainer:first-child,
  #restaurant .order #order-summary .orderCharges .chargeContainer:first-child {
    border-top: none;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem .name,
  #restaurant .order #order-summary .orderCharges .lineItem .name,
  #restaurant .order #order-summary #orderLineItems .charge .name,
  #restaurant .order #order-summary .orderCharges .charge .name {
    color: #fff;
    display: inline;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem .description,
  #restaurant .order #order-summary .orderCharges .lineItem .description,
  #restaurant .order #order-summary #orderLineItems .charge .description,
  #restaurant .order #order-summary .orderCharges .charge .description {
    color: #696969;
    font-size: 13px;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem .unit-price-container,
  #restaurant .order #order-summary .orderCharges .lineItem .unit-price-container,
  #restaurant .order #order-summary #orderLineItems .charge .unit-price-container,
  #restaurant .order #order-summary .orderCharges .charge .unit-price-container {
    color: #fff;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem .editItem,
  #restaurant .order #order-summary .orderCharges .lineItem .editItem,
  #restaurant .order #order-summary #orderLineItems .charge .editItem,
  #restaurant .order #order-summary .orderCharges .charge .editItem {
    color: #df4230;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem .removeItem,
  #restaurant .order #order-summary .orderCharges .lineItem .removeItem,
  #restaurant .order #order-summary #orderLineItems .charge .removeItem,
  #restaurant .order #order-summary .orderCharges .charge .removeItem {
    background-color: #7f7f7f;
    border-bottom: none;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem .increaseQuantity,
  #restaurant .order #order-summary .orderCharges .lineItem .increaseQuantity,
  #restaurant .order #order-summary #orderLineItems .charge .increaseQuantity,
  #restaurant .order #order-summary .orderCharges .charge .increaseQuantity {
    background-color: #e9d6cc;
    border-bottom: none;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem:hover .name,
  #restaurant .order #order-summary .orderCharges .lineItem:hover .name,
  #restaurant .order #order-summary #orderLineItems .charge:hover .name,
  #restaurant .order #order-summary .orderCharges .charge:hover .name {
    color: #fff;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem:hover .description,
  #restaurant .order #order-summary .orderCharges .lineItem:hover .description,
  #restaurant .order #order-summary #orderLineItems .charge:hover .description,
  #restaurant .order #order-summary .orderCharges .charge:hover .description,
  #restaurant .order #order-summary #orderLineItems .lineItem:hover .comment,
  #restaurant .order #order-summary .orderCharges .lineItem:hover .comment,
  #restaurant .order #order-summary #orderLineItems .charge:hover .comment,
  #restaurant .order #order-summary .orderCharges .charge:hover .comment {
    color: #696969;
  }
  #restaurant .order #order-summary #orderLineItems .lineItem:hover .removeItem:hover,
  #restaurant .order #order-summary .orderCharges .lineItem:hover .removeItem:hover,
  #restaurant .order #order-summary #orderLineItems .charge:hover .removeItem:hover,
  #restaurant .order #order-summary .orderCharges .charge:hover .removeItem:hover,
  #restaurant .order #order-summary #orderLineItems .lineItem:hover .increaseQuantity:hover,
  #restaurant .order #order-summary .orderCharges .lineItem:hover .increaseQuantity:hover,
  #restaurant .order #order-summary #orderLineItems .charge:hover .increaseQuantity:hover,
  #restaurant .order #order-summary .orderCharges .charge:hover .increaseQuantity:hover,
  #restaurant .order #order-summary #orderLineItems .lineItem:hover .editItem:hover,
  #restaurant .order #order-summary .orderCharges .lineItem:hover .editItem:hover,
  #restaurant .order #order-summary #orderLineItems .charge:hover .editItem:hover,
  #restaurant .order #order-summary .orderCharges .charge:hover .editItem:hover {
    color: #fff;
  }
  #restaurant .order #order-summary .orderCharges {
    padding-top: 0;
  }
  #restaurant .order #order-summary .tally {
    padding: 0 12px;
    margin-bottom: 0;
    line-height: 44px;
    background-color: transparent;
  }
  #restaurant .order #order-summary .tally .total {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 50px;
    font-size: 16px;
  }
  #restaurant .order #order-summary .tally .total.total-discount {
    display: none;
  }
  #restaurant .order #order-summary .tally .total.sub-total {
    display: none;
  }
  #restaurant .order #order-summary .tally .total.payment-fee {
    display: none;
  }
  #restaurant .order #order-summary .tally .total.delivery-charge {
    display: none;
  }
  #restaurant .order #order-summary .tally .total .total-label {
    display: none;
  }
  #restaurant .order #order-summary .tally .total .total-container {
    color: #fff;
    float: none;
  }
  #restaurant .order #order-summary .tally .total .total-container .quantity {
    display: inline-block;
    padding: 3px 6px;
    margin-left: 6px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #3f3f3f;
    font-size: 13px;
    line-height: 16px;
  }
  #restaurant .order #order-summary .tally .total.total-grand {
    font-size: 18px;
  }
  #restaurant .order #order-summary .tally .cart-label {
    display: inline-block;
    margin-left: 12px;
    text-transform: uppercase;
  }
  #restaurant .order #order-summary .tally .cart-label:after {
    font-family: 'Icomoon';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f077";
    margin-left: 6px;
  }
  #restaurant .order #order-summary .tally .minimum-amount {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 8px;
    color: #999;
  }
  #restaurant .order #order-summary .tally .minimum-amount .label {
    display: none;
  }
  #restaurant .order #order-summary .tally .minimum-amount .difference-container {
    float: none;
  }
  #restaurant .order #order-summary .tally .minimum-amount .difference-container .label-mobile {
    display: inline;
  }
  #restaurant .order #order-summary .dietaryWarning {
    display: none;
  }
  #restaurant .order #order-summary .fulfillment-methods {
    display: none;
  }
  #restaurant .order #order-summary .orderActions {
    margin-top: 0;
  }
  #restaurant .order #order-summary .orderActions .submitOrderBtn {
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 200;
    width: 160px;
    height: 50px;
    padding: 0 12px;
    border: 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.75);
  }
  #restaurant .order #order-summary .orderActions .submitOrderBtn .subtext {
    font-size: 10px;
  }
  #restaurant .order #order-summary .orderActions .submit-instruction {
    margin-top: 0px;
    display: none;
  }
  #restaurant .order.empty {
    display: none;
  }
  #restaurant .order.open {
    height: auto;
  }
  #restaurant .order.open #order-summary {
    height: auto;
  }
  #restaurant .order.open #order-summary .toggle-summary:before {
    font-family: 'Icomoon';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f078";
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  #restaurant .order.open #order-summary #orderLineItems,
  #restaurant .order.open #order-summary .orderCharges {
    display: block;
  }
  #restaurant .order.open #order-summary .tally .total {
    display: block;
    position: static;
    margin: 0;
    font-size: 16px;
  }
  #restaurant .order.open #order-summary .tally .total .total-label {
    display: block;
    float: left;
    color: #fff;
  }
  #restaurant .order.open #order-summary .tally .total .total-container {
    float: right;
  }
  #restaurant .order.open #order-summary .tally .total .total-container .quantity {
    display: none;
  }
  #restaurant .order.open #order-summary .tally .total.total-grand {
    font-size: 18px;
  }
  #restaurant .order.open #order-summary .tally .cart-label {
    display: none;
  }
  #restaurant .order.open #order-summary .tally .minimum-amount {
    display: block;
    margin-left: 0;
  }
  #restaurant .order.open #order-summary .tally .minimum-amount .label {
    display: block;
    float: left;
  }
  #restaurant .order.open #order-summary .tally .minimum-amount .difference-container {
    float: right;
  }
  #restaurant .order.open #order-summary .tally .minimum-amount .difference-container .label-mobile {
    display: none;
  }
  #restaurant .order.open #order-summary .discount {
    display: block;
  }
  #restaurant .order.open #order-summary .orderActions {
    margin-top: 0;
  }
  #restaurant .order.open #order-summary .orderActions .fulfillment-methods {
    display: block;
    margin: 0;
    padding: 6px 0;
  }
  #restaurant .order.open #order-summary .orderActions .dietaryWarning {
    display: block;
  }
  #restaurant .order .total-container {
    margin-right: 33px;
  }
  #restaurant .emptyOrder {
    display: none;
  }
  #restaurant .site_footer {
    display: none;
  }
}
/**
 * Meal modal
 */
.meal-modal .price-container {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 21px;
  font-weight: bold;
  color: #8b8b89;
}
.meal-modal .modal-body {
  padding: 0;
}
.meal-modal .modal-footer {
  padding: 15px 89px 15px 24px;
}
.meal-modal .modal-footer input {
  width: 96%;
  padding: 11px 10px 10px 10px;
  background-color: #343434;
  background-image: -moz-linear-gradient(top, #313131, #393939);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313131), to(#393939));
  background-image: -webkit-linear-gradient(top, #313131, #393939);
  background-image: -o-linear-gradient(top, #313131, #393939);
  background-image: linear-gradient(to bottom, #313131, #393939);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313131', endColorstr='#ff393939', GradientType=0);
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.17), 0 2px 0 rgba(255, 255, 255, 0.14);
  -moz-box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.17), 0 2px 0 rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.17), 0 2px 0 rgba(255, 255, 255, 0.14);
  color: #c2c2c2;
  font-size: 18px;
  font-weight: normal;
}
.meal-modal .modal-footer input:focus {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.17);
  outline: none;
  color: #6b6b6b;
}
.meal-modal .modal-footer .add_item {
  position: absolute;
  display: block;
  top: 14px;
  right: 24px;
  width: 36px;
  height: 32px;
  padding: 4px 8px 6px 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #d97d4a;
  -webkit-box-shadow: 0 5px 0 #c66332;
  -moz-box-shadow: 0 5px 0 #c66332;
  box-shadow: 0 5px 0 #c66332;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
  box-sizing: initial;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
}
.meal-modal .modal-footer .add_item:hover {
  background-color: #e0b33b;
  background-image: -moz-linear-gradient(top, #e8bb43, #d4a72f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8bb43), to(#d4a72f));
  background-image: -webkit-linear-gradient(top, #e8bb43, #d4a72f);
  background-image: -o-linear-gradient(top, #e8bb43, #d4a72f);
  background-image: linear-gradient(to bottom, #e8bb43, #d4a72f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8bb43', endColorstr='#ffd4a72f', GradientType=0);
}
.meal-modal.creating .modal-footer .add_item {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-color: #d97d4a;
}
.meal-modal.creating .modal-footer .add_item:before {
  display: block;
  width: 44px;
  height: 40px;
  content: "\f067";
  font-family: 'Icomoon';
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  line-height: 39px;
}
.meal-modal.creating .modal-footer .add_item .edit_lineitem {
  display: none;
}
.meal-modal.editing .modal-footer {
  padding: 15px 119px 15px 24px;
}
.meal-modal.editing .modal-footer .add_item {
  width: auto;
  margin-top: 2px;
  padding: 4px 18px 2px 18px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}
.meal-modal.editing .modal-footer .add_item .new_lineitem {
  display: none;
}
.meal-modal .option-row {
  padding: 8px 24px;
}
.meal-modal .option-row h4 {
  margin: 0 0 4px 0;
  display: inline-block;
}
.meal-modal .option-row .selectedCount {
  float: right;
}
.meal-modal .option-list {
  display: block;
  padding: 7px 6px 0;
  margin: 0;
  *zoom: 1;
  background-color: #edeee9;
  background-image: -moz-linear-gradient(top, #eaebe6, #f1f2ee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaebe6), to(#f1f2ee));
  background-image: -webkit-linear-gradient(top, #eaebe6, #f1f2ee);
  background-image: -o-linear-gradient(top, #eaebe6, #f1f2ee);
  background-image: linear-gradient(to bottom, #eaebe6, #f1f2ee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaebe6', endColorstr='#fff1f2ee', GradientType=0);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.meal-modal .option-list:before,
.meal-modal .option-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.meal-modal .option-list:after {
  clear: both;
}
.meal-modal .option {
  display: block;
  float: left;
  width: 32.3%;
  position: relative;
  margin: 0 0.5% 7px 0.5%;
}
.meal-modal .option label {
  min-height: 40px;
  display: block;
  padding: 8px 8px 5px 8px;
  overflow-x: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #888;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}
.meal-modal .option label .option-price {
  display: block;
  color: #545452;
  font-weight: bold;
  font-size: 15px;
}
.no-touch .meal-modal .option label:hover {
  color: #ababa7;
  background-color: #dfdfda;
  background-image: -moz-linear-gradient(top, #dcdcd7, #e4e4df);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dcdcd7), to(#e4e4df));
  background-image: -webkit-linear-gradient(top, #dcdcd7, #e4e4df);
  background-image: -o-linear-gradient(top, #dcdcd7, #e4e4df);
  background-image: linear-gradient(to bottom, #dcdcd7, #e4e4df);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdcdcd7', endColorstr='#ffe4e4df', GradientType=0);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.08);
}
.no-touch .meal-modal .option label:hover .option-price {
  color: #5e5e5c;
}
.no-touch .meal-modal .option label:focus {
  color: #ababa7;
  background-color: #dfdfda;
  background-image: -moz-linear-gradient(top, #dcdcd7, #e4e4df);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dcdcd7), to(#e4e4df));
  background-image: -webkit-linear-gradient(top, #dcdcd7, #e4e4df);
  background-image: -o-linear-gradient(top, #dcdcd7, #e4e4df);
  background-image: linear-gradient(to bottom, #dcdcd7, #e4e4df);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdcdcd7', endColorstr='#ffe4e4df', GradientType=0);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.08);
}
.no-touch .meal-modal .option label:focus .option-price {
  color: #5e5e5c;
}
.meal-modal .option label.selected {
  background-image: -moz-linear-gradient(top, #d97d4a, #d97d4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d97d4a), to(#d97d4a));
  background-image: -webkit-linear-gradient(top, #d97d4a, #d97d4a);
  background-image: -o-linear-gradient(top, #d97d4a, #d97d4a);
  background-image: linear-gradient(to bottom, #d97d4a, #d97d4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd97d4a', endColorstr='#ffd97d4a', GradientType=0);
  background-color: #d97d4a;
  -webkit-box-shadow: 0 3px 0 #c66332;
  -moz-box-shadow: 0 3px 0 #c66332;
  box-shadow: 0 3px 0 #c66332;
  color: #f1f2ed;
}
.meal-modal .option label.selected .option-price {
  color: #fff;
}
.meal-modal .option label.selected:hover {
  background-image: -moz-linear-gradient(top, #d97d4a, #d97d4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d97d4a), to(#d97d4a));
  background-image: -webkit-linear-gradient(top, #d97d4a, #d97d4a);
  background-image: -o-linear-gradient(top, #d97d4a, #d97d4a);
  background-image: linear-gradient(to bottom, #d97d4a, #d97d4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd97d4a', endColorstr='#ffd97d4a', GradientType=0);
  background-color: #d97d4a;
  -webkit-box-shadow: 0 3px 0 #c66332;
  -moz-box-shadow: 0 3px 0 #c66332;
  box-shadow: 0 3px 0 #c66332;
  color: #f1f2ed;
}
.meal-modal .option label.selected:hover .option-price {
  color: #fff;
}
.meal-modal .option input {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
}
.meal-modal .option:nth-child(3n+1) {
  clear: left;
}
.meal-modal .option:last-child:nth-child(3n+1) {
  width: 99%;
}
.meal-modal .option:last-child:nth-child(3n+2) {
  width: 49%;
}
.meal-modal .option:nth-last-child(2):nth-child(3n+1) {
  width: 49%;
}
.meal-modal .mealOptionsContainer {
  position: relative;
}
.meal-modal .mealOptionsContainer .dropdownButton {
  display: none;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.meal-modal .mealOptionsContainer.dropDown .mealOptionsWrapper {
  display: none;
}
.meal-modal .mealOptionsContainer.dropDown .dropdownButton {
  display: block;
  cursor: pointer;
  background-color: #edeee9;
  background-image: -moz-linear-gradient(top, #eaebe6, #f1f2ee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaebe6), to(#f1f2ee));
  background-image: -webkit-linear-gradient(top, #eaebe6, #f1f2ee);
  background-image: -o-linear-gradient(top, #eaebe6, #f1f2ee);
  background-image: linear-gradient(to bottom, #eaebe6, #f1f2ee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaebe6', endColorstr='#fff1f2ee', GradientType=0);
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  padding: 8px 8px 5px 8px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.meal-modal .mealOptionsContainer.dropDown .dropdownButton:after {
  font-family: 'Icomoon';
  font-weight: normal;
  color: #e2e2e0;
  position: absolute;
  overflow: hidden;
  content: "\f078";
  top: 10px;
  right: 10px;
  font-size: 18px;
  vertical-align: middle;
  text-align: right;
}
.meal-modal .mealOptionsContainer.dropDown.dropDown-open .dropdownButton {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  background-color: #c4b990;
  background-image: -moz-linear-gradient(top, #c4b990, #c4b990);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c4b990), to(#c4b990));
  background-image: -webkit-linear-gradient(top, #c4b990, #c4b990);
  background-image: -o-linear-gradient(top, #c4b990, #c4b990);
  background-image: linear-gradient(to bottom, #c4b990, #c4b990);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc4b990', endColorstr='#ffc4b990', GradientType=0);
}
.meal-modal .mealOptionsContainer.dropDown.dropDown-open .dropdownButton:after {
  content: "\f077";
}
.meal-modal .mealOptionsContainer.dropDown.dropDown-open .mealOptionsWrapper {
  background-color: #C4B990;
  display: block;
  padding: 2px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}
@media (max-width: 640px) {
  .meal-modal {
    position: fixed;
  }
  .meal-modal .modal-header .price-container {
    right: 12px;
    top: 12px;
  }
  .meal-modal .modal-content {
    overflow: hidden;
  }
  .meal-modal .modal-body {
    max-height: none;
    min-height: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: none;
    overflow-y: auto;
    background: white;
    padding-bottom: 200px;
  }
  .isMobileSafariSeven .meal-modal .modal-body {
    padding-bottom: 150px;
  }
  .meal-modal .modal-body .mealOptions .mealOption {
    width: 49%;
  }
  .meal-modal .modal-body .mealOptions .mealOption:nth-child(3n+1) {
    clear: none;
  }
  .meal-modal .modal-body .mealOptions .mealOption:nth-child(3n+1):last-child {
    width: 49%;
  }
  .meal-modal .modal-body .mealOptions .mealOption:nth-child(2n+1) {
    clear: left;
  }
  .meal-modal .modal-body .mealOptions .mealOption:nth-child(2n+1):last-child {
    width: 99%;
  }
  .meal-modal .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 12px;
    padding-right: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
  .meal-modal .modal-footer input {
    font-size: 16px;
  }
  .isMobileSafariSeven .meal-modal .modal-footer {
    padding-bottom: 60px;
  }
  .meal-modal .option-row .selectedCount {
    float: none;
    display: block;
  }
}
/**
 * Fulfillment modal
 */
.fulfillment-modal .choose_collection,
.fulfillment-modal .choose_delivery,
.fulfillment-modal .order_more {
  padding: 0.6em 18px;
  background-color: #e7773b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #d55b1a;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: block;
  margin-bottom: 15px;
}
.fulfillment-modal .choose_collection:hover,
.fulfillment-modal .choose_delivery:hover,
.fulfillment-modal .order_more:hover,
.fulfillment-modal .choose_collection:focus,
.fulfillment-modal .choose_delivery:focus,
.fulfillment-modal .order_more:focus {
  text-decoration: none;
  background-color: #ea8752;
}
.fulfillment-modal .choose_collection:active,
.fulfillment-modal .choose_delivery:active,
.fulfillment-modal .order_more:active {
  background-color: #e46724;
}
.fulfillment-modal .choose_delivery {
  padding: 0.6em 18px;
  background-color: #757575;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #5b5b5b;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.fulfillment-modal .choose_delivery:hover,
.fulfillment-modal .choose_delivery:focus {
  text-decoration: none;
  background-color: #828282;
}
.fulfillment-modal .choose_delivery:active {
  background-color: #686868;
}
.fulfillment-modal .close_ok {
  padding: 0.6em 18px;
  background-color: #e7773b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #d55b1a;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 12px 30px;
}
.fulfillment-modal .close_ok:hover,
.fulfillment-modal .close_ok:focus {
  text-decoration: none;
  background-color: #ea8752;
}
.fulfillment-modal .close_ok:active {
  background-color: #e46724;
}
.fulfillment-modal p {
  font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.5em;
  font-style: normal;
  color: #959593;
  text-align: center;
}
.fulfillment-modal p:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .fulfillment-modal {
    position: fixed;
  }
  .fulfillment-modal .modal-content {
    overflow: hidden;
  }
  .fulfillment-modal .modal-body {
    max-height: none;
    min-height: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: none;
    overflow-y: auto;
    background: white;
    padding-bottom: 200px;
  }
  .isMobileSafariSeven .fulfillment-modal .modal-body {
    padding-bottom: 150px;
  }
  .fulfillment-modal .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 12px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
  .isMobileSafariSeven .fulfillment-modal .modal-footer {
    padding-bottom: 60px;
  }
}
.icon {
  font-family: 'Icomoon';
  font-weight: normal;
  color: #e2e2e0;
}
#step2CustomerDetailsContainer {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
#step2CustomerDetailsContainer .promotion {
  padding: 0;
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff;
  margin: 12px 0;
  padding: 24px;
  background: #323232;
}
#step2CustomerDetailsContainer .promotion > header {
  color: #333333;
}
#step2CustomerDetailsContainer .promotion > header h1,
#step2CustomerDetailsContainer .promotion > header h2,
#step2CustomerDetailsContainer .promotion > header h3 {
  color: #333333;
}
#step2CustomerDetailsContainer .promotion > header h2 {
  margin: 20px 24px;
}
#step2CustomerDetailsContainer .promotion > header h3 {
  font-size: 24px;
  margin: 0 24px;
}
#step2CustomerDetailsContainer .promotion ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#step2CustomerDetailsContainer .promotion ul > li {
  display: block;
}
#step2CustomerDetailsContainer .promotion ul > li > a {
  padding: 20px 24px;
}
#step2CustomerDetailsContainer .promotion p {
  margin: 0;
}
#step2CustomerDetailsContainer .promotion .promotion-text {
  color: #e7773b;
  font-size: 16px;
  font-weight: bold;
}
#step2CustomerDetailsContainer .promotion .promotion-text + .promotion-text {
  margin-top: 10px;
}
#step2CustomerDetailsContainer .promotion .promotion-availability {
  font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
  font-size: 14px;
  color: #e7773b;
  text-transform: uppercase;
}
#step2CustomerDetailsContainer .customerOrderContainer {
  max-width: 1280px;
  margin: 0 auto;
}
#step2CustomerDetailsContainer .customerOrder {
  position: relative;
  padding: 12px 344px 12px 12px;
}
#step2CustomerDetailsContainer #order-container {
  height: 810px;
}
#step2CustomerDetailsContainer #order-container .checkoutPaymentOptionsLogos {
  margin: 0px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid #BEBEBE;
  list-style: none;
  text-align: center;
}
#step2CustomerDetailsContainer #order-container .checkoutPaymentOptionsLogos li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0px;
}
#step2CustomerDetailsContainer #order-container .checkoutPaymentOptionsLogos li:last-child {
  margin-right: 0px;
}
#step2CustomerDetailsContainer #finaliseOrderForm {
  margin: 0;
  padding: 24px;
  background: white;
}
#step2CustomerDetailsContainer #finaliseOrderForm #chargeWarning,
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryError {
  margin-bottom: 24px;
  padding: 12px;
  color: #ffffff;
}
#step2CustomerDetailsContainer #finaliseOrderForm #chargeWarning {
  background-color: #89b77a;
}
#step2CustomerDetailsContainer #finaliseOrderForm #chargeWarning.has-charge {
  display: block;
}
#step2CustomerDetailsContainer #finaliseOrderForm #chargeWarning.has-error {
  display: none;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryError {
  background-color: #B77A7A;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryError.has-error {
  display: block;
}
#step2CustomerDetailsContainer #finaliseOrderForm a {
  text-decoration: underline;
}
#step2CustomerDetailsContainer #finaliseOrderForm div.error {
  background-color: #ffe3ec;
  border-bottom: 3px solid #FF767B;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 24px;
  color: red;
}
#step2CustomerDetailsContainer #finaliseOrderForm .control-group {
  margin-bottom: 18px;
}
#step2CustomerDetailsContainer #finaliseOrderForm .control-group label {
  display: block;
  margin-bottom: 8px;
  color: #e8773b;
  font-size: 20px;
  font-weight: bold;
}
#step2CustomerDetailsContainer #finaliseOrderForm .control-group select {
  height: 45px;
}
#step2CustomerDetailsContainer #finaliseOrderForm .control-group input,
#step2CustomerDetailsContainer #finaliseOrderForm .control-group textarea,
#step2CustomerDetailsContainer #finaliseOrderForm .control-group select {
  display: block;
  margin: 0;
  padding: 4px 8px;
  border: 1px solid #e7e7e7;
  background: #f7f7f2;
  -webkit-box-shadow: inset 0 1px 2px #b4b4b4;
  -moz-box-shadow: inset 0 1px 2px #b4b4b4;
  box-shadow: inset 0 1px 2px #b4b4b4;
  color: #979797;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
#step2CustomerDetailsContainer #finaliseOrderForm .address > div {
  margin-bottom: 10px;
}
#step2CustomerDetailsContainer #finaliseOrderForm .address > div > label {
  color: #211c1d;
  font-size: 14px;
  margin-bottom: 0px;
}
#step2CustomerDetailsContainer #finaliseOrderForm .parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
#step2CustomerDetailsContainer #finaliseOrderForm .parsley-error-list {
  margin: 11px 2px;
  list-style-type: none;
  font-size: 16px;
  color: #B94A48;
}
#step2CustomerDetailsContainer #finaliseOrderForm .parsley-error-list > li {
  margin-bottom: 5px;
}
#step2CustomerDetailsContainer #finaliseOrderForm .dietaryWarning span {
  color: #ff331e;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions {
  display: block;
  font-size: 16px;
  padding-bottom: 12px;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions > label {
  color: #e8773b;
  font-size: 20px;
  font-weight: bold;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption {
  display: inline;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption {
  display: inline;
  position: relative;
  margin-bottom: 7px;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption:first-child {
  margin-right: 10px;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption label {
  display: inline;
  padding-left: 30px;
  position: relative;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #dddddd;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption label:after {
  content: "";
  width: 8px;
  height: 8px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 6px;
  background: #989898;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption label img {
  margin-right: 5px;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption label:hover:before {
  background-color: #cccccc;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption label:focus:before {
  background-color: #cccccc;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption label.checked:after {
  display: block;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption input.checked + label:after,
#step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption .deliveryOption input:checked + label:after {
  display: block;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions {
  font-size: 16px;
  padding-bottom: 12px;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption {
  display: block;
  position: relative;
  margin-bottom: 7px;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption:first-child {
  margin-right: 10px;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption label {
  display: block;
  padding-left: 30px;
  position: relative;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #dddddd;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption label:after {
  content: "";
  width: 8px;
  height: 8px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 6px;
  background: #989898;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption label img {
  margin-right: 5px;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption label:hover:before {
  background-color: #cccccc;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption label:focus:before {
  background-color: #cccccc;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption label.checked:after {
  display: block;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption label.disabled {
  color: #bebebe;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption input.checked + label:after,
#step2CustomerDetailsContainer #finaliseOrderForm #paymentOptions .paymentOption input:checked + label:after {
  display: block;
}
#step2CustomerDetailsContainer .submit {
  *zoom: 1;
}
#step2CustomerDetailsContainer .submit:before,
#step2CustomerDetailsContainer .submit:after {
  display: table;
  content: "";
  line-height: 0;
}
#step2CustomerDetailsContainer .submit:after {
  clear: both;
}
#step2CustomerDetailsContainer .submit button {
  padding: 0.6em 18px;
  background-color: #e7773b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #d55b1a;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  float: right;
  width: 260px;
  height: 50px;
  text-transform: uppercase;
}
#step2CustomerDetailsContainer .submit button:hover,
#step2CustomerDetailsContainer .submit button:focus {
  text-decoration: none;
  background-color: #ea8752;
}
#step2CustomerDetailsContainer .submit button:active {
  background-color: #e46724;
}
#step2CustomerDetailsContainer .submit button.paypal {
  padding: 0;
  background: none;
  border: none;
  width: auto;
}
#step2CustomerDetailsContainer .submit .finalise_message {
  margin: 0 24px;
  float: right;
  color: #e8773b;
  font-size: 14px;
  text-align: right;
  line-height: 50px;
}
#step2CustomerDetailsContainer .submit.multiOption {
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding: 24px 24px 14px 24px;
  margin: 0;
}
#step2CustomerDetailsContainer .submit.multiOption .finalise_message {
  float: none;
  color: #211c1d;
}
#step2CustomerDetailsContainer .submit.multiOption .submitOrderBtn {
  padding: 0.6em 18px;
  background-color: #e7773b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #d55b1a;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  float: none;
}
#step2CustomerDetailsContainer .submit.multiOption .submitOrderBtn:hover,
#step2CustomerDetailsContainer .submit.multiOption .submitOrderBtn:focus {
  text-decoration: none;
  background-color: #ea8752;
}
#step2CustomerDetailsContainer .submit.multiOption .submitOrderBtn:active {
  background-color: #e46724;
}
#step2CustomerDetailsContainer .submit.multiOption .submitOrderBtn.disabled,
#step2CustomerDetailsContainer .submit.multiOption .submitOrderBtn[disabled='disabled'] {
  border-bottom-color: #a5a5a5;
  background-color: #bebebe;
  color: #fff;
}
#step2CustomerDetailsContainer .submit.multiOption .submitOrderBtn.alternate {
  padding: 0.6em 18px;
  background-color: #4b4b4b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #323232;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#step2CustomerDetailsContainer .submit.multiOption .submitOrderBtn.alternate:hover,
#step2CustomerDetailsContainer .submit.multiOption .submitOrderBtn.alternate:focus {
  text-decoration: none;
  background-color: #585858;
}
#step2CustomerDetailsContainer .submit.multiOption .submitOrderBtn.alternate:active {
  background-color: #3e3e3e;
}
#step2CustomerDetailsContainer .submit.multiOption ul {
  margin: 6px 0px;
}
#step2CustomerDetailsContainer .submit.multiOption button {
  float: none;
}
#step2CustomerDetailsContainer .submit.multiOption button.alternate {
  padding: 0.6em 18px;
  background-color: #4b4b4b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #323232;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#step2CustomerDetailsContainer .submit.multiOption button.alternate:hover,
#step2CustomerDetailsContainer .submit.multiOption button.alternate:focus {
  text-decoration: none;
  background-color: #585858;
}
#step2CustomerDetailsContainer .submit.multiOption button.alternate:active {
  background-color: #3e3e3e;
}
#step2CustomerDetailsContainer .submit.multiOption p {
  margin-top: 12px;
  margin-bottom: 0px;
}
#step2CustomerDetailsContainer .submit.paymentOptionsHeader {
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding: 12px 24px;
  margin: 0;
}
#step2CustomerDetailsContainer .submit.paymentOptionsHeader h4 {
  float: left;
}
#step2CustomerDetailsContainer .submit.paymentOptionsHeader ul {
  list-style: none;
  float: right;
  margin: 7px 0px;
}
#step2CustomerDetailsContainer .submit.paymentOptionsHeader ul li {
  float: left;
  margin-left: 6px;
}
#step2CustomerDetailsContainer .submit.fooditFooter {
  border: 1px solid #dfdfdf;
  padding: 14px 24px;
  background: #FBFBFB;
  margin: 0;
}
#step2CustomerDetailsContainer .submit.fooditFooter .poweredByFooter {
  padding-top: 12px;
  border-top: 1px solid #dfdfdf;
  width: 100%;
  text-align: right;
}
#step2CustomerDetailsContainer .submit.fooditFooter .poweredByFooter .foodit-logo {
  float: left;
  height: 20px;
  width: 60px;
  margin-top: 2px;
}
#step2CustomerDetailsContainer .terms {
  margin-top: 24px;
  margin-bottom: 0;
  text-align: right;
}
#step2CustomerDetailsContainer .text-error {
  color: #b94a48;
}
#step2CustomerDetailsContainer small {
  color: #a6a6a6;
  font-weight: normal;
  font-size: 75%;
  line-height: 1;
}
#voucherCodeModal .control-group {
  margin-bottom: 18px;
}
#voucherCodeModal .control-group label {
  display: block;
  margin-bottom: 8px;
  color: #e8773b;
  font-size: 20px;
  font-weight: bold;
}
#voucherCodeModal .control-group input {
  display: block;
  margin: 0;
  padding: 4px 8px;
  border: 1px solid #e7e7e7;
  background: #f7f7f2;
  -webkit-box-shadow: inset 0 1px 2px #b4b4b4;
  -moz-box-shadow: inset 0 1px 2px #b4b4b4;
  box-shadow: inset 0 1px 2px #b4b4b4;
  color: #979797;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
  box-sizing: border-box;
  width: 100%;
}
#voucherCodeModal .submitVoucherCodeBtn {
  padding: 0.6em 18px;
  background-color: #e7773b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #d55b1a;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  float: none;
}
#voucherCodeModal .submitVoucherCodeBtn:hover,
#voucherCodeModal .submitVoucherCodeBtn:focus {
  text-decoration: none;
  background-color: #ea8752;
}
#voucherCodeModal .submitVoucherCodeBtn:active {
  background-color: #e46724;
}
#voucherCodeModal .submitVoucherCodeBtn.alternate {
  padding: 0.6em 18px;
  background-color: #a6a6a6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #8d8d8d;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 18px;
  padding: 12px;
}
#voucherCodeModal .submitVoucherCodeBtn.alternate:hover,
#voucherCodeModal .submitVoucherCodeBtn.alternate:focus {
  text-decoration: none;
  background-color: #b3b3b3;
}
#voucherCodeModal .submitVoucherCodeBtn.alternate:active {
  background-color: #999999;
}
#popupMessageModal .control-group {
  margin-bottom: 18px;
}
#popupMessageModal .popupMessageBtn {
  padding: 0.6em 18px;
  background-color: #e7773b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #d55b1a;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  float: none;
}
#popupMessageModal .popupMessageBtn:hover,
#popupMessageModal .popupMessageBtn:focus {
  text-decoration: none;
  background-color: #ea8752;
}
#popupMessageModal .popupMessageBtn:active {
  background-color: #e46724;
}
#popupMessageModal .popupMessageBtn.alternate {
  padding: 0.6em 18px;
  background-color: #a6a6a6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #8d8d8d;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 18px;
  padding: 12px;
}
#popupMessageModal .popupMessageBtn.alternate:hover,
#popupMessageModal .popupMessageBtn.alternate:focus {
  text-decoration: none;
  background-color: #b3b3b3;
}
#popupMessageModal .popupMessageBtn.alternate:active {
  background-color: #999999;
}
#order-container {
  width: 320px;
  position: absolute;
  top: 12px;
  right: 12px;
  overflow-y: auto;
  z-index: 200;
}
#order-container header {
  background: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 24px;
  font-weight: normal;
}
#order-container header h1,
#order-container header h2,
#order-container header h3 {
  line-height: 1;
}
.order {
  padding-bottom: 12px;
  padding: 0;
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff;
}
.order h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.order #order-summary {
  position: relative;
  padding: 0;
}
.order #order-summary h3 {
  margin: 4px 0 0 0;
  font-weight: normal;
}
.order #order-summary .toggle-summary {
  display: none;
  cursor: pointer;
}
.order #order-summary .mobile-change-order-link {
  display: none;
}
.order #order-summary .change-order-link {
  border-top: 1px solid #bebebe;
  padding: 12px 0;
  padding-left: 47px;
}
.order #order-summary .orderCharges {
  background-color: #f4f4f4;
}
.order #order-summary #orderLineItems,
.order #order-summary .orderCharges {
  list-style-type: none;
  padding: 12px 0;
  border-top: 1px solid #bebebe;
}
.order #order-summary #orderLineItems .chargeContainer,
.order #order-summary .orderCharges .chargeContainer {
  font-weight: bold;
  font-size: 16px;
}
.order #order-summary #orderLineItems .lineItem,
.order #order-summary .orderCharges .lineItem,
.order #order-summary #orderLineItems .charge,
.order #order-summary .orderCharges .charge {
  position: relative;
  padding-left: 47px;
  padding-right: 62px;
}
.order #order-summary #orderLineItems .lineItem .header,
.order #order-summary .orderCharges .lineItem .header,
.order #order-summary #orderLineItems .charge .header,
.order #order-summary .orderCharges .charge .header {
  font-weight: bold;
}
.order #order-summary #orderLineItems .lineItem .quantity,
.order #order-summary .orderCharges .lineItem .quantity,
.order #order-summary #orderLineItems .charge .quantity,
.order #order-summary .orderCharges .charge .quantity {
  width: 30px;
  position: absolute;
  left: 12px;
  top: 0;
  text-align: right;
}
.order #order-summary #orderLineItems .lineItem .unit-price-container,
.order #order-summary .orderCharges .lineItem .unit-price-container,
.order #order-summary #orderLineItems .charge .unit-price-container,
.order #order-summary .orderCharges .charge .unit-price-container {
  width: 50px;
  position: absolute;
  top: 0;
  right: 12px;
  text-align: right;
  font-weight: bold;
}
.order #order-summary #orderLineItems .lineItem .description,
.order #order-summary .orderCharges .lineItem .description,
.order #order-summary #orderLineItems .charge .description,
.order #order-summary .orderCharges .charge .description {
  color: #747474;
  word-wrap: break-word;
}
.order #order-summary #orderLineItems .lineItem .line-item-controls,
.order #order-summary .orderCharges .lineItem .line-item-controls,
.order #order-summary #orderLineItems .charge .line-item-controls,
.order #order-summary .orderCharges .charge .line-item-controls {
  width: -12px;
  position: absolute;
  right: 12px;
}
.order #order-summary #orderLineItems .lineItem .removeItem,
.order #order-summary .orderCharges .lineItem .removeItem,
.order #order-summary #orderLineItems .charge .removeItem,
.order #order-summary .orderCharges .charge .removeItem,
.order #order-summary #orderLineItems .lineItem .increaseQuantity,
.order #order-summary .orderCharges .lineItem .increaseQuantity,
.order #order-summary #orderLineItems .charge .increaseQuantity,
.order #order-summary .orderCharges .charge .increaseQuantity {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0.6em 18px;
  background-color: #bebebe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #a5a5a5;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 0;
  width: -12px;
  height: -12px;
  line-height: -12px;
  font-size: -12px;
}
.order #order-summary #orderLineItems .lineItem .removeItem:hover,
.order #order-summary .orderCharges .lineItem .removeItem:hover,
.order #order-summary #orderLineItems .charge .removeItem:hover,
.order #order-summary .orderCharges .charge .removeItem:hover,
.order #order-summary #orderLineItems .lineItem .increaseQuantity:hover,
.order #order-summary .orderCharges .lineItem .increaseQuantity:hover,
.order #order-summary #orderLineItems .charge .increaseQuantity:hover,
.order #order-summary .orderCharges .charge .increaseQuantity:hover,
.order #order-summary #orderLineItems .lineItem .removeItem:focus,
.order #order-summary .orderCharges .lineItem .removeItem:focus,
.order #order-summary #orderLineItems .charge .removeItem:focus,
.order #order-summary .orderCharges .charge .removeItem:focus,
.order #order-summary #orderLineItems .lineItem .increaseQuantity:focus,
.order #order-summary .orderCharges .lineItem .increaseQuantity:focus,
.order #order-summary #orderLineItems .charge .increaseQuantity:focus,
.order #order-summary .orderCharges .charge .increaseQuantity:focus {
  text-decoration: none;
  background-color: #cbcbcb;
}
.order #order-summary #orderLineItems .lineItem .removeItem:active,
.order #order-summary .orderCharges .lineItem .removeItem:active,
.order #order-summary #orderLineItems .charge .removeItem:active,
.order #order-summary .orderCharges .charge .removeItem:active,
.order #order-summary #orderLineItems .lineItem .increaseQuantity:active,
.order #order-summary .orderCharges .lineItem .increaseQuantity:active,
.order #order-summary #orderLineItems .charge .increaseQuantity:active,
.order #order-summary .orderCharges .charge .increaseQuantity:active {
  background-color: #b1b1b1;
}
.order #order-summary #orderLineItems .lineItem .increaseQuantity,
.order #order-summary .orderCharges .lineItem .increaseQuantity,
.order #order-summary #orderLineItems .charge .increaseQuantity,
.order #order-summary .orderCharges .charge .increaseQuantity {
  background: #f5dccf;
  border-bottom-color: #ecbda5;
  color: #ed9768;
}
.order #order-summary #orderLineItems .lineItem .editItem,
.order #order-summary .orderCharges .lineItem .editItem,
.order #order-summary #orderLineItems .charge .editItem,
.order #order-summary .orderCharges .charge .editItem {
  color: #df4230;
  cursor: pointer;
}
.order #order-summary #orderLineItems .lineItem:hover .name,
.order #order-summary .orderCharges .lineItem:hover .name,
.order #order-summary #orderLineItems .charge:hover .name,
.order #order-summary .orderCharges .charge:hover .name,
.order #order-summary #orderLineItems .lineItem:hover .size,
.order #order-summary .orderCharges .lineItem:hover .size,
.order #order-summary #orderLineItems .charge:hover .size,
.order #order-summary .orderCharges .charge:hover .size {
  color: #df4230;
}
.order #order-summary #orderLineItems .lineItem:hover .description,
.order #order-summary .orderCharges .lineItem:hover .description,
.order #order-summary #orderLineItems .charge:hover .description,
.order #order-summary .orderCharges .charge:hover .description,
.order #order-summary #orderLineItems .lineItem:hover .comment,
.order #order-summary .orderCharges .lineItem:hover .comment,
.order #order-summary #orderLineItems .charge:hover .comment,
.order #order-summary .orderCharges .charge:hover .comment {
  color: #545454;
}
.order #order-summary .emptyOrder {
  padding: 18px 24px 18px;
  font-size: 15px;
  color: #a6a6a6;
}
.order #order-summary .tally {
  background-color: #f4f4f4;
  padding: 12px;
  padding-left: 47px;
  padding-right: 12px;
  border-top: 1px solid #bebebe;
}
.order #order-summary .tally .total {
  font-weight: bold;
  font-size: 16px;
  *zoom: 1;
}
.order #order-summary .tally .total:before,
.order #order-summary .tally .total:after {
  display: table;
  content: "";
  line-height: 0;
}
.order #order-summary .tally .total:after {
  clear: both;
}
.order #order-summary .tally .total .total-container {
  display: block;
  float: right;
}
.order #order-summary .tally .total .total-container .quantity {
  display: none;
}
.order #order-summary .tally .total.total-grand {
  font-size: 18px;
}
.order #order-summary .tally .cart-label {
  display: none;
}
.order #order-summary .tally .minimum-amount {
  color: #a6a6a6;
  line-height: 1.4em;
  margin-top: 8px;
  *zoom: 1;
}
.order #order-summary .tally .minimum-amount:before,
.order #order-summary .tally .minimum-amount:after {
  display: table;
  content: "";
  line-height: 0;
}
.order #order-summary .tally .minimum-amount:after {
  clear: both;
}
.order #order-summary .tally .minimum-amount strong {
  font-weight: bold;
  color: #8d8d8d;
}
.order #order-summary .orderActions {
  padding: 0 12px;
  font-size: 18px;
  margin-top: 16px;
}
.order #order-summary .orderActions .submitOrderBtn {
  padding: 0.6em 18px;
  background-color: #e7773b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #d55b1a;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
  padding: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.order #order-summary .orderActions .submitOrderBtn:hover,
.order #order-summary .orderActions .submitOrderBtn:focus {
  text-decoration: none;
  background-color: #ea8752;
}
.order #order-summary .orderActions .submitOrderBtn:active {
  background-color: #e46724;
}
.order #order-summary .orderActions .submitOrderBtn.disabled,
.order #order-summary .orderActions .submitOrderBtn[disabled='disabled'] {
  border-bottom-color: #a5a5a5;
  background-color: #bebebe;
  color: #fff;
}
.order #order-summary .orderActions .submitOrderBtn .subtext {
  font-size: 12px;
}
.order #order-summary .orderActions .submit-instruction {
  display: block;
  margin-top: 15px;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.order #order-summary .orderActions ul.fulfillment-methods {
  padding: 0 0 0 20px;
  margin: 0 0 12px 0;
  list-style-type: none;
}
.order #order-summary .orderActions .fulfillment-method {
  display: inline-block;
  position: relative;
}
.order #order-summary .orderActions .fulfillment-method:first-child {
  margin-right: 10px;
}
.order #order-summary .orderActions .fulfillment-method label {
  display: block;
  padding-left: 28px;
  position: relative;
}
.order #order-summary .orderActions .fulfillment-method label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #dddddd;
}
.order #order-summary .orderActions .fulfillment-method label:after {
  content: "";
  width: 8px;
  height: 8px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 6px;
  background: #989898;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.order #order-summary .orderActions .fulfillment-method label:hover:before {
  background-color: #cccccc;
}
.order #order-summary .orderActions .fulfillment-method label:focus:before {
  background-color: #cccccc;
}
.order #order-summary .orderActions .fulfillment-method label.checked:after {
  display: block;
}
.order #order-summary .orderActions .fulfillment-method input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.order #order-summary .orderActions .fulfillment-method input.checked + label:after,
.order #order-summary .orderActions .fulfillment-method input:checked + label:after {
  display: block;
}
.order #order-summary .orderActions .dietaryWarning {
  margin-left: -12px;
  margin-right: -12px;
  font-size: 14px;
  line-height: 20px;
}
.order #order-summary .orderActions .dietaryWarning span {
  color: #ff331e;
}
.order #order-summary #clearOrderBtn {
  display: none;
}
.order > header {
  color: #333333;
}
.order > header h1,
.order > header h2,
.order > header h3 {
  color: #333333;
}
.order > header h2 {
  margin: 20px 24px;
}
.order > header h3 {
  font-size: 24px;
  margin: 0 24px;
}
.order ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.order ul > li {
  display: block;
}
.order ul > li > a {
  padding: 20px 24px;
}
@media (min-width: 881px) {
  #step2CustomerDetailsContainer #finaliseOrderForm .address {
    *zoom: 1;
  }
  #step2CustomerDetailsContainer #finaliseOrderForm .address:before,
  #step2CustomerDetailsContainer #finaliseOrderForm .address:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #step2CustomerDetailsContainer #finaliseOrderForm .address:after {
    clear: both;
  }
  #step2CustomerDetailsContainer #finaliseOrderForm .address > div {
    float: left;
    margin-right: 1%;
  }
  #step2CustomerDetailsContainer #finaliseOrderForm .address > div.last {
    margin-right: 0;
  }
  #step2CustomerDetailsContainer #finaliseOrderForm .address > #buildingNumber,
  #step2CustomerDetailsContainer #finaliseOrderForm .address > .postcode {
    width: 15.25%;
  }
  #step2CustomerDetailsContainer #finaliseOrderForm .address > #addressLine1,
  #step2CustomerDetailsContainer #finaliseOrderForm .address > .addressLine2 {
    width: 33.25%;
  }
  #step2CustomerDetailsContainer #finaliseOrderForm .name,
  #step2CustomerDetailsContainer #finaliseOrderForm .futureDate {
    margin-right: 1%;
  }
  #step2CustomerDetailsContainer #finaliseOrderForm .name,
  #step2CustomerDetailsContainer #finaliseOrderForm .email,
  #step2CustomerDetailsContainer #finaliseOrderForm .futureDate,
  #step2CustomerDetailsContainer #finaliseOrderForm .futureTime {
    float: left;
    width: 49.5%;
  }
}
@media (max-width: 880px) {
  #step2CustomerDetailsContainer .order-container {
    width: 290px;
  }
  #step2CustomerDetailsContainer .order {
    width: 100%;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge {
    padding-left: 12px;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem .quantity,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem .quantity,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge .quantity,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge .quantity {
    position: static;
  }
  #step2CustomerDetailsContainer .order #order-summary .emptyOrder {
    padding-left: 12px;
    padding-right: 12px;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally {
    padding-left: 12px;
    padding-right: 12px;
  }
  #step2CustomerDetailsContainer .order #order-summary .orderActions {
    padding-left: 12px;
    padding-right: 12px;
  }
  #step2CustomerDetailsContainer .customerOrder {
    padding: 12px 332px 12px 12px;
  }
  #step2CustomerDetailsContainer #order-container {
    border-left: 1px solid #dfdfdf;
  }
  #step2CustomerDetailsContainer .submit button {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #step2CustomerDetailsContainer .submit .finalise_message {
    margin: 12px 0;
    line-height: 1;
  }
  #step2CustomerDetailsContainer .submit.paymentOptionsHeader {
    padding: 12px;
  }
  #step2CustomerDetailsContainer .submit.paymentOptionsHeader h4,
  #step2CustomerDetailsContainer .submit.paymentOptionsHeader ul {
    width: 100%;
    float: left;
  }
  #step2CustomerDetailsContainer .submit.paymentOptionsHeader ul li {
    margin-left: 0px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  #step2CustomerDetailsContainer .submit.multiOption {
    padding: 12px;
  }
}
@media (max-width: 640px) {
  #wrapper {
    margin-bottom: 60px;
  }
  .input-focussed #order-container {
    display: none;
  }
  #step2CustomerDetailsContainer .submit.paymentOptionsHeader h4,
  #step2CustomerDetailsContainer .submit.paymentOptionsHeader ul {
    width: 100%;
    float: left;
  }
  #step2CustomerDetailsContainer .submit.paymentOptionsHeader li {
    margin-left: 0px;
    margin-right: 6px;
  }
  #step2CustomerDetailsContainer #finaliseOrderForm #deliveryOptions .chooseDeliveryOption {
    display: block;
  }
  #step2CustomerDetailsContainer #order-container {
    position: static;
    width: auto;
    height: auto;
    overflow-y: auto;
  }
  #step2CustomerDetailsContainer #order-container header {
    display: none;
  }
  #step2CustomerDetailsContainer #order-container > .fixed {
    overflow-y: auto;
  }
  #step2CustomerDetailsContainer #order-container > .fixed,
  #step2CustomerDetailsContainer #order-container > .fixed.affix,
  #step2CustomerDetailsContainer #order-container > .fixed.affix-top {
    position: fixed;
    max-height: 60%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  #step2CustomerDetailsContainer #order-container > .fixed.affix-bottom {
    bottom: 0;
  }
  #step2CustomerDetailsContainer #order-container > .fixed.static {
    position: static;
  }
  #step2CustomerDetailsContainer .order {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    max-width: none;
    float: none;
    padding: 6px 0 0 0;
    color: #fff;
    background: transparent;
  }
  #step2CustomerDetailsContainer .order header {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary {
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.85);
  }
  #step2CustomerDetailsContainer .order #order-summary h3 {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .change-order-link {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .toggle-summary {
    display: block;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    z-index: 100;
  }
  #step2CustomerDetailsContainer .order #order-summary .toggle-summary:before,
  #step2CustomerDetailsContainer .order #order-summary .toggle-summary:after {
    line-height: 44px;
    color: #ffffff;
  }
  #step2CustomerDetailsContainer .order #order-summary .toggle-summary:before {
    font-family: 'Icomoon';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f077";
    margin-left: 12px;
    -webkit-animation: order-bouncing-chevron 3s linear infinite;
    -moz-animation: order-bouncing-chevron 3s linear infinite;
    -o-animation: order-bouncing-chevron 3s linear infinite;
    animation: order-bouncing-chevron 3s linear infinite;
  }
  @-webkit-keyframes order-bouncing-chevron {
    0% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    10% {
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      transform: translate(0, -5px);
    }
    20% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-moz-keyframes order-bouncing-chevron {
    0% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    10% {
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      transform: translate(0, -5px);
    }
    20% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-o-keyframes order-bouncing-chevron {
    0% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    10% {
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      transform: translate(0, -5px);
    }
    20% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes order-bouncing-chevron {
    0% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    10% {
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      transform: translate(0, -5px);
    }
    20% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  #step2CustomerDetailsContainer .order #order-summary .toggle-summary:after {
    font-family: 'Icomoon';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f07a";
    font-size: 22px;
    margin-left: 6px;
  }
  #step2CustomerDetailsContainer .order #order-summary .mobile-change-order-link {
    font-weight: bold;
    font-size: 16px;
    color: #e8773b;
    z-index: 101;
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
  }
  #step2CustomerDetailsContainer .order #order-summary .validationError {
    display: none;
    position: absolute;
    top: 40px;
    left: 100px;
    margin-right: 10px;
    text-align: right;
    color: white;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges {
    display: none;
    padding-top: 44px;
    margin-bottom: 0;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItemContainer,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItemContainer,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .chargeContainer,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .chargeContainer {
    border-top-color: rgba(255, 255, 255, 0.31);
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItemContainer:first-child,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItemContainer:first-child,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .chargeContainer:first-child,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .chargeContainer:first-child {
    border-top: none;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem .name,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem .name,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge .name,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge .name {
    color: #fff;
    display: inline;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem .description,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem .description,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge .description,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge .description {
    color: #696969;
    font-size: 13px;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem .unit-price-container,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem .unit-price-container,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge .unit-price-container,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge .unit-price-container {
    color: #fff;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem .editItem,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem .editItem,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge .editItem,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge .editItem {
    color: #df4230;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem .removeItem,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem .removeItem,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge .removeItem,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge .removeItem {
    background-color: #7f7f7f;
    border-bottom: none;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem .increaseQuantity,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem .increaseQuantity,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge .increaseQuantity,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge .increaseQuantity {
    background-color: #e9d6cc;
    border-bottom: none;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem:hover .name,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem:hover .name,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge:hover .name,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge:hover .name {
    color: #fff;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem:hover .description,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem:hover .description,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge:hover .description,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge:hover .description,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem:hover .comment,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem:hover .comment,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge:hover .comment,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge:hover .comment {
    color: #696969;
  }
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem:hover .removeItem:hover,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem:hover .removeItem:hover,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge:hover .removeItem:hover,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge:hover .removeItem:hover,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem:hover .increaseQuantity:hover,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem:hover .increaseQuantity:hover,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge:hover .increaseQuantity:hover,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge:hover .increaseQuantity:hover,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .lineItem:hover .editItem:hover,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .lineItem:hover .editItem:hover,
  #step2CustomerDetailsContainer .order #order-summary #orderLineItems .charge:hover .editItem:hover,
  #step2CustomerDetailsContainer .order #order-summary .orderCharges .charge:hover .editItem:hover {
    color: #fff;
  }
  #step2CustomerDetailsContainer .order #order-summary .orderCharges {
    padding-top: 0;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally {
    padding: 0 12px;
    margin-bottom: 0;
    line-height: 44px;
    background-color: transparent;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .total {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 50px;
    font-size: 16px;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .total.total-discount {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .total.sub-total {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .total.payment-fee {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .total.delivery-charge {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .total .total-label {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .total .total-container {
    color: #fff;
    float: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .total .total-container .quantity {
    display: inline-block;
    padding: 3px 6px;
    margin-left: 6px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #3f3f3f;
    font-size: 13px;
    line-height: 16px;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .total.total-grand {
    font-size: 18px;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .cart-label {
    display: inline-block;
    margin-left: 12px;
    text-transform: uppercase;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .cart-label:after {
    font-family: 'Icomoon';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f077";
    margin-left: 6px;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .minimum-amount {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 8px;
    color: #999;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .minimum-amount .label {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .minimum-amount .difference-container {
    float: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .tally .minimum-amount .difference-container .label-mobile {
    display: inline;
  }
  #step2CustomerDetailsContainer .order #order-summary .dietaryWarning {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .fulfillment-methods {
    display: none;
  }
  #step2CustomerDetailsContainer .order #order-summary .orderActions {
    margin-top: 0;
  }
  #step2CustomerDetailsContainer .order #order-summary .orderActions .submitOrderBtn {
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 200;
    width: 160px;
    height: 50px;
    padding: 0 12px;
    border: 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.75);
  }
  #step2CustomerDetailsContainer .order #order-summary .orderActions .submitOrderBtn .subtext {
    font-size: 10px;
  }
  #step2CustomerDetailsContainer .order #order-summary .orderActions .submit-instruction {
    margin-top: 0px;
    display: none;
  }
  #step2CustomerDetailsContainer .order.empty {
    display: none;
  }
  #step2CustomerDetailsContainer .order.open {
    height: auto;
  }
  #step2CustomerDetailsContainer .order.open #order-summary {
    height: auto;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .toggle-summary:before {
    font-family: 'Icomoon';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f078";
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  #step2CustomerDetailsContainer .order.open #order-summary #orderLineItems,
  #step2CustomerDetailsContainer .order.open #order-summary .orderCharges {
    display: block;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .tally .total {
    display: block;
    position: static;
    margin: 0;
    font-size: 16px;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .tally .total .total-label {
    display: block;
    float: left;
    color: #fff;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .tally .total .total-container {
    float: right;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .tally .total .total-container .quantity {
    display: none;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .tally .total.total-grand {
    font-size: 18px;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .tally .cart-label {
    display: none;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .tally .minimum-amount {
    display: block;
    margin-left: 0;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .tally .minimum-amount .label {
    display: block;
    float: left;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .tally .minimum-amount .difference-container {
    float: right;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .tally .minimum-amount .difference-container .label-mobile {
    display: none;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .discount {
    display: block;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .orderActions {
    margin-top: 0;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .orderActions .fulfillment-methods {
    display: block;
    margin: 0;
    padding: 6px 0;
  }
  #step2CustomerDetailsContainer .order.open #order-summary .orderActions .dietaryWarning {
    display: block;
  }
  #step2CustomerDetailsContainer .customerOrder {
    padding: 0;
  }
  #step2CustomerDetailsContainer .checkoutPaymentOptionsLogos {
    display: none;
  }
  #step2CustomerDetailsContainer .promotion {
    margin: 0;
    padding: 6px;
  }
  #step2CustomerDetailsContainer .promotion .promotion-text {
    font-weight: normal;
    text-align: center;
  }
  #step2CustomerDetailsContainer .promotion .promotion-text + .promotion-text {
    margin-top: 6px;
  }
  #step2CustomerDetailsContainer .site_footer {
    display: none;
  }
}
#orderConfirmation #contentWrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px;
}
#orderConfirmation #confirmationWrapper {
  padding: 0;
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff;
  position: relative;
}
#orderConfirmation #confirmationWrapper > header {
  color: #333333;
}
#orderConfirmation #confirmationWrapper > header h1,
#orderConfirmation #confirmationWrapper > header h2,
#orderConfirmation #confirmationWrapper > header h3 {
  color: #333333;
}
#orderConfirmation #confirmationWrapper > header h2 {
  margin: 20px 24px;
}
#orderConfirmation #confirmationWrapper > header h3 {
  font-size: 24px;
  margin: 0 24px;
}
#orderConfirmation #confirmationWrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#orderConfirmation #confirmationWrapper ul > li {
  display: block;
}
#orderConfirmation #confirmationWrapper ul > li > a {
  padding: 20px 24px;
}
#orderConfirmation #confirmationWrapper > header,
#orderConfirmation #confirmationWrapper > .photoPromotion {
  padding: 24px 24px;
}
#orderConfirmation #confirmationWrapper > header h1,
#orderConfirmation #confirmationWrapper > .photoPromotion h1,
#orderConfirmation #confirmationWrapper > header h3,
#orderConfirmation #confirmationWrapper > .photoPromotion h3 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
#orderConfirmation #confirmationWrapper > header h1,
#orderConfirmation #confirmationWrapper > .photoPromotion h1 {
  font-size: 28px;
  line-height: 1.1em;
}
#orderConfirmation #confirmationWrapper > header h3,
#orderConfirmation #confirmationWrapper > .photoPromotion h3 {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper > header p,
#orderConfirmation #confirmationWrapper > .photoPromotion p {
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}
#orderConfirmation #confirmationWrapper > header p .expectedWaitTime,
#orderConfirmation #confirmationWrapper > .photoPromotion p .expectedWaitTime {
  white-space: nowrap;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer {
  display: block;
  margin: 0;
  background: #fafaf6;
  padding: 30px 0;
  overflow-x: auto;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li {
  width: 183px;
  display: inline-block;
  position: relative;
  padding-top: 70px;
  color: #c8c8c8;
  font-size: 16px;
  text-align: center;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li .icon {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
  background-color: #e1e1e1;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li .icon:before {
  font-size: 38px;
  color: #fff;
  line-height: 64px;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li .progressBar {
  position: absolute;
  left: 135px;
  top: 28px;
  z-index: 1;
  width: 100px;
  height: 10px;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li .progressBar > span {
  display: none;
  width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e7773b;
  -webkit-transition: width 4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: width 4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: width 4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li .progressBar > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  background-color: #e7773b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -o-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}
@-o-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li:first-child:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li:first-child:before {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li.statusOrderReceived .icon:before {
  font-family: 'Icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\e002";
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li.statusPreparingFood .icon:before {
  font-family: 'Icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\e006";
  font-size: 33px;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li.statusCookingFood .icon:before {
  font-family: 'Icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\e003";
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li.statusFoodReady .icon:before {
  font-family: 'Icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\e004";
  font-size: 29px;
  line-height: 59px;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li.statusOnTheWay .icon:before {
  font-family: 'Icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\e005";
  font-size: 30px;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul li.statusReadyForCollection .icon:before {
  font-family: 'Icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\e005";
  font-size: 30px;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOrderReceived .statusOrderReceived {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOrderReceived .statusOrderReceived .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOrderReceived .statusOrderReceived .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusPreparingFood .statusOrderReceived {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusPreparingFood .statusOrderReceived .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusPreparingFood .statusOrderReceived .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusPreparingFood .statusOrderReceived .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusPreparingFood .statusOrderReceived .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusPreparingFood .statusPreparingFood {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusPreparingFood .statusPreparingFood .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusPreparingFood .statusPreparingFood .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusOrderReceived,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusOrderReceived {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusOrderReceived .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusOrderReceived .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusOrderReceived .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusOrderReceived .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusOrderReceived .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusOrderReceived .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusOrderReceived .progressBar > span:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusOrderReceived .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusPreparingFood,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusPreparingFood {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusPreparingFood .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusPreparingFood .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusPreparingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusPreparingFood .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusPreparingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusPreparingFood .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusPreparingFood .progressBar > span:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusPreparingFood .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusCookingFood,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusCookingFood {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusCookingFood .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusCookingFood .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCookingFood .statusCookingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusRestaurantConfirmed .statusCookingFood .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusOrderReceived {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusOrderReceived .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusOrderReceived .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusOrderReceived .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusOrderReceived .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusPreparingFood {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusPreparingFood .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusPreparingFood .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusPreparingFood .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusPreparingFood .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusCookingFood {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusCookingFood .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusCookingFood .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusCookingFood .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusCookingFood .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusFoodReady {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusFoodReady .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusFoodReady .statusFoodReady .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusOrderReceived,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusOrderReceived {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusOrderReceived .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusOrderReceived .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusOrderReceived .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusOrderReceived .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusOrderReceived .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusOrderReceived .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusOrderReceived .progressBar > span:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusOrderReceived .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusPreparingFood,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusPreparingFood {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusPreparingFood .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusPreparingFood .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusPreparingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusPreparingFood .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusPreparingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusPreparingFood .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusPreparingFood .progressBar > span:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusPreparingFood .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusCookingFood,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusCookingFood {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusCookingFood .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusCookingFood .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusCookingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusCookingFood .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusCookingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusCookingFood .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusCookingFood .progressBar > span:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusCookingFood .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusFoodReady,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusFoodReady {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusFoodReady .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusFoodReady .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusFoodReady .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusFoodReady .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusFoodReady .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusFoodReady .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusFoodReady .progressBar > span:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusFoodReady .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusOnTheWay,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusOnTheWay {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusOnTheWay .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusOnTheWay .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusOnTheWay .statusOnTheWay .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusDelivered .statusOnTheWay .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusOrderReceived,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusOrderReceived {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusOrderReceived .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusOrderReceived .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusOrderReceived .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusOrderReceived .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusOrderReceived .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusOrderReceived .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusOrderReceived .progressBar > span:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusOrderReceived .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusPreparingFood,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusPreparingFood {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusPreparingFood .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusPreparingFood .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusPreparingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusPreparingFood .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusPreparingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusPreparingFood .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusPreparingFood .progressBar > span:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusPreparingFood .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusCookingFood,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusCookingFood {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusCookingFood .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusCookingFood .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusCookingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusCookingFood .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusCookingFood .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusCookingFood .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusCookingFood .progressBar > span:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusCookingFood .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusFoodReady,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusFoodReady {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusFoodReady .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusFoodReady .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusFoodReady .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusFoodReady .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusFoodReady .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusFoodReady .progressBar > span {
  width: 100% !important;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusFoodReady .progressBar > span:after,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusFoodReady .progressBar > span:after {
  display: none;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusReadyForCollection,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusReadyForCollection {
  color: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusReadyForCollection .icon,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusReadyForCollection .icon {
  background: #e7773b;
}
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusReadyForCollection .statusReadyForCollection .progressBar > span,
#orderConfirmation #confirmationWrapper .orderStatusContainer ul.statusCollected .statusReadyForCollection .progressBar > span {
  display: block;
}
#orderConfirmation #confirmationWrapper .confirmationDetails {
  position: relative;
  padding: 24px 288px 24px 24px;
}
#orderConfirmation #confirmationWrapper .confirmationDetails .change-order-link {
  display: none;
}
#orderConfirmation #confirmationWrapper .placedOrder .orderReference {
  font-size: 1.5em;
  margin-bottom: 24px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order {
  padding-bottom: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#orderConfirmation #confirmationWrapper .placedOrder .order h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary {
  position: relative;
  padding: 0;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary h3 {
  margin: 4px 0 0 0;
  font-weight: normal;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .toggle-summary {
  display: none;
  cursor: pointer;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .mobile-change-order-link {
  display: none;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .change-order-link {
  border-top: 1px solid #bebebe;
  padding: 12px 0;
  padding-left: 47px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges {
  background-color: #f4f4f4;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges {
  list-style-type: none;
  padding: 12px 0;
  border-top: 1px solid #bebebe;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .chargeContainer,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .chargeContainer {
  font-weight: bold;
  font-size: 16px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge {
  position: relative;
  padding-left: 47px;
  padding-right: 62px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .header,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .header,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .header,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .header {
  font-weight: bold;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .quantity,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .quantity,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .quantity,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .quantity {
  width: 30px;
  position: absolute;
  left: 12px;
  top: 0;
  text-align: right;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .unit-price-container,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .unit-price-container,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .unit-price-container,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .unit-price-container {
  width: 50px;
  position: absolute;
  top: 0;
  right: 12px;
  text-align: right;
  font-weight: bold;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .description,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .description,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .description,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .description {
  color: #747474;
  word-wrap: break-word;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .line-item-controls,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .line-item-controls,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .line-item-controls,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .line-item-controls {
  width: -12px;
  position: absolute;
  right: 12px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .removeItem,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .removeItem,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .removeItem,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .removeItem,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .increaseQuantity,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .increaseQuantity,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .increaseQuantity,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .increaseQuantity {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0.6em 18px;
  background-color: #bebebe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #a5a5a5;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 0;
  width: -12px;
  height: -12px;
  line-height: -12px;
  font-size: -12px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .removeItem:hover,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .removeItem:hover,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .removeItem:hover,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .removeItem:hover,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .increaseQuantity:hover,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .increaseQuantity:hover,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .increaseQuantity:hover,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .increaseQuantity:hover,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .removeItem:focus,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .removeItem:focus,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .removeItem:focus,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .removeItem:focus,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .increaseQuantity:focus,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .increaseQuantity:focus,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .increaseQuantity:focus,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .increaseQuantity:focus {
  text-decoration: none;
  background-color: #cbcbcb;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .removeItem:active,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .removeItem:active,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .removeItem:active,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .removeItem:active,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .increaseQuantity:active,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .increaseQuantity:active,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .increaseQuantity:active,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .increaseQuantity:active {
  background-color: #b1b1b1;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .increaseQuantity,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .increaseQuantity,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .increaseQuantity,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .increaseQuantity {
  background: #f5dccf;
  border-bottom-color: #ecbda5;
  color: #ed9768;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem .editItem,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem .editItem,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge .editItem,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge .editItem {
  color: #df4230;
  cursor: pointer;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem:hover .name,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem:hover .name,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge:hover .name,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge:hover .name,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem:hover .size,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem:hover .size,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge:hover .size,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge:hover .size {
  color: #df4230;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem:hover .description,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem:hover .description,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge:hover .description,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge:hover .description,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .lineItem:hover .comment,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .lineItem:hover .comment,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #orderLineItems .charge:hover .comment,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderCharges .charge:hover .comment {
  color: #545454;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .emptyOrder {
  padding: 18px 24px 18px;
  font-size: 15px;
  color: #a6a6a6;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally {
  background-color: #f4f4f4;
  padding: 12px;
  padding-left: 47px;
  padding-right: 12px;
  border-top: 1px solid #bebebe;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .total {
  font-weight: bold;
  font-size: 16px;
  *zoom: 1;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .total:before,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .total:after {
  display: table;
  content: "";
  line-height: 0;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .total:after {
  clear: both;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .total .total-container {
  display: block;
  float: right;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .total .total-container .quantity {
  display: none;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .total.total-grand {
  font-size: 18px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .cart-label {
  display: none;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .minimum-amount {
  color: #a6a6a6;
  line-height: 1.4em;
  margin-top: 8px;
  *zoom: 1;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .minimum-amount:before,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .minimum-amount:after {
  display: table;
  content: "";
  line-height: 0;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .minimum-amount:after {
  clear: both;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .tally .minimum-amount strong {
  font-weight: bold;
  color: #8d8d8d;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions {
  padding: 0 12px;
  font-size: 18px;
  margin-top: 16px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .submitOrderBtn {
  padding: 0.6em 18px;
  background-color: #e7773b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #d55b1a;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
  padding: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .submitOrderBtn:hover,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .submitOrderBtn:focus {
  text-decoration: none;
  background-color: #ea8752;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .submitOrderBtn:active {
  background-color: #e46724;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .submitOrderBtn.disabled,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .submitOrderBtn[disabled='disabled'] {
  border-bottom-color: #a5a5a5;
  background-color: #bebebe;
  color: #fff;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .submitOrderBtn .subtext {
  font-size: 12px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .submit-instruction {
  display: block;
  margin-top: 15px;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions ul.fulfillment-methods {
  padding: 0 0 0 20px;
  margin: 0 0 12px 0;
  list-style-type: none;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method {
  display: inline-block;
  position: relative;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method:first-child {
  margin-right: 10px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method label {
  display: block;
  padding-left: 28px;
  position: relative;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #dddddd;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method label:after {
  content: "";
  width: 8px;
  height: 8px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 6px;
  background: #989898;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method label:hover:before {
  background-color: #cccccc;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method label:focus:before {
  background-color: #cccccc;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method label.checked:after {
  display: block;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method input.checked + label:after,
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .fulfillment-method input:checked + label:after {
  display: block;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .dietaryWarning {
  margin-left: -12px;
  margin-right: -12px;
  font-size: 14px;
  line-height: 20px;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary .orderActions .dietaryWarning span {
  color: #ff331e;
}
#orderConfirmation #confirmationWrapper .placedOrder .order #order-summary #clearOrderBtn {
  display: none;
}
#orderConfirmation #confirmationWrapper .placedOrder .pickup_instructions {
  margin-top: 0;
  margin-bottom: 48px;
}
#orderConfirmation #confirmationWrapper .promotion {
  width: 192px;
  position: absolute;
  top: 24px;
  bottom: 24px;
  right: 24px;
  padding: 24px 24px;
  background: #fafaf6;
}
#orderConfirmation #confirmationWrapper .promotion .promotion-inner {
  color: #e7763b;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1000px) {
  #orderConfirmation #confirmationWrapper .orderStatusContainer {
    position: relative;
    height: 94px;
  }
  #orderConfirmation #confirmationWrapper .orderStatusContainer ul {
    position: absolute;
    top: 30px;
  }
}
@media (max-width: 640px) {
  #orderConfirmation footer.site_footer {
    margin-top: 50px;
  }
  #orderConfirmation #confirmationWrapper .confirmationDetails {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 10px;
  }
  #orderConfirmation #confirmationWrapper .confirmationDetails .promotion {
    position: static;
    width: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin-top: 24px;
    padding: 12px 12px;
  }
  #orderConfirmation #confirmationWrapper .confirmationDetails .promotion .promotion-availability {
    margin-bottom: 0;
  }
  #orderConfirmation #confirmationWrapper #confirmationStatus {
    width: 100%;
  }
  #orderConfirmation #confirmationWrapper #confirmationStatus #confirmationMessage {
    margin-bottom: 50px;
    margin-top: 12px;
  }
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #000000;
  border: 1px solid #ccc;
  border: 1px solid #000000;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #ffffff;
  white-space: nowrap;
}
.attribution {
  display: none;
}
.attribution-desktop {
  display: block;
}
@media (max-width: 880px) {
  .attribution-tablet {
    display: block;
  }
  .attribution-mobile,
  .attribution-desktop {
    display: none;
  }
}
@media (max-width: 640px) {
  .attribution-mobile {
    display: block;
  }
  .attribution-tablet,
  .attribution-desktop {
    display: none;
  }
}
.attribution:only-of-type {
  display: block;
}