body {
  height: auto;
  width: 100%;
}

* {
  box-sizing: border-box;
}

/* MAIN SECTION */
.order-section {
  padding: 30px 0;
}

.order-article {
  width: 70%;
  margin: auto;
}

.pickup-btn {
  width: auto;
  padding: 10px 20px;
  color: var(--black);
  cursor: pointer;
  font-size: var(--14px);
  background: var(--white);
  border: 1px solid var(--black);
}

.pickup-btn:hover {
  background: var(--hovergrey);
}

.pickup-btn > span {
  font-size: var(--14px);
  color: var(--darkyellow);
  margin-left: 10px;
  text-decoration: underline;
}
.nav-flavours-section {
  background: var(--white);
  position: sticky;
  left: 0;
  top: 0;
  padding: 0;
}

.nav-flavours-article {
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--grey);
}

.select-type-option {
  width: 300px;
  background: none;
  height: auto;
  color: var(--black);
  border: none;
  border-right: 1px solid var(--grey);
  padding: 5px 15px;
  appearance: none;
  padding-right: 50px;
  cursor: pointer;
  outline: none;
}

.default-view-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: right !important;
  background: transparent !important;
}

.view-cart-btn,
.default-view-btn-responsive {
  background: var(--yellow2);
  outline: none;
  border: none;
  margin-left: 60px;
  cursor: pointer;
  padding: 10px;
}

.default-view-btn-responsive {
  color: var(--white);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0px;
}

.dairy-free-cream-flavours-tab {
  flex: 1;
}

.view-cart-text {
  flex: 1 !important;
  margin-right: 10px;
}

.default-cart-view-responsive {
  color: var(--white);
}

.view-cart-btn-con {
  display: none;
  position: fixed;
  border-top: 1px solid var(--grey);
  bottom: 0;
  width: 100%;
  height: 120px;
  padding: 30px;
  background: var(--white);
}

svg,
g,
path {
  color: var(--white) !important;
}

.default-cart-view,
.default-cart-view > g,
.default-cart-view > g > g > path {
  color: var(--grey) !important;
  margin-left: 5px;
}

.default-cart-view {
  font-size: var(--14px);
}

.cart-view-span {
  font-size: var(--16px) !important;
}

.view-cart-btn:hover {
  background: var(--hoverYellow2);
}

.view-cart-text {
  font-size: var(--16px);
}

.span-tab,
.span-tab > a {
  text-transform: uppercase;
  font-size: var(--14px);
  margin-left: 30px;
  padding: 10px;
  color: var(--black);
  line-height: 45px;
}

.view-cart-icon {
  margin-left: 10px;
}

.span-tab > a {
  cursor: pointer;
  margin-left: 0px;
}

.span-tab > a:hover {
  padding-bottom: 23px;
  border-bottom: 4px solid var(--darkyellow);
}

.current-tab > a {
  padding-bottom: 20px;
  border-bottom: 4px solid var(--darkyellow);
}
.wrapper {
  margin-top: 0px;
  perspective: 3px;
}

/* MAIN SECTION */
.main-section {
  z-index: 1100;
}
.order-online-sub-heading,
.flavours-heading-top {
  color: var(--black);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
}

.flavours-heading-top {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: var(--22px);
}

.flavour-order-list-con {
  width: 100%;
  display: grid;
  grid-gap: 15px;
  margin-bottom: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.flavour-order-con {
  width: 100%;
  height: auto;
  border: 1px solid var(--grey);
  padding: 20px;
  display: flex;
  align-items: center;
}

.flavour-order-con:hover {
  border: 1px solid var(--black);
  cursor: pointer;
}

.flavour-description-con {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.flavour-main-description-con {
  flex: 1;
  width: 90%;
}

.flavour-description-content {
  color: var(--black);
}

.flavour-heading-span {
  text-transform: uppercase;
}

.flavour-description-p {
  margin-top: 10px;
}

.flavour-img {
  width: 150px;
  height: 150px;
}

/* FLAVOUR MODAL */
.flavour-modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
}

.background {
  transform: translateZ(-5px) scale(2.4) !important;
}

.flavour-modal-main-con {
  width: 45%;
  height: 500px;
  margin: 0 auto;
  position: relative;
  background: var(--white);
}

.modal-static-elements-con {
  padding-bottom: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow-y: scroll;
}

.flavour-modal-img {
  width: 70%;
  object-fit: contain !important;
}

.flavour-modal-description-con {
  padding: 35px; /* UPDATE THIS PADDING FOR ADD TO ORDER CON ABSOLUTE AS WELL */
  width: 100%;
  margin-top: 500px;
  background: var(--white);
}

.flavour-modal-description-con > span,
p,
label,
textarea {
  color: var(--black);
}

.flavour-modal-description {
  margin-top: 10px; /* ADD SPACING BETWEEN HEADINGS */
}

.flavour-modal-heading {
  font-size: var(--24px);
  text-transform: capitalize;
}

.special-requests-textarea {
  margin-top: 15px;
  width: 100%;
  border: 1px solid var(--grey);
  height: 70px;
  outline: none;
  padding: 10px;
  resize: none;
}

.add-to-order-con-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--white);
  border-top: 1px solid var(--grey);
  padding: 25px 35px;
  width: calc(100% - 16px);
  height: 100px;
}

.close-flavour-modal-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  font-weight: bold;
  font-size: var(--20px);
}

.add-to-order-con {
  height: 100%;
  display: flex;
  align-items: center;
}

.div-cart-counter {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--grey);
  height: 100%;
  margin: 0 20px 0 0;
}

.cart-counter-btn {
  flex: 1;
  border: none;
  background: none;
  height: 30px;
  cursor: pointer;
}

.cart-counter-btn {
  flex: 1;
}

.cart-counter-span {
  flex: 1;
  text-align: center;
}

.add-to-order-btn {
  width: 70%;
  height: 100%;
  background: var(--yellow2);
  border: none;
  font-size: var(--16px);
  outline: none;
  color: var(--white);
  cursor: pointer;
}

.flavour-order-list-con {
  scroll-margin-top: 150px;
}

.add-to-order-btn > span {
  font-size: var(--16px);
}

/* PICKUP MODAL */
.pickup-modal-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
}

.pickup-modal-con {
  margin: 0 auto;
  padding: 25px;
  background: var(--white);
  width: 50%;
  position: relative;
  height: 60%;
}

.pickup-modal-con > h3,
.pickup-modal-con > span,
.pickup-modal-con > span > span {
  color: var(--black);
}

.pickup-modal-heading {
  color: var(--black);
  font-weight: bold;
}

.pickup-modal-main-span {
  color: var(--black);
  font-size: var(--13px);
}
.pickup-modal-main-content-span {
  color: var(--black);
  font-size: var(--13px);
}

.pickup-modal-btn-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid var(--lightgrey);
  display: flex;
  padding: 25px;
  align-items: center;
  justify-content: flex-end;
}

.pickup-modal-btn {
  width: 110px;
  height: 40px;
  margin-left: 15px;
  cursor: pointer;
  color: var(--white);
}

.pickup-modal-cancel-btn {
  color: var(--yellow2);
  border: 1px solid var(--yellow2);
}

.pickup-modal-save-btn {
  background: var(--yellow2);
  border: 1px solid var(--yellow2);
}

@keyframes slideleft {
  from {
    right: -30%;
    width: 30%;
  }

  to {
    right: 0%;
    width: 30%;
  }
}

@keyframes slideout {
  from {
    right: 0%;
    width: 30%;
  }

  to {
    right: -30%;
    width: 30%;
  }
}

.side-modal {
  display: grid !important;
  overflow: auto;
  grid-template-rows: 10% 55% auto 10% 15%;
}

.side-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.side-modal-wrapper-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.checkout-btn {
  height: 50px;
  grid-row: 5;
  width: 90%;
  margin: auto;
  cursor: pointer;
  background: var(--yellow2);
  border: none;
}

.checkout-btn:hover {
  background: var(--hoverYellow2);
}

.side-modal {
  animation-duration: 1s;
  background: var(--white);
  position: absolute;
  top: 0;
  z-index: 500;
  height: 100%;
  animation-fill-mode: forwards;
  right: -30%;
  width: 30%;
  animation-name: slideleft;
}
.side-modal-heading-con {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  grid-row: 1;
  padding: 10px 20px;
}

.side-modal-heading {
  color: var(--black);
}

.close-side-modal-btn {
  background: none;
  border: none;
  display: block;
  color: var(--black);
  margin-left: auto;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}

.div-cart-counter-side-modal {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--black);
  height: 30px;
  margin: 0 20px 0 0;
}

.cart-counter-btn-side-modal {
  color: var(--black);
}

.cart-counter-btn-side-modal {
  flex: 1;
  border: none;
  background: none;
  height: 30px;
  color: var(--black);
  cursor: pointer;
}

.cart-counter-btn-side-modal {
  flex: 1;
  color: var(--black);
}

.cart-counter-span-side-modal {
  flex: 1;
  text-align: center;
  color: var(--black);
  font-size: var(--11px);
}

.side-modal-message-con {
  width: 100%;
  height: 100%;
  overflow: auto;
  grid-row: 2;
  display: flex;
  flex-direction: column;
}

.browse-menu-message-span {
  text-align: center;
  color: var(--grey);
  width: 75%;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  font-size: var(--13px);
}

.add-order-notes-con {
  height: 100%;
  grid-row: 3;
  display: flex;
  align-items: center;
  padding: 20px;
  border-top: 1px solid var(--lightgrey);
  width: 100%;
}

.add-to-order-price-counter {
  font-size: var(--13px);
}

.side-modal-cart-list {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: block;
}

.side-modal-cart-list-li {
  height: auto;
  padding-bottom: 10px;
  padding: 20px;
  display: flex;
}

.side-modal-cart-list-li:hover {
  background: var(--hovergrey);
}

.side-modal-content-btn {
  background: none;
  border: none;
  color: var(--darkyellow);
  cursor: pointer;
  margin-right: 10px;
  font-size: var(--13px);
}

.side-modal-item-content {
  text-transform: uppercase;
  font-size: var(--14px);
  font-weight: bold;
  color: var(--black);
}

.side-modal-cart-price-con {
  height: 100%;
  margin-left: auto;
}

.side-modal-cart-content-price {
  font-size: var(--15px);
  color: var(--black);
}

.side-modal-cart-content-con {
  display: flex;
  flex-direction: column;
}

.add-order-notes-btn {
  border: none;
  background: none;
  height: auto;
  color: var(--darkyellow);
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: var(--16px);
}

.add-order-notes-btn-checkout {
  padding: 20px;
}

.clicked-add-order-notes {
  color: var(--black);
  font-size: var(--14px);
}

.cart-items-order-span {
  color: var(--black);
  font-size: var(--16px);
}

.add-order-notes-txtarea {
  height: 75px;
  padding: 10px;
  outline: none;
  width: 100%;
  resize: none;
  display: none;
  margin-top: 10px;
}

.order-notes-con {
  display: flex;
  align-items: center;
  grid-row: 4;
  border-top: 1px solid var(--lightgrey);
  padding: 0px 20px;
}

.subtotal-notes-span {
  width: 100%;
  height: 70px;
  color: var(--black);
  font-size: var(--16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subtotal-notes-span-price {
  color: var(--black);
  font-size: var(--16px);
  flex: 1;
}

/* CHECKOUT CONTAINER */
.checkout-con {
  width: 70%;
  display: none;
  margin: 0 auto;
}
.checkout-heading-con {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 0 25px 0;
}

.checkout-heading {
  color: var(--black);
  font-weight: 700;
  flex: 1;
}

.menu-btn {
  font-size: var(--16px);
  color: var(--yellow2);
  cursor: pointer;
  border: none;
  background: transparent;
}

.default-view-btn-responsive {
  display: flex;
}

.main-checkout-wrapper {
  width: 100%;
  display: grid;
  height: auto;
  padding: 20px 0 40px;
  grid-template-columns: minmax(auto, 55%) minmax(auto, 45%);
  grid-gap: 20px;
}

.input-details-con {
  width: 100%;
}

.display-order-con {
  width: 100%;
  height: fit-content;
  border: 1px solid var(--lightgrey);
}

.display-order-heading,
.display-order-length {
  font-size: var(--20px);
  color: var(--black);
  font-weight: bold;
}

.display-order-heading {
  margin: 30px 20px;
}

.display-order-total-span {
  font-weight: bold;
}

.display-order-list {
  margin: 40px 0 20px 0;
  list-style-type: none;
  padding: 0px 20px;
}

.display-order-list-item-span {
  color: var(--black);
  font-size: var(--16px);
  margin-left: auto;
}

.display-order-list-item {
  color: var(--black);
  width: 100%;
  display: grid;
  grid-template-columns: 10% 70% 20%;
}

.display-order-flavour {
  text-transform: uppercase;
  color: var(--black);
  font-size: var(--16px);
}

.display-add-order-notes-btn {
  border-top: 1px solid var(--lightgrey);
  border-bottom: 1px solid var(--lightgrey);
}

.display-order-total-con {
  width: 100%;
  height: auto;
  padding: 20px;
}

.display-order-total-span,
/* .display-order-subtotal-span */
.display-order-total-span > span {
  color: var(--black);
}

.display-order-item-count {
  color: var(--black);
  font-size: var(--16px);
}

.display-order-subtotal-span {
  font-weight: 500;
  font-size: var(--16px);
}

.display-order-total-span > span {
  float: right;
}

.span-con-other {
  background: var(--hovergrey);
  padding: 15px;
  width: 100%;
}

.message-account-span,
.message-account-span > u > a {
  font-size: var(--11px);
  color: var(--black);
}

/* DELIVERY METHOD CON */
.delivery-method-item {
  color: var(--black);
}

.checkout-input-heading {
  font-size: var(--24px);
  color: var(--black);
  flex: 1;
}

.pickup-from {
  font-size: var(--14px);
}

.pickup-time-con {
  margin-top: 35px;
}

.pickup-time-span {
  font-size: var(--14px);
}

.delivery-method-map-link {
  color: var(--yellow2);
  font-size: var(--14px);
  text-decoration: underline;
}

.delivery-method-heading-con {
  margin: 0px 0 30px 0;
}

.checkout-detail-btn {
  width: 100%;
  height: 40px;
  margin-top: 50px;
  background: var(--yellow2);
  border: none;
  cursor: pointer;
  font-size: var(--14px);
}

.checkout-detail-btn:hover {
  background: var(--hoverYellow2);
}

/* CONTACT INFORMATION */
.contact-info-details-con {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-gap: 20px;
  padding-top: 30px;
}

.contact-info-detail-wrapper {
  display: flex;
  flex-direction: column;
}

.contact-info-detail-input {
  height: 40px;
  margin-top: 10px;
  outline: none;
  border: 1px solid var(--grey);
  color: var(--black);
  font-size: var(--14px);
  padding-left: 10px;
}

.contact-info-detail-wrapper > label {
  font-size: var(--14px);
}

/* REVIEW AND PLACE ORDER */
.review-and-place-order-description {
  margin-top: 40px;
}

/* ALL CHECKOUT INP */
.checkout-input-con {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--lightgrey);
}

.checkout-span-status {
  color: var(--black);
  font-size: var(--22px);
  margin-right: 10px;
}

.contact-info-detail-input {
  width: 100%;
}

.checkout-edit-btn {
  display: none;
  color: var(--darkyellow);
  font-size: var(--16px);
  cursor: pointer;
  background: none;
  border: none;
  margin-right: 10px;
  text-decoration: underline;
}

.span-checkout-completed {
  color: var(--grey);
  font-size: var(--16px);
}

.completed-checkout-input-con {
  display: none;
  flex-direction: column;
  margin-top: 30px;
}

.span-checkout-completed {
  margin-top: 5px;
}

.checkout-info-heading-con {
  display: flex;
  align-items: center;
}

.unfocused-heading {
  color: var(--grey);
}

/* CHECKOUT MODAL */
.checkout-modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-modal-con {
  max-width: 650px;
  height: auto;
  padding: 80px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.checkout-modal-content {
  width: 500px;
}

.checkout-modal-heading {
  color: var(--black);
  font-size: var(--28px);
  text-align: center;
  font-weight: bold;
}

.checkout-modal-description {
  width: 100%;
  margin: 30px auto;
}

.checkout-modal-btn {
  width: 100%;
  height: 45px;
  background: var(--black);
}

.exit-checkout-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  color: var(--black);
  font-weight: bold;
  font-size: var(--22px);
  background: none;
  border: none;
  cursor: pointer;
}

.checkout-modal-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  cursor: pointer;
  transition: 1s;
}

.checkout-modal-wrapper {
  display: none;
}

.unfocused-checkout-input-con {
  display: none;
}

@media only screen and (min-width: 300px) and (max-width: 800px) {
  .main-ordering-con > section > article {
    width: 90%;
  }

  .main-article {
    width: 100% !important;
  }

  .side-modal {
    display: grid !important;
    overflow: auto;
    grid-template-rows: 15% 45% auto 15% 15%;
  }

  .flavour-order-list-con {
    grid-gap: 0px;
  }

  .flavour-order-con {
    padding: 20px;
    border: none;
    border-top: 1px solid var(--grey);
  }

  .flavour-order-con:nth-child(6) {
    border-bottom: 1px solid var(--grey);
  }

  .flavour-description-con {
    flex: 1;
  }

  .ice-cream-flavours-heading-3 {
    padding: 20px 20px 0 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .flavour-order-list-con {
    margin-bottom: 0px;
  }

  .order-section {
    padding: 0;
  }

  .select-type-option {
    display: none;
  }

  .default-view-btn {
    display: none !important;
  }

  .pickup-modal-con {
    width: 90%;
    height: 70%;
  }

  .default-cart-view {
    color: var(--white) !important;
  }

  .span-tab,
  .span-tab > a {
    margin-left: 0;
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: var(--12px);
  }

  .flavour-modal-main-con {
    width: 100%;
    /* height: 100%; */
  }

  .flavours-heading {
    display: none;
  }

  .flavours-heading-top {
    display: block;
  }

  .flavour-order-list-con {
    grid-template-columns: 1fr;
  }

  .add-to-order-con-absolute {
    width: 100%;
  }

  .view-cart-btn-con {
    display: flex;
  }

  .view-cart-btn {
    display: none;
  }

  .span-tab > a {
    font-size: var(--16px);
    padding-bottom: 20px;
  }

  .background {
    transform: translateZ(-5px) scale(3) !important;
    margin-top: -400px;
  }

  .flavour-modal-description-con {
    margin-top: 240px;
  }

  .checkout-con {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

  .main-checkout-wrapper {
    display: flex;
    flex-direction: column;
  }
  .checkout-heading-con {
    margin-top: 20px;
    padding: 10px 20px;
  }

  .checkout-heading {
    font-size: var(--22px);
  }

  .menu-btn {
    font-size: var(--14px);
  }

  .checkout-input-con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-input-heading {
    font-size: var(--20px);
  }

  .checkout-span-status {
    font-size: var(--20px);
  }

  .span-checkout-completed {
    font-size: var(--12px);
  }

  .checkout-modal-con {
    width: 100% !important;
  }

  .checkout-modal-content {
    width: 100%;
  }

  .checkout-modal-con {
    height: 100%;
    padding: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .side-modal {
    width: 70% !important;
  }

  @keyframes slideleft {
    from {
      right: -70%;
      width: 70%;
    }

    to {
      right: 0%;
      width: 70%;
    }
  }

  @keyframes slideout {
    from {
      right: 0%;
      width: 70%;
    }

    to {
      right: -70%;
      width: 70%;
    }
  }
}

@media only screen and (max-height: 600px) {
  .flavour-modal-main-con {
    height: 100%;
  }

  .pickup-modal-con {
    height: 90%;
  }

  .add-to-order-btn > span {
    font-size: var(--13px) !important;
  }
}

@media only screen and (max-width: 450px) {
  .span-tab > a,
  .current-tab > a {
    font-size: var(--11px);
    padding-bottom: 23px;
  }

  .current-tab > a {
    padding-bottom: 24px !important;
  }
}

@media only screen and (min-width: 600px) {
  .flavour-modal-main-con {
    width: 70%;
    max-width: 700px;
  }

  .checkout-modal-con {
    width: 80% !important;
    height: 80%;
    max-height: 400px;
  }

  .main-article {
    padding: 25px;
  }

  .span-tab > a {
    font-size: var(--13px);
    padding-bottom: 23px;
  }

  .current-tab > a {
    padding-bottom: 23px;
  }

  .flavour-order-con {
    border: 1px solid var(--grey);
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1300px) {
  .order-section > article {
    width: 90%;
  }

  .checkout-con {
    width: 90%;
  }

  .flavours-heading-top {
    display: none;
  }

  .select-type-option {
    width: 140px;
  }

  .select-btn-article {
    width: 85% !important;
  }

  .nav-flavours-article {
    width: 85% !important;
  }
}

@media only screen and (max-width: 550px) {
  .side-modal {
    width: 100% !important;
  }

  .contact-info-details-con {
    grid-template-columns: 1fr;
  }

  @keyframes slideleft {
    from {
      right: -100%;
      width: 100%;
    }

    to {
      right: 0%;
      width: 100%;
    }
  }

  @keyframes slideout {
    from {
      right: 0%;
      width: 100%;
    }

    to {
      right: -100%;
      width: 100%;
    }
  }
}

@media only screen and (min-width: 1300px) {
  .flavours-heading-top {
    display: none;
  }
}
