@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&display=swap');

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.eot");
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.woff2") format("woff2"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.woff") format("woff"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.ttf") format("truetype"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free Solid';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.eot");
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2") format("woff2"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff") format("woff"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.ttf") format("truetype"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/* Global reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*:focus {
    outline: none;
}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, a { border:none; }

input, select, textarea {
    border-radius: 0.5em;
    border: 1px solid #333333;
    padding: 0.75em;
    background-color: white;
    font-size: 1em;
}
input.readonly {
    background-color: #EEEEEE;
    border: 1px solid #A9A9A9;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
input.error,
select.error {
    border: 1px solid red;
    background-color: pink;
    color: red;
}

address, caption, cite, code, dfn, th, var {
    font-style:normal;
    font-weight:normal
}
ol, ul, li { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:''}

.nobold { font-weight: normal !important; }

/****************************** General Styles ******************************/
html {
	min-height: 100%
}
body {
    display: block;
    background: url('/gfx/background_white.webp') center top fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1.06vw;
    color: #333333;
    font-family: 'Roboto', sans-serif, Arial, Helvetica;
    line-height: 1.5em;

}
@media only screen and (min-width: 1511px) {
    body {
        font-size: 1em;
    }
}

* {
    /*color: #333333;*/
    /*font-family: 'Roboto', sans-serif, Arial, Helvetica;*/
}

.show-for-mobile {}
@media only screen and (min-width: 1025px) {
    .show-for-mobile {
        display: none !important;
    }
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb,
.clear_both {
	clear: both;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.margintop20 {
    margin-top: 20px;
}
.pointer {
    cursor: pointer;
}
.display_none {
    display: none !important;
}
.nowrap {
    white-space: nowrap;
}

a {
	text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: inherit;
}
a.green {
    color: #00B67A !important;
}
a.blue {
    color: #00669b;
}


h1 {
    font-weight: bold;
    font-size: 1.45em;
    margin-top: 2rem;
}
h2 {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

h1 span {
    font-weight: normal;
    font-size: 0.69em;
}

.kop_blauw {
    font-weight: bold;
    color: #006699;
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px;
}

.strong_blauw {
    font-weight: bold;
    color: #4A92CB;
    display: block;
    margin-bottom: 3px;
}
.red {
    color: red;
}

span.blauw {
    color: #00669B;
}
span.groen {
    color: #00B67A;
}

.beheerHtml h2 {
    display: inline;
}

div.cookiemsg {
    width: 50%;
    background-color: white;
    position: fixed;
    bottom: 0px;
    z-index: 999999;
    margin-left: 25%;
    border-radius: 1em;
    border: 3px solid #00669B;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    padding: 2em;
}
    div.cookiemsg div.close::before {
        font-family: "Font Awesome 5 Free Solid";
        content: "\f00d";
        position: absolute;
        top: 1em;
        right: 1.25em;
        cursor: pointer;
    }

button#scrollToTopButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 32px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 9999999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: lightgrey; /* Set a background color */
    color: #333333; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 15px; /* Increase font size */
    width: 50px;
    text-align: center;
    box-shadow: 0px 0px 20px -5px #666666;
    font-weight: bold;
}
button#scrollToTopButton:hover {
    background-color: #00669B;
    color: white;
}

div.spamboxwarning {
    color: red;
    margin-top: 0.5em;
}

div.ndg_tooltip {
    position: relative;
    cursor: default;
    display: inline-block;
    margin-top: 0.5em;

}
    div.ndg_tooltip span.tooltipIcon::before {
        display: inline;
        font-family: "Font Awesome 5 Free Solid";
        content: "\f05a";
        padding-left: 0.25em;
        color: #00669B;
    }
    div.ndg_tooltip div.tooltipText {
        display: none;
        position: absolute !important;
        bottom: 30px;
        left: -5px;
        width: 20em;
        padding: 4px;
        background-color: #FFF;
        border: 1px solid #00669B;
        color: #00669B;
        border-radius: 0.5em;
        z-index: 99999999;
        white-space: normal;
        text-align: left;
    }

div.ndg_tooltip:hover div.tooltipText {
    display: block;
}

div.ndg_tooltip_warning {
    color: #DB3D3D;
}
    div.ndg_tooltip_warning span.tooltipIcon::before {
        content: "\f06a";
        color: #DB3D3D;
    }
    div.ndg_tooltip_warning div.tooltipText {
        border: 1px solid #DB3D3D;
        color: #DB3D3D;
    }


div.delivertime.ndg_tooltip br.show-for-mobile {
    /*display: none !important;*/
}

.mario404 {

}

img.screenshotFullSize {
    padding: 0;
    margin: 0;
    min-width: 50vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;

}

span.regiowarning {
    color: red;
    font-size: 11px;
    font-style: italic;
}

#queries {
    background-color: #FFFFFF;
    font-family: 'courier';
    border: 5px solid red;
}
#queries div.query {
    padding: 5px;
    border: 1px solid #000;
    margin: 5px;
}
#queries div.querystring,
#queries div.querybacktrace {
    display: none;
}

body div.selectParent {
    overflow: hidden;
    background-color: white;
    border: 1px solid #333333;
    border-radius: 0.5em;
    position: relative;
    color: #333333;
    z-index: 0;
}
    body div.selectParent:before {
        content: '\2039';
        transform: rotate(-90deg);
        font-size: 1.5em;
        font-weight: bold;
        right: 0.2em;
        position: absolute;
        z-index: 1;
        height: 100%;
    }
    body div.selectParent select {
        width: 100%;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        position: relative;
        padding-right: 1.75em;
        color: #333333;
        z-index: 10;
    }
        body div.selectParent select > option {

        }

html body button {
    display: inline-block;
    margin: 0;
    margin-top: 0.5em;
    padding: 0.75em;
    padding-left: 3em;
    padding-right: 3em;
    background-color: #00669B;
    border: 1px solid #00669B;
    border-radius: 999px;
    font-size: 1.2em;
    cursor: pointer;
    color: #FFFFFF;
}
    @media only screen and (min-width: 1025px) {
        html body button:hover {
            background-color: #004671;
        }
    }

    html body button.white {
        background-color: #FFFFFF;
        border-color: #00669B;
        color: #00669B;
    }
    @media only screen and (min-width: 1025px) {
        html body button.white:hover {
            background-color: #EAEAEA;
        }
    }

    html body button.whitegreen {
        background-color: #FFFFFF;
        border-color: #12b610;
        color: #12b610;
    }
    @media only screen and (min-width: 1025px) {
        html body button.whitegreen:hover {
            background-color: #EAEAEA;
        }
    }

    html body button.green {
        background-color: #00B67A;
        border-color: #00B67A;
    }
    @media only screen and (min-width: 1025px) {
        html body button.green:hover {
            background-color: #009966;
        }
    }

    html body button.lightgreen {
        background-color: #12b610;
        border-color: #12b610;
    }
    @media only screen and (min-width: 1025px) {
        html body button.lightgreen:hover {
            background-color: #0f9b0d;
        }
    }


    html body button.whitered {
        background-color: white;
        border-color: darkred;
        color: darkred;
    }
    @media only screen and (min-width: 1025px) {
        html body button.whitered:hover {
            background-color: darkred;
            color: white;
        }
    }

    html body button.gray {
        border-color: gray;
        color: gray;
    }
    @media only screen and (min-width: 1025px) {
        html body button.gray:hover {
            background-color: gray;
            color: white;
        }
    }

    html body button.koopbutton.disabled {
        background-color: gray;
        border-color: gray;
        cursor: not-allowed;
    }
    @media only screen and (min-width: 1025px) {
        html body button.koopbutton.disabled:hover {
            background-color: darkgray;
            border-color: darkgray;
        }
    }

#topbanner {
    max-width: 1500px;
    margin: auto;
    text-align: center;
    min-height: 20px;
}
    #topbanner img {
        display: block;
        margin: auto;
        max-width: 100%;
    }

#container {
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    min-height: 1000px;
    background-color: #FFF;
    box-shadow: 0 0px 25px #333333;
    -webkit-box-shadow: 0 0px 25px #333333;
    -moz-box-shadow: 0 0px 25px #333333;

    max-width: 1500px;
    width: auto;

    overflow-x: clip;
}
    #container #innercontainer {
        width: inherit;
        z-index: 999999;
        background-color: white;
        padding-top: 2%;
        padding-bottom: 2%;
    }

.websiteMessage {
    padding-bottom: 0;
    border-bottom: 1px solid #E6E6E6;
    padding: 2%;
    padding-top: 0;
    padding-bottom: 2vh;
    margin-bottom: 2vh;
}
    .websiteMessage span.icon::before {
        font-family: "Font Awesome 5 Free Solid";
        content: "\f06a";
        padding-right: 0.25em;

    }
        .websiteMessage span {
            padding-right: 0.5em;

        }
        .websiteMessage span * {

        }
    .websiteMessage span.closeWebsiteMessage {
        cursor: pointer;
        color: #CECECE;
    }
    .websiteMessage span.closeWebsiteMessage:hover {
        color: #666666;
    }
    .websiteMessage span.closeWebsiteMessage::after {
        font-family: "Font Awesome 5 Free Solid";
        content: "\f410";
    }

#header {
    background-color: #FFFFFF;
    position: -webkit-sticky;
    position: sticky;
    top: -40px;
    z-index: 999998;
}
    #header div.innerHeader {
        padding-left: 2%;
        padding-right: 2%;
        background-color: white;
        z-index: 20;

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;

        padding-bottom: 1.25em;
        position: relative;
    }

#header div.innerHeader .usptest {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
}
    #header div.innerHeader .usptest ul {
        overflow: unset;
        white-space: nowrap;
        letter-spacing: .45px;
        text-align: left;
        list-style-type: none;
        line-height: 30px;

        display: inline-flex;
        width: 100%;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
        #header div.innerHeader .usptest ul li:first-child {
            margin-left: 0;
        }
        #header div.innerHeader .usptest ul li {
            margin: 0 .5rem;
            margin-left: 0.5rem;
            display: inline-block;
        }
            #header div.innerHeader .usptest ul li b,
            #header div.innerHeader .usptest ul li strong,
            #header div.innerHeader .usptest ul li a {
                color: #00B67A;
                text-decoration: none;
                font-weight: bold;
            }
            #header div.innerHeader .usptest ul li a:hover {
                text-decoration: underline;
            }
            #header div.innerHeader .usptest ul li::before {
                font-family: "Font Awesome 5 Free Solid";
                content: "\f058";
                color: #00B67A;
                margin-right: 0.25rem;
            }

div.trustpilotHeader {
    display: inline-block;
    width: 40%;
    margin-bottom: 1em;
}
     div.trustPilotParent {
        font-size: 0.9em;
    }
     div.trustPilotParent a {
        display: flex;
        justify-content: flex-end;
    }
     div.trustPilotParent a:hover {
        text-decoration: none;
    }
     div.trustPilotParent a * {
        color: #444444;
        line-height: 30px;
    }
     div.trustPilotParent a div {
                    display: inline-block;
                    padding-left: 10px;
                    padding-right: 10px;
                }
     div.trustPilotParent a div:first-child {
                    padding-left: 0;
                }
     div.trustPilotParent a div.waardering {
                        font-size: 1.2em;
                    }
     div.trustPilotParent a div.rating {
                        width: 7em;
                        padding: 0;
                    }
     div.trustPilotParent a div.trustpilotBrand {
        width: 5.25em;
        padding: 0;
    }
     div.trustPilotParent a svg {
                position: relative;
                top: 0.2em;
            }
         div.trustPilotParent a svg path {
                        fill: #DCDCE6;
                    }
             div.trustPilotParent a svg path.fill_white {
                            fill: #FFFFFF;
                        }
             div.trustPilotParent a svg path.fill_black {
                            fill: #191919;
                        }
             div.trustPilotParent a svg path.fill_green {
                            fill: #00B67A;
                        }
             div.trustPilotParent a svg path.fill_darkgreen {
                fill: #005128;
            }

div.winkelmandFooter div.trustPilotParent a {
    justify-content: flex-start;
}

a.logo_nedgame {
    display: inline-block;
    vertical-align: top;
    width: 17%;
}
    a.logo_light {
    }
    a.logo_dark {
        padding-top: 2px;
        display: none;
    }
    a.logo_nedgame img {
        display: block;
        width: 211px;
        max-width: 100%;
        object-fit: contain;
    }

#zoek {
    vertical-align: top;
    display: inline-block;
    width: 37%;
    position: relative;
}
    #zoek > form {
        display: inline-flex;
        width: 100%;
    }
    #zoek #quicksearch_system_parent {
        display: inline-block;
        position: relative;
        z-index: 999;

        height: 43px;
        max-width: 300px;
        min-width: 70px;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        margin: 0;
        padding: 0;
        background-color: #d3d4d6;
        border: 1px solid #666666;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
        #zoek #quicksearch_system_parent::after {
            content: '\2039';
            transform: rotate(-90deg);
            font-size: 20px;
            position: absolute;
            right: 8px;
            top: 10px;
            z-index: 2;
        }
        #zoek #quicksearch_system_parent select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: 0;
            cursor: pointer;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            background: none;
            background-color: transparent;
            min-width: 75px;
            font-size: 0.95em;
            width: 100%;
            height: 42px;
            padding: 0;
            padding-left: 10px;
            border: none;
            z-index: 2;
            position: relative;
            color: black;

        }
        #zoek #quicksearch_system_parent select#hiddenSelect {
        display: none;
        appearance: unset;
        background-color: red;
        max-width: revert;
        width: auto;
        padding-right: 25px;
    }

    #zoek input#quicksearch {
        display: inline-block;
        width: calc(100% - 77px - 43px);

        height: 43px;
        color: #666666;
        margin: 0;
        padding: 0;
        padding-left: 2%;

        font-size: 0.95em;
        border: 1px solid #666666;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }
        #zoek button.zoekbutton {
            display: inline-block;

            width: 43px;
            height: 43px;

            margin: 0;
            padding: 0;
            padding-left: 6px;
            padding-right: 6px;

            background-color: #00669B;
            border: 1px solid #00669B;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;

            cursor: pointer;
            color: #FFFFFF;
            text-align: center;
        }
            #zoek button.zoekbutton:hover {
                background-color: #007199;
            }
            #zoek button.zoekbutton::before {
        font-family: "Font Awesome 5 Free Solid";
        font-weight: normal;
        content: "\f002";
        font-size: 16px;
        line-height: 30px;
        display: block;
        text-align: center;
    }

    #zoek #QuickSearchResult {
        position: absolute;
        height: auto;
        border: 1px solid #DEDEDE;
        background-color: #FFFFFF;
        font-size: 0.9em;
        display: none;
        z-index: 999999;
        border-radius: 5px;
        padding: 1em;
        left: 0;
        top: 2.7em;
        width: 100%;
    }
        #zoek #QuickSearchResult a {
            display: block;
            font-size: 1em;
            line-height: 1.75em;
        }
            #zoek #QuickSearchResult a:hover {
                text-decoration: underline;
            }
            #zoek #QuickSearchResult a span {
        font-weight: bold;
    }

#topmenu {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    font-size: 0.75em;
    text-align: right;
    margin-top: 4px;
}
    #topmenu>a {
        display: inline-block;
        text-decoration: none;
        color: #666666;
        position: relative;
        font-weight: bold;
        margin-left: 0.35em;
        margin-right: 0.35em;
        margin-top: 25px;
    }
        #topmenu>a:first-child {
            margin-left: 0;
        }
        #topmenu>a:last-child {
            margin-right: 0;
        }
        #topmenu a>span {
            display: block;
        }
        #topmenu a:hover {
        color: #000000;
    }
        #topmenu a.green::before {
            color: #00B67A !important;
        }
        #topmenu a:before {
            font-family: "Font Awesome 5 Free Solid";
            color: black;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            margin-top: -22px;
            font-size: 200%;
        }

            #topmenu a.onlineInruilen::before {
                content: "\f1b8";
            }
            #topmenu a.toggleDarkmode::before {
                content: "\f042 ";
            }
            #topmenu a.onzeWinkels::before {
                content: "\f54e";
            }
            #topmenu a.vacatures::before {
                content: "\f508";
            }
            #topmenu a.contact::before {
                content: "\f0e0";
            }
            #topmenu a.mijnAccount::before {
                content: "\f007";
            }
            #topmenu a.verlanglijst::before {
                content: "\f004";
            }
            #topmenu a.winkelmand::before {
                content: "\f291";
            }
            #topmenu a span.cartcount {
                position: absolute;
                top: -25px;
                right: 10px;
                box-sizing: content-box;
                width: 1.3rem;
                display: inline-block;
                background-color: red;
                border-radius: 50%;
                color: #fff;
                font-size: 0.7rem;
                line-height: 1.3rem;
                text-align: center;
                text-indent: 0.07rem;
            }
            #topmenu a:hover {
                color: #00669b;
            }
            #topmenu a:hover:before {
        color: #00669b;
    }

    #topmenu div.loginSimulatorParent {
        position: relative;
        display: inline-block;
    }
        #topmenu div.loginSimulator {
            visibility: visible;
            line-height: 20px;
            font-size: 16px;
            font-weight: 500;
            width: 350px;
            background-color: #eee;
            color: #333;
            text-align: left;
            padding: 15px;
            border-radius: 5px !important;
            position: absolute;
            z-index: 17;
            box-shadow: 2px 4px 8px rgba(0,0,0,.1);
            top: 2.5em;
            left: 50%;
            transform: translate(-50%,0);
        }
            #topmenu div.loginSimulator:before {
            bottom: 100%;
            left: 50%;
            border: 1px solid red;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: transparent;
            border-bottom-color: #eee;
            border-width: 11px;
            margin-left: -11px;
        }

            #topmenu div.loginSimulator li {
            color: #333333;
        }
                #topmenu div.loginSimulator li:before {
    font-family: "Font Awesome 5 Free Solid";
    content: "\f00c";
    color: #00b67a;
    padding-right: 5px;
}

            #topmenu div.loginSimulator span.login {
                background-color: #00B67A;
                border-color: #00B67A;
                color: #fff;
                border-radius: 20px;
                padding-top: 10px;
                padding-bottom: 10px;
                margin-top: 10px;
                margin-bottom: 5px;
                width: 70%;
                margin-left: 15%;
                text-align: center;
                display: inline-block;
            }
                #topmenu div.loginSimulator span.login:hover {
                    color: white;
                    opacity: 0.9;
                }
            #topmenu div.loginSimulator p.newcustomer {
                text-align: center;
                font-size: 13px;
                display: inline-block;
                width: 100%;
                color: #333333;
            }
                #topmenu div.loginSimulator p.newcustomer span.newcustomer {
            display: contents !important;
            font-weight: 500 !important;
            text-decoration: underline !important;
            color: #00669b !important;
        }

#winkelmandinhoudjs {
    height: 0px;
    width: 0px;
}


@media only screen and (min-width: 1025px) {
#hoofdmenu {
    position: relative;

    z-index: 16;

    color: #FFF;
    font-size: 100%;
    font-weight: bold;

    background-color: #00669B;
    border-top: 1px solid #00669B;

    -webkit-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.25);

    transition: box-shadow .7s;
    will-change: box-shadow;
}
    #header.sticky-active #hoofdmenu {
        box-shadow: none;
    }

    #hoofdmenu ul.top {
        height: 4em;
        z-index: 90000;
        padding-left: 2%;
        padding-right: 2%;
    }
        #hoofdmenu ul.top li {
            position: relative;
            float: left;
        }
            #hoofdmenu ul.top li:first-child {

            }
            #hoofdmenu ul.top li:last-child {
                #float: right;
            }

        #hoofdmenu ul.top li.menubutton {
            font-size: 91%;
            height: 100%;
        }

            #hoofdmenu ul.top li.menubutton a {
                padding-left: 0.67em;
                padding-right: 0.67em;
                line-height: 4.2em;
                font-size: 1em;
                text-decoration: none;
                color: #FFFFFF;
                display: block;
                cursor: pointer;
                border-top: 0;
                border-left: 1px solid #00669B;
                border-bottom: 0;
                border-right: 1px solid #00669B;
                height: 100%;
            }

            #hoofdmenu ul.top li.menubutton:hover a {
                color: #00669B;
                background-color: #FFFFFF;
            }
            #hoofdmenu ul.top li.menubutton a.active {
                /*color: #FFFFFF;*/
                /*background-color: #004671;*/
            }

            #hoofdmenu ul.top li.menubutton ul.sub {
                display: none;
                border: 1px solid #00669B;
                border-top: 0px;
                padding-left: 1em;
                padding-right: 1em;
                background: rgba(255, 2255, 2255, 0.95);
                color: #00669B;
                position: absolute;
                z-index: 80000;
                top: 4em;
            }
            #hoofdmenu ul.top li.menubutton ul.redesign {
                width: 70em;
            }
            #hoofdmenu ul.top li.menubutton.is-active ul.sub {
                display: block;
            }
            #hoofdmenu ul.top li.menubutton:hover ul.rightsub {
                left: auto;
                right: -2em;
            }
            #hoofdmenu ul.top li.menubutton:last-child:hover ul.sub {
                #left: auto;
                #right: 0em;
            }
            #hoofdmenu ul.top li.menubutton ul.sub a.submenuMainLink {
                display:none;
                border: none;
                padding: 0;
                margin-bottom: 1em;
                float: right;
                margin-left: 1em;
            }
            #hoofdmenu ul.top li.menubutton:hover ul.sub a.submenuMainLink {
                display: inline-block;
            }

            #hoofdmenu ul.top li.menubutton ul.sub div.column {
                float: left;
                margin: 1em;
                width: calc(25% - 1em - 1em);
                font-weight: normal;
            }
                #hoofdmenu ul.top li.menubutton ul.sub div.column h3 {
                    font-size: 1.15em;
                    margin-bottom: 0.65em;
                }
                #hoofdmenu ul.top li.menubutton ul.sub div.column strong {
                    display: inline-block;
                    margin-bottom: 0.5em;
                }

                #hoofdmenu ul.top li.menubutton ul.sub div.column a {
                    border: none;
                    line-height: inherit;
                    padding: 0;
                    background: none;
                }
                #hoofdmenu ul.top li.menubutton ul.sub div.column a img {
                    margin-bottom: 1em;
                }
                #hoofdmenu ul.top li.menubutton ul.sub div.column img.populair {
                    margin-bottom: 1em;
                }

                #hoofdmenu ul.top li.menubutton ul.sub div.column a.populair,
                #hoofdmenu ul.top li.menubutton ul.sub div.column a.gamegenre {
                    display: block;
                    padding-bottom: 0.5em;
                }
                #hoofdmenu ul.top li.menubutton ul.sub div.column a.populair:hover,
                #hoofdmenu ul.top li.menubutton ul.sub div.column a.gamegenre:hover {
                    text-decoration: underline;
                }

                #hoofdmenu ul.top li.menubutton ul.sub li {
                    float: none;
                    font-size: 0.9em;
                }
                    #hoofdmenu ul.top li.menubutton ul.sub li a {
                        background: none;
                        color: #00669B;
                        line-height: 2.5em;
                        white-space: nowrap;
                        border: none;
                    }
                        #hoofdmenu ul.top li.menubutton ul.sub li a:hover {
                            color: #333333;
                            text-decoration: underline;
                        }
                        #hoofdmenu ul.top li.menubutton ul.sub li a.subspace {
                            position: relative;
                            left: 1em;
                        }
                        #hoofdmenu ul.top li.menubutton ul.sub li:last-child {
        padding-bottom: 0.5em;
    }
}


#pagecontent {
    position: relative;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}
#pagecontent::after {
    content: "";
    display: block;
    clear: both;
}

#pagecontent.afrekenen {
    padding-left: 3.5%;
    padding-right: 3.5%;
    padding-top: 1em;
}

#footer {
    margin-top: 10px;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
}
#footer #footertext {
    font-size: 11px;
}
#footer #footertext a {
    text-decoration: none;
}
#footer #nieuwsbrief {
    position: absolute;
    right: 10px;
    top: 8px;
    font-weight: bold;
    color: #006699;
}
    #footer #nieuwsbrief input.text {
        font-size: 11px;
        margin-left: 5px;
    }
    #footer #nieuwsbrief button {
        font-weight: bold;
        color: #FFFFFF;
        background-color: #006699;
        border: 1px solid #ABADB3;
        margin-left: 5px;
        font-size: 11px;
        padding: 1px;
        cursor: pointer;
    }

#footer #paylogos {
    margin-top: 15px;
}
#footer #paylogos img {
    margin-right: 10px;
    margin-left: 10px;
    max-height: 40px;
}


div.box {
    margin: 0;
    margin-top: 2em;
}
    div.box hr {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    div.box > h1 {
        margin-top: 0;
        margin-bottom: 0.75em;
    }
    div.box > h2 {
        margin-bottom: 0.75em;
    }
    div.box div.boxheader {
        width: 100%;
        clear: both;
        display: flex;
        align-items: baseline;
    }
        div.box div.boxheader h2 {
            flex-grow: 5;
            font-weight: bold;
            margin: 0;
        }
        div.box div.boxheader h3 {
            font-weight: bold;
            margin: 0;
            margin-right: 0.5em;
        }
        div.box div.boxheader a {
            font-size: 1em;
            line-height: 1.25em;
            color: #00669B;
        }

#carousel {
    width: 100%;
    position: relative;
}
    #carousel_images img {
        max-height: 230px !important;
    }
#carousel_caption {
    font-size: 16px;
    margin-top: 50px;
}
#carousel ul.roundabout-holder {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 200px;
    width: 550px;
    margin-left: 35px;
    margin-bottom: 25px;
}
#carousel li.roundabout-moveable-item {
    height: 200px;
    width: 160px;
    cursor: pointer;
    text-align: center;
}
    #carousel li img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    #carousel li.roundabout-in-focus {
        cursor: default;
    }

    a.imageFlowPrev,
    a.imageFlowNext{
        position: absolute;
        top: 275px;
        z-index: 999999999;
        width: 25px;
        height: 25px;
        left: 0px;
    }
    a.imageFlowNext {
        left: 580px;
    }
    img.imageFlowPrefNext {
        z-index: 999999999;
        width: 25px;
        opacity: 0.5;
        filter: alpha(opacity=50);
        visibility: visible;
    }


div.newTypeSearchButtons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 2em;
}
    div.newTypeSearchButtons a {
        display: block;
        text-align: center;
        border: 1px solid #EFEFEF;
        padding-top: 1em;
        padding-bottom: 1em;
        color: #000;
    }
    @media only screen and (min-width: 1025px) {
        div.newTypeSearchButtons a:hover {
            border-color: #000;
            text-decoration: none;
        }
    }

div.bannerContainer {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    margin: 0;
    margin-top: 2em;
    margin-bottom: -0.45em;
    padding: 0;
}
    div.bannerContainer div.bannerParent {
        display: inline-block;
    }
        div.bannerContainer div.bannerParent div.banner {
            display: block;
            width: 100%;
            padding-top: 50%;

            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-color: #EBEBEB;

            background-size: 100%;
            transition: background-size 0.25s;

            overflow: hidden;
            position: relative;
            cursor: pointer;
        }
        @media only screen and (min-width: 1025px) {
            div.bannerContainer div.bannerParent div.banner:hover {
                background-size: 105%;
            }
        }
            div.bannerContainer div.bannerParent div.banner div.bannerText {
                position: absolute;
                bottom: 0;
                left: 0;
            }
                div.bannerContainer div.bannerParent div.banner div.bannerText span.title {
                    display: none;
                    font-size: 1em;
                    font-weight: bold;
                    color: #F0F0F0;
                    text-shadow: 1px 1px 3px #000000;
                }
                div.bannerContainer div.bannerParent div.banner div.bannerText span.text {
                    display: block;
                    padding: 1em;
                    font-size: 1em;
                    overflow: hidden;
                    color: #FEFEFE;
                    font-weight: bold;
                    text-shadow: 0px 0px 10px #000000;
                }
                div.bannerContainer div.bannerParent div.banner div.bannerText a.link {
                    display: none;
                }

    div.bannerContainer.firstBannerRow div.bannerParent {
        width: calc(50% - 0.5em);
    }
        div.bannerContainer.firstBannerRow div.bannerParent div.banner {
            font-size: 1.8em;
            line-height: 1.25em;
        }
            div.bannerContainer.firstBannerRow div.bannerParent:nth-child(1) {
                margin-right: 0.5em;
            }
            div.bannerContainer.firstBannerRow div.bannerParent:nth-child(2) {
                margin-left: 0.5em;
            }
            div.bannerContainer.firstBannerRow div.bannerParent:nth-child(3) {
                display: none;
            }

    div.bannerContainer.secondBannerRow div.bannerParent {
        width: calc(33.333% - 0.666em);
    }
        div.bannerContainer.secondBannerRow div.bannerParent div.banner {
            font-size: 1.17em;
            line-height: 1.25em;
        }
            div.bannerContainer.secondBannerRow div.bannerParent:nth-child(1) {
                margin-right: 0.666em;
            }
            div.bannerContainer.secondBannerRow div.bannerParent:nth-child(2) {
                margin-left: 0.333em;
                margin-right: 0.333em;
            }
            div.bannerContainer.secondBannerRow div.bannerParent:nth-child(3) {
            margin-left: 0.666em;
        }

h1.homepage {
    padding: 0;
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
}
div.homespacer {
    display: block;
    height: 15px;
}

div.subNavigation {
    margin-top: 2em;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 0.5em;
    row-gap: 0.5em;
}
    div.subNavigation div.subNavigationBlock {
        display:none;
        width: 100%;
        border: 1px solid #EFEFEF;
        border-radius: 0px;
        position: relative;
        padding: 1em;
    }
    div.subNavigation div.subNavigationBlock:nth-child(-n+11),
    div.subNavigation div.subNavigationBlock:last-child {
        display: unset;
    }

    div.subNavigation.merchandise div.subNavigationBlock:nth-child(-n+23) {
        display: unset;
    }

    div.subNavigation div.subNavigationBlock:hover {
        border: 1px solid #666666;
    }
    div.subNavigation div.subNavigationBlock:after {
        /*content: "";
        display: block;
        padding-bottom: 100%;*/
    }

    div.subNavigation div.subNavigationBlock a.subNavigationLink {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
        font-weight: normal;
    }
        div.subNavigation div.subNavigationBlock a.subNavigationLink div.image {
            display: block;
            margin: auto;
            padding: 1em;
            padding-top: 0;
        }
            div.subNavigation div.subNavigationBlock a.subNavigationLink div.image img {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
                object-position: bottom;
            }

    div.homepagebannerrow {
        font-size: 0.7em;
    }
        div.homepagebannerrow div.newBanner {
            background-color: #EBEBEB;
        }
            div.homepagebannerrow div.newBannerParent div.newBanner div.bannerText span.title {
                line-height: 1.5em;
            }
            div.homepagebannerrow div.newBannerParent div.newBanner div.bannerText span.text {
        line-height: 1.25em;
    }

    div.homepagebannerrow div.bigBanner {
        width: 33%;
        margin: 0;
    }
        div.homepagebannerrow div.bigBanner div.newBanner {
        padding-bottom: 50.6%;
    }

    div.homepagebannerrow div.smallBanner {
        width: 67%;
        margin: 0;
    }

    div.homepagebannerrow Pdiv.smallBanner div.newBanner {
        width: 49.5%;
        margin-left: 0.5%;
        padding-bottom: 25%;
        margin-bottom: 0 !important;
    }
        div.homepagebannerrow div.smallBanner div.newBanner:nth-child(2) {
        display: inline-block;
    }

    .nivoSlider a.nivo-imageLink {
        background-color:#fff;
        filter:alpha(opacity=0);
        /*other than IE*/
        -moz-opacity:0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .nivoSlider .nivo-directionNav {
        display: none;
    }

    div.productswrapper {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        column-gap: 0.5em;
        row-gap: 0.5em;
        width: 100%;
        margin-top: 2em;
    }

    div.productFloater {
        display: inline-block;
        text-align: center;
        margin: 0;
        padding: 1em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        border: 1px solid #EFEFEF;
        border-radius: 5px;
    }
        div.productFloater:nth-child(n+8) {
            margin-bottom: 0;
        }
    @media only screen and (min-width: 1025px) {
        div.productFloater:hover {
            border-color: #666666;
        }
    }

        div.productFloater div.img {
            text-align: center;
        }
        div.productFloater div.img a {
            overflow: auto;
            height: auto;
            margin: 0;
            padding: 0;
        }
        div.productFloater div.img a img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            object-position: center;
        }

        div.productFloater a {
            display: block;
            text-decoration: none;
            font-weight: bold;
            margin-bottom: 5px;
            overflow: hidden;
            margin-top: 1em;
            height: 3em;
            line-height: 1.5em;
        }
            div.productFloater a h3 {
                font-size: 1em;
                color: #00619C;
            }
            div.productFloater a:hover {
                text-decoration: underline;
            }

        div.productFloater span.productPrice {
            font-weight: bold;
            font-size: 1.25em;
            display: inline-block;
            width: calc(35% - 16px);
            text-align: right;
            margin: 0;
            padding: 0;
            margin-right: 16px;
        }

        div.productFloater button {
            display: inline-block;
            width: 2.5em;
            height: 2.5em;
            margin: 0;
            margin-top: 0.5em;
            padding: 0;
            border: none;
            border-radius: 100%;
            text-align: center;
            cursor: pointer;
            outline: none;
        }
        div.productFloater button::before {
            position: relative;
        }
        div.productFloater button.koopbutton {
            border: 1px solid #F7F7F5;
            background-color: #00B67A;
            color: #FFFFFF;
        }
            div.productFloater button.koopbutton::before {
                font-family: "Font Awesome 5 Free Solid";
                content: "\f067";
                top: 1px;
            }

        div.productFloater button.wishlistbutton {
            background-color: #F7F7F5;
            color: #00669B;
        }
            div.productFloater button.wishlistbutton::before {
                font-family: "Font Awesome 5 Free";
                content: "\f004";
                top: 0.05em;
            }
        @media only screen and (min-width: 1025px) {
            div.productFloater button.koopbutton:hover {
                background-color: #008656;

            }
            div.productFloater button.wishlistbutton:hover {
                border: 1px solid #00669B;
            }
        }
            div.productFloater button.wishlistbutton.verlanglijstbuttonactive {
                color: #FF0000;
            }





div.strorePhonenumber {
    width: 45%;
    display: inline-block;
    padding-bottom: 0.5em;
}
div.strorePhonenumber a {
    display: inline-block;
    width: 50%;
    font-weight: bold;
    color: #333333;
}

.productToBasketTransfer {
    border: 2px dashed #00B67A;
    z-index: 999999;
}

div.winkelmandinhoudwarning {
    font-weight: bold;
}
    div.winkelmandinhoudwarning img {
        width: 1em;
        position: relative;
        top: 2px;
        margin-right: 0.2em;
    }

table.winkelmand {
    width: 100%;
}

    table.winkelmand tr th {
        padding: 5px;
        font-weight: bold;
        vertical-align: bottom;
        font-size: 1em;
    }
        table.winkelmand tr th:first-child,
        table.winkelmand tr.regel td:first-child {
            padding-left: 0;
        }
        table.winkelmand tr th:last-child,
        table.winkelmand tr.regel td:last-child {
            padding-right: 0;
        }
        table.winkelmand tr th.right {
            text-align: right;
        }
        table.winkelmand tr th.center {
        text-align: center;
    }

    table.winkelmand tr.regel td {
        vertical-align: top;
        padding: 1em;
    }
    table.winkelmand tr.regel td.verwijder {
        width: 10px;
    }
    table.winkelmand tr.regel td.verwijder img {
        cursor: pointer;
    }

    table.winkelmand tr.regel td.afbeelding {
        width: 10%;
    }
        table.winkelmand tr.regel td.afbeelding img {
            max-width: 100%;
        }
    table.winkelmand tr.regel td.titel {
        line-height: normal;
        width: 45%;
    }
        table.winkelmand tr.regel td.titel a {
            color: #333333;
            text-decoration: none;
            display: block;
            padding-bottom: 0.5em;
        }
            table.winkelmand tr.regel td.titel a:hover {
            text-decoration: underline;
        }
        table.winkelmand tr.regel td.titel span.productcategorie {

        }
        table.winkelmand tr.regel td.titel span.used {
            color: #666666;
            line-height: inherit;
            font-size: 0.85em;
            font-style: italic;
        }
    table.winkelmand tr.regel td.levertijd {
        color: #666666;
        text-align: center;
        width: 15%;
        vertical-align: top;
    }
    table.winkelmand tr.regel td.prijs {
        color: #666666;
        width: 15%;
        vertical-align: top;
        text-align: center;
    }
    table.winkelmand tr.regel td.aantal {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10em;
        vertical-align: top;
        text-align: center;
        font-size: 0.9em;
    }
        table.winkelmand tr.regel td.aantal div.selectParent {
            display: inline-block;
            width: 60px;
            margin-left: 1em;
            font-size: 0.9em;
            overflow: unset;
        }
            table.winkelmand tr.regel td.aantal div.selectParent select {
                width: auto;
            }
    table.winkelmand tr.regel td.regeltotaal {
        text-align: right;
        padding-right: 0;
        width: 15%;
        vertical-align: top;
    }

    table.winkelmand tr.totalrow td {
        border-collapse: collapse;
        padding-right: 5px;
        padding-top: 1em;
        padding-bottom: 1em;
        vertical-align: top;
        text-align: right;
        font-weight: normal;
    }
        table.winkelmand tr.totalrow td:last-child {
            padding-right: 0;
        }
    table.winkelmand tr.totalrow td.bordertop {
        border-top: 1px solid #E6E6E6;
        margin-top: 5px;
    }
    table.winkelmand tr.totaal td {
        font-weight: bold;
    }

    table.winkelmand.onlineinruilwinkelmand tr td.prijs {
        text-align: right;
        padding-right: 0;
    }


form#winkelmandForm {
    display: flex;
}
div.winkelmandje {
    display: flex;
    align-items: flex-start;
}

div.winkelMandContent {
    width: 68%;
    display: inline-block;
    padding-right: 5em;
    padding-top: calc(1.5em + 1px);
}
    div.winkelmandHeader {
        font-weight: bold;
        margin-top: 0 !important;
    }

    div.winkelmandRow {
        width: 100%;
        display: flex;
        margin-top: 1.75em;
        margin-bottom: 1.75em;
    }
        div.winkelmandRow div.first {
            width: 10%;
        }
            div.winkelmandRow div.first img {
                display: block;
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
                object-position: top;
            }

        div.winkelmandRow>div.second {
            width: 50%;
            display: inline-flex;
        }
            div.winkelmandRow div.productinfo {
                width: 75%;
                display: inline-block;
                padding-left: 1em;
                padding-right: 0.25em;
            }
                div.winkelmandRow div.productinfo span {
                    display: none;
                }
                div.winkelmandRow div.productinfo a {
                    display: block;
                }
                div.winkelmandRow div.productinfo div.productcategorie {
                    margin-top: 0.5em;
                }
                div.winkelmandRow div.productinfo div.status {
                    margin-top: 0.5em;

                }
                div.winkelmandRow div.productinfo div.preorder {

                }
            div.winkelmandRow div.levertijd {
                width: 25%;
                display: inline-block;
                text-align: center;
                padding-left: 0.25em;
                padding-right: 0.25em;
            }
        div.winkelmandRow>div.third {
            width: 40%;
            display: inline-flex;
        }
            div.winkelmandRow div.prijs {
                width: calc(100% / 3);
                display: inline-block;
                text-align: center;
                padding-left: 0.25em;
                padding-right: 0.25em;
            }
            div.winkelmandRow div.aantal {
                width: calc(100% / 3);
                display: inline-flex;
                align-items: flex-start;
                justify-content: center;
                padding-left: 0.25em;
                padding-right: 0.25em;
            }
                div.winkelmandRow div.aantal svg.winkelwagenDelete {
                    width: 25px;
                    height: 25px;
                    cursor: pointer;
                    color: #333333;
                    margin-top: 0.45em;
                }
                    svg.winkelwagenDelete:hover {
                        color: #00669b;
                    }
                div.winkelmandRow div.aantal div.selectParent {
                    display: inline-block;
                    width: 60px;
                    margin-left: 1em;
                    font-size: 0.9em;
                    overflow: unset;
                }
                    div.winkelmandRow div.aantal div.selectParent select {
                        width: auto;
                        min-width: 60px;
                    }
                div.winkelmandRow div.aantal div.text {
                    display: none;
                }
            div.winkelmandRow div.totaal {
                width: calc(100% / 3);
                display: inline-block;
                text-align: right;
                padding-left: 0.25em;
            }



div.winkelmandOverzicht {
    padding-left: 2em;
    width: 32%;
    display: inline-block;

    padding: 1.5em;
    border: 1px solid #b1b1b1;
    border-radius: 1em;

    border: none;
    box-shadow: 0 0 30px 0 #cecece;
}
    div.winkelmandOverzicht div.winkelmandOverzichtBedragen>span {
        display: block;
        font-weight: bold;
        padding-bottom: 1.75em;
    }

    div.winkelmandOverzicht div.winkelmandOverzichtBedragen>div {
        display: flex;
        padding-bottom: 1em;
    }

        div.winkelmandOverzicht div.winkelmandOverzichtBedragen div.productTotaal {
            display: flex;
        }
        div.winkelmandOverzicht div.winkelmandOverzichtBedragen div.verzendkosten {
            display: flex;
        }

        div.winkelmandOverzicht div.winkelmandOverzichtBedragen div.totaal {
            display: flex;
            font-weight: bold;
        }

        div.winkelmandOverzicht div.winkelmandOverzichtBedragen div>div:first-child {
            width: 70%;
        }
        div.winkelmandOverzicht div.winkelmandOverzichtBedragen div>div.bedrag {
            width: 30%;
            text-align: right;
        }


    div.winkelmandOverzicht div.winkelmandOverzichtBedragen>div {
        display: none;
    }

    div.winkelmandOverzicht picture>img {
        margin-top: 1.5em;
        max-width: 100%;
    }

    div.winkelmandOverzicht div.winkelmandWarning {
        font-size: 1em;
        display: block;
        margin-top: 1.5em;
        display: flex;
        padding: 0;
    }
        div.winkelmandOverzicht div.winkelmandWarning img {
            width:1.2em;
            position: relative;
            top: 0.15em;
            margin-right: 0.2em;
        }

        div.winkelmandOverzicht div.winkelmandWarning div.icon-checkmark {
            width: auto;
            display: inline-block;
            margin-right: 5px;
        }
        div.winkelmandOverzicht div.winkelmandWarning div.icon-checkmark::before {
                font-family: "Font Awesome 5 Free Solid";
                content: "\f058";
                color: #00B67A;
            }

        div.winkelmandOverzicht div.winkelmandWarning div.icon-exclamation-circle {
                display: inline-block;
                margin-right: 5px;
            }
        div.winkelmandOverzicht div.winkelmandWarning div.icon-exclamation-circle::before {
        font-family: "Font Awesome 5 Free Solid";
        content: "\f06a";
        color: orange;
    }

    div.winkelmandOverzicht div#loginbuttonparent {
        width: 100%;
        display: block;
        padding: 0;
        margin-top: 2em;
    }
        div.winkelmandOverzicht div#loginbuttonparent button {
            width: 100%;
            margin-top: 1em;
            font-size: 1.1em;
        }

div.bestelOverzicht {

}
    div.bestelOverzicht div.winkelMandContent {
        width: 100%;
        padding-right: 0;
    }
        div.bestelOverzicht div.winkelmandRow:last-child {
            margin-bottom: 0;
        }
        div.bestelOverzicht div.winkelmandRow div.first {
            display: none;
        }
        div.bestelOverzicht div.winkelmandRow div.second {
            width: 70%;
        }
            div.bestelOverzicht div.winkelmandRow div.productinfo {
                padding-left: 0;
            }
            div.bestelOverzicht div.winkelmandRow div.productinfo span {
                display: unset;
            }
        div.bestelOverzicht div.winkelmandRow div.third {
            width: 30%;
        }


    div.bestelOverzicht div.winkelmandRow.readonly {
        #color: #999999;
    }
        div.bestelOverzicht div.winkelmandRow.readonly div.aantal svg.winkelwagenDelete {
            #color: #999999;
            display: none;
        }
        div.bestelOverzicht div.winkelmandRow.readonly div.aantal div.selectParent {
            #border-color: #999999;
            #color: #999999;
            display: none;
        }
            div.bestelOverzicht div.winkelmandRow.readonly div.aantal div.selectParent select {
                #color: #999999;
            }
        div.bestelOverzicht div.winkelmandRow.readonly div.aantal div.text {
            display: block;
        }

    div.bestelOverzicht div.winkelmandRow.shipped {
        color: #999999;
    }
        div.bestelOverzicht div.winkelmandRow.shipped div.aantal svg.winkelwagenDelete {
            color: #999999;
        }
        div.bestelOverzicht div.winkelmandRow.shipped div.aantal div.selectParent {
            border-color: #999999;
            color: #999999;
        }
            div.bestelOverzicht div.winkelmandRow.shipped div.aantal div.selectParent select {
                color: #999999;
            }
        div.bestelOverzicht div.winkelmandRow.shipped div.aantal div.text {

        }

    div.bestelOverzicht div.winkelmandOverzicht {
        margin-top: 1em;
        display: block;
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        box-shadow: none;
    }
        div.bestelOverzicht div.winkelmandOverzicht picture {
            display: none;
        }
        div.bestelOverzicht div.winkelmandOverzicht div.winkelmandWarning {
            display: none;
        }


    div.bestelOverzicht div.winkelmandOverzicht div.winkelmandOverzichtBedragen {

    }

        div.bestelOverzicht div.winkelmandOverzicht div.winkelmandOverzichtBedragen span {
            display: none;
        }

        div.bestelOverzicht div.winkelmandOverzicht div.winkelmandOverzichtBedragen>div {
            justify-content: flex-end;
        }

        div.bestelOverzicht div.winkelmandOverzicht div.winkelmandOverzichtBedragen>div>div:first-child {
            text-align: right;
            width: 20em;
        }
        div.bestelOverzicht div.winkelmandOverzicht div.winkelmandOverzichtBedragen>div>div.bedrag {
            width: 10em;
            white-space: nowrap;
            padding-left: 5em;
        }
        div.bestelOverzicht div.winkelmandOverzicht div.winkelmandOverzichtBedragen>div.totaal>div {
            padding-top: 1em;
            border-top: 1px solid #999999;
        }




.formtable {
    margin-top: 10px;
}
.formtable td,
.formtable th {
    padding-top: 0.35em;
    padding-bottom: 0.35em;
}

.formtable td.space {
    height: 2em;
}
.formtable th {
    min-width: 120px;
    white-space: nowrap;
    padding-right: 10px;
}
.formtable td input {

}
.formtable td input.small {
    width: 4em;
}

.formtable td textarea {
    width: 400px;
    height: 200px;
}

.formtable td input.checkbox {
    width: auto;
}


    table.contactform {
        width: 75%;
        min-width: 750px;
    }
        table.contactform td {
            padding-top: 0.35em;
            padding-bottom: 0.35em;
        }
            table.contactform td input,
            table.contactform td .selectParent,
            table.contactform td textarea {
                width: 100%;
            }
            table.contactform td div.g-recaptcha {
                width: 500px;
            }
            table.contactform button {
                min-width: 15em;
            }

            input[type=file] {
                min-width: 50%;
                margin-top: 0.5em;
                padding: 0;
            }
            input[type=file]::file-selector-button {
                border: none;
                padding: 0.75em;
                background-color: #00669B;
                color: white;
                cursor: pointer;
                margin-right: 0.75em;
            }
            input[type=file]::file-selector-button:hover {
                background-color: #004671;
            }


ul.provs {
    border-top: 1px solid #CCCCCC;
}
    ul.provs li {
    padding-left: 10px;
}
        ul.provs li a {
            padding-left: 10px;
            line-height: 20px;
            text-decoration: none;
        }
            ul.provs li a:before {
                font-family: "Font Awesome 5 Free Solid";
                content: "\f061";
                margin-right: 10px;
                font-size: 0.7em;
                position: relative;
                top: -2px;
            }



div.stor_left {
    float: left;
    width: 80%;
    border: 0px solid #CCCCCC;
}
img.store_image {
    width: calc(33%);
    margin: 0;
    margin-bottom: 1em;
}
    img.store_image:nth-of-type(1) {
        padding-right: 0.6em;
    }
    img.store_image:nth-of-type(2) {
        padding-left: 0.3em;
        padding-right: 0.3em;
    }
    img.store_image:nth-of-type(3) {
        padding-left: 0.6em;
    }


div.stor_right {
    float: left;
    width: calc(20% - 1em);
    margin-left: 1em;
}
div.stor_right a.stuurBericht {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #00669B;
    font-weight: bold;
}
    div.stor_right a.stuurBericht:before {
        font-family: "Font Awesome 5 Free Solid";
        content: "\f0e0";
        margin-right: 10px;
    }

div.stor_right table.openingstijden th {
    padding-right: 10px;
    font-weight: bold;
    padding-bottom: 3px;
    font-size: 12px;
}
div.stor_right table.openingstijden td {
    padding-left: 6px;
    padding-bottom: 3px;
    font-size: 12px;
}

div.stor_right table.aangepasteopeningstijden th,
div.stor_right table.aangepasteopeningstijden td {
    line-height: normal;
}

div.stor_right table.aangepasteopeningstijden tr:nth-child(odd) th,
div.stor_right table.aangepasteopeningstijden tr:nth-child(odd) td {
    padding-top: 3px;
}
div.stor_right table.aangepasteopeningstijden tr:nth-child(even) th,
div.stor_right table.aangepasteopeningstijden tr:nth-child(even) td {
    padding-bottom: 3px;
}

div.stor_maps {
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    padding: 0px;
    overflow: hidden;
}

div.gebruikt_productbox {
    float: left;
    text-align: center;
    width: 105px;
    margin-left: 10px;
}
    hr.gebruiktbox_spacer {
        width: 580px;
        float: left;
        margin-bottom: 15px;
        margin-top: 15px;
        border: 0px;
        background-color: #CCCCCC;
        height: 1px;
    }
    div.gebruikt_productbox div.image {
        width: 100px;
        height: 120px;
        overflow: hidden;
    }
    div.gebruikt_productbox div.image img {
        width: 100px;
    }
    div.gebruikt_productbox div.url {
        width: 100px;
        height: 50px;
    }
    div.gebruikt_productbox div.price {
        width: 100px;
        padding-top: 5px;
        font-weight: bold;
        font-size: 1.35em;
    }



span.faq_vraag {
/*    cursor: pointer; */
}

span.faq_vraag h1 {
    color: #0066AE;
    font-weight: bold;
}

span.faq_vraag h2::before {
    content: '> ';
}

.algemenevoorwaarden h2::before {
    content: '> ';
}

.algemenevoorwaarden strong {
    color: #00669B;
}

div.faq_antwoord {
/*    display: none; */
    display: block;
    margin-bottom: 15px;
}

.twitter_facebook_banner {
    border: 1px solid #B8D1D7;
    background-color: #E6F9FD;
    color: #195E6F;

    line-height: 3em;
    height: 3em;
    margin-bottom: 1.5em;
}
    .twitter_facebook_banner img.twitter_button {
        float: left;
        margin-top: 5px;
        margin-left: 5px;
    }
    .twitter_facebook_banner img.facebook_button {
        float: right;
        margin-top: 3px;
        margin-right: 6px;
    }
    .tweetcontainer {
        float: left;
        overflow: hidden;
        margin-top: 1px;
        margin-left: 2%;
        height: auto;
        font-size: 1em;
        line-height: 3em;
    }
        .tweetcontainer div a {
            color: #195E6F;
            text-decoration: underline;
        }
        #websiteText {
            padding: 0;
        }


#footer {
    padding-top: 3em;
    padding-bottom: 0;
    border: none;
}

    #footer h3 {
        color: #333333;
        font-size: 1.25em;
        display: inline-block;
    }

    #footer ul.footerlist {
        margin-top: 5px;
        margin-bottom: 10px;
    }
        #footer ul.footerlist li {
            padding: 0px;
            margin: 0px;
            margin-left: 15px;
        }
        #footer ul.footerlist a {
            color: #00679A;
        }
        #footer ul.footerlist a:hover {
            text-decoration: underline;
        }

    #footer div.collumn {
        display: inline-block;
        width: 21%;
        margin: 0;
        float: left;
    }
        #footer div.collumn span {
        font-weight: bold;
        font-size: 1.2em;
        color: #333333;
    }

    #footer div#klantenservice {
        width: 39%;
        padding-right: 1em;
    }
        #footer div#klantenservice h3 {
            margin-bottom: 0.5em;
        }
        #footer div#klantenservice ul li {
            width: 45%;
            display:inline-block;
            margin: 0;
            margin-top: 0.2em;
            margin-bottom: 0.2em;
        }
        #footer div#klantenservice ul li a {
        background: none;
        padding-left: 0;
        font-size: 1em;
    }

    #footer div#webstoreinfo {
        width: 40%;
        font-size: 1em;
    }
        #footer div#webstoreinfo h3 {

        }
        #footer div#webstoreinfo span.phonenumberTime {
            font-size: 1em;
            font-weight: normal;
        }
        #footer div#webstoreinfo div.aanmeldenNieuwsbrief {
            margin-top: 3em;
        }
        #footer div#webstoreinfo div.aanmeldenNieuwsbrief span{
        font-size: 1em;
        font-weight: normal;
    }
        #footer div#webstoreinfo div.aanmeldenNieuwsbrief input {
            margin-top: 1em;
            border: 1px solid #333333;
            color: #333333;
            border-radius: 5px;
            width: 60%;
            margin-right: 10px;
        }

    #footer #winkels {
        width: calc(20% - 1em);
        margin-left: 1em;
        text-align: center;
    }
        #footer #winkels #winkelkaart {
            margin-top: 1em;
            position: relative;
            width: 225px;
        }
            #footer #winkels #winkelkaart img.landkaart {
                width: 150px;

            }
            #footer #winkels #winkelkaart div.shoplocation {
                position: absolute;
            }
            #footer #winkels #winkelkaart div.shoplocation a {
    display: block;
    background-color: red;
    border: 1px solid white;
    height: 5px;
    width: 5px;
    border-radius: 10px;
}

    #footer #subfooter {
        border-top: 10px solid #CCCCCC;
        border: none;
        padding-top: 1.5em;
        text-align: right;
    }
        #footer #subfooter div.volgOnsOp {
            float: left;
            width: 38%;
        }
            #footer #subfooter div.volgOnsOp h3 {
                float: left;
                display: inline-block;
                padding-top: 1em;
                padding-right: 4.5em;
                padding-left: 1em;
            }
            #footer #subfooter div.volgOnsOp a {
                float: left;
                display: inline-block;
            }
            #footer #subfooter div.volgOnsOp img {
                margin-left: 1.5em;
            }
        #footer #subfooter img.allebetaalmethodes {
            float: left;
            width: auto;
            height: auto;
        }
        #footer #subfooter div.copyright {
            text-align: center;
            font-size: 0.9em;
            margin-left: 1em;
            margin-top: 2em;
        }





#populaire_merken {

}

#populaire_themas {

}

#populaire_types {

}

#klantenservice {

}

#betaalmethodes {
    width: 110px !important;

}
    #betaalmethodes img {
        #margin-top: 15px;
        margin-left: -10px;
        max-width: 175px;
    }
    #betaalmethodes img.left {
        float: left;
    }
    #betaalmethodes img.right {
        float: right;
    }

#footer #footertext {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 5px;
}
#footer #footertext #verzendtext {
    float: right;
    margin-top: -28px;
}
#footer #footertext #verzendtext img {
    position: relative;
    top: 14px;
}




/*popup*/

.popupwrapper {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.6);
    height: 100%;
    width: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    text-align: center;
}
    .popupwrapper.mobileactive {
        display: none;
    }
    .popupwrapper.active {
        display: block !important;
    }
    .popupwrapper .popup {
        position: fixed;
        z-index: 999999999;
        left: 22%;
        top: 25%;
        width: 56%;
        background-color: #FFFFFF;
        text-align: center;
        padding: 30px;
        line-height: 1.75em;
        border-radius: 10px;
        border: 1px solid #00669B;
    }
        .popupwrapper .popup .producttile {
            font-size: 16px;
            color: #4A4A4A;
            line-height: 19px;
        }
        .popupwrapper .popup p {
            font-size: 14px;
            color: #4A4A4A;
            line-height: 20px;
        }
        .popupwrapper .popup .ctawrapper {
            margin-top: 10px;
        }
            .popupwrapper .popup .ctawrapper a.cta,
            .popupwrapper .popup .ctawrapper span {
                margin: 5px 0px;
                display: inline-block;
                font-size: 15px;
            }
            .popupwrapper .popup .ctawrapper a.cta {
                width: 175px;
            }
            .popupwrapper .popup .ctawrapper span {
                width: 100%;
            }


div.preorderbonus_inline {
    margin-bottom: 20px;
}

span.preorderbonus {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
img.preorderbonusimage {
    margin-top: 10px;
    max-width: 100%;
    max-height: 700px;
}

#passwordformparent,
#smscodeformparent {
    display: none;
}

div.fullMiddle {
    width: 100% !important;
}

table.adresgegevens {
    width: 100%;
}
    table.adresgegevens td label {
        display: inline-flex;
        cursor: pointer;
    }
    table.adresgegevens tr.geenfactuuradres th {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
    table.adresgegevens td label input[type=checkbox] {
        width: 1.25em;
        height: 1.25em;
        margin-right: 0.75em;
        accent-color: #00669B;
    }

    table.adresgegevens th,
    table.adresgegevens td {
        font-size: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    table.adresgegevens th {
        width: 30%;
    }
    table.adresgegevens td {
        width: 70%;
        vertical-align: top;
    }
    table.adresgegevens td.space {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    table.adresgegevens button {
        min-width: 12em;
    }

div.afrekenContent fieldset:first-child {
    margin-top: 0em;
}
div.afrekenContent fieldset {
    margin-top: 1em;
}

div.afrekenContent fieldset label {
    display: inline-flex;
    align-items: center;
}

div.afrekenContent fieldset input[type=radio] {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.75em;
    accent-color: #00669B;
    vertical-align: baseline;
}

div.afrekenContent div.geenAfhaalLocatieMogelijk {
    padding: 0.5em;
    padding-left: 2em;
    color: #a7a7a7;
    font-style: italic;
}

div#verzendmethodekiezen {
    display: none;
    background-color: lightgreen;
    border-color: green;
    border: 1px solid green;
    border-radius: 1em;
    color: darkgreen;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 1.5em;
}

div.afleverdetails {
    padding: 0.5em;
    padding-left: 2em;
}
    div.afleverdetails div.selectParent {
        margin-top: 5px;
        width: 50%;
    }
    div.afleverdetails table.adresgegevens {
        margin-bottom: 1em;
    }
    div.afleverdetails div.aflevermoment {
        margin-top: 1em;
    }
        div.afleverdetails div.aflevermoment:first-child {
    margin-top: 0;
}
    div.afleverdetails input#mobiel_dhl {
        width: 50%;
    }
    div.afleverdetails input#mobiel_postnl {
        width: 50%;
    }

div.inloggen_alaccount h2,
div.inloggen_nieuweklant h2 {
    margin-bottom: 1.5em;
}

div.inloggen_alaccount div#loginformparent {
    display: block;
    width: 100%;
}
div.inloggen_alaccount div#passwordformparent {
    width: 100%;
}

div.inloggen_alaccount {
    width: 48%;
    float: left;
}
#facebookformparent {
}
    #facebookformparent h2 {
        margin-bottom: 0.5em;
    }
    #facebookformparent .fb_iframe_widget {
    }

div.inloggen_nieuweklant {
    width: 48%;
    float: right;
}

div#afrekenenContainer {
    display: none;
}

    div#loginformparent {
        display: none;
        width: 50%;
    }
    div#passwordformparent {
        display: none;
        width: 50%;
    }

    div#loginContainer div#facebookformparent {
        display: inline-block;
        padding-top: 2.8em;
    }


div.inloggen_alaccount {

}
    div.inloggen_alaccount div#loginformparent,
    div.inloggen_alaccount div#passwordformparent {

    }
    div.inloggen_alaccount div#loginbuttonparent {

    }
    div.inloggen_alaccount div#facebookformparent {

    }

a.winkelmand_legen {
    font-weight: normal;
    font-size: 0.9em;
    float: right;
    line-height: 4.5em;
    padding-right: 10px;
}

div.afrekenContent {
    /*margin-left: 1.55em;*/
    padding-top: 1em;
    padding-bottom: 5em;
    /*padding-left: 2.5em;
    border-left: 1px dotted black;
    padding-left: 1em;
    padding-right: 1em;
    */

}
    div.afrekenContent:last-child {
        padding-bottom: 1em;
    }

div.afrekenContent div.winkelkiezerWaarschuwing {
    color: red;
}

div.afrekenContent fieldset {
    margin-bottom: 0.75em;
}

div.afreken_errors {
    border: 1px solid darkred;
    background-color: lightpink;
    padding: 1em;
    border-radius: 0.5em;
}
    div.afreken_errors span {
        display: block;
        font-weight: bold;
    }

div.afreken_winkelmand {
    width: 100%;
    float: left;
}

div.afreken_winkelmand table.winkelmand tr.regel td.levertijd,
div.afreken_winkelmand table.winkelmand tr.regel td.aantal {
    background: none;
}
div.afreken_winkelmand table.winkelmand tr.regel td.aantal {
    width: 10%;
}

div.afrekenenAfleveradres {
    display: inline-block;
    width: 49%;
    padding-right: 2%;
}
div.afrekenenFactuuradres {
    display: inline-block;
    width: 49%;
    padding-left: 2%;
}




div.afreken_betaalmethode {
    width: 100%;
    float: left;
}

span.confirmSaldoUsage {
    color: #00669B;
    cursor: pointer;
}
span.confirmSaldoUsage:hover {
    text-decoration: underline;
}

div#betaaloptiesParent div.allebetaalopties {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-items: center;
    align-items: start;
    justify-content: center;
    align-content: center;
}
    div#betaaloptiesParent div.allebetaalopties div.betaalwijze {
        border-radius: 0.25em;
        border: 1px solid #b6b6b6;
        width: 100%;
        padding: 1em;

    }
        div#betaaloptiesParent div.allebetaalopties div.betaalwijze>div {
            display: flex;
        }
        div#betaaloptiesParent div.allebetaalopties div.betaalwijze:hover {
            background-color: #f3f3f3;
            cursor: pointer;
        }
        div#betaaloptiesParent div.allebetaalopties div.betaalwijze.active {
            background-color: #f3f3f3;
            border-color: #84adcf;
        }
        div#betaaloptiesParent div.allebetaalopties div.betaalwijze.disabled {
            background-position: center 1.5em;
            border: 1px solid #CCCCCC;
            -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
            -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
            -webkit-filter: grayscale(100%);
            filter: gray;
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        }
        div#betaaloptiesParent div.allebetaalopties div.betaalwijze.disabled.active {
            background-color: #EFEFEF;
            border-color: #CCCCCC;
        }

    div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.payementImage {
        display: inline-block;
        padding: 1em;
        border: 1px solid #b6b6b6;
        border-radius: 0.25em;
        background: rgb(239,239,239);
        background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    }
        div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.payementImage img {
            display: block;
            max-width: 55px;
        }

    div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.paymentName {
        display: inline-block;
        padding: 1em;
        flex-grow: 100;
    }

    div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.paymentTypePrice {
        display: inline-block;
        margin-top: 1em;
        text-align: right;
    }

    div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.paymentError {
        display: inline-block;
        margin-top: 1em;
        text-align: right;
    }

    div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg {
        margin-top: 1em;
        display: none;
    }
    div#betaaloptiesParent div.allebetaalopties div.betaalwijze.active div.betaalwijzeUitleg {
        display: block;
    }
        div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg div.bank {
            margin-top: 1em;
            border: 1px solid #b6b6b6;
            border-radius: 0.25em;
            padding: 0.5em;
            margin-right: 1em;
            display: inline-flex;
            align-items: center;
        }
            div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg div.bank img {
                margin-right: 0.5em;
            }
            div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg div.bank span {

            }
        div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg div.bank:hover {
            background-color: #FFF;
        }
        div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg div.bank.selected {
            background-color: #00b67a;
            color: #FFF;
        }

        div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg div.mollie-groups {
            margin-top: 0.5em;
            display: grid;
            grid-column-gap: 15px;
            grid-row-gap: 10px;
            grid-template-columns: 1fr 1fr;
        }
            div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg div.mollie-groups div.mollie-group {
                margin-top: 0.5em;
            }
                div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg div.mollie-groups div.mollie-group label {
                    font-weight: bold;
                }
                div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg div.mollie-groups div.mollie-group div.mollie-input {
                    background-color: white;
                    width: 100%;
                    padding: .5em;
                    margin-top: 0.25em;
                    border-radius: 0.5em;
                    border: 1px solid #000000;
                }
                div#betaaloptiesParent div.allebetaalopties div.betaalwijze div.betaalwijzeUitleg div.mollie-groups div.mollie-group div.mollie-error {
                    color: red;
                    height: 1.5em;
                }

    div#betaaloptiesParent div.allebetaalopties ul li div.paymentError {
        text-align: center;
        line-height: 2em;
        padding-top: 1.5em;
    }
    div#betaaloptiesParent div.allebetaalopties ul li div.paymentTypePrice {
        text-align: center;
        line-height: 2em;
        padding-top: 1.5em;
        color: #00669B;
    }
    div#betaaloptiesParent div.allebetaalopties ul li.active div.paymentTypePrice {
        color: #333333;
    }

    div#betaaloptiesParent div.allebetaalopties div.betaaloptieUitleg {
        width: 100%;
        display: none;
        border: 1px solid #5b8e69;
        background-color: #EFEFEF;
        border-radius: 0.5em;
        color: #333333;
    }
    div#betaaloptiesParent div.allebetaalopties div.betaaloptiedisabled {
        background-color: #EFEFEF;
        border-color: #CCCCCC;
    }
        div#betaaloptiesParent div.allebetaalopties div.betaaloptieUitleg>div {
            padding: 1em;
        }
        div#betaaloptiesParent div.allebetaalopties div.betaaloptieUitleg div.selectParent {
            width: 33%;
            min-width: 200px;
            margin-top: 0.65em;
        }

    div.afreken_betaalmethode table.nectable {
        width: 100%;
        margin-bottom: 10px;
        line-height: 1em;
    }
    div.afreken_betaalmethode table.nectable th,
    div.afreken_betaalmethode table.nectable td {
        padding: 1em;
        height: auto;
        white-space:nowrap;
    }
    div.afreken_betaalmethode table.nectable th {
        padding-right: 5em;
    }

    div.afreken_betaalmethode table.nectable td {
        text-align: right;
    }
    div.afreken_betaalmethode table.nectable tr.restbedrag th,
    div.afreken_betaalmethode table.nectable tr.restbedrag td {
        border-top: 2px solid #333;
    }
    div.afreken_betaalmethode table.nectable td input {
        padding: 0.5em;
        width: 100%;
    }

    div.afreken_betaalmethode div.nec_left {
        width: 47%;
        float: left;
    }
    div.afreken_betaalmethode div.nec_right {
        width: 47%;
        float: right;
    }

div.cadeaubonbuttons {

}
div.cadeaubonbuttons > span {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

div.cadeaubonbuttons button {
    min-width: 10em;
    margin: 0.25em;
    margin-top: 1em;
}

div.cadeaboncodes {
    text-align: right;
    color: red;
    font-size: 0.9em;
    display: none;
}

div.afrekenButtons {
    width: 100%;
}
    div.afrekenButtons button {
        display: block;
        float: right;
        margin-top: 1.5em;
        margin-bottom: 1em;
        min-width: 24em;
    }
    div.afrekenButtons div.algemeneVoorwaarden {
        display: block;
        float: right;
        margin-top: 0.75em;
    }

div.openOrderButtons {
    margin-top: 1.5em;
}
    div.openOrderButtons button {
        margin-right: 0.5em;
        margin-top: 0;
    }

h1.bedankt {
    font-size: 1.2em;
}
img.bedankt_mario {
    width: 400px;
}

#jsoutput {
    display: none;
    padding: 1em;
    background-color: white;
    font-family: monospace;
    border: 0.2em solid black;
}

.warning {
    color: red;
    font-weight: bold;
}

div.mijn_account_menu {
    margin-top: 2em;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 1em;
    row-gap: 1em;
    margin-bottom: 1em;
}
    div.mijn_account_menu a {
        display: block;
        color: #333333;
        font-weight: bold;
        background-color: #EFEFEF;
        padding: 1em;
    }
        div.mijn_account_menu a.active {
            color: #FFFFFF;
            background-color: #00669B;
        }

div.mijn_account_content {
    background-color: #EFEFEF;
    padding: 1em;
}
    div.mijn_account_content h1 {
        margin-top: 0;
        margin-bottom: 1em;
    }

div.mijn_account_content table.formtable {

}
    div.mijn_account_content table.formtable th {
        min-width: 225px;
    }

div.mijn_account_content form.nieuwsbriefform {
    margin-top: 0.5em;
}
div.mijn_account_content div.nieuwsbrief_ontvangen {
    display: inline-block;
    max-width: 250px;
    position: relative;
    top: 15px;
    margin-left: 10px;
}

div.mijn_account_content table.list {
    width: 100%;
    margin-top: 1.25em;

}
    div.mijn_account_content table.list tr.orderheader {
    }
        div.mijn_account_content table.list tr.orderheader td {
            font-weight: bold;
            background-color: #d7d7d7;
            padding: 10px;
            cursor: pointer;
            border-top: 1px solid #EFEFEF;
        }
            div.mijn_account_content table.list tr.orderheader td:first-child {
                width: 25%;
            }
            div.mijn_account_content table.list tr.orderheader td:last-child {
                width: 130px;
            }

div.mijn_account_content table.list tr.ordercontent {
}
div.mijn_account_content table.list tr.ordercontent td {
    padding: 5px;
    background-color: #FFF;
    border-top: 0px;
}

div.mijn_account_content table.orderproducts {
    width: 100%;
}
div.mijn_account_content table.orderproducts th {
    font-weight: bold;
    padding: 5px;
    text-align: right;
}
div.mijn_account_content table.orderproducts th:first-child {
    text-align: left;
}
div.mijn_account_content table.orderproducts tr.productrow td {
    border: 0px;
    padding: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: right;
}
div.mijn_account_content table.orderproducts tr.productrow td:first-child {
    width: 350px;
    text-align: left;
}
div.mijn_account_content table.orderproducts tr.productrownote td {
    border: 0px solid #FFF;
    padding-top: 0px;
    font-size: 11px;
    font-style: italic;
    color: #666666;
}

div.mijn_account_content table.orderproducts tr.totalrow td {
    border-top: 1px solid #666666;
}

div.mijn_account_content div.openbedrag {
    width: 100%;
    text-align: center;
    color: red;
    font-weight: bold;
}

tr.ticketrow {
    border: 1px solid #DDDDDD;
    background-color: #FFF;
}
tr.ticketrow:hover {
    background-color: #DDDDDD;
}

tr.ticketrow td {
    padding: 10px;
    cursor: pointer;
}


div.ticketbody {
    margin-top: 1.25em;
}

div.ticketbody,
div.ticketreactionbody {
    border-radius: 0.5em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #FFF;
    border: 1px solid #DDDDDD;
    padding: 5px;
    border-top-color: #00669B;
    border-right-color: #00669B;
    border-left-color: #00669B;
}
div.ticketreactionbody {
    margin-top: 1.25em;
    background-color: #FEFEFE;
}
div.ticketfooter,
div.ticketreactionfooter {
    border-radius: 0.5em;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 5px;
    background-color: #f7f2f2;
    color: #666666;
    border: 1px solid #00669B;
    border-top: 0;
    text-align: right;
    line-height: normal;
    font-size: 0.9em;
}
    div.ticketfooter::after,
    div.ticketreactionfooter::after {
        content: "";
        clear: both;
        display: block;
    }

    div.ticketfooter div:first-child,
    div.ticketreactionfooter div:first-child {
        float: left;
        width: 45%;
        text-align: left;
    }
    div.ticketfooter div:last-child,
    div.ticketreactionfooter div:last-child {
        float: right;
        width: 45%;
        text-align: right;
    }

textarea.reaction {
    display: block;
    width: 100%;
    height: 150px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid #00669B;
    background-color: #D0EFFF;
    color: #00669B;
}



table.inruiltable,
table.inruiltableoverzicht {
    width: 100%;
    margin-top: 1.5em;

}

table.inruiltable td,
table.inruiltableoverzicht td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

table.inruiltableoverzicht th {
    font-weight: bold;
    border-bottom: 1px solid black;
}

table.inruiltableoverzicht td {
    cursor: pointer;
}

table.inruiltableoverzicht tr:hover td {
    background-color: white;
}

div.inruilFoundProduct {
    border: 1px solid darkgray;
    border-radius: 0.5em;
    padding: 1em;
    margin: 0;
    margin-top: 1em;
    margin-right: 0.5em;
    width: calc(50% - 0.5em - 2px);
    cursor: pointer;
    display: inline-block;
}
div.inruilFoundProduct:nth-child(odd) {
    margin-left: 0.5em;
    margin-right: 0;
}

table.inruilButtons {
    width: 60%;
    table-layout: auto;
}
    table.inruilButtons th {
        width: auto;
    }
    table.inruilButtons td {
        width: auto;
        padding-right:25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
        table.inruilButtons td input {
            max-width: 400px;
        }
    table.inruilButtons button {
        margin: 0;
    }

.spaarpuntenInput {
    width: 5em;
    padding: 0.5em;
}

#stock_notify_email_input {
    padding: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
    margin-bottom: 0.5em;
}
#stock_notify_email_button {
    display: block;
    padding-top: 0.65em;
    padding-bottom: 0.55em;

}



form#zoekProductIdForm {
    margin-top: 1em;
}
form#zoekBarcodeForm,
form#zoekSysteemEnNaamForm {
    margin-top: 1em;
}
    form#zoekBarcodeForm input,
    form#zoekSysteemEnNaamForm .selectParent,
    form#zoekSysteemEnNaamForm input {
        width: calc(50% - 0.5em - 2px);
        margin-top: 0;
        margin-bottom: 0.7em;
    }

    div.inruilzoekCategorieRegio {
        width: calc(50% - 0.5em - 2px);
    }
    form#zoekSysteemEnNaamForm .selectParent {
        width: calc(50% - 0.2em);
        display: inline-block;
        margin-right: 0.2em;
    }
        form#zoekSysteemEnNaamForm .selectParent:nth-child(2) {
            margin-right: 0em;
            margin-left: 0.2em;
        }

    form#zoekBarcodeForm button,
    form#zoekSysteemEnNaamForm button {
        margin-top: 0;
        margin-left: 1em;
    }

div.digitaleCode {
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    max-width: 40em;
}
    div.digitaleCode div.title {
        font-weight: bold;
        margin-bottom: 1em;
    }
    div.digitaleCode div.codeParent {

    }
        div.digitaleCode div.codeHidden div.showCode {
            display: block;
        }
        div.digitaleCode div.codeHidden div.code {
            display: none;
        }

        div.digitaleCode div.codeVisible div.showCode {
            display: none;
        }
        div.digitaleCode div.codeVisible div.code {
            display: block;
        }




table.wallettable {
    margin-top: 2em;
    width: 100%;
}

body #pagecontent table.wallettable tr {
    float: none;
    display: table-row;
    width: auto;
}

body #pagecontent table.wallettable tr td {
    width: auto;
    display: table-cell;
    float: none;
    padding: 0.5em;
    margin: 0;
    border-bottom: 1px solid white;
    vertical-align: top;
}
body #pagecontent table.wallettable tr td.date {
    white-space: normal;
    padding-left: 0;
    width: calc(15% - 0.5em);
}
body #pagecontent table.wallettable tr td.amount {
    text-align: right;
    white-space: nowrap;
    width: calc(15% - 1em);
    padding-right: 25px;
}
body #pagecontent table.wallettable tr td.note {
    white-space: normal;
    width: calc(45% - 1em);
}
body #pagecontent table.wallettable tr td.ordrnr {
    white-space: normal;
    padding-right: 0;
    width: calc(25% - 0.5em);
}

div.verlanglijstLoginWarning {
    padding: 1em;
    line-height: normal;
    border: 1px solid #333333;
    border-radius: 5px;
    margin-bottom: 1em;
}

div.toegevoegdIcon {
    margin: auto;
    margin-bottom: 8px;
}
    div.toegevoegdIcon::before {
    font-family: "Font Awesome 5 Free Solid";
    content: "\f058";
    color: #5EAA00;
    font-size: 35px;
}
div.icon-caret-down {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    line-height: 50px;
}
    div.icon-caret-down::before {
        font-family: "Font Awesome 5 Free Solid";
        content: "\f0d7";
        color: #00669B;
        font-size: 20px;
    }
div.icon-caret-up {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    line-height: 50px;
}
    div.icon-caret-up::before {
        font-family: "Font Awesome 5 Free Solid";
        content: "\f0d8";
        color: #00669B;
        font-size: 20px;
    }





/*
master.css
 */