.menu h2 {
  font-family: 'Cabin Sketch', cursive !important;
  font-size: 35px;
  color: #dd3333;
}
.menu .seafood-price-note {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 15px 0;
}
.menu .seafood-price-note i {
  padding-right: 5px;
}
.menu .pricing-teirs {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
}
.menu .pricing-teirs .pricing-teir {
  display: flex;
  flex-direction: column;
}
.menu .pricing-teirs .pricing-teir .size-price {
  display: flex;
  align-items: center;
}
.menu .pricing-teirs .pricing-teir .size-price .size {
  font-size: 25px;
  font-family: 'Kaushan Script';
}
.menu .pricing-teirs .pricing-teir .size-price .price {
  color: #ffffff;
  background-color: #dd3333;
  padding: 0px;
  border-radius: 66px;
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin: 0 10px;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 25px;
  visibility: hidden;
}
.menu .pricing-teirs .pricing-teir .name {
  font-family: 'Montserrat';
  font-weight: 700;
}
.menu #manoushSizeTeir .price {
  font-size: 15px;
}
.menu #manoushSizeTeir .name {
  padding-top: 10px;
}
.menu .size-note {
  font-size: 16px;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 100%;
  display: flex;
  align-items: center;
}
.menu .menu-items-container {
  display: flex;
  flex-wrap: wrap;
}
.menu .menu-item {
  display: flex;
  padding: 30px 50px 30px 0;
  width: 400px;
}
.menu .menu-item img {
  height: 150px;
  width: 150px;
  padding-right: 10px;
}
.menu .menu-item .item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.menu .menu-item .item-info .name-and-price {
  display: flex;
  padding-bottom: 5px;
  justify-content: space-between;
}
.menu .menu-item .item-info .name-and-price .menu-item-name {
  font-size: 20px;
  line-height: 20px;
}
.menu .menu-item .item-info .popular {
  display: none;
  width: 120px;
}
.menu .sides-extras-deals {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.menu .sides-extras-deals h2 {
  margin-block-end: 0px;
}
@media only screen and (min-width: 901px) and (max-width: 1440px) {
  .menu {
    margin: 0 20px;
  }
  .menu .menu-item {
    width: 43%;
  }
  .menu .sides-extras-deals .menu-item {
    width: 100%;
    max-width: 600px;
  }
}
@media only screen and (max-width: 900px) {
  .menu {
    margin: 0 20px;
  }
  .menu h2 {
    font-size: 30px;
  }
  .menu .menu-item {
    padding: 10px 0;
    width: 100%;
  }
}
.menu-item-name {
  color: #111;
  font-family: 'Montserrat';
  font-weight: 700;
}
.menu-item-desc {
  color: #999999;
  font-family: 'Open Sans';
}
.menu-item-price {
  color: #dd3333;
  font-weight: 600;
  visibility: hidden;
}
.tag-styling {
  background-color: #dd3333;
  color: #ffffff;
  border-radius: 5px;
  margin: 10px 0;
  padding: 5px;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
}
