/*
 * HTML5 Boilerplate
 */


/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Swis721';
    src: url('fonts/Swis721/swis721-webfont.eot');
    src: url('fonts/Swis721/swis721-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Swis721/swis721-webfont.woff') format('woff'),
         url('fonts/Swis721/swis721-webfont.ttf') format('truetype'),
         url('fonts/Swis721/swis721-webfont.svg#swis721') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'Gothic';
    src: url('fonts/Gothic/Gothic.eot');
    src: url('fonts/Gothic/Gothic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gothic/Gothic.woff') format('woff'),
         url('fonts/Gothic/Gothic.ttf') format('truetype'),
         url('fonts/Gothic/Gothic.svg#Gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book/Gotham-Book.eot');
    src: url('fonts/Gotham-Book/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Book/Gotham-Book.woff') format('woff'),
         url('fonts/Gotham-Book/Gotham-Book.ttf') format('truetype'),
         url('fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trade-Gothic';
    src: url('fonts/Trade-Gothic/TradeGothicLHExtended_Bold.eot');
    src: url('fonts/Trade-Gothic/TradeGothicLHExtended_Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Trade-Gothic/TradeGothicLHExtended_Bold.woff') format('woff'),
         url('fonts/Trade-Gothic/TradeGothicLHExtended_Bold.ttf') format('truetype'),
         url('fonts/Trade-Gothic/TradeGothicLHExtended_Bold.svg#TradeGothicLHExtended_Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #737373;
}

html {
    overflow-y: scroll;
}

body {
    font-family: 'Swis721', arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Remove Chromes default focus outline
 */

*:focus {
    outline: none;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #f0bbbb;
    color: #000;
    padding: 0.2em 0 0.3em;
    text-align: center;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/*  Tag Styles
   ========================================================================== */

html,
body {
    height: 100%;
}

a {
    text-decoration: none;
    color: #007dc6;
}
a:link {
    outline: none;
}
a:hover {
    text-decoration: underline;
}

h1,
h2 {
    font-family: 'Trade-Gothic', arial, sans-serif;
    font-weight: normal;
    color: #005030;
}
h1 {
    font-size: 1.9em;
    margin: 0.67em 0 2.2em 0;
}
h2 {
    font-size: 1.2em;
    margin: 1.6em 0 0 0;
}
h2+p {
    margin-top: 0;
}
h4 {
    margin: 1.6em 0 1em 0;
}
h4:first-of-type {
    margin-top: 0;
}
h4+ul {
    padding: 0 0 0 216px;
    color: #e21a22;
}
h4+ul span {
    color: #737373;
}

address {
    font-style: normal;
}

form#contact-form * {
    float: left;
}
form#contact-form label {
    clear: both;
    font-size: 1.1em;
    color: #005030;
    margin: 0 0 2px 0;
}
form#contact-form input[type="text"],
form#contact-form textarea {
    clear: both;
    width: 250px;
    padding: 5px;
    margin: 0 0 12px 0;
    color: #222;
    background-color: #f7f9fa;
    box-shadow: 1px 1px 1px #cccccc inset;
    border: 1px solid #abadb3;
    border-radius: 2px;
    behavior: url(PIE.htc);
}
form#contact-form input[type="text"]:focus,
form#contact-form textarea:focus {
    box-shadow: none;
    background-color: white;
    color: #000;
}
form#contact-form textarea {
    height: 100px;
}
form#contact-form button[type="submit"] {
    clear: both;
    width: 60px;
    height: 26px;
    color: #000;
}
form#contact-form .error {
    color: #e62525;
    margin: 5px 0 0 10px;
}
form#contact-form .success {
    color: #0a9400;
    margin: 5px 0 0 10px;
}
form#contact-form .submitError {
    color: #e62525;
    margin: 4px 0 0 10px;
}
form#contact-form .submitSuccess {
    color: #0a9400;
    margin: 4px 0 0 10px;
}


/*  Custom Styles
   ========================================================================== */

#container {
    /*min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -260px;*/
    margin-bottom: -254px;
}
#top {
    width: 960px;
    height: 26px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: right;
}
#language {
    padding: 3px;
    width: 90px;
}

header {
    width: 100%;
    height: 92px;
    margin: 0 0 30px 0;
    background: #d2d3d5;
    background: -o-linear-gradient(left, #d2d3d5 0%,#d2d3d5 50%,#f7f7f7 50%,#f7f7f7 100%);
    background: -ms-linear-gradient(left, #d2d3d5 0%,#d2d3d5 50%,#f7f7f7 50%,#f7f7f7 100%);
    background: -moz-linear-gradient(left, #d2d3d5 0%, #d2d3d5 50%, #f7f7f7 50%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d2d3d5), color-stop(50%,#d2d3d5), color-stop(50%,#f7f7f7), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(left, #d2d3d5 0%,#d2d3d5 50%,#f7f7f7 50%,#f7f7f7 100%);
    background: linear-gradient(to right, #d2d3d5 0%,#d2d3d5 50%,#f7f7f7 50%,#f7f7f7 100%);
    -pie-background: linear-gradient(0deg, #d2d3d5 0%,#d2d3d5 50%,#f7f7f7 50%,#f7f7f7 100%);
    behavior: url(PIE.htc);
}
header .wrap {
    position: relative;
    width: 730px;
    height: 62px;
    padding: 30px 0 0 230px;
    margin: 0 auto;
    background-color: #f7f7f7;
}
header #mobile-menu-button {
    display: none;
}
header #Bio-Active {
    float: left;
    position: absolute;
    top: 0;
    left: -88px;
    width: 270px;
    height: 92px;
    /*width: 183px;
    height: 37px;
    margin: 5px 50px 0 0;*/
    margin: 0;
    background: url(../img/Bio-Active1.png) no-repeat;
}

header nav {
    display: block;
    float: left;
    width: 540px;
}
header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header nav ul li {
    display: inline;
}
header nav ul li a {
    display: block;
    float: left;
    width: 82px;
    height: 31px;
    padding: 15px 0 0 5px;
    font-size: 1.2em;
    line-height: 1;
    color: #818285;
}
header nav ul li a:hover {
    text-decoration: none;
}

.red {
    border-left: 3px solid #d2232a;
}
.red:hover {
    border-left: 3px solid #f43c42;
}
.lite-green {
    border-left: 3px solid #8dc63f;
}
.lite-green:hover {
    border-left: 3px solid #aae658;
}
.dark-green {
    border-left: 3px solid #005030;
}
.dark-green:hover {
    border-left: 3px solid #2e8360;
}

.red span#active {
    color: #d2232a;
}
.lite-green span#active {
    color: #8dc63f;
}
.dark-green span#active {
    color: #005030;
}

header .contact-button {
    display: block;
    float: right;
    width: 64px;
    padding: 5px 15px;
    margin: 3px 0 0 0;
    border-radius: 12px;
    background-color: #8dc63f;
    font-size: 0.9em;
    color: #fff;
    text-align: center;
}

.search-field label {
    margin: 0 0 0 5px;
    font-size: 1.2em;
    line-height: 1;
    color: #818285;
}
.search-field .search {
    float: left;
    width: 134px;
    height: 16px;
    padding: 4px 2px 4px 6px;
    border: 1px solid #ababab;
    border-right: none;
    border-radius: 9px 0 0 9px;
    behavior: url(PIE.htc);
}
.search-field .submit {
    float: left;
    width: 28px;
    height: 26px;
    padding: 0;
    border: 1px solid #ababab;
    border-left: none;
    border-radius: 0 9px 9px 0;
    background: url(../img/submit.gif) no-repeat #ffffff 50% 50%;
    behavior: url(PIE.htc);
}

#main {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#content {
    margin: 0 0 20px 0;
}

#home-slideshow {
    float: left;
    width: 720px;
    height: 400px;
    margin: 0 10px 10px 0;
    z-index: 1;
    overflow: hidden;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

#our-story {
    display: block;
    position: absolute;
    top: 290px;
    z-index: 10;
    width: 240px;
    height: 110px;
    background-color: rgb(160,160,160);
    background-color: rgba(255,255,255,0.55);
    border-radius: 18px 18px 0 0;
    behavior: url(PIE.htc);
}
#our-story:hover {
    text-decoration: none;
}
#our-story .content {
    height: 68px;
    padding: 14px 10px 0 20px;
    color: #ffffff;
    font-family: 'Gothic', arial, sans-serif;
}
#our-story .content img {
    margin: -5px 0 0 5px;
}

#sidebar {
    float: left;
    width: 230px;
    height: 400px;
}
#store-finder {
    width: 230px;
    height: 190px;
    margin: 0 0 10px 0;
}
#search-box {
    display: block;
    margin: 0 0 10px 0;
    background-color:#8dc63f;
}

.product-img {
    float: left;
    width: 600px;
    height: 350px;
    margin: 0 30px 0 0;
}
.product-sidebar {
    float: left;
    width: 300px;
    height: 300px;
    padding: 50px 30px 0 0;
}
.product-sidebar img {
    margin: 0 20px 0 0;
}
.more-button-wrap {
    margin: 1.6em 0;
}
.more-button {
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 0.9em;
    color: #fff;
    behavior: url(PIE.htc);
}

.product-details {
    float: left;
    width: 520px;
    padding: 0 40px 0 0;
}
.product-details img {
    margin: 0 30px 0 0;
}

.nutrition-table-wrap {
    float: left;
    width: 400px;
}
.nutrition-table {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 2px solid #00512F;
    border-radius: 10px 10px 0 0;
    line-height: 1.4;
    behavior: url(PIE.htc);
}
.nutrition-table table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
.nutrition-table table th,
.nutrition-table table tfoot td {
    padding: 4px 5px;
}
.nutrition-table table thead th {
    background-color: #00512F;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
.nutrition-table table thead th:first-child {
    border: none;
    text-align: left;
}
.nutrition-table table tbody td {
    padding: 2px 5px;
    color: #000000;
    background-color: #8cc63f;
    border-left: 2px solid #00512F;
    font-size: 12px;
    font-weight: bold;
}
.nutrition-table table tbody .alt td {
    background: #E1EDC3;
    color: #000000;
}
.nutrition-table table tbody td:first-child,
.nutrition-table table tfoot td:first-child {
    border-left: none;
}
.nutrition-table table tbody tr:last-child td {
    border-bottom: none;
}
.nutrition-table table tfoot td {
    border-top: 1px solid #00512F;
    border-left: 2px solid #FFFFFF;
    background: #00512F;
    color: #FFFFFF;
    vertical-align: top;
}


.product-box {
    display: block;
    float: left;
    width: 240px;
    height: 170px;
    color: #737373;
    background: -o-linear-gradient(left, #d6d6d6 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(left, #d6d6d6 0%,#f7f7f7 100%);
    background: -moz-linear-gradient(left, #d6d6d6 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d6d6d6), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(left, #d6d6d6 0%,#f7f7f7 100%);
    background: linear-gradient(to right, #d6d6d6 0%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f7f7f7', GradientType=1);
}
.product-box:hover {
    text-decoration: none;
    background: -o-linear-gradient(top, #d6d6d6 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(top, #d6d6d6 0%,#f7f7f7 100%);
    background: -moz-linear-gradient(top, #d6d6d6 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top, #d6d6d6 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom, #d6d6d6 0%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f7f7f7', GradientType=0);
}
.box-text {
    position: relative;
    width: 204px;
    height: 124px;
    padding: 18px 18px 0;
}
.box-text h4 {
    font-family: 'Trade-Gothic', arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 0.9em 0;
}
.box-text p {
    line-height: 1.2;
    margin: 0;
}
.product-box #active {
    box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.15);
}
.product-box #active,
.product-box #active h4 {
    color: #ffffff;
}
.box-text .active-img {
    position: absolute;
    display: none;
}
.product-box #active .active-img {
    display: block;
}
#cow-active {
    top: 136px;
    left: -80px;
}
#bee-active {
    top: 122px;
    left: 24px;
}
.box-footer {
    height: 22px;
    padding: 6px 5px 0 0;
    color: #ffffff;
    text-align: right;
}

#cow-milk-products #active {
    background-color: #8cc63f;
}
#sheep-based-products #active {
    background-color: #e078c1;
}
#bee-products #active {
    background-color: #f7931e;
}
#goats-milk-products #active {
    background-color: #72bbe5;
}


.milk-product {
    float: left;
    width: 450px;
}
.milk-product img {
    margin-right: 30px;
}
.milk-product-bottom {
    margin-top: 20px;
}
.milk-product-left {
    margin-right: 60px;
}


.store-box {
    float: left;
    width: 300px;
    margin: 0 60px 0 0;
}
.store-box h2 {
    margin: 0 0 1.5em 0;
}
.store-box div {
    margin: 0 0 1.5em 0;
}
.store-box div strong {
    color: #4d4d4d;
}

#product-range-wrap {
    position: relative;
}
.product-hover {
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,0);
    text-indent: -9999px;
}
#skin-nutrienz {
    top: 90px;
    left: 0px;
    width: 123px;
    height: 252px;
    z-index: 4;
}
#colostrum-tablets-vanilla {
    top: 84px;
    left: 116px;
    width: 114px;
    height: 248px;
    z-index: 3;
}
#colostrum-capsules {
    top: 54px;
    left: 207px;
    width: 150px;
    height: 270px;
    z-index: 2;
}
#goats-milk {
    top: 0px;
    left: 325px;
    width: 203px;
    height: 310px;
    z-index: 1;
}
#colostrum-milk {
    top: 0px;
    left: 529px;
    width: 205px;
    height: 310px;
    z-index: 1;
}
#colostrum-tablets-strawberry {
    top: 60px;
    left: 700px;
    width: 140px;
    height: 264px;
    z-index: 2;
}
#propolis-2000 {
    top: 80px;
    left: 820px;
    width: 138px;
    height: 264px;
    z-index: 3;
}

.push {
    height: 130px;
    background-repeat: repeat-x;
}
.footer {
    height: 260px;
    background-image: url(../img/footer-green.jpg);
}
.footer-green {
    background-image: url(../img/footer-green.jpg);
}
.footer-purple {
    background-image: url(../img/footer-purple.jpg);
}
.footer-orange {
    background-image: url(../img/footer-orange.jpg);
}
.footer-blue {
    background-image: url(../img/footer-blue.jpg);
}


.accordionButton {
    margin: 1em 0;
    font-weight: bold;
    color: #005030;
    cursor: pointer;
}
.accordionContent {
    margin: 0 0 3em 2em;
}
.accordionButton::after { content:" ►" }
.on::after { content:" ▼" }



/*  Helpful Class Styles
   ========================================================================== */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.green-text { color: #005030; }
.purple-text { color: #bd2b92; }
.orange-text { color: #f36f21; }
.blue-text { color: #007dc6; }



/* ==========================================================================
   Helper Classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   VAN STYLES
   ========================================================================== */
.store-box-new div {
    margin-bottom: 15px;
}
ul.store_links {
    margin: 0px;
    padding: 0px;
}
ul.store_links li {
    display: inline;
    list-style-type: none;
    padding-right: 15px; 
}
.back_link {
    float: right;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 959px) {
    
}

@media only screen and (max-width: 768px) {
    
    h1 {
        margin: 0.67em 0 1em;
    }
    
    #top,
    .push,
    .footer,
    #product-range-wrap,
    h1 img,
    .active-img {
        display: none !important;
    }
    
    .responsive-img {
        width: 100% !important;
        height: auto !important;
    }
    
    #container {
        padding: 20px 15px;
        margin: 0;
    }
    header {
        height: auto;
        background: inherit;
        margin: 0;
    }
    header .wrap {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        background-color: inherit;
    }
    header #mobile-menu-button {
        display: block;
        float: right;
        width: 40px;
        height: 28px;
        background: url(../img/mobile-icon-nav.svg) no-repeat center 8px #bfbfbf;
        border-radius: 4px;
        cursor: pointer;
    }
    header #Bio-Active {
        display: block;
        float: none;
        position: static;
        width: 183px;
        height: 37px;
        margin: 0 0 20px 0;
        background: url(../img/Bio-Active.png) no-repeat;
    }
    header nav {
        display: none;
        float: none;
        width: auto;
    }
    header nav ul li {
        display: block;
    }
    header nav ul li a {
        float: none;
        width: auto;
        height: auto !important;
        padding: 10px 0 !important;
        margin: 0 0 6px 0;
        text-align: center;
        color: #fff;
        border: none !important;
        background-color: #bfbfbf;
        border-radius: 4px;
        white-space: normal !important;
    }
    header nav ul li a span#active {
        color: #000 !important;
    }
    header .contact-button {
        display: none;
    }
    
    .product-box {
        margin: 8px 8px 0 0;
    }
    
    #main {
        width: auto;
        margin: 0;
    }
    #home-slideshow {
        width: auto;
        height: auto;
    }
    #our-story {
        display: none;
    }
    #sidebar {
        display: none;
    }
    .product-img {
        margin: 0 30px 0 0;
    }
    .product-details {
        width: auto;
        padding: 0;
    }
    .milk-product {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .product-details img {
        width: 120px;
        height: auto;
        margin-right: 20px;
    }
    h4+ul {
        padding: 0 0 0 17px !important;
    }
    .milk-product img {
        width: 120px;
        height: auto;
        margin-right: 20px;
    }
}

@media (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi),
       print {
    
}


/* ==========================================================================
   Print Styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

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

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

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

    /*
     * Don't show links for images, or javascript/internal links
     */

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

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 1cm;
    }

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

    h2,
    h3 {
        page-break-after: avoid;
    }
    
    header,
    #product-boxes {
        display: none !important;
    }
}
