@media only print {
  #header {
    box-shadow: none;
  }
  #header #header_nav,
  #header #block_shopping_cart, #header #layer_cart,
  #header #search_block_top {
    display: none;
  }
  #header #header_logo {
    display: block !important;
    float: none;
  }
  #block_top_menu {
    display: none;
  }
  #center_column {
    width: 100% !important;
  }
  #left_column,
  #right_column {
    display: none;
  }
  .pb-left-column {
    float: left;
    width: 50%;
  }
  .pb-right-column {
    float: right;
    width: 50%;
  }
  .pb-center-column {
    clear: both;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #dddddd;
  }
  .no-print,
  a.quick-view {
    display: none !important;
  }
  #affix_column {
    position: static !important;
  }
  #views_block {
    margin-top: 10px;
  }
  #thumbs_list_frame {
    width: 100% !important;
    height: 100% !important;
  }
  #thumbs_list {
    width: 100% !important;
    height: 100% !important;
  }
  #thumbs_list li {
    margin: 4px;
    width: 82px;
    height: 82px;
  }
  #thumbs_list li:first-child {
    margin: 4px;
    width: 82px;
    height: 82px;
  }
  #thumbs_list li a:hover,
  #thumbs_list li a.shown {
    border-color: transparent;
  }
  #view_scroll_left,
  #view_scroll_right,
  .view_scroll_spacer {
    display: none !important;
  }
  #product_attachments,
  #enetproducttabquicklinks,
  #blockyoutubevideos,
  #related_blog_product,
  #product-footer #contact {
    display: none;
  }
  .bx-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
  .bx-viewport {
    height: auto !important;
  }
  .bx-controls-direction {
    display: none;
  }
  .rte .video, .rte iframe {
    display: none;
  }
  #scroll-to-top {
    display: none;
  }
  #blog_top_footer {
    display: none;
  }
  #footer {
    margin-top: 10px;
    padding: 0 !important;
  }
  #footer .footer-block {
    display: none;
    padding: 10px 0 !important;
    width: 100%;
    border-top: 1px solid #dddddd;
  }
  #footer #block_contact_infos {
    display: block;
  }
  #footer #block_contact_infos .footer_logo {
    display: none;
  }
  #footer .h4:after {
    display: none;
  }
  #copyright_enet {
    padding: 0;
    line-height: 1.2;
  }
}

/*# sourceMappingURL=print.css.map */
