@media print {
    .col-lg-5.align-self-center.col-header,
    #input-search,
    #btn-search,
    .input-search {
        display: none !important;
        visibility: hidden !important;
    }

    #footer-widget,
    footer.site-footer,
    .widget-social {
        display: none !important;
        visibility: hidden !important;
    }

    .col-lg-4.align-self-center.col-header,
    .list-user-shopping,
    #widget-app {
        display: none !important;
        visibility: hidden !important;
    }

    .col-lg-3.table-bordered h5 {
        text-align: center;
    }

    .col-lg-3.table-bordered .row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
    }

    .col-lg-3.table-bordered .col-lg-6 {
        width: auto !important;
        max-width: none !important;
        flex: 0 0 auto !important;
    }

    .col-lg-3.table-bordered .col-lg-6:last-child {
        text-align: right !important;
        font-weight: bold;
    }

    .navbar-brand img {
        max-width: 480px !important;
        height: auto !important;
    }
}