/**
 * Print stylesheet
*/

@media print {
    @page {
        margin: 2.5cm;
    }

    /* HIDING */
    header.header,
    .breadcrumb,
    .split-layout-menu,
    nav,
    .selectboxit,
    .util-icon--print,
    select,
    footer.footer,
    .scroll-top,
    #designstudio-button,

    /* Account - Order/shipping */
    .account-history-show .btn-group,

    /* Article detail page */
    .vertical-slider,
    .product-slider,
    .product-detail-box .product-detail-box__description .manufacturerLogo,
    .product-detail-box .product-detail-box__description .product-detail-box__toolbox,
    .product-detail-box .product-detail-box__description > p,
    .product-detail-box .product-detail-box__description .standalone-link,
    .product-detail-box .product-detail-box__collateral,
    .r-tabs-nav, .r-tabs-state-default, .r-tabs-accordion-title,
    .evaluation,
    select.add-article, .selectboxit.add-article,

    /* cart */
    div#cartTable .flashMessengerBox,
    div#cartTable .standalone-link,
    div#cartTable .block-accordion__content,
    div#cartTable .quick-order-wrapper,
    div#cartTable .coupon-box,
    div#cartTable .cart-button-bar,
    div#cartTable .cart-toolbar,
    div#cartTable a.lightbox--iframe,
    div#cartTable .btn.util-icon--plus,
    div#cartTable .btn.util-icon--minus,
    div#cartTable a.util-icon--delete,
    div#cartTable table > thead > tr > th:nth-child(2),
    div#cartTable table > tbody > tr > td:nth-child(3),
    div#cartTable button {
        display: none !important;
    }

    #cartTable > div > form > table > tbody > tr > td > h3,
    #cartTable > div > form > table > tbody > tr > td > p {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 0px !important;
    }

    .match-height {
        height: auto !important;
    }


    body {
        background: #fff;
        line-height: 1.3;
        margin: 1.5cm;
        font-family: Arial, Times New Roman, serif;
    }

    .lightbox__content {
        margin: 1.5cm;
    }

    h1 {
        color: #000;
        background-color: #fff;
        font-size: 24pt;
    }

    h2, h3, h4 {
        color: #000;
        background-color: #fff;
        font-size: 14pt;
        margin-top: 25px;
    }

    table {
        width: 100%;
    }

    table, th, td {
        border: 1px solid #000;
        text-align: left;
    }

    table th, table td {
        padding: 5px;
    }

    div.mfp-bg {
        opacity: 1;
        background: #fff;
    }

    div.cart-price-total {
        text-align: right;
        display: block;
    }

    ul.util-unstyled {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* DETAIL PAGE */
    div.product-detail-box .article--context {
        width: 100%;
    }

    div.product-detail-box #articleDetailPrice > span {
        display: block;
    }

    .product-detail-box__description .product-detail-box__product {
        display: block;
    }


    /* Defining all page breaks */
    a {
        page-break-inside: avoid
    }

    blockquote {
        page-break-inside: avoid;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    img {
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    table, pre {
        page-break-inside: auto;
    }

    ul, ol, dl {
        page-break-before: avoid
    }

    /**/
    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-xs-"] {
        float: left;
    }

    [class*="td-col-xs-"] {
        float: left;
    }

    .col-sm-12, .col-xs-12, .td-col-xs-12, .td-col-xs-12-right {
        width: 100% !important;
    }

    .col-sm-11, .col-xs-11, .td-col-xs-11 {
        width: 91.66666667% !important;
    }

    .col-sm-10, .col-xs-10, .td-col-xs-10 {
        width: 83.33333333% !important;
    }

    .col-sm-9, .col-xs-9, .td-col-xs-9 {
        width: 75% !important;
    }

    .col-sm-8, .col-xs-8, .td-col-xs-8 {
        width: 66.66666667% !important;
    }

    .col-sm-7, .col-xs-7, .td-col-xs-7 {
        width: 58.33333333% !important;
    }

    .col-sm-6, .col-xs-6, .td-col-xs-6, .td-col-xs-6-right {
        width: 50% !important;
    }

    .col-sm-5, .col-xs-5, .td-col-xs-5 {
        width: 41.66666667% !important;
    }

    .col-sm-4, .col-xs-4, .td-col-xs-4 {
        width: 33.33333333% !important;
    }

    .col-sm-3, .col-xs-3, .td-col-xs-3 {
        width: 25% !important;
    }

    .col-sm-2, .col-xs-2, .td-col-xs-2 {
        width: 16.66666667% !important;
    }

    .col-sm-1, .col-xs-1, .td-col-xs-1 {
        width: 8.33333333% !important;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left !important;
    }

    /* cart address boxes and payments */
    div#cartTable .block-accordion,
    div#cartTable .block-accordion h3 {
        padding: 0 !important;
        margin-top: 2px !important;
        margin-bottom: 3px !important;
        margin-right: 20px !important;
        float: left !important;
    }

    div#cartTable span.block-accordion__hidden-content {
        margin-left: 2px !important;
    }

    div#cartTable div.cart-price-total ul {
        margin-top: 20px !important;
    }

    div#cartTable div.cart-price-total h3 {
        text-align: right !important;
        float: none !important;
    }

    div#cartTable div.cart-price-total ul li span {
        padding-left: 10px !important;
    }

    div#cartTable > div > form > div:nth-child(3) > div > table > tbody > tr.table-bg-grey.bonus-article > td.td-col-xs-6.min-height-mobile-125.util-min-height-125.border-mobile-right.border-mobile-top > div > div.col-xs-5.col-sm-6.col-lg-4 > input[type=number] {
        max-width: 20px !important;
    }


    /* tables css & table--checkout */
    .table {
        width: 100%;
        max-width: 100%;
    }

    .table:after {
        display: block;
        content: ".";
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        font-size: 0.875rem;
        vertical-align: top;
        text-align: left;
        background: #EEEEEE;
        border: 1px solid #fff;
        padding: 8px;
        position: relative;
    }

    .table > thead > tr > th p, .table > thead > tr > th a, .table > thead > tr > th span, .table > thead > tr > td p, .table > thead > tr > td a, .table > thead > tr > td span, .table > tbody > tr > th p, .table > tbody > tr > th a, .table > tbody > tr > th span, .table > tbody > tr > td p, .table > tbody > tr > td a, .table > tbody > tr > td span, .table > tfoot > tr > th p, .table > tfoot > tr > th a, .table > tfoot > tr > th span, .table > tfoot > tr > td p, .table > tfoot > tr > td a, .table > tfoot > tr > td span {
        font-size: 0.875rem;
    }

    .table > thead > tr > th p strong, .table > thead > tr > th a strong, .table > thead > tr > th span strong, .table > thead > tr > td p strong, .table > thead > tr > td a strong, .table > thead > tr > td span strong, .table > tbody > tr > th p strong, .table > tbody > tr > th a strong, .table > tbody > tr > th span strong, .table > tbody > tr > td p strong, .table > tbody > tr > td a strong, .table > tbody > tr > td span strong, .table > tfoot > tr > th p strong, .table > tfoot > tr > th a strong, .table > tfoot > tr > th span strong, .table > tfoot > tr > td p strong, .table > tfoot > tr > td a strong, .table > tfoot > tr > td span strong {
        font-size: 0.875rem;
    }

    .table > thead > tr > th:first-child, .table > thead > tr > td:first-child, .table > tbody > tr > th:first-child, .table > tbody > tr > td:first-child, .table > tfoot > tr > th:first-child, .table > tfoot > tr > td:first-child {
        background: #E5E5E5;
    }

    .table > thead > tr > th .replaces-too, .table > thead > tr > td .replaces-too, .table > tbody > tr > th .replaces-too, .table > tbody > tr > td .replaces-too, .table > tfoot > tr > th .replaces-too, .table > tfoot > tr > td .replaces-too {
        display: block;
        white-space: nowrap;
        min-width: 105px;
    }

    .table > thead > tr > th .replaces-too img, .table > thead > tr > th .replaces-too span, .table > thead > tr > td .replaces-too img, .table > thead > tr > td .replaces-too span, .table > tbody > tr > th .replaces-too img, .table > tbody > tr > th .replaces-too span, .table > tbody > tr > td .replaces-too img, .table > tbody > tr > td .replaces-too span, .table > tfoot > tr > th .replaces-too img, .table > tfoot > tr > th .replaces-too span, .table > tfoot > tr > td .replaces-too img, .table > tfoot > tr > td .replaces-too span {
        margin-top: 5px;
        margin-left: 5px;
    }

    .table > thead > tr > th .replace-too-img, .table > thead > tr > td .replace-too-img, .table > tbody > tr > th .replace-too-img, .table > tbody > tr > td .replace-too-img, .table > tfoot > tr > th .replace-too-img, .table > tfoot > tr > td .replace-too-img {
        width: 20px;
        height: 10px;
        text-indent: -9999em;
        display: inline-block;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        position: relative;
    }

    .table > thead > tr > th.active {
        background: none;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #EEEEEE;
    }

    .table .table {
        background-color: #fff;
    }

    .table col[class*="col-"] {
        position: static;
        float: none;
        display: table-column;
    }

    .table td[class*="col-"], .table th[class*="col-"] {
        position: static;
        float: none;
        display: table-cell;
    }

    .table td.centered, .table th.centered {
        text-align: center;
        vertical-align: middle;
    }

    .table .td-color-blue {
        background: none;
    }

    .table .td-border-white-top-bottom {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .table .td-border-white-top {
        border-top: 1px solid #fff;
    }

    .table .td-border-white-bottom {
        border-top: 1px solid #fff;
    }

    .table .catalog-price {
        font-family: KievitWeb-bold, sans-serif;
        font-weight: normal;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .table .catalog-price, .table .customer-price, .table .special-price {
        display: inline-block;
        margin-top: 0;
    }

    .table .catalog-price:after, .table .customer-price:after, .table .special-price:after {
        display: inline-block;
    }

    /* e.g. cart table */
    .table--checkout {
        margin-top: 0;
        margin-bottom: 0;
    }

    .table--checkout table {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .table--checkout table tr {
        border: none !important;
    }

    .table--checkout table tr td {
        padding: 8px;
    }

    .table--checkout h3, .table--checkout h3 > a, .table--checkout tbody > tr > td > h3 > a {
        font-size: 1rem;
        color: black;
        margin-bottom: 0;
        position: relative;
        text-decoration: none;
    }

    .table--checkout strong {
        font-size: 0.875rem;
    }

    .table--checkout p {
        font-size: 0.875rem;
    }

    .table--checkout .util-stock-check {
        display: block;
        margin-bottom: 8px;
    }

    .table--checkout .util-error-text {
        display: block;
    }

    .table--checkout .bonus-article-headline {
        padding-left: 28px;
    }

    .table--checkout .bonus-article {
        position: relative !important;
    }

    .table--checkout__icon-percent,
    .table--checkout .salePriceIcon {
        font-family: KievitWeb-bold, sans-serif;
        font-weight: normal;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0.875rem;
        color: #EA2D3A;
        cursor: pointer;
    }

    .table--checkout .row {
        margin-bottom: 0;
    }

    .table--checkout thead > tr > th {
        border: 1px solid #fff;
        background: #fff;
        color: #000;
        font-weight: 400;
    }

    .table--checkout thead > tr > th:first-child {
        background: #fff;
    }

    .table--checkout tbody > tr:after {
        display: block;
        content: ".";
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }

    .table--checkout tbody > tr > td {
        border: 1px solid #E5E5E5;
        background: #fff;
    }

    .table--checkout tbody > tr > td:first-child {
        background: #fff;
    }

    .table--checkout tbody > tr > td.no-padding {
        padding: 0;
    }

    .table--checkout tbody > tr > td.no-border-left {
        border-left: none;
    }

    .table--checkout tbody > tr > td.no-border-right {
        border-right: none;
    }

    .table--checkout tbody > tr > td.no-border-bottom {
        border-bottom: none;
    }

    .table--checkout tbody > tr > td.no-border-top {
        border-top: none;
    }

    .table--checkout tbody > tr > td.no-border {
        border: none;
    }

    .util-hidden-print {
        display: none !important;
    }

    #browserupgrade {
        display: none !important;
    }
}
