@page  
{ 
    size: auto;

    /* this affects the margin in the printer settings */ 
    margin: 20mm;  
} 

@media print {

    /* print detail page */

    body {
        font: 14px/1.3 "Open Sans", Arial, Helvetica, sans-serif;
    }

    body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
        margin: 0;
        padding: 0;
    }

    div#load, div#bg, div#layoutWrapper,
    .pageColumn, .columnOne, div.pageColumn, div.columnOne, div.row, div.breadcrumbControl, div.pageContent, div.pageContainer, div#editCartItemPage,
    div#print-header, div.pageHeader, div.articleDetails {
        page-break-inside: unset;
    }

    div {
        page-break-inside: avoid;
    }

    div#print-header {
        margin: 20px 0 35px 0;
        height: 140px;
        width: 100%;
        display: table !important;
    }

    div#print-address {
        float: right;
        text-align: right;
    }

    .pageHeader h1 {
        font-size: 24px;
        font-weight: 600;
        color: #333;
    }

    .pageHeader h2 {
        font-size: 17px;
        font-weight: 600;
        color: var(--branding-color1);
    }

    h3 {
        font-size: 17px;
        font-weight: 600;
        color: var(--branding-color1);
        margin: 20px 0 10px 0;
    }

    .articleID {
        color: #999999;
        font-weight: normal;
        font-size: 14px;
    }

    p {
        margin: 10px 0;
    }

    ul, ol {
        margin: 10px 10px;
    }

    li {
    }

    #shortDescription {
        margin-top: 45px;
    }

    .blockPrice {
        padding-bottom: 15px;
    }

    #onlineOnly {
        padding-bottom: 20px;
    }

    .onlineOnly {
        font-weight: 600;
        color: var(--branding-color2);
    }

    .strikePrice {
        text-decoration: line-through;
        font-size: 13px;
        color: #777;
    }

    .normalPrice, .specialPrice {
        font-size: 15px;
    }

    .specialPrice {
        color: var(--branding-color2);
    }

    .blockHeadline {
        font-weight: 600;
        float: left;
        padding-right: 10px;
        font-size: 17px;
    }

    input, select {
        border: none;
        font-size: 16px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
    }

    .lableTotalPrice {
        font-weight: 600;
        float: left;
        padding-right: 10px;
        font-size: 17px;
    }

    #totalPrice {
        font-size: 17px;
    }

    .mz-zoom-window, .mz-inner, .mz-p-inner, .mz-deactivating {
        display: none;
    }

    /*.promo-red-circle,*/
    .promo-red-circle-detail {
        content: url(../images/promo-marker-red-circle.png);
        z-index: 170;
    }

    .promo-blue-circle-detail, .promo-red-circle-detail {
        position: absolute;
        bottom: -13px;
        left: 420px;
    }

    .promoContentCircle {
        z-index: 180;
        color: #ffffff;
        -webkit-print-color-adjust: exact;
        height: 75px;
        width: 81px;
        padding-top: 21px;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
    }

    .promoContentCircle {
        position: absolute;
        bottom: -30px;
        left: 417px;
    }

    .promo-blue-circle, .promo-blue-circle-detail, .promo-red-circle, .promo-red-circle-detail, .promoContentCircle {
        background-repeat: no-repeat;
        -webkit-transform: rotate(17deg);
        -moz-transform: rotate(17deg);
        -o-transform: rotate(17deg);
        writing-mode: lr-tb;
    }


    .promo-blue-big {
        content: url(../images/promo-marker-blue.png);
        background-repeat: no-repeat;
        z-index: 170;
    }

    .promo-red-big, .promo-red {
        content: url(../images/promo-marker-red.png);
        background-repeat: no-repeat;
        z-index: 170;
    }

    .promo-red-big, .promo-blue-big, .promo-red {
        width: 144px;
        padding-left: 395px;
        margin-top: -17px;
        font-size: 18px;
        font-weight: 600;
    }

    .promoContent, .promoContentNormal {
        z-index: 180;
        color: #ffffff;
        -webkit-print-color-adjust: exact;
        height: 75px;
        width: 112px;
        padding-top: 21px;
        font-weight: bold;
        text-align: center;
    }

    .promoContent {
        position: absolute;
        bottom: -41px;
        left: 417px;
        font-size: 15px;
    }

    .promoContentNormal {
        position: absolute;
        bottom: -91px;
        left: 417px;
        font-size: 16px;
    }

    .onlineOnly-marker-detail {
        top: 2px;
        left: 440px;
    }

    .onlineOnly-marker-detail {
        position: absolute;
        content: url(../images/online-only.png);
        background-repeat: no-repeat;
        width: 59px;
        height: 36px;
        cursor: pointer;
        pointer-events: none;
        z-index: 170;
    }


    .miniTable {
        margin: 20px 0;
    }

    table#orderInfo {
        clear: both;
        margin: 20px 0;
    }

    th.col1 {
        text-align: left;
    }

    .mtContent table tr td {
        border-bottom: 1px solid #999999;
    }


    div#layoutHeader {
        display: none;
    }

    .pageActions {
        display: none;
    }

    .thumbnails a {
        text-decoration: none;
    }

    div.mz-lens {
        display: none;
    }

    .stepUpload {
        display: none;
    }

    div.buttonToCart {
        display: none;
    }

    #btnSendAFriend {
        display: none;
    }


    div#layoutFooter {
        display: none;
    }

    div#layoutSitemap {
        display: none;
    }

    div#offerText {
        display: none;
    }

    #layoutContent {
        padding-bottom: 0 !important;
    }
    
    table { border-collapse: collapse; border-spacing: 0; page-break-inside: auto }
}