﻿@media only print {
    .support-section, .similar-product, .upper-footer, #footer,.product-detail .caption .right, .product-detail .caption .footer, .title-area,.breadcrumb-area{
        display:none !important;;
    }
    .product-detail .caption, .product-detail .caption .left, .product-detail .row .col-lg-6 {
        width:94% !important;
    }
    .product-detail .img,.product-detail .row{
        padding:5px !important;
    }
    a[href]:after {
        content: none !important;
    }

}
