@media print {
  .breadcrumb, .search, .title-main, .sidebar, .jumbotron, #e-novice, .site-footer, #iframe-vaven, #all_offers_button, .offer-gallery__carousel, #ors_destination, .kompas-instafeedback, .kompas-single-map, .warning--orange, .submit_filter, .top-bar, .nav-bar, .mobile-menu, .anps-side-container, .print-day-desc img, .grecaptcha-badge, .cookie-notice, .newsletter, .offer-single__body iframe, .reservation-form__button {
      display: none !important;
  }
  .offer-single__price {
      text-align: right;
  }
  .offer-single .row h2 {
      margin-top: 0.75rem;
  }
  .offer-single .row h5 {
      margin-top: 0 !important;
      text-align: left;
  }
  .offer-gallery {
      display: block;
  }
  .col-md-print-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-8 {
      flex: 0 0 60%;
      max-width: 60%;
  }
  .col-md-4 {
      flex: 0 0 40%;
      max-width: 40%;
  }
  .price-box {
      padding-bottom: 0.5rem !important;
      padding-top: 0.5rem !important;
  }
  .offer-single__included-price li {
      margin-bottom: 0;
  }
  .container {
      max-width: 1270px;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
  }
  .header-print {
      display: block !important;
      max-width: 1270px;
      width: 100%;
      z-index: 99;
      margin: 0;
  }
  .top-bar-print {
      background-color: #0066a4;
      color: #fff;
      font-size: 1rem;
      z-index: 99;
  }
  .top-bar-print .container {
      padding-left: 15px;
      padding-right: 15px;
      max-width: 1270px;
      width: 100%;
  }
  .top-bar-print .row {
      display: flex;
      height: 3rem;
      align-items: center;
      margin-left: -10px;
      margin-right: -10px;
  }
  .quick-nav__item {
      display: inline-block;
      font-size: 14px;
      margin-left: 1.45rem;
  }
  .quick-nav__item:not(:first-child) {
      display: inline-block;
  }
  .logo-print {
      padding-top: 15px;
  }
  .footer-print {
      display: block !important;
      max-width: 1270px;
      width: 100%;
      text-align: center;
      height: 3rem;
      bottom: 0;
      margin-top: 20px;
  }
  @page {
      margin:15mm 10mm 15mm 10mm;
  }
  html {
      font-size: 8pt;
  }
  .offer-long__button span {
      display: none;
  }

  .print-cover-img {
      height: 200px;
      margin-top: 10px;
  }

  h3 {
      font-size: 9pt;
  }
  .title--potovanja {
      text-align: left;
  }
  li, p, strong {
      font-size: 8pt;
  }
  /*#all_offers_list {
      break-before: always;
  }*/
  /*.offer-single__body {
      page-break-after: always;
  }*/
  .section--offers { page-break-before: always; }
  .offer-single__offers-list { page-break-before: always; }
  .offer-long { break-inside: avoid; }
  .modal { display: none !important; }

  #CookiebotWidget { display: none; }
}
