@media print {
    * {
        font-size: 12pt;
        color: #393c48;
    }
    .page-main {
        margin: 0 !important;
        padding: 0 !important;
    }
    .container {
        max-width: initial !important;
    }

    a[href] {
        color: #393c48 !important;
        text-decoration: none;
    }

    a[href]:after {
        content: none !important;
    }

    img, .v-icon {
        filter: grayscale(1);
        box-shadow: none;
    }

    #header {
        box-shadow: none;
        border: 0;
    }
    #header > div {
        width: initial !important;
        background-color: transparent;
        box-shadow: none;
    }
    .page-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        min-height: 100vh;
    }
    .cart.actions, .item-options, .coupon-form, .cart-discount, iframe {
        display: none;
    }

    #shopping-cart-table {
        border-bottom: 0;
    }

    .cart-form {
        margin-top: 0;
    }

    .page-main {
        margin: 0 auto;
    }

    .page-title {
        font-size: 22pt;
    }

    .form-cart {
        margin-bottom: 2em;
    }

    .page-footer {
        margin-top: auto;
    }
    nav {
        display: none !important;
    }
    tr {
        display: table-row !important;
    }
    th.col.item {
        padding-left: 0 !important;
    }
    td.col.item .product-item-photo {
        display: none !important;
    }
    td.col.item .product-item-details {
        padding-left: 0 !important;
    }
    td.col.item {
        width: auto !important;
        vertical-align: top;
        padding-left: 0 !important;
    }
    td.col.qty, td.col.subtotal {
        display: table-cell !important;
        width: auto !important;
        padding-top: 1.5rem !important;
        vertical-align: top;
    }
    td.col.subtotal, th.col.subtotal {
        text-align: right;
        padding-right: 0 !important;
    }
}
