﻿@media print{
    header,footer{
        display:none;
    }

    body{
        overflow:unset !important;
    }
    .table-responsive{
        overflow:hidden !important;
    }

    .table_desc .cart_page table tbody tr.expandable .product_detail .item {
        display: inline-block !important;
    }
    .table_desc .cart_page table tbody tr td span{
        word-break:break-all !important;
    }
    .table_desc .cart_page table tbody tr.expandable .product_detail img{
        height:auto !important;
        width:100% !important;
    }
}