@media print {

    .header-banner, .top-banner, .breadcrumb, footer, a.accordion-title.store-details-title {
        display: none !important;
    }
    img {
        max-width: 100%;
    }
    div.store-details-content {
        display: block !important;
    }
    a[href]:after {
        content: none !important;
    }
}