

body:before {
    content:url(/media/logo.png);
    transform: scale(.5);
    position: absolute;
    z-index: 99999999;
    left: -35px;
    top: -35px;
}

body {
    background: white;
    color: black !important;
    font-size: 8pt;
    line-height: 100%;
    margin: 15px;
    padding: 0;
    page-break-after: avoid;
    page-break-before: avoid;
    text-align: center;
}

h1 {
    font-size: 30pt;
    top: 0;
    display: block;
}

h2 {
    font-size: 24pt;
}

h3 {
    font-size: 18pt;
}

.product_main_picture img {
    max-height: 200px;
    width: auto;
    height: auto;
}

.main-font-bold {
    color: black !important;
}

.main-font {
    color: black !important;
}

.secondary-font {
    color: black !important;
}

.group_navigation_menu_container, .header_container, .navigation_container, .footer, .footer_final_credits, .navigation, .breadcrumbs, .notify_product_added_cart {
    display: none;
}

#oos_container {
    display: none;
}

a[href]:after {
   display: none;
   visibility: hidden;
}

.noprint {
    display: none;
}
.important_notification {
    display: none;
}

.nav, .nav-tabs, br {
    display:none;
}

.show_only_print {display:block !important;}
.prefooter, .preprefooter, .copyrightit {
    display: none;
}
.page_container {
    padding-top: 0px;
}
.giftcard_paper {
    margin: 0px !important;
     -webkit-print-color-adjust: exact !important;
}

.tab-content {
    padding: 0px !important;
    margin: 0px !important;
}

.product_picture_extra {
    opacity: 1 !important;
}

#product_description {
    page-break-inside: avoid !important;
}

@page {
    size: A4;
    margin: 0;
    padding: 0;
}