@media print {

  .hidden { display: none !important; }
  .page-break { display: block;  }
  body {  margin: 0 !important; }
  body * {visibility: hidden; }
  .box-card, .box-card *,.box-cashier-view,.box-cashier-view *, .box-avance-reports, .box-avance-reports *, .box-lote-reports, .box-lote-reports *, .box-show-order *, .box-show-buy, .box-show-buy *  {
      visibility: visible;
      margin-left: 0px;     
  }
  .subs-card { height: 52px; }
  .table-subs-card { text-align: center; }
  table { width: 100% !important; }
  table.main, table.main th, table.main td { font-size: 10px;  }
  table.specs, table.specs th, table.specs td { font-size: 9px;  }

  .box-show-order table, .box-show-buy table { width: 100% !important; }
  .no-show, .no-print { display: none !important; }

  a[href]:after {
    content: none !important;
  }
  #buy-body { font-size: .9em; }
  #buy-body .select2, #buy-body .select2-selection  { max-width: 490px; }
  #buy-body .select2, #buy-body .select2-selection, #buy-body input{
    font-size: .9em;  -webkit-appearance: none !important; padding: 0 !important; margin: 0 !important; 
    background: transparent;
    border: none;
    box-shadow: none;
  }
  #buy-body input[type="number"] { min-width: 100px; }
  .select2-selection__arrow { display: none; }
  #printable {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }
}