
@media print {
    #top_bar_2,
    #top_bar_3,
      #section-before-main,
    #section-before-main-2,
    .modal,
    #productDetailsTopRow,
    #ratings-just,
    #bottom_bar,
    #bottom_bar_2,
    #ratings-tab-just,
    .details_add_to_cart_container,
    .product-details-compare,
    .details-add-to-favourites,
    .print_page
     {
      display:none !important ;
    }

    #details-tab-just {
    	color: 	black;
    }

    .list_price {
    	text-decoration: line-through;
    }

      #productDetailsBottomRow {
      	page-break-before: always;
      	margin-bottom: 	30px;
      }

    .logo img {
    	height: 	auto !important;
    	width: 	300px;
    }
}