@media print {
    @page {
        size: auto;   /* auto is the initial value */
        margin: 0;  /* this affects the margin in the printer settings */
    }

    body {
        margin: 50px;
        font-family: 'Ubuntu', sans-serif;
        color: #000;
    }

    footer {
        position: absolute;
        bottom: 0px;
    }

    .nav-logo {
        height: 80px;
        width: 80px;
        margin:0 auto;
    }

    .nav-logo-mobile-collapse {
        display: none;
    }

    .nav-logo-mobile {
        display: none;
    }

    #filterbarSupportedContent {
        display: none;
    }

    #navbarSupportedContent {
        display: none;
    }
    
    .navbar-toggler {
        display: none;
    }

    .shopping-cart-table table {
        width: 100%;
    }

    table {
        border-collapse: collapse;
    }

    thead td {
        border-bottom: 1px solid #000!important;
    }

    td {
        padding-top: 20px;
        padding-left: 10px;
    }

    .coreshop_acceptTerms {
        display: none;
    }

    tfoot::before {
        content: '';
        display: table-row;
        height: 80px;
    }

    a {
        text-decoration: none;
        color: #000;
    }

    .btn  {
        display: none;
    }

    #coreshop_submitQuote {
        display: none;
    }

    #footer_nav {
        display: none;
    }

}