.page-print .logo {
    display: block;
    float: none;
    text-align: left
}

@media print {
    * {
        -webkit-filter: none !important;
        background: transparent !important;
        color: #000 !important;
        filter: none !important;
        text-shadow: none !important
    }

    body {
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;
        color: #000;
        font-size: 12pt;
        line-height: 1.45
    }

    h1, h2, h3, h4, h5, h6 {
        padding-top: 0;
        padding-bottom: .5em;
        page-break-after: avoid
    }

    h1 {
        font-size: 19pt
    }

    h2 {
        font-size: 17pt
    }

    h3 {
        font-size: 15pt
    }

    h4, h5, h6 {
        font-size: 14pt
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    code {
        font: 12pt Courier, monospace
    }

    blockquote {
        margin: 1.2em;
        padding: 1em;
        font-size: 12pt
    }

    hr {
        background-color: #ccc
    }

    img {
        max-width: 100%;
        margin: 1em 1.5em 1.5em 0;
        float: left
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a img {
        border: 0
    }

    a:link, a:visited {
        background: transparent;
        color: #333;
        font-weight: 700;
        text-decoration: underline
    }

    a :after, a:link :after, a:link:visited :after, a:visited :after {
        font-size: 90%;
        content: " (" attr(href) ") "
    }

    a[href^="http://"] {
        color: #000
    }

    a[href$=".gif"]:after, a[href$=".jpeg"]:after, a[href$=".jpg"]:after, a[href$=".png"]:after {
        display: none;
        content: " (" attr(href) ") "
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    table {
        text-align: left
    }

    .data.table td[data-rwd-label]:before {
        display: none
    }

    .data.table thead th {
        border-bottom: 1px solid #666
    }

    .data.table thead th:before {
        display: none
    }

    tbody td {
        border-bottom: 1px solid #666
    }

    td, th {
        padding: 4px 10px 4px 0
    }

    tfoot {
        display: table-row-group;
        text-align: right
    }

    caption {
        margin-bottom: 2em;
        background: #fff;
        text-align: left
    }

    thead {
        display: table-row-group
    }

    img, tr {
        page-break-inside: avoid
    }

    .col2-set:after {
        display: block;
        clear: both;
        content: ""
    }

    .col2-set > .col-1, .col2-set > .col-2 {
        width: 48.70968%;
        margin-right: 2.58065%;
        float: left
    }

    .col2-set > .col-2 {
        margin-right: 0;
        float: right
    }

    .logo {
        background: none
    }

    .sidebar, .nav-sections, .header.content > *[class], .panel.wrapper > *[class], .footer.content > *[class] {
        display: none
    }

    .logo, .footer .copyright {
        display: block !important;
        margin: 10px 0
    }

    .order-details-items .order-items .order-gift-message:not(.expanded-content) {
        height: auto;
        visibility: visible
    }

    .column.main {
        float: none !important;
        width: 100% !important
    }

    .breadcrumbs {
        margin: 0 auto;
        text-align: right
    }

    .footer.content {
        padding: 0
    }

    /* happy fox chat - 3rd party service */
    #hfc-frame {
        display: none;
    }
}
