@charset "UTF-8";

@media print {
    .head, .breadcrumb-bar, .footer {
        display: none;
    }

    .hidePrint {
        display: none !important;
    }

    .showOnlyPrint {
        display: block !important;
    }    

    .cdp-header__search-detail, .cdp-header__product-detail {
        display: none;
    }

    #calculate, .esti__footer--stack-shaft, .usg-rte, .esti__image, .esti__notes--limiting-heights, .esti__footer--stack-shaft, .usg-rte--disclaimer {
        display: none;
    }

    #paralinePlusEstimatorTool{
        display: block;
    }

    .pdp-section__header, .esti__enlarge-spec-images, .esti__button {
        display: none !important;
    }
}

@media screen {
    .showOnlyPrint {
        display: none;
    }     
}