/* Print styles */

@media print {

    body {
      background: #FFF;
      background-image: none;
    }

    #header,
    .headerNavigation,
    #columnLeft,
    #columnRight,
    .footer,
    #footer2,
    #printNav,
    .noprint,
    #admin_editbar,
    #pagelinks,
    .call_to_action,
    .nicescroll-rails,
    .top_nav_container,
    .bottom_nav_container,
    #product-info-box,
    .sub-header,
    #cookies_warning,
    #bottom_social_bookmarks {
      display: none !important;
    }

    h1 {
        display: block !important;
        color:#000000 !important;
    }

    #bodyContent, #printlogo {
      display: block;
    }

    .footerWrapper {
      background-color: unset !important;
      color:#000000 !important;
    }
     #footer a {
        color: #000000 !important;
      }
    form {
      margin: 0px;
    }

}
