@page {
    size: auto;  
    margin: 0.25cm;
}

@media print 
{
    body {
        font-size: 1em;
    }
    .print-logo {
        margin: 0 auto;
        align: center;
    }
    .col-pr-1, .col-pr-2, .col-pr-3, .col-pr-4, .col-pr-5, .col-pr-6, .col-pr-7, .col-pr-8, .col-pr-9, .col-pr-10, .col-pr-11, .col-pr-12 {
        float: left;
    }
    .col-pr-12 {width: 100%;}
    .col-pr-11 {width: 91.66666667%;}
    .col-pr-10 {width: 83.33333333%;}
    .col-pr-9 {width: 75%;}
    .col-pr-8 {width: 66.66666667%;}
    .col-pr-7 {width: 58.33333333%;}
    .col-pr-6 {width: 50%;}
    .col-pr-5 {width: 41.66666667%;}
    .col-pr-4 {width: 33.33333333%;}
    .col-pr-3 {width: 25%;}
    .col-pr-2 {width: 16.66666667%;}
    .col-pr-1 {width: 8.33333333%;}
    .col-pr-pull-12 {right: 100%;}
    .col-pr-pull-11 {right: 91.66666667%;}
    .col-pr-pull-10 {right: 83.33333333%;}
    .col-pr-pull-9 {right: 75%;}
    .col-pr-pull-8 {right: 66.66666667%;}
    .col-pr-pull-7 {right: 58.33333333%;}
    .col-pr-pull-6 {right: 50%;}
    .col-pr-pull-5 {right: 41.66666667%;}
    .col-pr-pull-4 {right: 33.33333333%;}
    .col-pr-pull-3 {right: 25%;}
    .col-pr-pull-2 {right: 16.66666667%;}
    .col-pr-pull-1 {right: 8.33333333%;}
    .col-pr-pull-0 {right: auto;}
    .col-pr-push-12 {left: 100%;}
    .col-pr-push-11 {left: 91.66666667%;}
    .col-pr-push-10 {left: 83.33333333%;}
    .col-pr-push-9 {left: 75%;}
    .col-pr-push-8 {left: 66.66666667%;}
    .col-pr-push-7 {left: 58.33333333%;}
    .col-pr-push-6 {left: 50%;}
    .col-pr-push-5 {left: 41.66666667%;}
    .col-pr-push-4 {left: 33.33333333%;}
    .col-pr-push-3 {left: 25%;}
    .col-pr-push-2 {left: 16.66666667%;}
    .col-pr-push-1 {left: 8.33333333%;}
    .col-pr-push-0 {left: auto;}
    .col-pr-offset-12 {margin-left: 100%;}
    .col-pr-offset-11 {margin-left: 91.66666667%;}
    .col-pr-offset-10 {margin-left: 83.33333333%;}
    .col-pr-offset-9 {margin-left: 75%;}
    .col-pr-offset-8 {margin-left: 66.66666667%;}
    .col-pr-offset-7 {margin-left: 58.33333333%;}
    .col-pr-offset-6 {margin-left: 50%;}
    .col-pr-offset-5 {margin-left: 41.66666667%;}
    .col-pr-offset-4 {margin-left: 33.33333333%;}
    .col-pr-offset-3 {margin-left: 25%;}
    .col-pr-offset-2 {margin-left: 16.66666667%;}
    .col-pr-offset-1 {margin-left: 8.33333333%;}
    .col-pr-offset-0 {margin-left: 0%;}
    
    .visible-xs {
        display: none !important;
    }
    .hidden-xs {
        display: block !important;
    }
    table.hidden-xs {
        display: table;
    }
    tr.hidden-xs {
        display: table-row !important;
    }
    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }
    .hidden-xs.hidden-print {
        display: none !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
    
    a[href]:after {
        content: "" !important;
    }
    
    /** fix for <input type="number"> not rendering properly on desktops, remove controls and show it as regular text field **/
    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    input[type=number] {
        -moz-appearance:textfield;
    }
    
    div#subfooter {
        display: none !important;
        
    }
    .bottom-of-page {
        display: block !important;
    }
    .text-xs-center {
        text-align: center !important;
    }
    #scrolltotop { display: none !important; }
    div.nav {
        display: none !important;
    }
    div.printhead {
        position:fixed;
        top:0px;
        display:block;
        clear:both;
        min-height: 10em;
    }
    
    div.product-list-item {
        page-break-inside: avoid;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 8px;
    }
    .bottom-links {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .bottom-links li {
        display: inline;
    }
    .bottom-links li + li:before {
        content: " | ";
    }
    
    span.product-price {
        font-size:3em;
    }
    
    h1 {
        font-size: 2.5em;
    }
    
    div.print-page-break {
        page-break-after: always;
    }
}

