@media print {
    a[href]:after {
        content: none !important;
    }

    #RFQForm {
        display: none;
    }

    img[id^="imgRRY"] {
        display: none;
    }

    td[data-title="QUOTE"] {
        display: none;
    }

    td[data-title="PRODUCTS"] {
        margin-top: 10px;
    }

        td[data-title="PRODUCTS"] img {
            /*margin-bottom:10px;*/
            padding-bottom: 20px;
        }

    td[data-title="featured-product"] {
        display: none;
    }

    th span.restroomHeader {
        display: block;
    }

    .reponsiveTable td {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .carousel-indicators {
        display: none;
    }


    /*FOOTER*/

    .footerIcons {
        display: none;
    }

    .ourFeaturedProducts {
        display: none;
    }

    .footerLearnMore {
        display: none;
    }

    .pagination-container {
        display: none;
    }

    .productTitle2 {
        margin: 0;
    }

    .hidden-header {
        display: none;
        height: 0px;
    }

    .divRestroomsIcons {
        width: 28px;
        max-width: 28px;
        height: 28px;
    }

    .printPageBreakBefore {
        break-before: always;
        page-break-before: always;
    }

    .printPageBreakAfter {
        break-after: always;
        page-break-after: always;
    }

    #contentDiv .contentDivMain {
        height: 700px;
    }

    .checkboxClickedDiv {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        background-color: #3F59A8 !important;
    }

        .checkboxClickedDiv span.fgWhiteImp {
            /*font-weight: 700;*/
        }

    /*LIVE INVENTORY*/
    #productGrid {
        margin-top: 0px;
    }

    /*CART*/
    .cartPrintHide {
        display: none;
    }

    td[data-title="REMOVE"] {
        display: none;
    }

    td[data-title="DESCRIPTION"] img {
        max-width: 150px;
    }

    .printHide {
        display:none;
    }
}
/**/
