/* print */
@page { 
    margin: 1cm; 
    padding: 0;
  }
  @media print {
    body, .tab-content > .tab-pane {
      font-family: Arial, Georgia, serif;
      font-size: 10pt;
    }
    h1, h2, h3, h4, h5 {
      page-break-after: avoid;
    }
    h1 {
      font-family: Arial, Georgia, serif;
      font-size: 12pt;
    }
    .article-main-wrapper > .row > [class*=col-]{
      width:100% !important;
    }
    header, 
    aside, 
    footer, 
    hr,
    .breadcrumb-wrapper,
    .container-plain.actions,
    .product-matrix,
    .delivery-status,
    .manufacturer-row,
    #product-actions,
    .nav.nav-tabs,
    .purchase-box,
    .details-box,
    .bundle,
    .product-attributes,
    #add-to-cart,
    #cookie-law,
    #back-top {
      display: none;
    }
    .header-logo img {
      display: block;
    }
    .nav-tabs > li > a, 
    .tab-content,
    .image-gallery ul.image-thumbs li, 
    .varikombis-thumbs .thumbnail img {
      border: 0;
      padding: 0;
    }
    .image-gallery ul.image-thumbs li img {
      max-height: 55px;
      width: auto;
    }
    .image-gallery ul.image-thumbs li {
      height: 60px;
      width: 60px;
    }
    .container.page-teaser {
      margin-top: 0;
    }
    .product-primary .price {
      font-size: 12pt;
    }
    .product-gallery,
    .product-purchase {
      width: 45%;
      float: left;
    }
    .product-purchase {
      text-align: left;
    }
    .image-gallery.has-thumbs {
      max-height: 380px;
    }
    .image-gallery.has-thumbs ul.image-container {
      max-height: 350px;
    }
  }