    * {
        outline: none;
        border: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    *,
    *::before,
    *::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/*
 * =================================================================
    1.0 STANDARDS
 * =================================================================
 *
 *  1.1 STANDARDS misc
    -------------------------------------------------------------- */
    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
    }
    body {
        -webkit-overflow-scrolling: touch;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
    }

    p,
    ul,
    ol,
    ul li,
    ol li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    figure {
        margin: 0;
        padding: 0;
    }
    
    h1,
    h1 span,
    h1 small,
    h2,
    h2 span,
    h2 small,
    h3,
    h3 span,
    h3 small,
    h4,
    h4 span,
    h4 small,
    h5,
    h5 span,
    h5 small,
    h6,
    h6 span,
    h6 small {
        position: relative;
        display: block;
    }

    ul,
    ol {
        list-style: none;
    }

    input[type="submit"],
    button,
    select,
    select:focus,
    a,
    a:active,
    a:visited,
    a:focus {
        outline: none !important;
        outline: 0 !important;
        text-decoration: none;
    }

/*  1.2 STANDARDS form fixes
    -------------------------------------------------------------- */
    input,
    textarea,
    select,
    button {
        outline: none !important;
        resize: none;
        border-radius: 0;
/*/        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
*/        box-shadow: none;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #222;
        opacity: 1.0;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #222;
        opacity: 1.0;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #222;
        opacity: 1.0;
    }
    input:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #222;
        opacity: 1.0;
    }

/*  1.3 STANDARS Rows
    -------------------------------------------------------------- */
    .row {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    .row.xl {
        max-width: none;
    }
    .row::before,
    .row::after {
        display: table;
        content: '';
    }
    .row::after {
        clear: both;
    }

    .row .row {
        margin-bottom: 0;
    }
    .row .row .padded {
        padding: 0;
    }
    .row.collapsed .row {
        margin-left: 0;
        margin-right: 0;
    }

/*  1.4 STANDARS Flex setup
    -------------------------------------------------------------- */
    .flex-container {
        padding: 0;
        margin: 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .flex-item {
        -webkit-flex: 1 1 1 1 1;
            -ms-flex: 1 1 1 1 1;
                flex: 1 1 1 1 1;
        position: relative;
        width: 100%;
    }

/*  1.5 STANDARS Column / blocks setup
    -------------------------------------------------------------- */
    .column {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        width: 100%;
        padding: 0;
        width: 33.33%;
    }
    section .column {
        padding: 0 10px;
    }
    .contact .column {
        width: 50%;
    }
    .row.collapsed .column {
        padding: 0;
    }
    header .column {
        height: 100px;
    }
    section {
        padding: 20px;
        padding-top: 10px;
    }
    section.prods {
        padding: 10px;
        padding-top: 0;
    }

/*  1.6 STANDARS Images
    -------------------------------------------------------------- */
    img {
        width: 100%;
    }
    .logo,
    .logo-rbz{
        width: auto;
        height: auto;
        margin: 20px;
        max-height: calc(100% - 40px);
        max-width: 100%;
    }
    .logo-rbz {
        float: right;
    }

/*  1.7 STANDARS ARC-blocks
    -------------------------------------------------------------- */
    .ARC {
        position: relative;
        overflow: hidden;
    }
    .ARC:before {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 100%;
    }
    .ARC.square:before {
        padding-bottom: calc(100% - 52px);
    }
    .ARC.widescreen:before {
        padding-bottom: 66.5625%;
    }
    .ARC.panorama:before {
        padding-bottom: 31.64062%;
    }
    .ARC > .ARC-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .ARC img {
        width: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*  1.8 STANDARS Nav
    -------------------------------------------------------------- */
    .topnav {
        overflow: hidden;
        background-color: #333;
    }
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 20px;
        text-decoration: none;
        font-size: 17px;
    }
    .topnav a.active,
    .topnav button.active {
        background-color: #0193d7;
        color: #fff;
    }
    .topnav .icon {
        display: none;
    }
    .dropdown {
        float: left;
        overflow: hidden;
    }
    .dropdown .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }

/*  1.9 STANDARS SubNav
    -------------------------------------------------------------- */
    .subnavbar {
        overflow: hidden;
        background-color: #ccc;
    }
    .subnavbar span {
        line-height: 52px; 
        padding-left: 20px; 
        font-size: 16px;
    }
    .subnavbar .cart-link {
        float: right;
        font-size: 14px;
        color: #000;
        text-align: center;
        padding: 5px;
        text-decoration: none;
        display: inline-block;
        width: auto;
        height: 52px;
        line-height: 42px;
        margin-right: 15px;
    }
    .subnavbar .cart-link .fa {
        display: inline-block;
        width: 42px;
        height: 42px;
        font-size: 18px;
        background-color: #000;
        float: left;
        margin-right: 10px;
        border-radius: 50%;
        color: #ccc;
        text-align: center;
        line-height: 42px;
        padding: 0;
    }

/*  1.9 STANDARS Panes
    -------------------------------------------------------------- */
    .panel {
        position: relative;
        display: block;
        width: calc(100% - 20px);
        max-width: 480px;
        margin: 0 auto;
        background-color: #ddd;
        border: 4px solid #ccc;
        padding: 20px;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px
    }
    .panel.alert {
        background-color: #f0c1c1;
        border-color: #dd0000;
        color: #dd0000;
    }
    .panel.notice {
        background-color: #f2ccb4;
        border-color: #ff8400;
        color: #ff8400;
    }
    .panel.success {
        background-color: #b1eab1;
        border-color: #007700;
        color: #007700;
    }
    section p:not(:last-of-type) {
        margin-bottom: 20px;
    }
    img[align="right"] {
        margin-left: 20px;
    }
    img[align="left"] {
        margin-right: 20px;
    }

/*  1.10 STANDARS Producten
    -------------------------------------------------------------- */
    .product_row {
        width: 100%;
    }
    .product_column {
        max-width: calc(20% - 20px);
        margin: 10px;
    }
    .product_column figure {
        text-decoration: none;
        position: relative;
        width: 100%;
        padding: 0;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
    }
    .product_column figure:before {
        content: '';
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        background-color: rgba(24,67,124,0.5);
        pointer-events: none;
        transform-origin: top left;
        -webkit-transition: width 300ms ease-in, height 300ms ease-in;
        -moz-transition: width 300ms ease-in, height 300ms ease-in;
        transition: width 300ms ease-in, height 300ms ease-in;
    }
    .product_column figcaption {
        position: relative;
        z-index: 2;
        text-align: center;
        padding: 5px;
        font-size: 13px;
        line-height: 21px;
        text-transform: uppercase;
        background-color: #efefef;
        height: 52px;
    }
    .product_column a {
        display: block;
        color: #000;
    }
    .product {
        text-align: center;
        padding: 10px;
    }

/*  1.13 STANDARS Tables
    -------------------------------------------------------------- */
    .table {
        width: 80%;
        margin-left: 10px;
    }
    .lines table,
    th,
    td {
        border: 1px solid black;
        padding: 5px;
    }
    .lines th {
        color: white;
        background-color: #18437C;
    }
    tr.border_bottom td {
        border-bottom: 1pt solid black;
        padding: 10px 0;
    }
    tr.border_bottom td a {
        color: black;
    }
    tr.border_bottom:hover {
        background-color: #0193d7;
        color: white;
    }
    tr.border_bottom:hover a {
        color: white;
    }

/*  1.14 STANDARS Forms
    -------------------------------------------------------------- */
    .quantity {
        position: relative;
        display: inline-block;
        float: left;
    }
    .shopCart .quantity {
        float: none;
        margin-top: 5px;
    }
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    input[type=number] {
        -moz-appearance: textfield;
    }
    .quantity input {
        width: 50px;
        height: 42px;
        line-height: 1.65;
        float: left;
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
        border: 1px solid #333;
    }
    .quantity input:focus {
        outline: 0;
    }
    .quantity-nav {
        float: left;
        position: relative;
        height: 42px;
        margin-left: 19px;
    }
    .quantity-button {
        position: relative;
        cursor: pointer;
        border-left: 1px solid #333;
        width: 20px;
        text-align: center;
        background-color: #333;
        color: #fff;
        font-size: 13px;
        line-height: 1.7;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
             -o-user-select: none;
                user-select: none;
        -webkit-transition: background 150ms ease-in, color 150ms ease-in;
            -ms-transition: background 150ms ease-in, color 150ms ease-in;
                transition: background 150ms ease-in, color 150ms ease-in;
    }
    .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #fff;
    }
    .quantity-button.quantity-down {
        position: absolute;
        bottom: 0;
        height: 50%;
    }
    .form-container {
        position: relative;
        width: calc(100% - 20px);
        max-width: 960px;
        margin: 0 auto;
    }
    .form-container p {
        display: block;
        margin: 30px 0;
        text-align: center;
    }
    .form-container table {
        width: 100%;
    }
    table.adres td {
        width: 50%;
    }
    .adres input,
    .adres textarea {
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        float: left;
        padding: 7px;
    }
    .adres textarea {
        height: 100px;
    }
    .adres input#postcode {
        width: 20%;
        margin-right: 2px;
    }
    .adres input#huisnummer {
        margin-left: 2px;
        width: 30%;
    }
    .contact table {
        width: calc(100% - 20px);
        max-width: 80%;
        margin: 0;
        margin-top: 50px;
    }
    .adres td.inp {
        padding: 0px !important;
    }
    .adres input, .adres textarea, .adres select {
        background-color: #e1e1e1;
    }
    .adres select {
        padding: 5px;
    }

/*  1.15 STANDARS Shopcart
    -------------------------------------------------------------- */
    .shopCart ul {
        position: relative;
        width: 100%;
        max-width: 960px;
    }
    .shopCart span {
        width: 100%;
        float: left;
        display: block;
        min-height: 26px;
        border: 1px solid #000;
        margin: 1px;
        padding: 5px;
    }
    .shopCart li.head span {
        background-color: #18437C;
        color: #fff;
        text-align: center;
        font-weight: bold;
        line-height: 16px;
    }
    .shopCart li.item span {
        height: 65px;
        line-height: 55px;
    }
    .shopCart li.item span.withColor { 
        padding-top: 10px;
        line-height: 21px;
    }
    .shopCart li.total span {
        border-top-width: 3px;
        line-height: 16px;
    }
    .shopCart li.foot {
        padding-top: 20px;
    }
    .shopCart li.foot span {
        border: 0;
    }
    .shopCart li.foot span:nth-of-type(1n) {
        float: left;
    }
    .shopCart li.foot span:nth-of-type(2n),
    .shopCart li.total span {
        float: right;
        margin-right: 2px;
    }
    .shopCart img {
        display: inline-block;
    }                            
    .shopCart li:not(.foot):not(.total) span:nth-of-type(1n),
    .shopCart li.foot span:nth-of-type(1n) {
        max-width: calc(19.10% - 2px);
    }
    .shopCart li:not(.foot):not(.total) span:nth-of-type(2n) {
        max-width: calc(33.38% - 2px);
    }
    .shopCart li:not(.foot):not(.total) span:nth-of-type(3n) {
        max-width: calc(14.73% - 2px);
    }
    .shopCart li:not(.foot):not(.total) span:nth-of-type(4n) {
        max-width: calc(17.85% - 2px);
    }
    .shopCart li:not(.foot):not(.total) span:nth-of-type(5n),
    .shopCart li.total span,
    .shopCart li.foot span:nth-of-type(2n) {
        max-width: calc(14.94% - 2px);
    }                            

    .shopCart li.item span:nth-of-type(2n) {
        text-align: left;
    }
    .shopCart li.item span:nth-of-type(3n) {
        text-align: center;
    }
    .shopCart li.item span:nth-of-type(4n) {
        text-align: center;
    }
    .shopCart li.item span:nth-of-type(5n),
    .shopCart li.total span {
        text-align: right;
    }

/*  1.16 STANDARS ARC image
    -------------------------------------------------------------- */
    .column.image .ARC {
        border: 1px solid #999;
    }
    .column.image .ARC img {
        width: calc(100% - 20px); 
    }
    .main-image {
        display: block;
        margin-bottom: 20px;
    }
    .column.image .smallImages .ARC img {
        width: 100%; 
    }
    .smallImages a {
        float: left;
        width: 100%;
        max-width: calc(1/3*100% - (1 - 1/3)*10px);
        margin: 0;
        margin-bottom: 10px;
    }
    .column.image .ARC-content:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-shadow: inset 0 0 0 5px #fff;
        z-index: 1;
        pointer-events: all;
    }
    .smallImages a:not(:nth-of-type(3n)) {
        margin-right: 10px;
    }

/*  1.17 STANDARS Buttons
    -------------------------------------------------------------- */
    .button,
    .button_blue {
        border: none;
        color: white;
        padding: 15px 20px;
        margin: 10px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }
    .button {
        background-color: #4CAF50;
        max-width: 100%;
    }
    .button_blue {
        background-color: #18437C;
    }
    .shopCart .button {
        width: 100%;
    }

/*  1.18 STANDARS Misc
    -------------------------------------------------------------- */
    .center {
        text-align: center;
    }
    .mobile-only {
        display: none !important;
    }
    h2 {
        background-color: #18437C;
        color: #ffffff;
        width: 100%;
        padding: 8px 20px;
        font-size: 18px;
        margin: 0;
        margin-bottom: 10px;
        display: block;
    }

/*
 * =================================================================
    2.0 MEDIA QUERIES
 * =================================================================
 *
 *  2.1 MEDIA QUERIES hover states (max-width)
    -------------------------------------------------------------- */
    @media only screen and (min-width: 1025px) {        
        .quantity-button:hover {
            background-color: #ccc;
            color: #333;
        }
        .quantity-button:active {
            background-color: #333;
            color: #fff;
        }
        .button:active {
            background-color: #0193d7;
        }
        .topnav a:not(.active):hover,
        .dropdown:hover .dropbtn {
            background-color: #555;
            color: white;
        }
        .dropdown-content a:hover {
            background-color: #ddd;
            color: black;
        }
        /*.product_column:hover figure {
            background-color: #18437C;
            color: #fff;
        }*/
        .product_column:hover figure:before {
            width: 100%;
            height: 100%;
        }
    }

/*  2.2 STANDARS MEDIA QUERIES screen sizes (max-width)
    -------------------------------------------------------------- */
@media screen and (max-width: 1440px) {    
    .product_column {
        max-width: calc(25% - 20px);
    }    
}

@media screen and (max-width: 1152px) {    
    .product_column {
        max-width: calc(33.33333% - 20px);
    }    
}

@media screen and (max-width: 960px) {    
    .product_column {
        max-width: calc(50% - 20px);
    }    
}

@media screen and (max-width: 640px) {
    .hide-for-small {
        display: none !important;
    }
    .product_column {
        max-width: calc(100% - 20px);
    }
    .productView .column {
        width: 50%;
    }
    .productView .column.image {
        width: 100%;
    }    
    .productView .column:nth-child(2n) {
        padding-right: 10px;
    }
    .productView .column:nth-child(3n) {
        padding-left: 10px;
    }
    
    
    body {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
    }

    .table {
        width: 100%;
        margin-left: 0px;
    }

    .no-mobile {
        display: none !imprtant;
    }

    .mobile-only {
        display: block !important;
    }

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
    
    .subnavbar span {
        line-height: 22px;
        width: 50%;
        display: block;
        float: left;
        padding: 4px 20px;
    }
    
    .shopCart li span {
        font-size: 12px !important;
    }
    .shopCart li.item span {
        height: auto;
        line-height: 25px;
        min-height: 62px;
    }

    .shopCart li:not(.foot):not(.total) span:nth-of-type(1n) {
        max-width: 0;
    }
    .shopCart li:not(.foot):not(.total) span:nth-of-type(2n),
    .shopCart li.total span {
        max-width: calc(40% - 2px);
    }
    .shopCart li:not(.foot):not(.total) span:nth-of-type(3n) {
        max-width: calc(20% - 2px);
    }
    .shopCart li:not(.foot):not(.total) span:nth-of-type(4n) {
        max-width: calc(20% - 2px);
    }
    .shopCart li:not(.foot):not(.total) span:nth-of-type(5n) {
        max-width: calc(20% - 2px);
    }
    .shopCart li.foot span:nth-of-type(1n),
    .shopCart li.foot span:nth-of-type(2n) {
        max-width: calc(40% - 2px);
    } 
    .shopCart li.foot span:first-of-type {
        float: left;
    }
    .shopCart li.foot span:last-of-type {
        float: right;
    }

    .shopCart .quantity-nav {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
    }
    .shopCart .quantity{
        float: left;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .quantity input {
        width: 50px;
        height: 42px;
        padding: 0 0 0 10px;
        text-align: left;
    }
    .form-container input#postcode {
        width: 40%;
    }
    .form-container input#huisnummer {
        width: 50%;
    }
    img[align="right"],
    img[align="left"] {
        margin: 0 0 20px 0 !important;
        max-width: none !important;
    }
    
    
}