.menu-container-header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  padding-top: 32px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative; }
  @media (max-width: 991px) {
    .menu-container-header {
      padding-top: 24px;
      gap: 24px; } }
  @media (max-width: 640px) {
    .menu-container-header {
      padding-top: 16px;
      gap: 16px; } }
  .menu-container-header .menu-header {
    display: flex;
    width: 387px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative; }
    @media (max-width: 991px) {
      .menu-container-header .menu-header {
        width: 100%;
        max-width: 500px;
        padding: 0 20px; } }
    @media (max-width: 640px) {
      .menu-container-header .menu-header {
        padding: 0 16px; } }
    .menu-container-header .menu-header .menu-title {
      align-self: stretch;
      color: #800020;
      text-align: center;
      position: relative;
      font: 500 40px / 56px "Playfair Display" , serif;
      margin: 0; }
      @media (max-width: 991px) {
        .menu-container-header .menu-header .menu-title {
          font-size: 32px;
          line-height: 44px; } }
      @media (max-width: 640px) {
        .menu-container-header .menu-header .menu-title {
          font-size: 24px;
          line-height: 32px; } }
  .menu-container-header .hero-section {
    display: flex;
    height: 500px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("https://file.hstatic.net/200000985044/file/list_img__1_.jpg") lightgray 50%/cover no-repeat;
    position: relative;
    width: 100%; }
    @media (max-width: 991px) {
      .menu-container-header .hero-section {
        height: 400px; } }
    @media (max-width: 640px) {
      .menu-container-header .hero-section {
        height: 300px; } }
    .menu-container-header .hero-section .hero-content {
      display: flex;
      padding: 32px 24px;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      flex: 1 0 0;
      align-self: stretch;
      position: relative; }
      @media (max-width: 991px) {
        .menu-container-header .hero-section .hero-content {
          padding: 24px 20px; } }
      @media (max-width: 640px) {
        .menu-container-header .hero-section .hero-content {
          padding: 16px; } }
      .menu-container-header .hero-section .hero-content .hero-text-wrapper {
        display: flex;
        width: 800px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        position: relative; }
        @media (max-width: 991px) {
          .menu-container-header .hero-section .hero-content .hero-text-wrapper {
            width: 100%;
            max-width: 600px; } }
        @media (max-width: 640px) {
          .menu-container-header .hero-section .hero-content .hero-text-wrapper {
            gap: 4px; } }
        .menu-container-header .hero-section .hero-content .hero-text-wrapper .hero-main-title {
          align-self: stretch;
          color: #fff;
          text-align: center;
          position: relative;
          font: 500 40px / 64px "Playfair Display" , serif;
          margin: 0; }
          @media (max-width: 991px) {
            .menu-container-header .hero-section .hero-content .hero-text-wrapper .hero-main-title {
              font-size: 32px;
              line-height: 48px; } }
          @media (max-width: 640px) {
            .menu-container-header .hero-section .hero-content .hero-text-wrapper .hero-main-title {
              font-size: 24px;
              line-height: 32px; } }
        .menu-container-header .hero-section .hero-content .hero-text-wrapper .hero-subtitle {
          align-self: stretch;
          color: #fff;
          text-align: center;
          position: relative;
          font: 400 32px / 56px "NVN Motherland Signature" , cursive;
          margin: 0; }
          @media (max-width: 991px) {
            .menu-container-header .hero-section .hero-content .hero-text-wrapper .hero-subtitle {
              font-size: 24px;
              line-height: 40px; } }
          @media (max-width: 640px) {
            .menu-container-header .hero-section .hero-content .hero-text-wrapper .hero-subtitle {
              font-size: 18px;
              line-height: 28px; } }

.menu-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  padding: 64px 0;
  font: 24px / 1 "Playfair Display" , -apple-system , Roboto , Helvetica , sans-serif; }
  .menu-container .tab-navigation {
    align-self: center;
    display: flex;
    align-items: center;
    gap: 24px;
    color: #232f4b;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .menu-container .tab-navigation {
        max-width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 14px; } }
    .menu-container .tab-navigation .tab-button {
      border-radius: 4px;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto 0;
      border: none;
      background: transparent;
      color: #232f4b;
      font: inherit;
      cursor: pointer; }
      .menu-container .tab-navigation .tab-button a {
        padding: 16px;
        color: #232f4b; }
        @media (max-width: 991px) {
          .menu-container .tab-navigation .tab-button a {
            font-size: 19px;
            padding: 5px;
            line-height: normal; } }
      .menu-container .tab-navigation .tab-button.active {
        background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%); }
        .menu-container .tab-navigation .tab-button.active a {
          color: #800020; }
  .menu-container .menu-content {
    margin-top: 72px;
    width: 100%;
    font-weight: 500;
    display: none; }
    @media (max-width: 991px) {
      .menu-container .menu-content {
        max-width: 100%;
        margin-top: 40px; } }
    .menu-container .menu-content.active {
      display: block; }
    .menu-container .menu-content .menu-row {
      display: flex;
      align-items: center;
      gap: 16px;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 72px; }
      .menu-container .menu-content .menu-row:last-child {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .menu-container .menu-content .menu-row {
          max-width: 100%;
          margin-bottom: 40px; } }
      .menu-container .menu-content .menu-row .menu-item {
        display: flex;
        border-radius: 4px;
        align-self: stretch;
        position: relative;
        align-items: center;
        gap: 16px;
        justify-content: space-between;
        flex-wrap: wrap;
        cursor: pointer;
        margin: auto 0;
        padding: 32px;
        background: linear-gradient(0deg, rgba(244, 196, 48, 0.2) 0%, rgba(244, 196, 48, 0.2) 100%), url("https://file.hstatic.net/200000985044/file/30d243b8d9e157628a88306edfc89388df41b246.png") lightgray 50%/cover no-repeat;
        flex: 1 1 100%;
        max-width: 100%; }
        @media (min-width: 576px) {
          .menu-container .menu-content .menu-row .menu-item {
            flex: 1 1 calc(50% - 16px);
            max-width: calc(50% - 16px); } }
        @media (min-width: 992px) {
          .menu-container .menu-content .menu-row .menu-item {
            flex: 1 1 calc(50% - 16px);
            max-width: calc(50% - 16px); } }
        @media (max-width: 767px) {
          .menu-container .menu-content .menu-row .menu-item {
            flex-direction: column-reverse;
            padding: 16px; } }
        .menu-container .menu-content .menu-row .menu-item .menu-background {
          position: absolute;
          inset: 0;
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
        .menu-container .menu-content .menu-row .menu-item .menu-details {
          position: relative;
          align-self: stretch;
          min-width: 240px;
          width: 400px;
          margin: auto 0; }
          @media (max-width: 767px) {
            .menu-container .menu-content .menu-row .menu-item .menu-details {
              width: 100%; } }
          .menu-container .menu-content .menu-row .menu-item .menu-details .menu-info {
            width: 100%; }
            .menu-container .menu-content .menu-row .menu-item .menu-details .menu-info .menu-header {
              display: flex;
              width: 100%;
              align-items: center;
              gap: 12px;
              color: #800020;
              justify-content: start; }
              .menu-container .menu-content .menu-row .menu-item .menu-details .menu-info .menu-header .menu-icon {
                aspect-ratio: 1;
                object-fit: contain;
                object-position: center;
                width: 32px;
                align-self: stretch;
                flex-shrink: 0;
                margin: auto 0; }
              .menu-container .menu-content .menu-row .menu-item .menu-details .menu-info .menu-header .menu-title {
                font-variant-numeric: lining-nums proportional-nums;
                align-self: stretch;
                margin: 0;
                font-size: inherit;
                font-weight: inherit;
                line-height: normal; }
                @media (max-width: 991px) {
                  .menu-container .menu-content .menu-row .menu-item .menu-details .menu-info .menu-header .menu-title {
                    font-size: 26px;
                    line-height: normal; } }
                @media (max-width: 640px) {
                  .menu-container .menu-content .menu-row .menu-item .menu-details .menu-info .menu-header .menu-title {
                    font-size: 21px;
                    line-height: normal; } }
            .menu-container .menu-content .menu-row .menu-item .menu-details .menu-info .menu-price {
              color: #232f4b;
              font-variant-numeric: lining-nums proportional-nums;
              margin-top: 4px;
              margin-bottom: 0; }
              @media (max-width: 991px) {
                .menu-container .menu-content .menu-row .menu-item .menu-details .menu-info .menu-price {
                  font-size: 26px;
                  line-height: normal; } }
              @media (max-width: 640px) {
                .menu-container .menu-content .menu-row .menu-item .menu-details .menu-info .menu-price {
                  font-size: 21px;
                  line-height: normal; } }
        .menu-container .menu-content .menu-row .menu-item .food-image {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 152px;
          border-radius: 50%;
          align-self: stretch;
          flex-shrink: 0;
          margin: auto 0; }
          @media (max-width: 767px) {
            .menu-container .menu-content .menu-row .menu-item .food-image {
              width: 50%;
              margin: 0 auto; } }

/*----- Modal -----*/
.modal .modal-content {
  border-radius: 0;
  padding: 0 30px; }
  .modal .modal-content .modal-header {
    border-radius: 0;
    border-bottom: 1px solid #d0d1d2;
    padding: 20px 0;
    align-items: center; }
    .modal .modal-content .modal-header h4 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0; }
    .modal .modal-content .modal-header .close {
      margin: 0;
      opacity: 1;
      padding: 4px 0;
      outline: none; }
    .modal .modal-content .modal-header svg {
      width: 32px;
      height: 32px; }
  .modal .modal-content .modal-body {
    padding: 20px 0;
    font-size: 12px; }
  .modal .modal-content .modal-footer {
    padding: 0 0 20px;
    gap: 20px;
    border-top: none; }
    .modal .modal-content .modal-footer button {
      margin: 0; }

.modal#removeProductModal .product-to-remove {
  font-weight: bold;
  margin-top: 10px; }

.modal.modal-success .modal-header {
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #9CA3AF; }
  .modal.modal-success .modal-header h4 {
    color: #8A501E;
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize; }
  .modal.modal-success .modal-header button {
    padding: 0;
    border: none;
    outline: none;
    position: relative;
    top: unset;
    right: unset;
    background: none;
    width: 32px;
    height: 32px; }

.modal.modal-success .modal-content {
  padding: 40px;
  border: none;
  border-radius: 4px;
  background-image: url("https://file.hstatic.net/200000985053/file/frame_1000009323.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #000; }

.modal.modal-success .modal-body {
  padding: 0; }

@media (min-width: 568px) {
  .modal.modal-success .modal-dialog {
    max-width: 500px; } }

.modal.modal-menu .background-image {
  display: none !important; }

.modal.modal-menu .modal-header {
  /*
      padding: 0 0 24px;
      margin-bottom: 24px;
      border-bottom: 1px solid #9CA3AF;
      */
  border-bottom: 0px solid #9CA3AF; }
  .modal.modal-menu .modal-header h4 {
    color: #8A501E;
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .modal.modal-menu .modal-header h4 {
        font-size: 21px; } }
  .modal.modal-menu .modal-header button {
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 15px;
    right: 0;
    background: none;
    width: 32px;
    height: 32px; }

.modal.modal-menu .modal-content {
  padding: 0 20px 20px 20px;
  border: none;
  border-radius: 4px; }

.modal.modal-menu .modal-body {
  padding: 0;
  max-height: 500px;
  overflow-y: auto; }

@media (min-width: 1024px) {
  .modal.modal-menu .modal-dialog {
    max-width: 995px; } }

@media (min-width: 544px) {
  .modal .modal-dialog {
    max-width: 730px; }
  .modal .modal-sm {
    max-width: 300px; } }

@media (min-width: 1025px) {
  .modal .modal-lg,
  .modal .modal-xl {
    max-width: 800px; }
  .modal .modal-content .modal-body {
    font-size: 14px; } }

@media (min-width: 1200px) {
  .modal .modal-xl {
    max-width: 1140px; }
  .modal .modal-content .modal-header h4 {
    font-size: 20px; } }
