/* empty */

body {
    width:1000px !important;
}

.container {
    width:1000px !important;
}

.logo {
    margin-bottom:20px;
}

.product-sidebar {
    width:30%;
}
.product-gallery {
    width:70%;
}

.gallery-print img {
    width:70%;
    margin:auto;
}

.btn {
    display:none;
}

img {
    page-break-inside: avoid;
    max-width: 100% !important;
}
h2, h3 { page-break-after: avoid; }
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
table {
    border-collapse: collapse !important;
}
thead { display: table-header-group; }
tr { page-break-inside: avoid; }
td, th {  page-break-inside: avoid; background: #fff !important; }
