/* PRINT CSS */
@media print {
    /* Algemene opmaak */
    body {
        font-family: "Work Sans", Arial, sans-serif;
        font-size: 12px;
        color: #000;
        background-color: #fff;
    }
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .clear {
        clear: both;
    }
    .wrapper {
        width: 100%;
        height: auto;
        margin: 0px auto;
        position: relative;
    }
    #warning, #Zwarning {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 12000;
        display: none;
        background: url(../images/popup2.png);
    }
    #Wmessage, #ZWmessage {
        background-color: #fff;
        width: 400px;
        margin: 50px auto;
        padding: 50px;
        border: solid 5px #000;
        border-radius: 10px;
        box-sizing: border-box;
        overflow: scroll-y;
        max-height: 80%;
    }
    #orderDay {
        border: none !important;
        font-size: 30px;
        color: #ad6a43;
        width: 250px;
    }
    #cookiescript_badge {
        display: none !important;
    }
    a {
        color: #000;
        text-decoration: none;
    }
    .shop_submit {
        display: none;
    }
    /* Verberg onnodige secties */
    #header, #footer, #navMobMenu, #warning, #sticky, #navContainer, #navMobMenu, #navMob, #loginFast, .push, .social, #search, #searchMob, .newsHome, .favList, .favListOk, .promo, .uitv, #buttons, #breadcrumb, #top, #usable {
        display: none !important;
    }
    .pageTit {
        display: none !important;
    }
    #prodDiv {
        display: block !important;
    }
    #prodShop {
        float: left;
        width: 40%;
        position: relative;
        margin-right: 6%;
        margin-top: 0 !important;
    }
    #prodShop h1 {
        display: block !important;
    }
    #prodShop .prijs {
        font-size: 24px;
        font-weight: bold;
        color: #5aa5f7;
        text-align: left;
    }
    #prodShop .prijs2 {
        text-align: left;
    }
    #prodShop .prijs3 {
        text-align: left;
    }
    #prodShop addForm {}
    #prodPic {
        float: right;
        width: 54%;
        margin: 0 !important;
    }
    #prodPic a {
        display: block;
    }
    #prodPic img {
        width: 100%;
    }
    .kenm:before {
        content: "-";
        padding-right: 10px;
    }
    #thumbs {
        margin-top: 10px;
    }
    .thumb {
        float: left;
        width: 23.5%;
        margin-left: 2%;
        position: relative;
    }
    .thumb img {
        object-fit: cover;
        aspect-ratio: 1/1;
        width: 100%;
    }
    .t4 {
        margin-left: 0;
    }
    .thumbs4 {
        margin-bottom: 10px;
    }
    .thumbs2 {
        margin-bottom: 10px;
        display: none;
    }
    .thumbs1 {
        margin-bottom: 5px;
        display: none;
    }
    .row {
        display: flex;
        flex-direction: column;
        border-bottom: 2px solid #eaeaea;
        padding-bottom: 10px;
    }
    .row:after {
        content: "";
        display: table;
        clear: both;
        background-color: #c0c;
    }
    #main {
        padding: 10px 0;
    }
	#print, #THIS {display: none;}
    .gridK {
        display: grid;
        grid-gap: 5px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }
    .grid-2 {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}