@media print {
  * {
    -webkit-print-color-adjust: exact !important color-adjust: exact !important;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    padding: 15px;
  }

  @page {
    margin-top: 0.2cm;
    margin-bottom: 0.2cm;
    margin-left: 1cm;
    margin-right: 1cm;
    size: letter portrait;
  }

  .header,
  .footer {
    display: none;
  }

  .main-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
  }

  .sub-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
  }

  .restaurant-menu {
    border: 1px solid #000;
    background: #fff;
    padding: 20px 30px 20px 30px;
    margin-bottom: 10px;
    page-break-inside: avoid;
  }

  .restaurant-menu:nth-of-type(-n+1) {
    page-break-inside: auto;
  }

  .restaurant-menu-title {
    letter-spacing: 0px;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .col-md-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .item-title {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .restaurant-menu-item {
    margin-bottom: 15px;
    page-break-inside: avoid;
  }

  .item-desc {
    line-height: 22px;
    font-size: 16px;
  }

  /*.header {
      position: fixed;
      display: block;
      overflow: auto;
      left: 15px;
      right: 15px;
      top: 0;
      bottom: 0;
      border-bottom: 1px solid black;
  }

  .header > * { display: none; }

  @page:last {
	  .header {
		  display: none;
	  }
  }*/

}
