.hero picture img {
   display: none;
   margin-right: 0;
   width: 570px;
}

.hero {
   margin-bottom: 2vw;
   position: relative;
   padding: 0 15px;
   overflow: hidden;

}

.hero-img-container {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   width: 100%;
   z-index: -3;
   background: #faf7f4;
}

.headline {
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 157px;
   width: 60%;
   margin: 0 auto;
}

.headline-row {
   padding: 0 15px;
}

.headline .headline-1 {
   font-weight: bold;
   font-size: 23px;
   line-height: 25px;
   text-align: center;
}

.headline .headline-2 {
   font-size: 19px;
   line-height: 20px;
   text-align: center;
   margin-top: 10px;
}

.bg-dark-blue {
   background-color: #16384E;
}

.closer {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 304px;
}

.closer h3 {
   border: unset;
   margin: unset;
   font-size: 28px;
   font-weight: 500;
   line-height: 30px;
   text-align: center;
   color: #ffffff;
}

.closer .btn {
   margin: 20px 0;
}

.filter-section {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   margin: 10px 0;
}

.filter-section .btn {
   margin: 0 10px 10px 0;
}

.filter-section .sort {
   display: flex;
   align-items: center;
   justify-content: start;
   font-size: 16px;
}

.filter-section .sort select {
   min-width: 150px;
   width: 100%;
}


.filter-header {
   font-size: 16px;
}

.rating-stars,
.frozen-badge,
.premium-badge {
   display: none;
}

.sort-label {
   padding-right: 10px;
}

.food-grid {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   margin: 0 -15px;
}

.food-grid .food-card {
   display: flex;
   align-items: center;
   box-sizing: border-box;
   max-width: calc(100% - 30px);
   margin: 14px;
   width: 100%;
   height: auto;
   background: var(--background-background-empty, #FFF);
   border-bottom: solid 1px #9b9c9c;
   transition: transform 0.2s;
}

.food-grid .food-card .food-body {
   font-size: 19px;
   color: #16384E;
   /*width: 75%;*/
   margin: 0 0 0 16px;
}

.food-grid .food-card .food-body a:link {
   font-size: 19px;
   color: #16384E;
}

/*.food-image {
   width: 238px;
   height: 238px;
}*/

.food-image img {
/*   width: 143px;
   height: 143px;*/
   padding: 16px;
}

@media (max-width: 567px) {
    .food-image img {
        max-width: 143px;
    }
}

.filter-buttons .btn-info.focus,
.filter-buttons .btn-info:focus,
.filter-buttons .btn-info {
   position: relative;
   border-color: #9B9C9C;
   color: #16384E;
}

.filter-buttons .select {
   border-color: #0881C7;
   color: #16384E;
   background: #DFEBF0;
   padding: 8px 16px 8px 40px !important;
}

.select::before {
   content: '';
    background: url(/images/jc/view-menu/checkmark.svg);
   background-repeat: no-repeat;
   width: 20px;
   height: 20px;
   position: absolute;
   left: 10px;
   top: 10px;
}

.filter-buttons .btn-group-xs>.filter-buttons .btn,
.filter-buttons .btn-xs {
   font-size: 19px;
   line-height: 1.5;
   padding: 8px 16px;
}

@media (min-width: 568px) {

   .food-grid .food-card {
      width: calc(50% - 30px);
      flex-direction: column;
      /*padding: 16px;*/
      align-items: unset;
      box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
      border-bottom: unset;
   }

   .food-grid .food-card .food-body {
      width: 100%;
      min-height: 60px;
   }

   .food-grid .food-card:hover {
      position: relative;
      z-index: 100;
      box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
      transform: scale(1.02);
   }

   /*.food-image {
      margin: auto;
   }

   .food-image img {
      width: 100%;
   }*/
}
@media (min-width: 768px) {
   .food-image img {
      /*width: 238px;
      height: 238px;*/
   }
   .food-grid .food-card {
      width: calc(50% - 30px);
      height: 386px;
   }

   .hero picture img {
      display: block;
   }

   .headline {
      margin-left: 0;
      height: 218px;
      width: 48vw;
   }

   .headline .headline-1,
   .headline .headline-2 {
      text-align: left;
   }

   .headline .headline-1 {
      font-size: 40px;
      line-height: 44px;
   }

   .headline .headline-2 {
      font-size: 23px;
      line-height: 25.3px;
   }

   .headline-row {
      padding: unset;
   }

   .closer h3 {
      font-size: 40px;
      line-height: 44px;
   }

   .filter-buttons {
      display: flex;
      flex-direction: row;
      align-items: center;
   }

}

@media (min-width: 991px) {

   .food-grid .food-card {
      width: calc(33% - 30px);
      height: 360px;
   }

   .food-grid .food-card .food-image img {
      /*width: 238px;
      height: 178px;*/
   }

   .filter-section {
      flex-direction: row;
      align-items: center;
   }

   .filter-section .sort {
      justify-content: end;
   }

   .filter-section .btn {
      margin: unset;
   }
}

 @media (min-width: 1200px) {
    .food-grid .food-card {
       width: calc(25% - 30px);
       height: 332px;
    }
}
@media (min-width: 1440px) {
   .food-grid .food-card {
      width: calc(25% - 30px);
      height: 389px;
   }
}
@media (max-width: 767px) {
   .food-grid .food-card .food-body {
      margin: 0 0 0 16px;
      width: 75%;
   }
   .food-grid .food-card {
      padding-bottom: 16px;
   }
   /*.food-image img {
      height: 143px;
      width: 143px;
   }*/
}

.alacarte .cart-promo-wrap .cart-promo .progress {
   margin-top: 12px;
   height: 10px;
}

.alacarte .cart-promo-wrap .cart-promo .progress-bar {
   background-color: #630f66;
  }
  
  .alacarte .cart-promo-wrap .cart-promo {
   padding: 12px 20px 0;
   border: 1px solid #630f66;
   height: 73px;
   text-align: center;
}

.alacarte .cart-promo-wrap .cart-promo {
   padding: 12px 20px 0;
   border: 1px solid #630f66;
   height: 73px;
   text-align: center;
}

.alacarte .cart-promo-wrap {
   margin-top: 10px; 
   margin-bottom: 10px;
}