@media print {
  .wcat-breadcrumb-wrap {
    display:none !important;
  }
  .wcat-footer {
    display:none !important;
  }
  .wcat-menu-side {
    display:none !important;
  }
  .wcat-page-footer {
    display:none !important;
  }
  .wcat-btn-toggle-wrap {
    display:none !important;
  }
  .wcat-list-wrap {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
    width: auto !important;
    position: static !important;
  }
  .wcat-table {
    display: table !important;
    table-layout: auto !important;
    width: auto !important;
    white-space: normal !important;
    width:100% !important;
  }
  #tab_detail,
  #tab_adapt_insert,
  #tab_adapt_holder,
  #tab_parts,
  #tab_same_products {
    display: block !important;
  }
  .scroll-hint-icon-wrap,
  .scroll-hint-icon {
    display: none !important;
  }

  .header.fixed {
    position:absolute !important;
  }
  .header-subnav-tool-btn-wrapper {
    display: none !important;
  }
  .header-nav {
    display: none;
  }
  .sidebar {
    display: none;
    position:absolute !important;
    width:0px;
  }
  .web-catalog-product-main {
    width: 100% !important;
  }
  .footer {
    display: none !important;
  }
  .main {
    padding-top:0 !important;
  }
  .breadcrumb-container{
    display:none;
  }
  .form-action{
    display:none !important;
  }
  #ccm-toolbar{
    display:none !important;
  }
  .table-responsive{
    overflow:visible;
  }
  -webkit-print-color-adjust: exact;
}