@font-face {
  font-family: 'subwayfootlong';
  src: url("../fonts/subway-footlong.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'subwaysixinchlong';
  src: url("../fonts/subway-sixinch.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 700px) {
  .item {
    width: 45% !important;
    margin: 10px !important;
  }
}

@media (max-width: 1234px) {
  .order-cart {
    position: fixed;
    bottom: 0;
    width: 100vw !important;
    height: 80px !important;
    min-height: auto !important;
    border: none !important;
    left: 0;
  }
  .order-cart .order-cart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100% !important;
    margin-top: 13px;
  }
  .order-cart .order-totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100% !important;
  }
  .order-cart .order-totals span:nth-child(-n+3) {
    display: none;
  }
  .order-cart .order-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }
  .order-cart .order-items,
  .order-cart h1 {
    display: none;
  }
  .order-cart .order-button {
    max-width: 250px;
    margin: 0px 20px;
    font-size: 21px;
  }
  .order-container {
    width: 100% !important;
    margin: 0 !important;
  }
  .order-section {
    width: 100% !important;
    padding: 0 !important;
  }
  #nav-mobile {
    z-index: 100;
    display: none;
    position: absolute;
    background-color: white;
    width: 75%;
    left: 0;
    top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 100px 0px;
    border: 3px solid #333;
    border-left: none;
    border-top: none;
  }
  #nav-mobile li {
    width: 100%;
    margin: 10px 30px;
  }
  #nav-mobile a {
    text-align: center;
  }
  #collapseMenu {
    display: block !important;
    cursor: pointer;
  }
  .mini-promo {
    width: 100vw !important;
  }
  .grid-parent {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto;
        grid-template-areas: "img1" "title1" "text1" "img2" "title2" "text2" "img3" "title3" "text3" !important;
  }
  .grid-parent img {
    margin-top: 30px;
  }
  .order-button {
    width: 75% !important;
    margin: 0 auto;
  }
  .order-categories {
    width: 100vw;
    display: block !important;
    gap: 0px !important;
  }
  .order-categories a {
    margin-bottom: 20px !important;
  }
  #orderItem {
    margin-bottom: 150px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Roboto', sans-serif;
}

body {
  margin: 0 !important;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:link,
a:visited {
  text-decoration: none;
  cursor: auto;
  color: inherit;
}

nav {
  width: 100%;
  height: 100px;
  background-color: white;
  margin-bottom: 15px;
  border-bottom: 2px solid #028940;
}

h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'subwayfootlong', Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
  font-family: 'subwaysixinchlong', Arial, sans-serif;
  font-weight: 400;
}

.nav-wrapper {
  margin: 0 auto;
  max-width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.nav-wrapper a:hover {
  cursor: pointer;
}

.nav-links {
  font-family: 'subwayfootlong', Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  display: inline-block;
  padding: 15px;
}

.nav-links li a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-links li a:hover {
  color: #fbbb01;
}

#collapseMenu {
  display: none;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}

.active {
  color: #fbbb01 !important;
}

.tab-content {
  width: 100%;
  text-align: center;
  display: none;
}

.main-promo img {
  width: 100%;
}

.mini-promo {
  margin: 30px auto 0px auto;
  width: 750px;
}

.mini-promo .title {
  font-family: 'Roboto', sans-serif;
  padding: 10px 20px;
  font-size: 23px;
  color: #028940;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-weight: 400;
}

.mini-promo .text {
  font-family: 'Roboto', sans-serif;
  padding: 0px 20px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
}

.mini-promo .grid-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (auto)[3];
      grid-template-rows: repeat(3, auto);
  gap: 0px 1px;
      grid-template-areas: "img1 img2 img3" "title1 title2 title3" "text1 text2 text3";
}

.mini-promo .img1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img1;
}

.mini-promo .img2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: img2;
}

.mini-promo .img3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: img3;
}

.mini-promo .title1 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: title1;
}

.mini-promo .title2 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: title2;
}

.mini-promo .title3 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: title3;
}

.mini-promo .text1 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text1;
}

.mini-promo .text2 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: text2;
}

.mini-promo .text3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text3;
}

.promo-buttons {
  display: inline;
}

.promo-buttons img {
  margin: 10px;
}

.order-button {
  display: block;
  height: auto;
  margin: 30px auto;
  width: 750px;
  background-color: #8bcd32;
  color: black;
  text-transform: uppercase;
  font-family: 'subwayfootlong', Arial, sans-serif;
  font-size: 26px;
  padding: 15px;
}

.order-button:hover {
  cursor: pointer;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

@media (max-width: 1234px) {
  #contact {
    width: 100% !important;
  }
  #contact .contact-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
  }
  #contact .column {
    width: 100% !important;
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
    margin-bottom: 40px;
  }
  #contact .contact-details {
    margin: 0 auto !important;
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
  #contact .contact-form {
    width: 100%;
  }
}

#contact {
  width: 70%;
  margin: 0 auto;
}

#contact h1 {
  font-family: 'subwayfootlong', Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
  padding: 30px 0px;
}

#contact .contact-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#contact .column {
  width: 50%;
  height: 200px;
}

#contact form {
  width: 75%;
  margin: auto;
}

#contact .order-button {
  border: none;
  margin-top: 0px;
}

#contact .contact-details {
  text-align: left;
  margin-left: 25%;
}

#contact .contact-details p {
  font-size: 18px;
}

.input-field {
  width: 100%;
}

.input-field * {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 10px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.input-field textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 47px;
}

@media (max-width: 1234px) {
  #storelocator {
    width: 95% !important;
  }
  #storelocator .input-field {
    width: 100% !important;
  }
  #storelocator .input-field #search {
    width: 30% !important;
  }
}

#storelocator {
  width: 70%;
  margin: 0 auto;
}

#storelocator .input-field {
  width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#storelocator .input-field #search {
  width: 20%;
  margin-left: 10px;
  background-color: #8bcd32;
  border: none;
}

#storelocator #gmap {
  width: 100%;
  height: 750px;
  margin-bottom: 100px;
  border: 0px;
}

.order-container {
  margin: 0 auto;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-section {
  width: 75%;
  padding: 0 30px;
}

.order-cart {
  background-color: #8bcd32;
  width: 20%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: 415px;
  margin-top: 80px;
  border: 3px solid #333;
}

.order-cart .order-items {
  min-height: 69px;
  width: 80%;
  font-size: 20px;
}

.order-cart .order-items .item-name {
  margin: 0 auto;
}

.order-cart .order-button {
  background-color: #038636;
  color: white;
}

.order-cart-container {
  width: 90%;
  margin: 0 auto;
}

.order-totals {
  margin-top: 40px;
}

.order-totals .order-button {
  width: 90%;
}

.order-stats {
  font-size: 25px;
  text-align: left;
}

.order-stats > span:nth-child(3n+2) {
  font-size: 30px;
  font-family: 'subwayfootlong', Arial, sans-serif;
}

.order-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}

.order-categories a {
  font-size: 25px;
  padding: 2px 10px;
}

.order-categories .active {
  font-weight: 700;
  border: 1px solid #333;
  color: initial !important;
}

.item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0px;
}

.divide {
  width: 100%;
  font-size: 35px;
  font-family: 'subwayfootlong', Arial, sans-serif;
  margin-top: 30px;
  text-transform: capitalize;
}

.item {
  background-color: white;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 244px;
  margin: 20px;
  border-radius: 4px;
  border: 1px solid #8bcd32;
  height: 300px;
}

.item .item-title {
  height: 40px;
  text-align: center;
  background-color: #8bcd32;
  color: #333;
}

.item .item-title h3 {
  margin: 0;
  padding: 10px;
}

.item .item-image {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.item .add-to-button {
  position: absolute;
  bottom: 10px;
  width: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #8bcd32;
  color: #333;
  border: 2px solid #028940;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  font-family: 'subwayfootlong', Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.item .add-to-button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

#itemImage {
  width: 244px;
}

.customise-sub .order-stats {
  margin-top: 30px;
  text-align: center;
}

.customise-option-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.customise-option-container .customise-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.customise-option-container .customise-option input {
  float: right;
}

.customise-option-container .customise-option p {
  padding: 0 10px;
}

.overlay {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 50vw;
  height: 400px;
  background-color: white;
  border: 3px solid #028940;
}
/*# sourceMappingURL=style.css.map */