/* Global order styles */

body {
  background-color: var(--order-page-background-color);
  color: var(--order-page-color);
}

@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 4em;
  }
}

/* Order nav */

.order-nav {
  background-color: var(--order-nav-background-color);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

.order-nav__nav {
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.order-nav__link,
.yourOrder {
  font-family: var(--font-family-bold);
  letter-spacing: var(--letter-spacing);
  position: relative;
  text-transform: uppercase;
}

.order-nav__link {
  color: var(--order-nav-color);
}

.yourOrder {
  color: var(--basket-color);
}

.order-nav__link--hidden {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}

.order-nav__link--overflow-hidden {
  visibility: hidden;
  display: none;
}

.order-nav__overflow--hidden {
  display: none;
}

#Master_CPH1_btnCheckout[disabled='disabled'] {
  background-color: var(--basket-button-background-color-disabled);
  border-color: var(--basket-button-background-color-disabled);
  color: var(--basket-button-color-disabled);
  cursor: default;
}

#Master_CPH1_btnCheckout:not([disabled='disabled']) {
  cursor: pointer;
}

#Master_CPH1_triggerButton {
  display: none;
}

@media only screen and (max-width: 767px) {
  .order-nav .flickity-button {
    background-color: var(--order-nav-color);
    border-radius: 0;
    color: var(--order-nav-background-color);
    opacity: 0.7;
  }

  .order-nav .flickity-button:disabled {
    display: none;
  }

  .order-nav .flickity-button:focus {
    box-shadow: none;
  }

  .order-nav .flickity-prev-next-button.previous {
    left: 0;
  }

  .order-nav .flickity-prev-next-button.next {
    right: 0;
  }

  .order-nav__nav {
    overflow: hidden !important;
    visibility: hidden;
  }

  .order-nav__link {
    font-size: 14px;
    padding: 0 1em;
    line-height: 3em;
  }

  .order-nav__link--overflow {
    display: none;
  }

  .order-nav__overflow {
    display: none;
  }

  #Master_CPH1_btnCheckout {
    bottom: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 768px) {
  .order-nav .svg--chevron-down {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
  }

  .order-nav .svg--chevron-down polyline {
    fill: var(--order-nav-color);
  }

  .order-nav__wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 15px;
    max-width: var(--wrapper-width-desktop);
  }

  .order-nav__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 15px;
  }

  .order-nav__link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1em;
    text-align: center;
  }

  .order-nav__link--overflow {
    padding-right: 36px;
  }

  .order-nav__overflow .order-nav__link {
    display: block;
    padding: 10px 40px;
  }

  .order-nav__overflow {
    background-color: var(--order-nav-background-color);
    position: absolute;
    right: 10px;
    top: 100%;
  }

  .order-nav__overflow:not(.slide-target--opening):not(.slide-target--closing) {
    overflow: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-nav__link {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .order-nav__link {
    font-size: 18px;
  }
}

/* Go to Checkout */

#Master_CPH1_btnCheckout {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #Master_CPH1_btnCheckout {
    border-radius: 0;
  }
}

@media only screen and (min-width: 768px) {
  #Master_CPH1_btnCheckout {
    border-radius: 0 0 var(--form-submit-border-radius)
      var(--form-submit-border-radius);
  }

  #Master_CPH1_cartPanel {
    position: relative;
  }

  .yourOrder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1em;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: normal;
  }

  .order-nav__checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cartBody {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-nav__nav {
    width: calc(100% - 300px);
  }

  #Master_CPH1_cartPanel {
    min-width: 300px;
  }

  .yourOrder,
  #Master_CPH1_btnCheckout {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .order-nav__nav {
    width: calc(100% - 340px);
  }

  #Master_CPH1_cartPanel {
    min-width: 340px;
    max-width: 500px;
  }

  .yourOrder {
    font-size: 18px;
  }
}

/* Suggestions */

.suggestions {
  text-align: center;
}

.suggestions .flickity-button-icon {
  display: none;
}

.suggestions .flickity-prev-next-button {
  background: var(--suggestion-control-icon-path) no-repeat;
  background-size: contain;
  opacity: 1;
}

.suggestions .flickity-prev-next-button:disabled {
  display: none;
}

.suggestions .flickity-prev-next-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.suggestions .flickity-prev-next-button.previous {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.suggestions__heading,
.suggestion__heading,
.suggestion__price {
  font-family: var(--font-family-bold);
  text-transform: uppercase;
}

.suggestion {
  background-color: var(--suggestion-background-color);
}

.suggestion__description {
  font-family: var(--font-family-standard);
  letter-spacing: var(--letter-spacing);
}

.suggestion__price {
  letter-spacing: var(--letter-spacing);
}

.suggestion__link {
  color: var(--suggestion-anchor-color);
  font-family: var(--font-family-standard);
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .suggestions {
    padding: 0 12.5em;
  }

  .suggestions .flickity-prev-next-button.previous {
    left: 10px;
  }

  .suggestions .flickity-prev-next-button.next {
    right: 1e;
  }

  .suggestions__heading,
  .suggestion__heading,
  .suggestion__price {
    font-size: 12px;
  }

  .suggestions__heading {
    margin-bottom: 0.5em;
  }

  .suggestion {
    margin: 0 3em;
    padding: 5em 10em;
    width: 100em;
  }

  .suggestion__heading {
    margin-bottom: 0.5em;
  }

  .suggestion__description,
  .suggestion__link {
    font-size: 11px;
  }

  .suggestion__description {
    margin-bottom: 0.5em;
  }

  .suggestion__price {
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 768px) {
  .suggestions {
    padding-left: 1em;
  }

  .suggestions .flickity-prev-next-button {
    height: 3em;
    width: 3em;
  }

  .suggestions .flickity-prev-next-button.next {
    right: 1em;
  }

  .suggestions__heading,
  .suggestion__heading,
  .suggestion__price {
    font-size: 14px;
  }

  .suggestions__heading {
    margin-bottom: 0.5em;
  }

  .suggestion {
    margin: 0 0.3em;
    padding: 0.4em 1.2em;
    width: 10em;
  }

  .suggestion__heading {
    margin-bottom: 5px;
  }

  .suggestion__description,
  .suggestion__link {
    font-size: 12px;
  }

  .suggestion__description {
    margin-bottom: 3px;
  }

  .suggestion__price {
    margin-bottom: 5px;
  }
}

/* Products */

.products {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wrapper-width-desktop);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 375px) {
  .page--order3 .products {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media only screen and (min-width: 768px) {
  .products {
    padding: 20px 15px;
  }

  .page--order4 .products {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

/* Product category */

.product-category__summary {
  color: var(--dish-category-description-color);
  padding: 28px 20px 20px;
  text-align: center;
}

.product-category__heading {
  color: var(--dish-category-heading-color);
  font-family: var(--font-family-bold);
  letter-spacing: var(--letter-spacing);
  padding-bottom: 8px;
  text-transform: uppercase;
}

.product-category__summary p {
  letter-spacing: var(--letter-spacing);
  line-height: 1.4em;
}

.product-category__products {
  display: -ms-grid;
  display: grid;
}

.page--order3 .product-category__products,
.page--order4 .product-category__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 0;
}

@media only screen and (max-width: 767px) {
  .product-category__summary {
    padding: 20px;
  }

  .product-category__heading {
    font-size: 19px;
  }

  .product-category__p {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .product-category__p {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }

  .product-category__products {
    grid-gap: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-category {
    padding-right: 315px;
  }

  .product-category__heading {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .product-category {
    padding-right: 355px;
  }

  .product-category__heading {
    font-size: 30px;
  }
}

@media only screen and (min-width: 850px) and (max-width: 1099px) {
  .page--order2 .product-category__products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1024px) {
  .product-category__products {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1100px) {
  .page--order2 .product-category__products {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Product listing */

.product-listing {
  position: relative;
}

.page--order3 .product-listing,
.page--order4 .product-listing {
  margin-bottom: 15px;
}

.page--order3 .product-listing:not(.dishSpecial22):not(.dishSpecial28) {
  cursor: pointer;
}

.product-listing__box {
  background-color: var(--dish-listing-background-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--dish-listing-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.dishSpecial32 .product-listing__box {
  background-color: var(--dish-listing-promo-background-color);
  color: var(--dish-listing-promo-color);
}

.page--order3 .product-listing__box,
.page--order4 .product-listing__box {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-listing__details,
.product-listing__added {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-listing__details {
  grid-area: details;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.product-listing__heading {
  font-family: var(--font-family-bold);
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
}

.product-listing__qty {
  font-family: var(--font-family-standard);
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-listing__p,
.product-listing p {
  letter-spacing: var(--letter-spacing);
}

.product-listing__price {
  font-family: var(--font-family-bold);
  letter-spacing: var(--letter-spacing);
}

.dishSpecial22 .product-listing__price {
  display: none;
}

.product-listing__type {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family-bold);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: var(--letter-spacing);
  margin-bottom: 0.5em;
  margin-top: auto;
  text-transform: uppercase;
}

.product-listing__msg {
  color: var(--dish-listing-added-color);
  font-family: var(--font-family-bold);
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dishSpecial32 .product-listing__msg {
  color: var(--dish-listing-promo-added-color);
}

.product-listing__image-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: image;
  overflow: hidden;
  position: relative;
}

.page--order3 .product-listing__image-wrapper,
.page--order4 .product-listing__image-wrapper {
  height: 0;
  width: 100%;
}

.page--order3 .product-listing__image-wrapper {
  padding-bottom: 100%;
}

.page--order4 .product-listing__image-wrapper {
  padding-bottom: 50%;
}

.product-listing__image {
  max-width: 100%;
}

.subDishes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subDishes .button {
  background-color: var(--dish-listing-child-button-background-color);
  border-color: var(--dish-listing-child-button-border-color);
  color: var(--dish-listing-child-button-color);
  min-width: 55px;
}

.subDishes .button:hover {
  background-color: var(--dish-listing-child-button-hover-background-color);
  border-color: var(--dish-listing-child-button-hover-border-color);
  color: var(--dish-listing-child-button-hover-color);
}

.dishSpecial32 .subDishes .button {
  background-color: var(--dish-listing-promo-child-button-background-color);
  border-color: var(--dish-listing-promo-child-button-border-color);
  color: var(--dish-listing-promo-child-button-color);
}

.dishSpecial32 .subDishes .button:hover {
  background-color: var(
    --dish-listing-promo-child-button-hover-background-color
  );
  border-color: var(--dish-listing-promo-child-button-hover-border-color);
  color: var(--dish-listing-promo-child-button-hover-color);
}

.product-listing__details .subDishBuyClump {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-listing__details .subDishBuyClump input[type='submit'] {
  display: none;
}

.product-listing__details .subDishPrice {
  font-family: var(--font-family-standard);
  margin-top: 5px;
}

.product-listing__details .dishBuy {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-listing__details .SpecialDishBuy28,
.dishSpecial28 .product-listing__price {
  display: none;
}

.page--order3 .product-listing__details .dishBuy {
  display: none;
}

.product-listing__details .dishBuy .dishPrice,
.product-listing__details .dishBuy.SpecialDishBuy22 {
  display: none;
}

.dishBuy .button {
  background-color: var(--dish-listing-order-button-background-color);
  border-color: var(--dish-listing-order-button-border-color);
  color: var(--dish-listing-order-button-color);
}

.dishBuy .button:hover {
  background-color: var(--dish-listing-order-button-hover-background-color);
  border-color: var(--dish-listing-order-button-hover-border-color);
  color: var(--dish-listing-order-button-hover-color);
}

.dishSpecial32 .dishBuy .button {
  background-color: var(--dish-listing-promo-order-button-background-color);
  border-color: var(--dish-listing-promo-order-button-border-color);
  color: var(--dish-listing-promo-order-button-color);
}

.dishSpecial32 .dishBuy .button:hover {
  background-color: var(
    --dish-listing-promo-order-button-hover-background-color
  );
  border-color: var(--dish-listing-promo-order-button-hover-border-color);
  color: var(--dish-listing-promo-order-button-hover-color);
}

.ddlNo {
  border-color: var(--dish-listing-quantity-border-color);
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
  text-align: center;
  width: auto;
}

.dishSpecial32 .ddlNo {
  border-color: var(--dish-listing-promo-quantity-border-color);
}

.product-listing__added {
  background-color: var(--dish-listing-background-color);
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding-left: 30px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  z-index: 2;
}

.dishSpecial32 .product-listing__added {
  background-color: var(--dish-listing-promo-background-color);
}

.product-listing__added::before {
  background-color: var(--dish-listing-added-trim-color);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.dishSpecial32 .product-listing__added::before {
  background-color: var(--dish-listing-promo-added-trim-color);
}

.page--order2 .product-listing__details,
.page--order3 .product-listing__details,
.page--order4 .product-listing__details {
  width: 100%;
}

@media only screen and (max-width: 374px) {
  .page--order3 .product-listing {
    width: 100%;
  }
}

@media only screen and (min-width: 375px) {
  .page--order3 .product-listing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 1023px) {
  .page--order3 .product-listing {
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 767px) {
  .product-listing__box {
    border-bottom: 1px solid var(--dish-listing-border-color-mobile);
    padding: 15px;
  }

  .product-listing:last-of-type .product-listing__box {
    border-bottom: none;
  }

  .product-listing__heading,
  .product-listing__qty {
    font-size: 15px;
    margin-bottom: 0.6em;
  }

  .product-listing__p,
  .product-listing p {
    font-size: 13px;
    margin-bottom: 0.6em;
  }

  .product-listing__price {
    font-size: 15px;
    margin-bottom: 1em;
  }

  .product-listing__type {
    font-size: 15px;
  }

  .product-listing__msg {
    font-size: 15px;
  }

  .page--order3 .product-listing__details,
  .page--order4 .product-listing__details {
    padding: 15px;
  }

  .product-listing__details .subDishes {
    margin: 15px 0;
  }

  .product-listing__details .subDishBuyClump {
    margin: 0 5px 10px;
  }

  .product-listing__details .subDishes .button {
    margin-bottom: 8px;
  }

  .product-listing__details .subDishPrice {
    font-size: 12px;
  }

  .product-listing__details .ddlNo {
    font-size: 15px;
  }

  .product-listing__details .buy {
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .product-listing__details {
    width: calc(100% - 145px);
  }

  .product-listing__image-wrapper {
    width: 130px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 991px) {
  .product-listing__details {
    width: calc(100% - 165px);
  }

  .product-listing__image-wrapper {
    width: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .product-listing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 10px;
  }

  .page--order4 .product-listing {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .product-listing--large {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .product-listing__box {
    border-radius: var(--dish-listing-border-radius);
    padding: 15px;
  }

  .product-listing__box--main {
    -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
    transition: -webkit-box-shadow 300ms ease-in-out;
    -o-transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out,
      -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out,
      -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out,
      -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out,
      -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out,
      -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out,
      -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out,
      -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out,
      -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out,
      -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out,
      -webkit-box-shadow 300ms ease-in-out;
  }

  .product-listing__box--main:hover {
    -webkit-box-shadow: var(--dish-listing-hover-box-shadow);
    box-shadow: var(--dish-listing-hover-box-shadow);
  }

  .dishSpecial32 .product-listing__box--main:hover {
    -webkit-box-shadow: var(--dish-listing-promo-hover-box-shadow);
    box-shadow: var(--dish-listing-promo-hover-box-shadow);
  }

  .product-listing__heading,
  .product-listing__qty {
    margin-bottom: 10px;
  }

  .page--order3 .product-listing__details,
  .page--order4 .product-listing__details {
    padding: 15px;
  }

  .product-listing__details p,
  .product-listing__p {
    margin-bottom: 8px;
  }

  .product-listing__price {
    font-size: 17px;
  }

  .product-listing__type {
    font-size: 17px;
  }

  .product-listing__msg {
    font-size: 17px;
  }

  .product-listing__details .subDishes {
    margin: 1em 0 0.5em;
  }

  .product-listing__details .subDishBuyClump {
    margin: 0 0.5em 0.5em;
  }

  .product-listing__details .subDishPrice {
    font-size: 12px;
  }

  .product-listing__details .buy {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-listing__heading,
  .product-listing__qty {
    font-size: 14px;
  }

  .product-listing__details p,
  .product-listing__p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .page--order4 .product-listing {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .page--order4 .product-listing {
    width: calc(50% - 15px);
  }

  .product-listing__heading,
  .product-listing__qty {
    font-size: 16px;
  }

  .product-listing__details p,
  .product-listing__p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .product-listing__details {
    width: calc(100% - 195px);
  }

  .product-listing__image-wrapper {
    width: 180px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .page--order3 .product-listing {
    width: calc(33.333333% - 15px);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .product-listing__details {
    width: calc(100% - 115px);
  }

  .product-listing__image-wrapper {
    width: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .page--order3 .product-listing {
    width: calc(25% - 15px);
  }
}

@media only screen and (min-width: 1280px) {
  .product-listing__details {
    width: calc(100% - 185px);
  }

  .product-listing__image-wrapper {
    width: 170px;
  }
}

/* Dish listing image stamps */

.product-listing__image-wrapper .stamps-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40%;
  right: 40%;
}

.product-listing__image-wrapper .stamp-wrapper {
  height: 100%;
  width: 100%;
}

.product-listing .stamp-wrapper img {
  max-height: 100%;
  max-width: 100%;
}

.product-listing > .stamps-wrapper img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .product-listing > .stamps-wrapper {
    border-radius: var(--dish-listing-border-radius) var(--dish-listing-border-radius) 0 0;
    margin-bottom: -10px;
    overflow: hidden;
  }
  
  .product-listing > .stamps-wrapper ~ .product-listing__box {
    border-radius: 0 0 var(--dish-listing-border-radius) var(--dish-listing-border-radius);
  }
}

/* Dish listing Icons */

.product-listing .icons-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}

.product-listing .icon-wrapper {
  margin: 5px;
  height: 20px;
}

.product-listing .icon-wrapper img {
  height: 100%;
}

/* Dish listing spinner */

.listing-spinner {
  background-color: var(--dish-listing-background-color);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.listing-spinner__animation {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.listing-spinner__animation::before {
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 5px #cfd0d1;
  border-bottom-color: var(--dish-listing-color);
  border-radius: 50%;
  content: "";
  height: 40px;
  width: 40px;
  will-change: transform;
}

/* Product options modal */

.modal--product-options .modal-content {
  max-width: 730px;
  width: 100%;
}

.modal--product-options iframe {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 729px) {
  .modal--product-options .modal-content {
    height: 100%;
  }
}

@media only screen and (min-width: 730px) {
  .modal--product-options .modal-content {
    height: 80vh;
  }
}
