
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
  .first-row, .top-menu-row, .advertising, .row-sub-menu{
  	display: none !important;
  }
.whatsapp{
  display: none !important;
}

}