/* Print Styles */
@media print {

    body { background:white; color:black; margin:0; }
    header.navbar-fixed-top { position: relative; display: block; }
    header .navbar { display: block; }
    .wrapper { margin-top: 0px; }
    header a.navbar-brand:after { content: "" }

    .top-bar,
    #bs-example-navbar-collapse-1,
    header .nav.navbar-nav,
    footer.bottom-bar,
    .phone-local .local,
    .chat,
    form.navbar-form,
    .rightside,
    .foot,
    .page-pagination,
    .excel-download,
    .qnty-cartbtn,
    .remove-btn,
    .btn-red,
    .lg-detail,
    body .promobar,
    #no-more-tables.in-cart .table-striped > tbody > tr:nth-of-type(2n+1),
    #no-more-tables .table-bordered > tbody > tr > th,
    #no-more-tables .table-bordered > tfoot > tr > th,
    #no-more-tables .table-bordered > thead > tr > th,
    #no-more-tables .table-bordered > tfoot > tr > td,
    #no-more-tables .table-bordered > thead > tr > td { display: none; }

    #no-more-tables .table-bordered > tbody > tr > td {
        border: 0 none !important;
        /*display: block;*/
    }
    #no-more-tables .table-condensed > tbody > tr > td {
        display: inline;
    }
    body #info-bar .spec-bar .info-block,
    .totals .col-xs-12.col-md-2 {
        width: auto;
    }
    body .totals {
        border: 0 none;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
    }
    .totals .col-xs-12.col-md-2 {
        margin: 10px 0;
    }
    #no-more-tables .table-condensed > tbody > tr > td.in-cart-input input {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .wrapper {
        display:block;
    }

    #info-bar .spec-bar .info-block,
    .purchase-order,
    .hold-for-pu {
        background-color: #ffffff;
        border: 0 none;
        text-align: left;
    }


    .item-details .detail-partnumber,
    .item-details .detail-manufacturer,
    .item-details .detail-tread,
    .item-details .detail-tiresize,
    .item-details .detail-price {
        display: inline-block;
        width: auto;
        padding-right: 20px;
    }
    .details .indent {
        text-indent: 0;
    }
}
