
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.eot");
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.woff2") format("woff2"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.woff") format("woff"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.ttf") format("truetype"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/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: auto;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.eot");
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.woff2") format("woff2"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.woff") format("woff"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.ttf") format("truetype"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

                                                              /* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */


/****************************** General Styles ******************************/
html, body, div {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
	min-height: 100%
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    line-height: 1.5em;
	background: url('/gfx/background_white.jpg') center top fixed;
    background-repeat: no-repeat;

}

* {
    font-family: Arial, Helvetica, sans-serif;
}

.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: #006699;
}
a:hover {
    color: #333333;
}
a.bold {
    font-weight: bold;
}

h1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

h1.categorieTitle {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 0.6em);
    height: auto;
    line-height: 2.1em;
    background-color: #00669B;
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 1.25em;
    padding-left: 0.6em;
}

h1.categorieTitle,
h2.navTitle {
    padding: 0;
    margin: 0;
    color: #333333;
    font-family: "Arial";
    font-weight: bold;
    font-size: 2em;
    background: none;
    display: block;
    width: 100%;
    line-height: normal;
    margin-bottom: 0.5em;
}
h1.categorieTitle.productTitle {
    margin-left: 0.75em;
    margin-top: 0.5em;
    margin-bottom: 0;
    border: none;
}

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

.kop_rood {
    color: #E30000;
}

h3 {
    font-weight: bold;
    color: #006699;
    display: block;
    margin-bottom: 3px;
    font-size: 12px
}
h4 {
    font-weight: bold;
    color: #006699;
    display: block;
    margin-bottom: 3px;
}


.strong_blauw {
    font-weight: bold;
    color: #4A92CB;
    display: block;
    margin-bottom: 3px;
}
.white {
    color: white;
}
.red {
    color: red;
}
.orange {
    color: orange;
}
.green {
    color: #00B67A !important;
}

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.ndg_tooltip {
    position: relative;
    cursor: help;
    display: inline-block;
}
div.ndg_tooltip span.tooltipIcon::before {
    display: inline;
    font-family: "Font Awesome 5 Free Solid";
    content: "\f129";
    padding-left: 0.25em;
    color: #00669B;
    content: url('/gfx/icon_info.png');
    position: relative;
    top: 2px;
}
div.ndg_tooltip div.toolipText {
    position: absolute !important;
    top: 0em;
    left: calc(-20em - 10px);
    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.delivertime.ndg_tooltip br.show-for-mobile {
    /*display: none !important;*/
}

div.ndg_tooltip_warning {
    color: #DB3D3D;
}
div.ndg_tooltip_warning span.tooltipIcon::before {
    content: "\f12a";
    content: url('/gfx/icon_uitroepteken.png');
    color: #DB3D3D;
}
div.ndg_tooltip_warning div.toolipText {
    border: 1px solid #DB3D3D;
    color: #DB3D3D;
}


.mobile_boxslide_spacer {
    display: none;
}

.mario404 {
    float: right;
    margin: 10px;
}

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;
}


button.button {
    width: 145px;
    margin-top: 4px;
    padding: 3px;
    border: 1px solid #00619C;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    background-color: #00619C;
    background: -moz-linear-gradient(top, #0E85CD, #00619C);
    background: -webkit-gradient(linear, left top, left bottom, from(#0E85CD), to(#00619C));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#0E85CD', EndColorStr='#00619C', GradientType=0);

    color: #EFEFEF;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
button.button:hover {
    background: none;
    color: #FFFFFF;
    background-color: #2598DE;
    background: -moz-linear-gradient(top, #2598DE, #00619C);
    background: -webkit-gradient(linear, left top, left bottom, from(#2598DE), to(#00619C));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#2598DE', EndColorStr='#00619C', GradientType=0);
}


button.gray_blue {
    width: 170px;
    padding: 2px;
    text-align: center;
    font-size: 13px;

    border: 1px solid #727272;
    cursor: pointer;

    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    background-color: #EFEFEF;
    background: -moz-linear-gradient(top, #EFEFEF, #D1D2D1);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#D1D2D1));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#EFEFEF', EndColorStr='#D1D2D1', GradientType=0);
}
button.gray_blue:hover {
    border: 1px solid #3D80B2;
    background-color: #DEF2FC;
    background: -moz-linear-gradient(top, #DEF2FC, #AEDDF7);
    background: -webkit-gradient(linear, left top, left bottom, from(#DEF2FC), to(#AEDDF7));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#DEF2FC', EndColorStr='#AEDDF7', GradientType=0);
}

.qmark-image {
    height: 12px;
    position: relative;
    top: 2px;
}

#topbanner {
    width: 1014px;
    height: 93px;
    margin: auto;
}

#container {
    position: relative;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1000px;
    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;
}

#websiteMessage {
    padding-bottom: 0;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 2vh;
    margin-bottom: 30px;
}
    #websiteMessage #icon::before {
        font-family: "Font Awesome 5 Free Solid";
        content: "\f06a";
        padding-right: 0.25em;
        color: #EB0400;
    }
        #websiteMessage span {
            padding-right: 0.5em;
            color: #EB0400;
        }
        #websiteMessage span * {
            color: #EB0400;
        }
    #websiteMessage #closeWebsiteMessage {
        cursor: pointer;
        color: #CECECE;
    }
    #websiteMessage #closeWebsiteMessage:hover {
        color: #666666;
    }
    #websiteMessage #closeWebsiteMessage::after {
        font-family: "Font Awesome 5 Free Solid";
        content: "\f410";
    }

#innercontainer {
    padding: 15px;
    width: inherit;
    z-index: 999999;
}

#header {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    top: 0;
    z-index: 999998;
}

#wrapper {

}


.usptest {
    height: 2em;
    background-color: white;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    width: 57%;
    overflow: hidden;
}
    .usptest ul {
        width: auto;
        overflow: unset;
        display: inline-block;
        justify-content: flex-start;
        white-space: nowrap;
        letter-spacing: .45px;
        text-align: left;
        list-style-type: none;
    }
    .usptest li:first-child {
        margin-left: 0;
    }
    .usptest li {
        margin: 0 .5rem;
        margin-left: 0.25rem;
        display: inline-block;
    }

    .usptest li b,
    .usptest li a {
        color: #00B67A;
        text-decoration: none;
        font-weight: bold;
    }
    .usptest li a:hover {
        text-decoration: underline;
    }
    .usptest li::before {
        font-family: "Font Awesome 5 Free Solid";
        content: "\f00c";
        color: #00B67A;
    }

div.trustpilotHeader {
    height: 2em;
    display: inline-block;
    width: 38%;
    margin-left: 2%;
}

a#logo {
    float: left;
    margin-top: 18px;
}
    #logo img {
        display: block;
        width: 211px;
    }

#sendcosts {
    float: left;
    margin-left: 50px;
    margin-top: 5px;
}



#righttopblock {
    float: left;
    width: 78%;
    margin-top: -5px;
}

    #topmenu {
        float: right;
        text-align: right;
        margin-bottom: 8px;
        font-size: 11px;
    }
        #topmenu a {
            text-decoration: none;
            margin-left: 8px;
            color: #666666;
        }
        #topmenu a:hover {
            color: #000000;
        }

    #zoek {
        float: left;
        position: relative;
        margin-top: -2px;
    }
    #zoek input {
        width: 230px;
        border: 1px solid #666666;
        font-size: 11px;
        color: #666666;
        height: 22px;
        padding-left: 4px;
        border-radius : 3px;
    }
    #zoek button.zoekbutton {
        width: auto;
        border: 1px solid #666666;
        background-color: #006599;
        color: #FFF;
        font-size: 11px;
        font-weight: bold;
        height: 22px;
        padding-left: 6px;
        padding-right: 6px;
        position: relative;
        top: 0px;
        cursor: pointer;
        border-radius : 3px;
    }
    #zoek button.zoekbutton {
        padding: 0;
        height: 37px;
        width: 10%;
        text-align: center;
        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;
    }
    #zoek button.zoekbutton:hover {
        background-color: #007199;
        cursor: pointer;
    }
    #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;
        left: 86px;
        top: 22px;
        width: 225px;
        height: auto;
        border: 1px solid #DEDEDE;
        padding: 5px;
        background-color: #FFF;
        font-size: 0.9em;
        display: none;
        z-index: 999999;
    }
        #zoek #QuickSearchResult span {
            color: #0066BB;
        }

@media only screen and (min-width: 1025px) {
    #hoofdmenu {
        margin-top: 1.25em;
        margin-bottom: 1.5em;

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

        background-color: #00669B;
    }

    #hoofdmenu ul.top {
        height: 3.3em;
        z-index: 90000;
    }

    #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.space {
        display: none;
        width: 1px;
        height: 1.3em;
        margin-top: 1em;
        border-left: 1px solid #3095C9;
        #border-right: 1px solid #02679B;
    }

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

    #hoofdmenu ul.top li.menubutton a {
        padding-left: 0.7em;
        padding-right: 0.7em;
        line-height: 3.3em;
        font-size: 1.01em;
        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,
    #hoofdmenu ul.top li.menubutton a.active {
        color: #00669B;
        background-color: #FFFFFF;
    }

    #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: 3.3em;
        left: 0;
    }

    #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;
        font-size: 1em;
        font-weight: normal;
        background-color: #00669B;
        color: white;
        white-space: nowrap;
        width: auto;
        float: right;
        margin-bottom: 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;
    }

}


#linkerkolom {
    float: left;
    width: 170px;
    margin-right: 10px;
}
    #linkerkolom .SSLlogo {
        margin-top: 10px;
        margin-left: 5px;
    }
#productselector {
    #border: 1px solid #CCCCCC;
    background-color: #EFEFEF;
    min-height: 50px;
    padding: 10px;
}
#productselector span.red {
    color: red;
}
#productselector hr {
    border: 0px;
    height: 1px;
    width: 100%;
    background-color: #CCCCCC;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#productselector a {
    color: #333333;
    text-decoration: none;
}
#productselector a:hover {
    color: #3399CC;
}

#productselector a input[type='checkbox'] {
    margin-right: 6px;
    position: relative;
    top: 2px;
}


#productselector a.arr {
    background-image: url('/gfx/images.png');
    background-repeat: no-repeat;
    background-position: -13px -115px;
    padding-left: 12px;
}

#productselector .meeroptieslink,
#productselector .minderoptieslink {
    padding: 0px;
    padding-top: 2px;
    padding-left: 15px;
    background-image: url('/gfx/images.png');
    background-repeat: no-repeat;
    background-position: -10px -187px;
    font-weight: bold;
}
#productselector .minderoptieslink {
    background-position: -159px -187px;
    display: none;
}
#productselector .meeropties {
    display: none;
}


#huidigeselectie {
    #border: 1px solid #CCCCCC;
    background-color: #EFEFEF;
    margin-bottom: 2em;
    padding: 1em;
}
#huidigeselectie div.selectionhead {
    padding-bottom: 0.5em;
}
#huidigeselectie div.selectionhead span {
    margin: 0;
}
#huidigeselectie div.selectionchild {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    #background-color: #F9F9F9;
    #border-top: 1px dashed #CCCCCC;
}
    #huidigeselectie div.selectionchild h2 {
        display: inline;
        font-size: inherit;
        color: inherit;
        font-weight: inherit;
    }
    #huidigeselectie div.selectionchild a.clearfilter {
        display: block;
        float: right;
        border: 1px solid #000;
        background-color: #FFF;
        color: #000;
        text-align: center;

        font-size: 0.7em;
        line-height: 1.1em;
        padding: 0.30em;
        padding-right: 0.4em;

        font-weight: bold;
        cursor: pointer;
    }
    #huidigeselectie div.selectionchild a.clearfilter:hover {
        border: 1px solid red;
        color: red;
    }

    #linkerkolom div.blok {
        #border: 1px solid #CECFCE;
        background-color: #EFEFEF;
        width: 100%;
        overflow: hidden;
        margin-top: 15px;
    }
        #linkerkolom div.blok div.text {

        }
        #linkerkolom div.blok div.text input {
            margin: auto;
            margin-top: 1em;
            display: block;
            font-size: 1em;
            height: 1.5em;
            padding: 0.25em;
            width: 95%;


        }
        #linkerkolom div.blok div.text button {
            display: block;
            width: auto;
            margin: auto;

            padding: 1em;
            padding-top: 0.5em;
            padding-bottom: 0.5em;

            font-size: 1em;
            font-weight: bold;
            color: #FFFFFF;

            border: 0px;

            margin: auto;
            margin-top: 1em;

            background-color: #2598DE;

            font-weight: bold;
            cursor: pointer;
        }
        #linkerkolom div.blok div.text button:hover {
            background-color: #00619C;
        }

        #linkerkolom div.blok div.text p.facts {
            background-position: 0 0.75em;
            background-repeat: no-repeat;
            padding-left: 20px;
            padding-top: 0.5em;
            padding-bottom: 0.5em;
        }
            p.facts1 { background-image: url("/gfx/global/1.jpg"); }
            p.facts2 { background-image: url("/gfx/global/2.jpg"); }
            p.facts3 { background-image: url("/gfx/global/3.jpg"); }
            p.facts4 { background-image: url("/gfx/global/4.jpg"); }
            p.facts5 { background-image: url("/gfx/global/5.jpg"); }

        #linkerkolom div.blok div.bvbdate {
            font-weight: bold;
            color: #00619C;
            margin-top: 7px;
        }
        #linkerkolom div.blok a.bvb {
            display: block;
            margin-left: 5px;
            margin-bottom: 4px;
            font-size: 0.9em;
            line-height: 1.25em;
            text-decoration: none;
            color: #333333;
        }
        #linkerkolom div.blok a.bvb:hover {
            color: #00619C;
        }
        #linkerkolom div.blok a.allepreorders {
            display: block;
            padding: 1em;
            padding-top: 0.5em;
            padding-bottom: 0.5em;

            text-align: center;
            color: #FFFFFF;
            text-decoration: none;
            font-weight: bold;
            background-color: #2598DE;

            margin-top: 1em;

            font-weight: bold;
            cursor: pointer;
        }
        #linkerkolom div.blok a.allepreorders:hover {
            background-color: #00619C;
        }

    #linkerkolom div.preorder {

    }
    #linkerkolom div.preorder div.title {
        text-align: center;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        background-color: #FF9E00;
        padding: 3px;
        background: -moz-linear-gradient(top, #FF9E00, #FF6900);
        background: -webkit-gradient(linear, left top, left bottom, from(#FF9E00), to(#FF6900));
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FF9E00', EndColorStr='#FF6900', GradientType=0);

        font-size: 1.1em;
        padding: 0.5em;
    }
    #linkerkolom div.preorder a {
        display: block;
        padding: 1em;
        padding-bottom: 0;
        width: auto;
        text-align: center;
    }
    #linkerkolom div.preorder img {
        width: 100%;
        #border-bottom: 1px solid #CECFCE;
    }
    #linkerkolom div.preordertext {
        padding: 1em;
        padding-bottom: 0;
        font-size: 1em;
        line-height: 1.5em;
    }
    #linkerkolom div.reserveernu {
        text-align: center;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    #linkerkolom div.reserveernu a {
        display: inline-block;
        width: auto;
        margin: auto;
        font-size: 1em;
        color: #FFFFFF;
        background-color: #FF9E00;
        text-decoration: none;
        padding: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-weight: bold;
    }
    #linkerkolom div.reserveernu a:hover {
        background-color: #FF6900;
    }

    #linkerkolom div.nieuwsbrief {
        width: auto;
        padding: 1em;
        font-size: 1em;
    }

    #linkerkolom div.nedgamefacts {
        width: auto;
        padding: 1em;
        font-size: 1em;
    }

    #linkerkolom div.bijna_verkrijgbaar {
        width: auto;
        padding: 1em;
        font-size: 1em;
    }



#middenkolom {
    float: left;
    width: 610px;
}

#rechterkolom {
    float: right;
    width: 170px;
    z-index: 999;
}
    .sticker {
        position: fixed;
        top: 0px;
        z-index: 9999;
        width: 16%;
    }
    #winkelmandsticker {
        background-color: #FFFFFF;
        border-bottom: 2em solid #FFF;
        width: 100%;
    }

    #logos_right {
        #padding: 1em;
        width: auto;
        #position: relative;
        #border: 1px solid #CCCCCC;
        #background-color: #FFFFFF;
        #margin-bottom: 15px;
        text-align: center;
    }
    #logos_right img {
        width: 100%;

    }

    #onze_winkels {
        margin-top: 2em;
        padding: 1em;
        position: relative;
        #border: 1px solid #CCCCCC;
        background-color: #EFEFEF;
        background-repeat: no-repeat;
    }
        #onze_winkels #winkelkaart {
            width: 139px;
            max-width: 100%;
            margin: auto;
            position: relative;
        }
        #onze_winkels .winkeltekst {
            font-size: 1em;
        }
        #onze_winkels a {
            text-decoration: none;
            color: #006699;
        }
        #onze_winkels img.landkaart {
            max-width: 100%;
        }
        #onze_winkels div.shoplocation {
            position: absolute;
            background-image: url('/gfx/images.png');
            background-repeat: no-repeat;
            background-position: -101px -91px;
            width: 8px;
            height: 8px;
        }
        #onze_winkels div.shoplocation:hover {
            cursor: pointer;
            background-position: -111px -91px;
        }
        #onze_winkels div.shoplocation a {
            display: block;
            width: 8px;
            height: 8px;
        }
        #onze_winkels img.telnr {
            display: block;
            margin: auto;
            margin-top: 0.75em;
            max-width: 100%;

        }

    #rechterkolom div.blok {
        border: 1px solid #CECFCE;
        background-color: #EFEFEF;
        max-width: 170px;
        margin-top: 15px;
    }
    #rechterkolom div.aanbiedingen div.aanbiedingtitel {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        padding: 3px;
        padding-left: 10px;
        background-color: #FFCF00;
        background: -moz-linear-gradient(top, #FFCF00, #FF9E00);
        background: -webkit-gradient(linear, left top, left bottom, from(#FFCF00), to(#FF9E00));
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFCF00', EndColorStr='#FF9E00', GradientType=0);
        position: relative;
    }
        #rechterkolom div.aanbiedingen div.aanbiedingtitel div.icon {
            position: absolute;
            top: -10px;
            right: -10px;
            background-image: url('/gfx/images.png');
            background-repeat: no-repeat;
            background-position: -7px -556px;
            width: 36px;
            height: 38px;
            z-index: 9999px;
        }
        #rechterkolom div.aanbiedingen div.aanbiedingblok {
            #background-color: #FFFFE7;
            background-color: #FFFFFF;
            padding: 5px;
            padding-top: 5px;
            padding-bottom: 10px;
            font-weight: bold;
            position: relative;
            font-size: 11px;
            min-height: 100px;
        }
        #rechterkolom div.aanbiedingen div.second {
            #background-color: #EFEFD6;
        }
        #rechterkolom div.aanbiedingen div.aanbiedingblok img {
            float: left;
            width: 60px;
        }
        #rechterkolom div.aanbiedingen div.aanbiedingblok div.aanbiedingpriceleft {
            position: absolute;
            bottom: 10px;
            right: 50px;
            width: 50px;
        }
        #rechterkolom div.aanbiedingen div.aanbiedingblok div.aanbiedingpriceright {
            position: absolute;
            bottom: 10px;
            right: 5px;
            width: 48px;
            text-align: right;
        }
        #rechterkolom div.aanbiedingen div.aanbiedingblok span.red {
            color: red;
        }
        #rechterkolom div.aanbiedingen div.aanbiedingblok span.striketrough {
            text-decoration: line-through;
        }

    #rechterkolom div.meeraanbiedingen {
        background-color: #FFF5B0;
        border-left: 1px solid #CFCDBE;
        border-right: 1px solid #CFCDBE;
    }
    #rechterkolom div.meeraanbiedingen div {
        padding: 10px;
    }
    #rechterkolom div.meeraanbiedingen h3 {
        color: #3F391F;
        font-size: 15px;
        font-weight: bold;
    }
    #rechterkolom div.meeraanbiedingen ul {
        padding-top: 5px;
    }
    #rechterkolom div.meeraanbiedingen ul li {
        padding-left: 14px;
        background-image: url('/gfx/images.png');
        background-repeat: no-repeat;
        background-position: -11px -111px;
        padding-top: 2px;
    }
        #rechterkolom div.meeraanbiedingen ul li a {
            font-weight: bold;
            color: #4E3606;
        }
        #rechterkolom div.meeraanbiedingen ul li a:hover {
            text-decoration: underline;
        }
    #rechterkolom div.toon_alle_aanbiedingen {
        /* fallback (Opera) */
        background: #FAC811;
        /* Mozilla: */
        background: -moz-linear-gradient(top, #FAC811, #E79F29);
        /* Chrome, Safari:*/
        background: -webkit-gradient(linear, left top, left bottom, from(#FAC811), to(#E79F29));
        /* MSIE */
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FAC811', EndColorStr='#E79F29', GradientType=0);
        border-left: 1px solid #CFCDBE;
        border-right: 1px solid #CFCDBE;
        border-bottom: 1px solid #CFCDBE;
        padding: 5px;
    }
        #rechterkolom div.toon_alle_aanbiedingen a {
            font-weight: bold;
            color: #333333;
            font-size: 13px;
        }
        #rechterkolom div.toon_alle_aanbiedingen a:hover {
            text-decoration: underline;
        }

    #rechterkolom div.merklogos {
        text-align: center;
    }
        #rechterkolom div.merklogos img {
            margin-top: 25px;
        }
#footer {
    border: 1px solid #CCCCCC;
    background: url('/gfx/gray_gradient.jpg');
    background-repeat: repeat-x;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
#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 {

}
div.box div.innerbox {
    margin: 10px;
}
div.subbox {
    border: 1px solid #CCCCCC;
    border-top: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: #E0E0E0;
    position: relative;
    overflow: hidden;
    font-size: 10px;
    font-weight: bold;
}
    div.subbox div.subbox_left {
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
        background-color: #CCCCCC;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        padding-right: 10px;
    }
    div.subbox div.subbox_left a {
        color: #000000;
        text-decoration: none;
    }
    div.subbox div.subbox_left_blue {
        color: #006699;
    }
    div.subbox div.subbox_left_blue div {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100px;
        width: 6px;
        background-color: #006699;
        display: none;
    }
    div.subbox div.subbox_right {
        float: right;
        text-align: right;
        padding-top: 3px;
        padding-bottom: 3px;
    }
        div.subbox div.subbox_right a {
            background: url("/gfx/images.png");
            background-repeat: no-repeat;
            background-position: -11px -117px;
            padding: 0 6px 0 11px;
        }

#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.productsearchheader {
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 3px;
}
    div.productsearchheader h2 {
        display: inline;
        color: inherit;
        font-weight: inherit;
    }
    div.productsearchheader div.searchheadertext {
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        position: relative;
        padding-top: 5px;
        max-height: 20px;
    }
        div.productsearchheader div.searchheadertext img {
            float: left;
            marging-left: 5px;
            margin-top: -12px;
            margin-right: 5px;
            height: 45px;
        }
    div.productsearchheader div.groupsubtitle {
        float: right;
        width: 300px;
        color: #FFF;
        padding-top: 4px;
        padding-right: 8px;
        text-align: right;
    }
        div.productsearchheader div.groupsubtitle img {
            margin-top: -12px;
            height: 45px;
        }

    div.productsearchheader div.sortdiv {
        float: right;
        color: #FFF;
        padding-top: 4px;
        padding-right: 3px;
        white-space: nowrap;
        width: 400px;
        font-size: 11px;
    }
        div.productsearchheader div.sortform {
            float: right;
        }
        div.productsearchheader select {
            font-size: 11px;
        }
        div.sortdiv #filterarrow {
            margin-top: 1px;
            margin-left: 3px;
            background-image: url('/gfx/images.png');
            background-repeat: no-repeat;
            width: 15px;
            height: 15px;
            float: right;
            cursor: pointer;
        }
            div.sortdiv div.asc {
                background-position: -8px -154px;
            }
            div.sortdiv div.desc {
                background-position: -25px -154px;
            }


div.newBannerParent {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    margin-bottom: 1em;
    margin-top: 1em;
}

div.newBannerParent div.newBanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
div.newBannerParent div.newBanner div.bannerText {
    width: 50%;
    background-color: #FFFFFF;
    border-radius: 0.5em;
    padding-bottom: 20%;
    padding-left: 2.5%;
    padding-top: 2.5%;
    padding-right: 2.5%;
    display: inline-block;
    overflow: hidden;
    height: 0;
    position: absolute;
    bottom: 5%;
    left: 2.5%;
    box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
}
    div.newBannerParent div.newBanner div.bannerText span.title {
        display: block;
        color: #00669B;
        font-size: 1.85em;
        font-weight: bold;
    }
    div.newBannerParent div.newBanner div.bannerText span.text {
        display: block;
        color: #333333;
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1.2em;
        overflow: hidden;
        height: 5em;
        margin-top: 0.75em;
    }
    div.newBannerParent div.newBanner div.bannerText a {
        color: #00669B;
        font-size: 1.5em;
        text-decoration: underline;
        position: absolute;
        bottom: 15px;
    }

div.newBannerParent div.bigBanner {
    width: 66.65%;
    display: inline-block;
    float: left;
    margin-right: 0.75%;
}
    div.newBannerParent div.bigBanner div.newBanner {
        padding-bottom: 50%;
        font-size: 1em;
    }

div.newBannerParent div.smallBanner {
    width: 32.5%;
    display: inline-block;
    float: left;
}
    div.newBannerParent div.smallBanner div.newBanner {
        padding-bottom: 50%;
        font-size: 0.47em;
    }
    div.newBannerParent div.smallBanner div.newBanner:nth-child(1) {
        margin-bottom: 1.15%;
    }
    div.newBannerParent div.smallBanner div.newBanner:nth-child(2) {

    }

    div.newBannerParent div.smallBanner div.newBanner div.bannerText {
        padding-left: 2%;
        padding-top: 1.5%;
        padding-right: 2%;
    }
    div.newBannerParent div.smallBanner div.newBanner div.bannerText span.title {

    }
    div.newBannerParent div.smallBanner div.newBanner div.bannerText span.text {
        line-height: 1.25em;
        margin-top: 0;
        margin-bottom: 0;
        height: 3.5em;
    }
    div.newBannerParent div.smallBanner div.newBanner div.bannerText a {
        bottom: 2px;
    }




    div.productcategorie_slideshow {
        overflow: hidden;
        text-align: center;
    }
    div.productcategorie_slideshow div.boxSlider {
        box-shadow: none;
        border: none;
        background: none;
        margin: 0px;
        height: auto;
        width: auto;
        overflow: visible;
    }
        div.productcategorie_slideshow div.boxSlider div.slide {
            width: 100%;
            overflow: hidden;
            display: none;
            cursor: pointer;
        }
        div.productcategorie_slideshow div.boxSlider div.slide_0 {
            display: block;
        }
        div.productcategorie_slideshow div.boxSlider div.slide div.imagehalf {
            display: table-cell;
            width: calc(50% - 2%);
            padding-right: 2%;
            text-align: center;
            vertical-align: top;
        }
            div.productcategorie_slideshow div.boxSlider div.slide div.imagehalf img {
                display: inline;
                max-width: 100%;
            }
        div.productcategorie_slideshow div.boxSlider div.slide div.texthalf {
            display: table-cell;
            width: calc(50% - 2%);
            padding-left: 2%;
            text-align: left;
            vertical-align: top;
        }
            div.productcategorie_slideshow div.boxSlider div.slide div.texthalf span {
                display: block;
                width: 100%;
                letter-spacing: -0.09em;
            }
            div.productcategorie_slideshow div.boxSlider div.slide div.texthalf span.title {
                margin-top: 5%;
                margin-bottom: 3%;
                color: #006597;
                font-family: 'Arial Black';
                font-size: 2.2em;
                line-height: 1em;
            }
            div.productcategorie_slideshow div.boxSlider div.slide div.texthalf span.text {
                margin-top: 5%;
                color: #1E1E1E;
                font-family: 'Arial Black';
                font-size: 1.3em;
                text-transform: uppercase;
            }
            div.productcategorie_slideshow div.boxSlider div.slide div.texthalf span.linktext a {
                display: block;
                letter-spacing: normal;
                margin-top: 10%;
                color: #006597;
                font-family: Arial;
                font-size: 1.25em;
                font-weight: bold;
                text-decoration: none;
            }


    .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.productcategorie_slideshow div.nivo-controlNav {
        float: right;
        padding: 0px;
        margin-top: -30px;
        margin-right: 15px;
        position: relative;
        text-align: right;
        widht: 500px;
        text-align: right;
        font-size: 0px;
        z-index: 9999;
    }
    div.productcategorie_slideshow div.nivo-controlNav a {
        display: inline-block;
        padding-left: 0.1em;
        padding-right: 0.1em;
    }

    div.productFloater {
        float: left;
        width: 110px;
        text-align: center;
        margin-left: 10px;
        margin-bottom: 20px;

    }
        div.productFloater div.img {
            width: 110px;
            height: 150px;
            text-align: center;
            display: table-cell;
            vertical-align: bottom;
            overflow: hidden;
        }
        div.productFloater div.img img {
            max-width: 110px;
            max-height: 150px;

        }
        div.productFloater div.img a {
            display: inline-block;
            height: auto;
            overflow: auto;
            line-height: normal;
            margin-top: 0;
            margin-bottom: 0;
        }
        div.productFloater a {
            display: block;
            color: #00619C;
            text-decoration: none;
            font-weight: bold;
            height: 75px;
            margin-top: 5px;
            margin-bottom: 5px;
            overflow: hidden;
        }
        div.productFloater a h3 {
            display: inline !important;
            font-size: inherit !important;
            font-weight: inherit !important;
            color: inherit !important;
        }
div.productFloater span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

div.productFloater button.koopbutton {
    margin: 0;
    padding: 0;
    width: calc(35% - 16px - 0.5em);
    min-width: 50px;
    margin-left: 0.25em;
    margin-right: 0.25%;
    display: inline-block;
    background-color: #5abb5a;
    border: none;

    text-align: center;
    border-radius: 0.5em;
    margin-top: 0.5em;
    border: 1px solid #5abb5a;
    cursor: pointer;
    outline:none;
}
    div.productFloater button.koopbutton:hover {
        background-color: #45AB45;
        border: 1px solid #333333;
    }
    div.productFloater button.koopbutton span::before {
        font-family: "Font Awesome 5 Free Solid";
        font-weight: normal;
        content: "\f217";
        color: #FFFFFF;
        font-size: 100%;
    }
    div.productFloater button.koopbutton span {
        display: block;
        padding-left: 0.4em;
        padding-right: 0.5em;
        padding-top: 0.4em;
        padding-bottom: 0.3em;
    }

div.productFloater button.wishlistbutton {
    margin: 0;
    padding: 0;
    width: 30px;

    display: inline-block;
    background-color: #FFFFFF;
    border: none;

    text-align: center;
    border-radius: 0.5em;
    margin-top: 0.5em;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    outline:none;
}
    div.productFloater button.wishlistbutton:hover {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }
    div.productFloater button.wishlistbutton span::before {
        font-family: "Font Awesome 5 Free";
        font-weight: normal;
        content: "\f004";
        color: #333333;
        font-size: 100%;
    }
    div.productFloater button.wishlistbutton:hover span::before,
    div.productFloater button.wishlistbutton.verlanglijstbuttonactive span::before {
        color: #FF0000;
    }

    div.productFloater button.wishlistbutton span {
        display: block;
        padding-left: 0.4em;
        padding-right: 0.5em;
        padding-top: 0.4em;
        padding-bottom: 0.3em;
    }



        hr.productFloaterSpacer {
            display: block;
            border: 0px;
            height: 1px;
            width: 590px;
            margin-left: 10px;
            float: left;
            background-color: #CECFCE;
            margin-bottom: 20px;
        }


#productTable_wrapper {
}

#productTable_filter,
.dataTables_filter {
    float: left;
    width: 250px;
    display: none;
}
.dataTables_length {
    float: right;
    width: 200px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-weight: bold;
}

div.dataTables_info {
    width: 275px;
    float: left;
    display: none;
}
div.dataTables_paginate {
    width: 300px;
    float: left;
}
    div.dataTables_paginate li {
        display: inline;
        margin-left: 3px;
    }

    #datatableFooter {

        min-height: 50px;

        /* fallback (Opera) */
        background: #D6D6D6;
        /* Mozilla: */
        background: -moz-linear-gradient(top, #FFFFFF, #D6D6D6);
        /* Chrome, Safari:*/
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D6D6D6));
        /* MSIE */
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#D6D6D6', GradientType=0);
    }
    #datatablePaginationText {
        float: left;
        padding: 15px;
        padding-right: 0px;
        margin-top: 1px;
        padding-top: 1.5em;
    }
    #datatablePagination {
        float: left;
        padding: 15px;
        width: 200px;
    }


    div.dataTables_paginate a {
        display: block;
        float: left;
        padding: 0.5em;
        margin-right: 0.4em;
        color: #006699;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
    }
    div.dataTables_paginate a:hover {
        color: #333333;
    }
    div.dataTables_paginate a {
        border-radius: 3px;
        border: 0px !important;
        background-color: #FFF;
        color: #069;
    }
    div.dataTables_paginate a.paginate_button_disabled {
        color: #666666;
        font-style: italic;
    }

    div.dataTables_paginate a.paginate_active {
        background-color: #069;
        color: #FFFFFF;
    }


.productTable {
    width: 100%;
    border-top: 1px solid #CCCCCC;
}

.productTable tr th.noshow,
.productTable tr td.noshow {
    display: none;
}

.productTable tr td {
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
}

.productTable tr.hotPreOrder {
    #background-color: #ebfff2;
    border: 2px solid #999999;
}
.productTable tr.hotPreOrder td.buy div.koopdiv {
    #background-color: #ebfff2;
    #padding-top: 0;
}
.productTable tr.hotPreOrder td.buy div.koopdiv div.title {
    color: red;
}

    .productTable tr td.image {
        padding: 15px;
        width: 155px;
        text-align: center;
        height: 200px;
    }
        .productTable tr td.image img {
            max-width: 125px;
        }
    .productTable tr td.title {
        padding: 15px;
        padding-left: 0px;
        width: 100%;
    }
        .productTable tr td.title h3 {
            font-size: 1em;
            font-weight: bold;
            margin-bottom: 5px;
            color: #000000;
        }
        .productTable tr td.title span {
            font-size: 11px;
        }
    .productTable tr td.buy {
        padding: 15px;
        padding-left: 0px;
    }
        td.buy div.koopdiv {
            background-color: #EEEEEE;
            border: 1px solid #D9D9D9;
            position: relative;
            width: 235px;
            height: 40px;
            margin-bottom: -1px;
        }
            td.buy div.koopdiv div {
                position: absolute;
            }
            td.buy div.koopdiv div.title {
                top: 5px;
                left: 5px;
                width: 70px;
                height: 15px;
                font-weight: bold;
                color: #006699;
                font-size: 14px;
            }
            td.buy div.koopdiv div.subtitle {
                bottom: 5px;
                left: 5px;
                width: 50px;
                height: 15px;
                color: red;
                font-size: 10px;
            }

            td.buy div.koopdiv div.oldprice {
                top: 5px;
                left: 75px;

                width: 45px;
                height: 15px;
                text-align: right;
                color: #6B6B6B;
                text-decoration: line-through;
                font-size: 11px;
                font-weight: bold;
            }
            td.buy div.koopdiv div.currentprice,
            td.buy div.koopdiv div.currentpunten {
                top: 5px;
                right: 46px;
                font-size: 14px;
                width: 60px;
                height: 15px;
                text-align: right;
                color: #000000;
                font-weight: bold;
            }

            td.buy div.koopdiv div.delivertime {
                bottom: 5px;
                right: 46px;
                width: 130px;
                height: 15px;
                font-size: 10px;
                text-align: right;
                color: #6B6B6B;
            }
            td.buy div.koopdiv div.button {
                top: 5px;
                right: 5px;
                width: 36px;
                height: 28px;
                background-image: url('/gfx/images.png');
                background-repeat: no-repeat;
                background-position: -157px -356px;
                cursor: pointer;
            }
            td.buy div.koopdiv div.button:hover {
                cursor: pointer;
                background-position: -157px -320px;
            }



div.productheader {
    height: 25px;

    border-bottom: 1px solid #CCCCCC;

    /* fallback (Opera) */
    background: #02679B;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #02679B, #419CC9);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#02679B), to(#419CC9));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#02679B', EndColorStr='#419CC9', GradientType=0);
}
    div.productheader div.producttile {
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        position: relative;
        padding-left: 5px;
        padding-top: 5px;
    }
    div.productheader div.productgroup {
        float: right;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        position: relative;
        padding-left: 5px;
        padding-top: 5px;
    }
    div.productheader div.productgroup img {
        float: right;
        margin-top: -15px;
        margin-right: 5px;
        maring-left: 5px;
    }

div.proddetails {

}
    div.proddetails div.pad10 {
        margin-top: 10px;
    }
    div.proddetails div.productimage {
        float: left;
        font-size: 10px;
        color: #999999;
        font-style: italic;
        text-align: center;
    }
        div.proddetails div.productimage img {
            max-width: 185px;
        }

    div.proddetails div.productspecs {
        float: left;
        width: 175px;
        font-size: 12px;
        margin-left: 10px;
        margin-top: 5px;
    }

    div.proddetails div.koopproduct {
        float: right;
        width: 210px;
    }
    div.proddetails div.koopdiv {
        float: right;
        width: 205px;
        height: 85px;
        margin-bottom: 10px;
        background-color: #EEEEEE;
        border: 1px solid #D9D9D9;
        position: relative;
    }
        div.proddetails div.koopdiv div.title {
            position: absolute;
            top: 5px;
            left: 5px;
            color: #0066B3;
            font-size: 16px;
            font-weight: bold;
        }
        div.proddetails div.koopdiv div.subtitle {
            position: absolute;
            top: 22px;
            right: 8px;
            width: 150px;
            height: 15px;
            text-align: right;
            color: red;
            font-size: 11px;
        }
        td.buy div.koopdiv div.explaintext {
            position: relative;
            font-size: 10px;
            float: left;
            text-align: left;
            font-size: 0.85em;
            line-height: 2.5em;
        }
        td.buy div.koopdiv div.explaintext img {
            width: 1em;
        }
        div.proddetails div.koopdiv div.gray {
            color: #333333;
        }
        div.proddetails div.koopdiv div.oldprice {
            position: absolute;
            top: 5px;
            left: 85px;
            width: 45px;
            height: 15px;
            text-align: right;
            color: #6B6B6B;
            text-decoration: line-through;
            font-size: 11px;
            font-weight: bold;
        }
        div.proddetails div.koopdiv div.currentprice {
            position: absolute;
            top: 5px;
            right: 10px;
            font-size: 14px;
            width: 60px;
            height: 15px;
            text-align: right;
            color: #000000;
            font-weight: bold;
        }
        div.proddetails div.koopdiv div.delivertime {
            position: absolute;
            bottom: 5px;
            right: 10px;
            width: 200px;
            height: 15px;
            font-size: 10px;
            text-align: right;
            color: #6B6B6B;
        }
        div.proddetails div.koopdiv div.button {
            position: absolute;
            top: 43px;
            left: 10px;
            width: 186px;
            height: 22px;
            background-image: url('/gfx/images.png');
            background-repeat: no-repeat;
            background-position: -11px -254px;
            cursor: pointer;
        }
        div.proddetails div.koopdiv div.button:hover {
            cursor: pointer;
            background-position: -11px -276px;
        }

    div.proddetails div.voorraaddiv {
        float: right;
        width: 205px;
        margin-bottom: 10px;
        background-color: #EEEEEE;
        border: 1px solid #D9D9D9;
        position: relative;
        font-size: 11px;
    }
        div.proddetails div.voorraaddiv div.title {
            float: left;
            margin-top: 5px;
            margin-left: 5px;
            color: #0066B3;
            font-size: 16px;
            font-weight: bold;
        }
        div.proddetails div.voorraaddiv div.winkelselector {
            float: left;
            margin-top: 2px;
            margin-left: 5px;
        }
        div.proddetails div.voorraaddiv div.winkelselector select {
            width: 195px;
            height: 22px;
            font-size: 11px;
            margin-right: 2px;
        }
        div.proddetails div.voorraaddiv div.winkelselector button.button {
            width: 60px;
        }
        div.proddetails div.voorraaddiv #voorraadresultaat {
            float: right;
            margin-right: 8px;
            margin-top: 5px;
            margin-bottom: 5px;
            width: 190px;
        }
        div.proddetails #voorraadresultaat hr {
            float: left;
            border: 0px;
            width: 100%;
            height: 1px;
            background-color: #636363;
            margin: 0px;
            margin-top: 1em;
            margin-bottom: 1em;

        }
        div.proddetails div.voorraaddiv #voorraadresultaat span.kop {
            font-weight: bold;
        }
        div.proddetails div.voorraaddiv #voorraadresultaat div.type {
            width: 55px;
            max-height: 25px;
            float: right;
            padding-top: 7px;
        }

        div.proddetails div.voorraaddiv #voorraadresultaat div.typedesc {
            float: right;
            max-height: 25px;
            padding-top: 7px;
            width: 98px;
        }
        div.proddetails div.voorraaddiv #voorraadresultaat div.positive,
        div.proddetails div.voorraaddiv #voorraadresultaat div.negative {
            color: green;
        }
        div.proddetails div.voorraaddiv #voorraadresultaat div.negative {
            color: red;
        }
        div.proddetails div.voorraaddiv #voorraadresultaat button.reserveerbutton {
            float: right;
            height: 25px;
            width: 50px;
        }

        div.proddetails div.voorraaddiv #voorraadresultaat div.button {
            float: right;
            margin-top: 2px;
            width: 36px;
            height: 28px;
            background-image: url('/gfx/images.png');
            background-repeat: no-repeat;
            background-position: -157px -356px;
            cursor: pointer;
        }
        div.proddetails div.voorraaddiv #voorraadresultaat div.button:hover {
            cursor: pointer;
            background-position: -157px -320px;
        }

    div.proddetails div.productsharebuttons {
        float: right;
        width: 205px;
        margin-bottom: 10px;
    }
    div.proddetails div.productsharebuttons ul li {
        float: left;
        margin-right: 10px;
    }
    div.proddetails div.productsharebuttons ul li.tweet {
        padding-top: 2px;
    }

    div.proddetails div.tabcontainer {
        border: 0px;
        padding: 0px;
        margin-top: 1em;
    }
    div.proddetails div.tabcontainer ul {
        width: 100%;
        padding: 0px;
        margin: 0px;
        background: none;
        border: 0px;
        -webkit-border-radius: 0px;
             -moz-border-radius: 0px;
                  border-radius: 0px;
        border-bottom: 1px solid #CCCCCC;
    }
    div.proddetails div.tabcontainer li {
        border: 1px solid #CCCCCC;
        background: none;
        border-bottom: 0px;
        -webkit-border-radius: 0px;
             -moz-border-radius: 0px;
                  border-radius: 0px;
        font-weight: bold;
        font-size: 12px;
        margin-left: 5px;
    }
    div.proddetails div.tabcontainer li.ui-state-default {
        background-color: #F8F8F8;
    }
    div.proddetails div.tabcontainer li.ui-state-active {
        background-color: #EFEFEF;
    }
        div.proddetails div.tabcontainer li a {
            color: #256699;
            text-decoration: none;
        }
    div.proddetails div.tabcontainer div.tab-content {
        background-color: #EFEFEF;
        line-height: 1.5em;
    }

        div.proddetails div.tab-content {
            background-color: #EFEFEF;
            line-height: 1.5em;
            padding: 1em 1.4em;
            background: none;
        }
        div.proddetails div.tab-header {
            margin-top: 1em;
            display: inline-block;
            padding: 1em 1.4em 0em 1.4em;
            background-color: #EFEFEF;
            color: #256699;
            line-height: 1.5em;
            font-weight: bold;
            background:none;
        }

    div.proddetails div.tabcontainer div.nivo-slice {
        background-color: #000000;
    }

div.proddetails div.productScreenshots img {
    width: calc(50% - 0.5em);
    padding: 0.25em;
    padding-bottom: 0.5em;
    cursor: pointer;
}

img.screenshotFullSize {
    max-width: calc(100vw - 2em);
    max-height: calc(100vh - 2em);
    padding: 1em;
}

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


div.proddetails div.tabcontainer #tab-trailer {
    text-align: center;
}

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

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

    div.winkelmandWarning {

    }

table.winkelmand {
    width: 100%;
}

    table.winkelmand tr th {
        padding: 5px;
        #border-bottom: 1px solid #2786B6;
        font-weight: bold;
        #color: #2786B6;
        font-size: 11px;
        vertical-align: bottom;
    }
    table.winkelmand tr th.right {
        text-align: right;
    }
    table.winkelmand tr th.center {
        text-align: center;
    }

    table.winkelmand tr.regel td {
        vertical-align: top;
        border-top: 1px solid #FFFFFF;
        padding: 5px;
    }
    table.winkelmand tr.regel td.verwijder {
        width: 10px;
    }
    table.winkelmand tr.regel td.verwijder img {
        cursor: pointer;
    }

    table.winkelmand tr.regel td.afbeelding {
        width: 40px;
    }
        table.winkelmand tr.regel td.afbeelding img {
            max-width: 40px;
        }
    table.winkelmand tr.regel td.titel {
        line-height: 12px;
    }
        table.winkelmand tr.regel td.titel a {
            color: #333333;
            text-decoration: none;
            display: block;
            padding-bottom: 2px;
        }
        table.winkelmand tr.regel td.titel a:hover {
            text-decoration: underline;
        }
        table.winkelmand tr.regel td.titel span.productcategorie {
            font-size: 10px;
        }
        table.winkelmand tr.regel td.titel span.used {
            color: #666666;
            font-size: 10px;
            font-style: italic;
        }
    table.winkelmand tr.regel td.levertijd {
        #background-color: #F6F6F6;
        color: #666666;
        padding: 5px;
        width: 60px;
        font-size: 11px;
        text-align: center;
    }

    table.winkelmand tr.regel td.prijs {
        text-align: right;
        color: #666666;
        padding: 5px;
        width: 55px;
        font-size: 11px;
    }
    table.winkelmand tr.regel td.aantal {
        #background-color: #F6F6F6;
        width: 80px;
        text-align: center;
        padding: 5px;
    }
        table.winkelmand tr.regel td.aantal input {
            font-size: 12px;
            width: 20px;
            text-align: right;
            padding: 2px;
        }
        table.winkelmand tr.regel td.aantal img {
            cursor: pointer;
            height: 20px;
            margin-left: 3px;
            position: relative;
            top: 6px;
        }
    table.winkelmand tr.regel td.regeltotaal {
        text-align: right;
        padding: 5px;
        width: 60px;
    }

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

    div.sendoption {
        float: right;

        width: 285px;
        margin-left: 10px;
        margin-top: 10px;

        border: 1px solid #CECFCE;
        cursor: pointer;

        height: 150px;
    }
        div.sendoption:hover {
            background-color: #F4F4F4;
        }
        div.firstsendoption {
            margin-left: 0px;
            float: left;
        }

        div.sendoption div.description {
            padding: 10px;
            font-size: 11px;
        }
        div.sendoption div.description strong {
            font-size: 12px;
        }
        div.sendoption div.zendkosten {
            padding: 10px;
            padding-top: 0px;
        }
        div.sendoption div.zendkosten table {
            width: 100%;
        }
        div.sendoption div.zendkosten th {
            width: 100px;
            padding-top: 0px;
        }
        div.sendoption div.zendkosten th img {
            max-width: 20px;
            margin-right: 5px;
            position: relative;
            top: 4px;
        }
        div.sendoption div.zendkosten th select {
            margin-top: 5px;
            width: 100px;
        }
        div.sendoption div.zendkosten td {
            text-align: right;
            padding-top: 5px;
        }
    div.sendactive {
        border: 1px solid #399EC6;
        background-color: #F2FBFF;
    }
    div.sendactive:hover {
        background-color: #F2FBFF;
    }



.formtable {
    margin-top: 10px;
}
.formtable td,
.formtable th {
    height: 28px;
    vertical-align: middle;
}

.formtable td.space {
    height: 2em;
}
.formtable th {
    min-width: 120px;
    white-space: nowrap;
    padding-right: 10px;
}
.formtable td select {
    width: 275px;
/*    max-width: 258px; */
/*    min-width: 258px; */
    padding: 2px;
}
.formtable td input {
    padding: 2px;
    width: 275px;
}
.formtable td input.small {
    width: 25px;
}

.formtable td textarea {
    width: 400px;
    height: 200px;
}
input.error,
select.error {
    border: 2px solid red;
    border-style: inset;
    background-color: red;
    color: white;
}
.formtable td input.checkbox {
    width: auto;
}


.contactform {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
table.contactform {
    width: 100%;
}
table.contactform td input,
table.contactform td select,
table.contactform td textarea {
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width: 50%;
    padding: 5px;
    margin-top: 0.5em;
    margin-left: 0;
}
table.contactform td div.g-recaptcha {
    width: 500px;
}


ul.provs {
    border-top: 1px solid #CCCCCC;
}

ul.provs a {
    background-image: url(/gfx/global/arrow_blue.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 10px;
    line-height: 20px;
    text-decoration: none;
}
ul.provs li {
    padding-left: 10px;
}


div.stor_left {
    float: left;
    width: 80%;
    border: 0px solid #CCCCCC;
}
img.store_image {
    width: calc(33% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
}

div.stor_right {
    float: left;
    width: calc(20% - 1em);
    margin-left: 1em;
}
div.stor_right a.stuurBericht {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 150px;
    height: 30px;
    background: url(/gfx/images.png);
    background-repeat: no-repeat;
    background-position: -9px -514px;
    padding: 3px 0 0 40px;
}
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_maps {
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    padding: 0px;
    overflow: hidden;
}

div.retrosystembox {
    display: inline-block;
    width: calc(24%);
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
div.retrosystembox img {
    max-width: 82%;
}

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: url('/gfx/global/bg_twitter.jpg');
    #background-repeat: repeat-x;
    background-color: #E6F9FD;
    color: #195E6F;
    height: 28px;
    margin-bottom: 10px;
}
    .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;
        height: 28px;
/*        width: 390px; */
        margin-left: 8px;
        margin-top: 5px;
        font-size: 11px;
        overflow: hidden;
    }
    .tweetcontainer div a {
        color: #195E6F;
        text-decoration: underline;
    }


ul.rules li {
    background: url(/gfx/global/crp_arw.gif);
    background-position: 0px 8px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 8px;
    padding-top: 4px;
}


a.noprio {
    display: none;
}


#footer14 {
    margin-top: 20px;
    padding-top: 20px;
}

#footer14 ul.footerlist {
    margin-top: 5px;
    margin-bottom: 10px;
}
    #footer14 ul.footerlist li {
        pading: 0px;
        margin: 0px;
        margin-left: 15px;
        list-style-image: url("/gfx/arrow_blue.jpg") !important;
    }
    #footer14 ul.footerlist a {
        color: #00679A;
    }
    #footer14 ul.footerlist a:hover {
        text-decoration: underline;
    }

#footer14 div.collumn {
    float: left;
    width: 190px;
    margin-left: 10px;
}
#footer14 div.collumn span {
    font-weight: bold;
    font-size: 1.2em;
    color: #333333;
}

#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;
    }

#footer14 #footertext {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 5px;
}
#footer14 #footertext #verzendtext {
    float: right;
    margin-top: -28px;
}
#footer14 #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.active {
    display: block;
}
.popupwrapper.mobileactive {
    display: none;
}

.popupwrapper .popup {
    position: fixed;
    z-index: 999999999;
    left: 25%;
    top: 25%;
    width: 50%;
    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,  body #container .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 {
    /*border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #EFEFEF;*/
    margin-bottom: 20px;
    margin-left: 0.75em;
}
div.preorderbonus_inline div {
    padding: 10px;
}

li.preorderbonus {
    background-color: #02679B !important;
    color: #FFFFFF !important;
}
div.preorderbonus {
    background-color: #256699 !important;
    color: #FFFFFF !important;

    background: #02679B;
    /* Mozilla: ; */
    background: -moz-linear-gradient(top, #02679B, #1891CD) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#02679B), to(#1891CD)) !important;
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#02679B', EndColorStr='#1891CD', GradientType=0) !important;
}
.preorderbonus a {
    color: #FFFFFF !important;
}
span.preorderbonus {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
img.preorderbonusimage {
    margin-top: 10px;
    max-width: 100%;
}


div.bigbutton {
    background: none;
    position: relative;
    z-index: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 1em;

    padding: 0;
    margin: 0;
    text-align: left;
    height: auto;

    display: inline-block;

    background: none;
    background-color: #5ABB5A;
    color: #FFFFFF;
    cursor: pointer;
}
div.bigbutton:hover {
    background-color: #45AB45;
}

div.redbutton {
    background-color: #bb2a17;
}
div.redbutton:hover {
    background-color: #942617;
}

div.bigbutton span {
    display: block;
    background-image: url("/gfx/ctacart.png");
    background: none;
    background-repeat: no-repeat;
    background-position: 1em center;
    background-size: 1.6em;
    white-space: nowrap;
    padding: 0.65em;
    padding-left: 2em;
    padding-right: 2em;
    color: #FFFFFF !important;
}


table.reviewForm {
    width: 100%;
}

table.reviewForm td {
    padding: 10px;
    padding-left: 0px;
    white-space: nowrap;
}

table.reviewForm textarea {
    border: 1px solid #999999;
    width: 100%;
    height: 8em;
    font-size: 0.85em;
    line-height: inherit;
    padding: 0.5em;
}

.review_rating {
    float:left;
}

.review_rating:not(:checked) > input {
    #position:absolute;
    #top:-9999px;
    #clip:rect(0,0,0,0);
    display:none;
}

.review_rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.review_rating:not(:checked) > label:before {
    content: '★ ';
}

.review_rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.review_rating:not(:checked) > label:hover,
.review_rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.review_rating > input:checked + label:hover,
.review_rating > input:checked + label:hover ~ label,
.review_rating > input:checked ~ label:hover,
.review_rating > input:checked ~ label:hover ~ label,
.review_rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.review_rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}



hr.reviewpacer {
    margin-top: 1em;
    margin-bottom: 1em;
}

table.reviewsTable {
    width: 100%;
}

td.reviewRating {
    width: 50%;
}
td.reviewWriterInfo {
    text-align: right;
    font-size: 0.75em !important;
    vertical-align: middle;
    padding-right: 0.5em;
}
td.reviewText {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.rating_made {
    margin-bottom: 1em;
}

.rating_made:not(:checked) > label {
    cursor: default;
}

.review_rating > input:checked ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating_made:not(:checked) > label:hover,
.rating_made:not(:checked) > label:hover ~ label {
    color: #ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating_made > input:checked + label:hover,
.rating_made > input:checked + label:hover ~ label,
.rating_made > input:checked ~ label:hover,
.rating_made > input:checked ~ label:hover ~ label,
.rating_made > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

#passwordformparent,
#smscodeformparent {
    display: none;
}

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

table.adresgegevens {
    width: 100%;
}

table.adresgegevens th {

}

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

table.adresgegevens td.space {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

table.adresgegevens td input,
table.adresgegevens td select {
    padding: 0.25em;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
}
table.adresgegevens td input.error,
table.adresgegevens td select.error {
    border-color: #ffb2b3;
    background-color: red;
    color: white;
}

table.adresgegevens td input[type=checkbox] {
    width: auto;
}

div.inloggen_alaccount {
    width: 48%;
    float: left;
}

div.inloggen_nieuweklant {
    width: 48%;
    float: right;
}
div.inloggen_nieuweklant div.bigbutton {
    float: right;
    margin-top: 2em;
}

div#loginContainer {

}
div#afrekenenContainer {
    display: none;
}

@media only screen and (min-width: 1025px) {
    div.afreken_login_box div#loginformparent,
    div.afreken_login_box div#passwordformparent {
        width: 32%;
        float: left;
        margin-right: 1%;
    }

    div.afreken_login_box div#smsformparent {
        width: 30%;
        float: left;
        margin-left: 5%;
        margin-right: 1%;
        margin-top: 3em;
    }

    div.afreken_login_box div#facebookformparent {
        width: 28%;
        margin-left: 3%;
        float: right;
        margin-top: 3em;
    }
}

div.afrekenStapCounter {
    display: inline-block;
    line-height: 3em;
    width: 3em;
    background-color: #00669B;
    margin-right: 1em;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1em;
}
div.afrekenContent {
    margin-left: 2.1em;
    padding-left: 2.5em;
    border-left: 1px dotted black;
}
div.afrekenContent div.geenAfhaalLocatieMogelijk {
    color: #a7a7a7;
    margin-top: 1em;
    font-style: italic;
    margin-left: 1.25em;
}
div.afrekenContent div.winkelkiezerWaarschuwing {
    color: red;
}

div.afreken_errors {
    border: 1px solid darkred;
    background-color: lightpink;
}
    div.afreken_errors span {
        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.afreken_verzendoptie {
    width: 100%;
    float: left;
}
    div.afreken_verzendoptie div#winkelkiezer {
        margin-top: 0.5em;
        margin-left: 1.3em;
    }
    div.afreken_verzendoptie select {
        padding: 0.5em;
    }
    div.afreken_verzendoptie {}

    div.afreken_verzendoptie div.aflevermoment {
        margin: 1em;
    }
    div.afreken_verzendoptie div.aflevermoment span {
        display: inline-block;
        width: 250px;
    }
    div.afreken_verzendoptie div.aflevermoment select {
        max-width: 100%;
    }

div.afreken_adresinformatie {
    width: 100%;
    float: left;
}
    div.afrekenen_inloggen {
        width: 60%;
        float: left;
    }
    div.afrekenen_inlogbutton {
        width: 20%;
        float: left;
        padding-left: 1em;
        padding-top: 4em;
    }
    div.afrekenenFactuuradres {
        width: 60%;
    }
    div.afrekenenAfleveradres {
        width: 60%;
    }

    div.afrekenenFactuuradres input.readonly,
    div.afrekenenAfleveradres input.readonly {
        background-color: #EEEEEE;
        border: 1px solid #A9A9A9;
    }



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

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

    div.afreken_betaalmethode div.allebetaalopties ul {

    }
    div.afreken_betaalmethode div.allebetaalopties ul li {
        border-radius: 0.5em;
        border: 1px solid #84adcf;
        text-align: center;

        margin-bottom: 2em;
        display: block;
        width: 22.5%;
        height: 9em;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        position: relative;
        background-repeat: no-repeat;
        background-position: center 2em;
    }
    div.afreken_betaalmethode div.allebetaalopties ul li:hover {
        background-color: #EFEFEF;
        cursor: pointer;
    }

    div.afreken_betaalmethode div.allebetaalopties ul li.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.afreken_betaalmethode div.allebetaalopties ul li.active {
        #-webkit-box-shadow: 0px 0px 40px 5px rgba(145,220,166,1);
        #-moz-box-shadow: 0px 0px 40px 5px rgba(145,220,166,1);
        #box-shadow: 0px 0px 40px 5px rgba(145,220,166,1);
        background-color: #ceffd9;
        border-color: #5b8e69;
    }
    div.afreken_betaalmethode div.allebetaalopties ul li.disabled.active {
        #-webkit-box-shadow: 0px 0px 40px 5px rgba(128,128,128,1);
        #-moz-box-shadow: 0px 0px 40px 5px rgba(128,128,128,1);
        #box-shadow: 0px 0px 40px 5px rgba(128,128,128,1);
        background-color: #EFEFEF;
        border-color: #CCCCCC;
    }

    .adsfasd {
        background: -webkit-linear-gradient(#91dca6, #5b8e69);
        background: -moz-linear-gradient(#91dca6, #5b8e69);
        background: -o-linear-gradient(#91dca6, #5b8e69);
        background: linear-gradient(#91dca6, #5b8e69);

        #background: -webkit-linear-gradient(#EFEFEF, #CECECE);
        #background: -moz-linear-gradient(#EFEFEF, #CECECE);
        #background: -o-linear-gradient(#EFEFEF, #CECECE);
        #background: linear-gradient(#EFEFEF, #CECECE);
    }
    
    div.afreken_betaalmethode div.allebetaalopties ul li div.paymentError {
        text-align: center;
        line-height: 2em;
        padding-top: 6em;
    }

    div.afreken_betaalmethode div.allebetaalopties ul li div.paymentTypePrice {
        text-align: center;
        line-height: 2em;
        padding-top: 6em;
        color: #00669B;
    }

    div.afreken_betaalmethode div.allebetaalopties div.betaaloptieUitleg {
        width: 100%;
        display: none;
        border: 1px solid #5b8e69;
        background-color: #ceffd9;
        border-color: #5b8e69;
        border-radius: 0.5em;
    }
    div.afreken_betaalmethode div.allebetaalopties div.betaaloptiedisabled {
        background-color: #EFEFEF;
        border-color: #CCCCCC;
    }

    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;
    }


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

div#afrekenbuttons {
    margin-top: 1em;
}

div.afrekenbutton {
    background: none;
    position: relative;
    z-index: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 1em;
    float: right;
    padding: 0;
    margin: 0;
    margin-left: 1em;
    text-align: left;
    height: auto;
    #width: 100%;
    background: none;
    background-color: #5ABB5A;
    color: #FFFFFF;
    min-width: 12em;
    cursor: pointer;
}
div.afrekenbutton:hover {
    background-color: #45AB45;
}

div.afrekenbuttonblue {
    margin: 0;
    margin-bottom: 2em;
    width: 22em;
    float: left;
    #background-color: #6E99AF;

    background: none;
    border: 1px solid #4267B2;
    border-radius: 5px;

}
div.afrekenbuttonblue:hover {
    background-color: #4267B2;
}
div.afrekenbuttonblue:hover span {
    color: #FFF !important;
}

div.afrekenbuttonblue span {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #4267B2 !important;
    background: none !important;
    text-align: center !important;
    font-size: 1.1em;
}


div.afrekenbutton span {
    display: block;

    background-image: url("/gfx/ctacart.png");
    background-repeat: no-repeat;
    background-position: 1em center;
    background-size: 1.6em;

    padding: 0.65em;
    padding-left: 3.25em;
    padding-right: 1.5em;
    color: #FFFFFF;
}

div#winkelmandWarning {
    white-space: nowrap;
    margin-top: 0.3em;
    float: right;
    text-align: right;
    font-size: 1em;

}
div#winkelmandWarning img {
    width:1.2em;
    position: relative;
    top: 0.15em;
    margin-right: 0.2em;
}

div.mijn_account_menu {

}
div.mijn_account_menu ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1em;
    float: left;
    display: block;
    background-color: #EFEFEF;
}
div.mijn_account_menu ul li a {
    line-height: 3em;
    margin-left: 2em;
    color: #333333;
    font-weight: bold;
}

div.mijn_account_menu ul li.active {
    background-color: #00669B;
}
div.mijn_account_menu ul li.active a {
    color: #FFFFFF;
}



div.mijn_account_content {
    clear: both;
    background-color: #EFEFEF;
    padding: 1%;
    margin: 1%;
}
.warning {
    color: red;
    font-weight: bold;
}

div.mijn_account_content table.list {
    width: 100%;
    margin-top: 10px;

}
div.mijn_account_content table.list tr.orderheader td {
    font-weight: bold;
    background-color: #C0DBE9;
    padding: 5px;
    cursor: pointer;
}
div.mijn_account_content table.list tr.orderheader {
    border: 1px solid #DDDDDD;
    border-bottom: 0px;
}
div.mijn_account_content table.list tr.orderheader:last-child {
    border: 1px solid #DDDDDD;
}
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: 125px;
    text-align: right;
}

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

div.mijn_account_content table.orderproducts {
    width: 100%;
}
div.mijn_account_content table.orderproducts th {
    font-weight: bold;
    padding: 5px;
    padding-bottom: 0px;
    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: 5px;
    cursor: pointer;
}
tr.ticketrow td:last-child {
    text-align: right;
}


div.ticketbody,
div.ticketreactionbody {
    background-color: #FFF;
    border: 1px solid #DDDDDD;
    padding: 5px;
}
div.ticketfooter,
div.ticketreactionfooter {
    padding: 2px 5px 2px 5px;
    background-color: #ECECEC;
    color: #666666;
    min-height: 19px;
    border: 1px solid #DDDDDD;
    border-top: 0px;
    text-align: right;
}
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;
}

div.ticketreactionbody {
    margin-top: 5px;
    background-color: #FEFEFE;
}
div.ticketreactionbody textarea {
    width: 100%;
    height: 150px;
    border: 0px;
    background-color: #D0EFFF;
}
div.ticketreactionfooter input {
    border: 1px solid #888888;
    background-color: #D0EFFF;
    padding: 3px;
    cursor: pointer;
    color: #02679B;
    font-weight: bold;
}
div.newreaction {
    background-color: #D0EFFF;
}



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

}

table.inruiltable td,
table.inruiltableoverzicht td {
    padding: 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;
    padding: 1em;
    margin-top: 1em;
    margin-right: 0.5em;
    width: calc(50% - 2em - 0.5em - 2px);
    float: left;
    height: 10em;
    cursor: pointer;
}
div.inruilFoundProduct:nth-of-type(even) {
    margin-left: 0.5em;
    margin-right: 0;
}


div.productCategoryText {
    font-size: 0.9em;
    line-height: 1.5em;
}


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

#stock_notify_email_input {
    padding: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: calc(100% - 2.5em);
}
#stock_notify_email_button {
    display: block;
    width: auto;
    padding: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    border: 0px;
    margin-top: 1em;
    background-color: #2598DE;
    font-weight: bold;
    cursor: pointer;
}

#linkercontent img.uitverkocht_vinkje {
    float: left;
    width: auto;
    margin-top: 2px;
    margin-right: 5px;
    margin-bottom: 20px;
}


.winkelmand_trustpilot {
    float: left;
    width: 80%;
}

form#zoekBarcodeForm,
form#zoekSysteemEnNaamForm {
    margin-top: 10px;
}

div.digitaleCode {
    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 #middenkolom table.wallettable tr {
    float: none;
    display: table-row;
    width: auto;
}

body #middenkolom 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 #middenkolom table.wallettable tr td.date {
    white-space: normal;
    padding-left: 0;
    width: calc(15% - 0.5em);
}
body #middenkolom table.wallettable tr td.amount {
    text-align: right;
    white-space: nowrap;
    width: calc(15% - 1em);
}
body #middenkolom table.wallettable tr td.note {
    white-space: normal;
    width: calc(45% - 1em);
}
body #middenkolom table.wallettable tr td.ordrnr {
    text-align: right;
    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;
}

/*
master.css
 */