* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    width: 100%;
    min-height: 100%;
    height: 100%;    
    line-height: 25px;
}

a {
    /*text-decoration: none;*/
    background-color: transparent;
}

body, input, textarea, select {
    font-size: 0.85em;
    line-height: 25px;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

body {
    margin: 0;
    position: relative;
    min-height: 100%;
    -moz-min-width: 320px;
    -ms-min-width: 320px;
    -o-min-width: 320px;
    -webkit-min-width: 320px;
    min-width: 320px;
    width: 100%;
    background: #f5f5f5;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

h1, h2, h3, h4, h5, h6, .caption, .order-list-header {
    font-weight: 300;    
}

h1 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding: 10px 0 16.66667px;
}

h2 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    padding: 1em 0 1.5em 0;
}

h3, h4, h5, h6, .caption, .split-columns {
    margin: 0;
    padding: 16.66667px 0 8.33333px;
}

h3, h4, h5, h6, .caption, .order-list-header {
    font-size: 20px;
    line-height: 1.2;
}

h4, h5, h6, ul, ol {
    margin: 8.33333px 0;
    padding-left: 20px;
}

    ul ul, ul ol, ol ul, ol ol {
        margin: 0;
    }

img {
    border: 0;
}

a:focus {
    outline: thin dotted;
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=file], form select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 8.33333px 0;
    padding: 6px;
    display: block;
    background: #f7f7f7;
    border: 1px solid #dadad9;
}

    /* Remove spinner buttons from the input with type="number" */
    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;
}

form input[type=radio] {
    margin-right: 10px;
}

    a:active, a:hover {
        outline: 0;
    }

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    vertical-align: top;
    margin-left: 0;
}

button, select {
    text-transform: none;
}

::selection {
    background: #b3d4fc;
    -ms-text-shadow: none;
    text-shadow: none;
}

.hide {
    display: none;
}

.print-only {
    display: none !important;
}

.js_generate-label {
    display: none;
}
/* Authenticate  views*/
.forgot-password label {
    height: 38px;
}

.header-with-buttons h1 {
    display: inline-block;
}

.header-with-buttons a.btn {
    float: right;
    margin-top: 10px;
}

.loading {
    display: none;
    text-align: center;
}

    .order-details img.loading{
        height: 20px;
        vertical-align: top;
    }

#cookiebar {
    width: 100%;
    position: fixed;
    bottom: 0;
}

    #cookiebar #cookie-message {
        display: inline-block;
        width: calc(100% - 160px); 
        padding: 10px 20px 10px 20px;
    }

    #cookiebar .accept-cookie-container {
        padding: 15px;
        display: inline-block;
        vertical-align: top;        
    }

    #cookiebar #accept-cookie-button {
        width: 100px;
        padding: 10px 20px 10px 20px;
        vertical-align: top;
        text-align: center;
        text-decoration: underline;
        cursor: pointer;
    }

/* Positioning divs */
#outer {
    /*height: 100%;
    position: relative;
    width: 100%;*/
    background-color: #fff;
    border-top: .375rem solid #0a297d;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#header {
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 20px;
    width: 100%;
}

    #header #search-block {
        display: block;            
    }

    #header #searchterm {
        width: calc(100% - 75px);
        display: inline-block;
        vertical-align: top;
    }

    #header .searchbutton {
        padding: 2px;
        margin: 0 0 0 -5px;
        height: 34px;
        border: 0;
        width: 34px;                
        cursor: pointer;
    }

    #header #mobile-navigation {
        display: none;
        left: -4px;
        margin-top: 43px;
        position: absolute;
        z-index: 10;
        width: 0;
        text-align: left;
    }

        #header #mobile-navigation ul {
            list-style: none;
            margin: 0 0 0 10px;
            width: 95%;
            padding: 0;            
            border-radius: 2px;
        }

        #header #mobile-navigation ul li {
            position: relative;
            font-size: 14px;
            color: white;
            padding: 3px 0 3px 0;            
            margin: 0;
            min-width: 280px;
        }

            #header #mobile-navigation ul li a {
                padding: 7px 7px 7px 15px;
                display: block;
                color: #fff;
                text-decoration: none;
            }

        #header #mobile-navigation ul li.chapter-child {
            padding-left: 5px;
            position: relative;
            min-height: 27px;
            margin-bottom: 0;
            border-radius: 0;
        }           
      
        #header #mobile-navigation ul.navigation-child-list {
            display: none;
        }

        #header #mobile-navigation div.hamburger-menu-collapse {
            float: right;
            width: 50%;
            min-height: 27px;
            color: white;
            text-align: right;
            padding-right: 40px;
            line-height: 29px;
            cursor: pointer;
            padding-top: 4px;
        }

    #header .hamburger-wrapper {        
        -ms-border-radius: 2px;
        border-radius: 2px;
        display: none;
        height: 34px;            
        cursor: pointer;
        position: absolute;
        left: 6px;
        width: 43px;
        z-index: 15;
    }

    #header p.hamburger-menu-text {
        color: black;
        float: left;
        margin-left: 14px;
        font-size: 16px;
        padding-bottom: 2px;
        margin-top: 10px;
    }

    #header .hamburgermenu-button {
        -ms-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer;
        height: 18px;
        margin-left: 7px;
        margin-top: 8px;
        float: left;
        width: 24px;
    }

        #header .hamburgermenu-button div {
            background-color: white;        
            height: 4px;
            width: 30px;
            margin-bottom: 3px;
            -ms-border-radius: 2px;
            border-radius: 2px;
        }

    #header #hamburgermenu {
        height: auto !important;
    }

    #header #topmenu {
        display: inline-block;
        text-align: right;
        width: calc(100% - 370px);
        vertical-align: top;        
    }

        #header #topmenu #topnav > ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: inline;
        }

            #header #topmenu #topnav > ul > li {
                display: inline-block;
            }

            #header #topmenu #topnav > ul a {
                text-decoration: none;
                font-size: 0.85em;
            }

            #header #topmenu #topnav > ul .smalltext {
                text-decoration: none;
                font-size: 0.85em;
                font-weight: 300;
                display: block;
                float: left;
            }

    #header #logo-block {
        display: inline-block;
        width: 238px;
        white-space: nowrap;
        padding-top: 9px;
    }

        #header #logo-block .banner-link {
            text-decoration: none;
        }

        #header #logo-block .webshop-logo {
            display: inline-block;
            height: 54px;
            vertical-align: top;
            padding-top: 14px;
            margin-left: 18px;                                    
            margin-right: 20px;
        }

.responsive-label {
    display: none;
    margin: 0;
}

    #nav-top {
        height: 42px;
        line-height: 35px;
    }

        #nav-top > li > a, #nav-top > li > span {        
            font-weight: 300;
            display: block;
            float: left;
            padding: 0 28px;
            border-right: 1px solid #dce0d4;
        }

        #nav-top > li:last-child > a, #nav-top > li:last-child > span {
            border-right: 0;
            padding: 0 0 0 28px;
        }

        #nav-top > li > a.loginbtn, #nav-top > li > span.loginbtn {
            background: #f7f7f7;
            font-size: 0.85em;
        }          

    #nav-one {
        display: inline-block;
    }

        #nav-one > li {
            position: relative;
            display: inline-block;
            list-style-type: none;
        }

            #nav-one > li:first-child {
                margin-left: 0;
            }

            #nav-one > li:last-child {
                margin-right: 0;
            }

            #nav-one > li > a {
                color: #6f7279;
                margin: 0 15px;
                font-weight: 300;
                padding-bottom: 8px;
                display: block;
                position: relative;
                text-decoration: none;
            }

            #nav-one > li:first-child > a {
                margin: 0 20px 0 0;
            }

            #nav-one > li > a:hover {
                color: #303138;
            }

                #nav-one > li > a:hover:after, #nav-one > li.sfHover > a:hover:after {
                    content: '';
                    position: absolute;
                    width: 100%;
                    padding: 0 20px;
                    bottom: 0;
                    left: -20px;
                    height: 1px;                    
                }

            #nav-one > li > a.active {
                color: #303138;
            }

            #nav-one > li > a.icon-home {
                margin-top: 4px;
                padding: 0;
                text-decoration: none;
            }

                #nav-one > li > a.icon-home:hover:after {
                    bottom: -25px;
                }

        #nav-one li:hover ul {
            display: block;
        }

        #nav-one > li .text-home {
            display: none;
        }

        #nav-one > li > ul {
            background-color: #f7f7f7;
            border-right: 1px solid #DCE0D5;
            list-style-type: none;
            padding: 0;
            -moz-min-width: 240px;
            -ms-min-width: 240px;
            -o-min-width: 240px;
            -webkit-min-width: 240px;
            min-width: 240px;
        }

            #nav-one > li > ul > li {
                position: relative;
            }

                #nav-one > li > ul > li > a {
                    white-space: nowrap;
                }

                #nav-one > li > ul > li a {
                    position: relative;
                    display: block;
                    font-weight: 300;
                    border-bottom: 1px solid #DCE0D5;
                    padding: 10px 35px 10px 10px;
                    color: #888888;
                }

                    #nav-one > li > ul > li a:hover, #nav-one > li.sfHover > li a:hover {
                        background-color: #303138;
                        color: #ffffff;
                    }

        #nav-one > li.sfHover > ul > li.sfHover ul {
            display: block;
        }

    .btn.btn-mobile {
        display: none;
    }

    .mobile-only {
        display: none;
    }

    #nav-one > li > a .icon-arrow-left-blue {
        display: none;
    }

    #nav-one > li.submenu-visible > a, #nav-one > li.sfHover > a {
        color: #303138;
        font-weight: 300;
    }

        #nav-one > li.submenu-visible > a:after, #nav-one > li.sfHover > a:after {
            content: '';
            position: absolute;
            width: 100%;
            padding: 0 20px;
            bottom: 0;
            left: -20px;
            height: 1px;
            background: #303138;
        }

    #nav-one > li.submenu-visible .submenu, #nav-one > li.sfHover .submenu {
        display: block;
    }

    #nav-one .submenu {
        position: absolute;
        top: 37px;
        left: 0;
        display: none;
        z-index: 50;
    }

        #nav-one .submenu > ul {
            background-color: #f7f7f7;
            border-right: 1px solid #DCE0D5;
            border-left: 1px solid #DCE0D5;
            border-top: 1px solid #DCE0D5;
            list-style-type: none;
            padding: 0;
            -moz-min-width: 240px;
            -ms-min-width: 240px;
            -o-min-width: 240px;
            -webkit-min-width: 240px;
            min-width: 240px;
        }

        #nav-one .submenu > ul > li {
                position: relative;
            }

                #nav-one .submenu > ul > li > a {
                    white-space: nowrap;
                }

                #nav-one .submenu > ul > li a {
                    position: relative;
                    display: block;
                    font-weight: 300;
                    border-bottom: 1px solid #DCE0D5;
                    padding: 10px 35px 10px 10px;
                    color: #888888;
                }

                    #nav-one .submenu > ul > li a:hover {
                        color: #5391c2;
                    }

                #nav-one .submenu > ul > li.submenu-visible > a, #nav-one .submenu > ul > li.sfHover > a {
                    color: #5391c2;
                }

                #nav-one .submenu > ul > li.submenu-visible > ul, #nav-one .submenu > ul > li.sfHover > ul {
                    display: block;                    
                }

            #nav-one .submenu > ul ul {
                display: none;
                list-style: none;
                padding: 0;
                position: absolute;
                right: -240px;
                top: 0;
                width: 240px;
                background-color: #f7f7f7;
                z-index: 5;                ;
            }

                #nav-one .submenu > ul ul a {
                    color: #303138;
                }

#go-to-top-button {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;    
    width: 55px;
    height: 55px;
    border-radius: 5px;
    cursor: pointer;    
    font-size: 35px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 4;
    padding-left: 15px;
    padding-right: 15px;
}

    #go-to-top-button div {
        padding-top: 17px;
    }

#footer-wrapper {
    background: #02081a;
}

#footer {
    max-width: 1200px;
    color: #ffffff;
    margin: 0 auto;
    vertical-align: top;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2857;
    padding: 15px;
}

    #footer #footer-logo {
        display: inline-block;
        width: 240px;
        height: 85px;
        padding-top: 15px;
        vertical-align: top;
    }

    #footer .footer-separator {
        border-left: solid 1px #fff;
        margin-top: 3px;
        display: inline-block;
        height: 85px;
        vertical-align: top;
        width: 2px;
        margin-right: 130px;
    }

    #footer .footer-menu-1 {
        display: inline-block;
        width: 280px;        
        vertical-align: top;        
    }

    #footer .footer-menu-2 {
        display: inline-block;
        width: 300px;                
    }

    #footer .powered-by {               
        text-align: center;
        padding-right: 10px;
    }

    #footer ul {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }
       
    #footer a {
        color: #ffffff;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }

#footer-top {
    background: #fff;
    width: 100%;
}

#footer-top-logo {
    display: block;
    height: 75px;
    border: 0;
    margin: 0;
    z-index: 101;
}

    #footer-top-logo div:nth-child(1), #footer-top-logo div:nth-child(3) {
        float: left;
        height: 75px;
    }

        #footer-top-logo div:nth-child(1) div, #footer-top-logo div:nth-child(3) div {
            height: 74px;
            border-bottom: 1px solid #cacaca;
            width: 100%;
        }

    #footer-top-logo div:nth-child(2) {
        float: left;
        height: 74px;
        background: transparent url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABGAAD/7gAOQWRvYmUAZMAAAAAB/9sAhAAEAwMDAwMEAwMEBgQDBAYHBQQEBQcIBgYHBgYICggJCQkJCAoKDAwMDAwKDAwNDQwMEREREREUFBQUFBQUFBQUAQQFBQgHCA8KCg8UDg4OFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCABLAQoDAREAAhEBAxEB/8QAiwABAAIDAQEAAAAAAAAAAAAAAAQFAQIDBggBAQAAAAAAAAAAAAAAAAAAAAAQAAEDAgIEBQ4KBwgDAAAAAAEAAgMRBBIFITETFEFRIjI0YXGBkaGyM3MVJWV1pQaxwVJikqLCI0S0QnKTo7MkheGC0kNTY2Q1xFUWEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwD7+QEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBBAu7+SOV8FuIxsWiS5nndgija6tASNZNNWjQgh+UZJNWYxOHFa20kp7Yc+vaQMc0n+dmM3UbDHAPrMYe6gwYy10e1jv7baPbG2d1yH4XP0NqwSvbr+aUFll80s1t9+QZ43yQyOaKBxieW4qcFaVQSkBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBBRhokuGNfyhLmT9oDw7K3eWV6xY3tILxAQQczcMNrHre+5hwNAJJwvDjq4gCUDLDTfI+GO5lBB1jHST7SCcgICAgICAgICAgICAgICAgICAgICAgICAgICAgIKSPpUHrKb8tKgtL0XJtZRZmlzT7s8nX1MQI7aCrpdfiBmPVIdb0/ckHuINozaxzRzPiv3SQkuY2QTSNDi0trTSNTigSbtJLJMyK/bJKQ6QRiWIEhoZWhwjU0INaXf4cZiDwEut6dkSk/Ag1r7ycQ8F/teE/xfVQXqAgICAgICAgICAgICAgatJQabaH/AFG9sIMiWNxo17STwAglBsgICAgICAgICAgpI+lQespvy0qC7QEBAQEBBRSWQtJXSXjTLbyyn+bjmljkZtX8kPAcNAJAq09hBP8AJz2eAvbmPqF7ZR+9a891A2ebRc2eC4HFIx0TvpNc4fUQN9u4uk2MgHC+BzZm9rkv+og3izSwleIhMGTHVFKDFJ9F4ae4gloCAgICAgICAghZvK6HLLp7QK7MtqThAx8mpPEK1Qa2uXZc62hcbW2cTG0lzGNew1A0tdTSOIoOVzZ20N5l+7W8UUhmcS9jA04RE+oqBwoLRBCuc1sbOQxXEhY5oBccD3NGKuEFwBAJpoCDmc8y0Gj5XMpokxRvbsyTQCSreSSRoxa0AZ5ltaGRzXDnh0cjSxppRzwW8lpxDSdCDHl3LKV2j9WOmykrs6Vx0w8yg52pBk55l1SBI5zq0Y1scji8CtSwBvKAoalqAM9yx1CyVzw7wZbG8iQ1AowhvKPKFQEDy7lmvbEt4HbN9C6lcAOHn0/Q19RBvFnFhNK2Fj3bRxwEGN7Q1+nkOJADXaDoKCcgpI+lQespvy0qC7QEBAQEBBznhjuIZIJRiikaWPHGHChQR8tmkfAYJzW5tXGGYn9ItALXf3mkOQTEBBpLDFOwxzRtkjOtrwHDtFBE8lQR9ElltPmwv5HYY8OYOw1Bnc7zgzGWnVjhr3GBA3W/HNv3H9aKM/AGoG75mNV6w/rQA/A8IMGPN2Coubd4HA6F7T9ISnvUGLTMXy3Js52RibAZA+CQSsLWkNNdDS08rhHZQT0BAQEELJ/+rtPFN+BAvOm5f42T+C9BNQeazvm33j7Lvggr836P7z+MtPhaglZp07PfV7fjQafi/wCgfaQb2HTvd/xFygi5V0L3b8bP/GQG9Ej9dv716Cwt+lXnrRneBB6VBSR9Jg9ZTfl5UF2gICAgICAgr7j+Uv4bsaIbmltccQdX7px7JLOyEFggICAgICAgg5s926G3YaS3Tm2zDxbQ0cew3E7sIJUUEEDcMEbY26BRgDdXWQRswnmj3e3t3COW6lEYlNOQ0NL3EAggmjaDqoMeTnHnXty48eNre41oCDPk3/l3P7T+xBh2XSgEw31wx9OSXOa8V4KhzSg6ZbbzWtlDBOWmZgOMsrhqSTorQ0Qcrt7N/wAvZiGPaSHDXTTYv4EE9B5rO+bfePsu+CCvzfo/vP4y0+FqCVmnTs99Xt+NBp+L/oH2kG9h073f8RcoIuVdC92/Gz/xkBvRI/Xb+9egsLfpV560Z3gQelQUg0XAb8nMj9aAu+NBdoCAgICAgIOV1bsu7eS2kqGyNLajWDwEdUHSg45fcuuLcCbRdQkxXLeKRmgnrHnDqFBLQEBAQEBBXu/mc2a0GsdjGXu8dNoHaYD9JBYIOF5asvLZ9u/RiFWPGtjxpa4dUHSg52N4Z2mGcbO+hAFxF1flN42u4D8aCWgICCtyxkU8l1mIjFLmbFBKQMRiZGyMEHXQlpI6hQWSDzOdOa5t/hINJ7MGhrQhw0IIGb9H95/GWnwtQSs06dnvq9vxoNPxf9A+0g2y8g3vu+RpBguUEXKyNy92+rLcU/aoMggWcdf/AHb+9cgnMkjhmvppXBkTMzYXvOgNGBoqTwBB6Zrg4BzSC0ioI0ggoKb8V/Uv/GQXSAgICAgICAgrr1rbe8tLyPRLJILeVoJBkY8GlQNeE8rrVQWKAgICAgh5lcvtrcCIgXM72wQE0oJH6ia6NABKDra2sVpFs46uLiXySONXve7W5x4yg7oCCHf29q+PeZ5DbvgBLLppwvYOHSdBB4jUFBvl8s09lDLcCkzm1dow14jQ6qjTRBJQR74vFlcmKpkET8AGk4sJpRAsXQus7c25Bh2bQwjVQCiCQgqby1nsoLu8t7h2EF1y6Asjc04eURUtrqHGgteS9ukBzTp06QUAtaaktBJ0HRrCBgZ8kasOrg4kAMYKUaBh1aNSDAYwUo0cnm6NXWQC2MAktGEco6OHjQVVtbXd/ZMmlvJI23TBI+NjIhRsgrSpYTqNEFrHG2KNkTeaxoaK66AUQee2txuHlPD95vu2wYDTDTY/KrSmmqD0aAgICAgIKXzn6S9nIHnP0l7OQc4d78rWe8bzTDNTet1pqbzdhpr1+BBfICAgICCBnf8A1V3zPBu8Jq7Hzvk9VBDHlOgp5Sp1fJ1e6gz5z9JezkDzn6S9nII93v2CLb75s9vBXedz2PhmUxbHl6+Lh16EHokBAQeds9/2Ttlv2z2s2HY7js/Cu1bXldtBI85+kvZyCHmnlHcJ8e/YcIrtdw2esc7Bpp1kHpW80dbg1IMoCAgIMHUUHmss8obhBs9+wUNNjuGz1nm4+VTroJnnP0l7OQc+V/8AMfpY8Pzcddp9GvcQdPOfpL2cgec/SXs5A85+kvZyB5z9JezkDzn6S9nIHnP0l7OQf//Z') /*../images/footer.jpg*/ no-repeat top right;
        z-index: 101;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        width: 266px;
    }

#footer-top-line {
    display: block;
    height: 61px;
    width: 100%;
}

#footer-navigation {
    width: 100%;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

#footer-navigation ul {
    list-style-type: none;
}

#footer-navigation ul li {
    padding: 0 15px;
    display: inline-block;
    border-left: 1px solid grey;
    line-height: 14px;
}

#footer-navigation ul li:first-child {
    border-left: none;
}

.filterblock {
    display: inline-block;
    padding-right: 10px;
    width: 250px;
    position: relative; /*help absolute positioned sub elements position themselves within this block*/
    vertical-align: top;
}

.productblock {
    display: inline-block;
    width: calc(100% - 255px);
    padding-left: 10px;
    overflow: hidden; /*removes the part that would otherwise be behind/atop of */
    position: relative; /*help absolute positioned sub elements position themselves within this block*/
    vertical-align: top;
}

.table-container {
    display: table;
    border-collapse: collapse;
}

    .table-container .table-header {
        padding: 5px;
        background-color: #eceaea;
        display:table-row;
    }

    .order-list.table-container .table-header .table-column {
        white-space: pre;
    }

    .table-container .table-row {
        display: table-row;
        border-bottom: solid 1px #ddd;
        background-color: white;
    }

    .table-container .table-column {
        display: table-cell;
        padding: 5px;
    }

        .table-container .table-column.wrap {
            white-space: initial;
        }

    .table-container .column-value {
        display: inline-block;
        margin: 0;
        vertical-align: top;                      
    }

    .table-container .button-column {
        text-align: right;
    }

      .table-container .button-column .btn {
          margin-right: 5px;
      }

#header, #footer-logo-inner {
    *zoom: 1;
    margin-left: auto;
    margin-right: auto;
}

    #header:after, .breadcrumbs:after, #content:after, .split-columns .row:after {
        content: '';
        display: table;
        clear: both;
    }

div#contentLayer {
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
    z-index: 11;
}

.max980-visible {
    display: none;
}

#searchterm {
    border: 1px solid #dadad9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    padding: 0 0 0 10px;
    margin: 0;
    font-style: italic;
    background: #fff;
}

#pageContent {
    width: 100%;
    overflow-y: hidden;
}

#catalogHeader {
    margin-bottom: 10px;
}

/* CATALOG */
#catalog-menu {
    margin-bottom: 15px;
}

    #catalog-menu .catalog-icon {
        vertical-align: sub;
    }

.catalog {
    margin: 0;
    padding: 0 0 0 5px;
    list-style: none;
    line-height: 28px;
    font-weight: bold;
    min-width: 170px;
}

    ul.catalog li a {
        text-decoration: none;
        font-weight: normal;
    }

    ul.catalog li.active {
        background-image: url('../images/catalog-bullet-active.png');
        background-position: 0 7px;
        background-repeat: no-repeat;
    }

ul.catalog ul.catalog li {
    background-image: url('../images/catalog-sub-bullet.png');
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: -2px 5px;
}

    ul.catalog ul.catalog li.active {
        background-image: url('../images/catalog-sub-bullet-active.png');
        background-position: 0 7px;
        background-repeat: no-repeat;
    }

    ul.catalog ul.catalog ul.catalog a {
        color: #2191CA;
    }

    ul.catalog,
    ul.catalog ul.catalog {
        margin: 0;
        padding: 0;
    }

        ul.catalog li {
            padding-left: 21px;
        }

        ul.catalog ul.catalog ul.catalog {
            padding-left: 0;
        }

            ul.catalog ul.catalog ul.catalog li {
                background-image: none;
                padding-left: 0;
            }


#companySettings {
    width: 100%;
}

    #companySettings > div:nth-child(1) {
        float: left;
        width: calc(100% - 100px);
    }

    #companySettings > div:nth-child(2) {
        float: left;
        width: 100px;
    }

    #companySettings img, img.add-favorite, .productimage, .tabrow .tab.link, .tabrow .tab.submit {
        cursor: pointer;
    }

.logo {
    position: relative;
    width: 200px;
    height: 190px;
}

    .logo img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.leftfloat, #orderselect-container .btn-detail, #orderselect-container {
    float: left;
}

.orderselect-wrapper {
    display: inline-block;
    float:right;
    padding-top: 6px;
}

#orderselect-container .select-designed-external .select-designed {
    display: none;
}

.shopping-cart {
    vertical-align: top;
    margin-left: 15px;
}

.rightfloat, #orderselect-container {
    float: right;
    margin-bottom: 7px;
}

#orderselect-container div.select-designed {
    margin-top: 4px;
    max-width: 300px;
}

    #orderselect-container .btn, #orderselect-container .btn-detail, #orderselect-container, .btnRow .btn {
        margin-left: 5px;
    }
    
    #orderselect-container .select-designed-external {
        display: inline-block;
        border: 1px solid #d5ddec;
        padding: 4px 15px 4px 15px;
        border-radius: 4px;
    }

.panoramaimage img {
    width: 100%;
}

#filters, .cart-addlines {
    margin-bottom: 20px;
}

    #filters input, #filters div {
        display: inline-block;
    }

    #filters input {
        margin-left: 5px;
        margin-right: 25px;
    }

.tabrow .tab.active {
    background-color: #d5ddec;
}

.tabrow {
    display: block;
    border-bottom: 1px solid #d5ddec;
    margin: 20px 0 5px;
    padding: 0 4px;
}

    .tabrow .tab {
        display: inline-block;
        border: 1px solid #d5ddec;
        border-bottom: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 5px 15px;
        font-weight: bold;
    }

        .tabrow .tab.link:hover a,
        .tabrow .tab.submit:hover {
            text-decoration: underline;
        }

        .tabrow .tab.link a {
            color: #6e6e6e;
        }

.header {
    border-radius: 5px 5px 0 0;
    background: #888888;
    border: 1px solid #888888;
    color: #fff;
}

    .header h4, .header span {
        color: #fff;
        margin: 3px 0;
    }        

.promoTitle {
    overflow: hidden;
}

    .promoTitle img {
        float: left;
        margin-right: 10px;
    }

    .promoTitle span {
        float: left;
        vertical-align: top;
    }

.left-formchilds form > span, .left-formchilds form > input, .left-formchilds form > p, .left-formchilds form > div {
    float: left;
    margin-right: 10px;
}

.rightbutton {
    float: right;
    margin-left: 5px;
}

.smalltopmargin { 
    margin-top: 6px;
}
.split-columns {
    width: calc(50% - 9px);
    min-width: 425px;
    display: inline-block;
    vertical-align: top;
}

    .split-columns:nth-child(odd) {
        margin-right: 10px;
    }

    .split-columns .row.ipdf {
        height: 47.33px;
    }

.homepage {    
    margin-bottom: 20px;
}

    .homepage .content-body {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        padding-right: 20px;
        margin-bottom: 15px;
    }

    .homepage .system-pages {
        display: inline-block;
        width: 59%;
        min-width: 700px;
        vertical-align: top;       
    }

    .homepage .system-pages > div {
        border: 1px solid #e5e5e5;
        padding: 10px 20px 10px 15px;        
        min-height: 150px;
        margin-bottom: 10px;
    }
    
    .homepage .system-pages .news-header {
        margin: 0;
        font-weight: bold;        
        vertical-align: top;
    }

    .homepage .system-pages .latest-news .image-container {
        max-width: 130px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        padding-left: 2px;
        padding-top: 2px;
    }

    .homepage .system-pages .latest-news img {
        max-width: 125px;        
    }

    .homepage .system-pages .latest-news .date {
        display: block;
        margin: 0;
        font-weight: bold;
        font-size: 12px;
        vertical-align: top;
        margin-bottom: 3px;
    }

    .homepage .system-pages .latest-news a.imagelink{
        text-decoration: none;
    }

    .homepage .system-pages .latest-news .news-content {
        display: inline-block;
        width: calc(100% - 150px);
    }

    .homepage .system-pages .latest-news .read-more {
        color: #5391c2;
        text-decoration: none;
    }

    .homepage .system-pages .assortment{
        padding: 10px 15px 10px 15px;        
    }

    .homepage .system-pages .assortment .news-header {
        margin-bottom: 10px;
    }

.news-overview {
    display: block;
}

    .news-overview .date {
        text-align: center;
        padding: 5px 10px;
        background-color: #5391c2;
        color: white;
        width: 50px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .news-overview .content {
        display: inline-block;
        width: calc(100% - 70px);
        vertical-align: top;
        margin-bottom: 7px;
    }

    .news-overview .content *:first-child {
        padding-top: 0;
    }

    .news-overview .nieuwsoverzicht {
        padding-left: 0;
    }

    .news-overview .nieuwsoverzicht li{
        list-style-type: none;
    }

    .news-overview .read-more {
        margin-top: 5px;
        padding-right: 15px;
        text-align: right;
    }

.order-details button.saveline {
    margin-left: 10px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    color: #303138;
    line-height: 25px;
}

.order-details button.saveline-success {
    color: green;
}

.order-details .ordertotals {
    width: 100%;
    text-align: right;
    padding-right: 71px;
}

.order-details .to-address-container {
    width: 100%;
    text-align: right;
    padding-right: 58px;
    margin-top: 10px;
}

.order-details .product-row .icons, .favorite-details .product-row .icons {    
    position: relative;
    text-align: right;
    right: auto;
    height: 0;
}

    .order-details .product-row .icons .fa-times, .favorite-details .product-row .icons .fa-times {
        color: red;
        font-size: 18px;
    }

    .quick-insert div.label {
        display: inline-block;
    }

.order-confirm .delivery-address-info .header-label, .order-details .delivery-address-info .header-label{
    display: inline-block;
    vertical-align: top;
    min-width: 197px;
    margin-top: 0;
}

.order-confirm .delivery-address-info .address-content, .order-details .delivery-address-info .address-content {
    display: inline-block;
    vertical-align: top;
}

    .order-confirm .delivery-address-info .address-content p, .order-details .delivery-address-info .address-content p {
        margin: 0;
    }

    .order-confirm .payments .ideal-options {
        display: none;
    }

    .order-confirm .payments input[type=radio] {
        vertical-align: text-top;
    }

    .order-confirm .payments .payment-method-label {
        display: inline-block;
        vertical-align: top;
        margin-right:20px;
    }

    .order-confirm .payments .payment-method-options {
        display: inline-block;
    }

        .order-confirm .payments .payment-method-options .ideal-option-label {
            margin-right: 40px;
        }

    .order-confirm .payments .ideal-options .payment-option-label {
        width: 105px;
        display: inline-block;
        margin: 0;
    }

        .order-confirm .payments .ideal-options select {
            display: inline-block;
        }

.cart-address .delivery-options {
    margin-bottom: 6px;
}

.cart-address input.PickupOrder {
    margin-right: 0;
    vertical-align: text-top;
}

.cart-address label.pickup-option-label {
    float: none;
    width: 65px;
}

.delete-cmd {
    color: #fff;
    text-decoration: none;
}

.btn, .tab-btn, input[type=submit] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 18px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 25px;
}

.tab-btn {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #888888;
}

    .tab-btn a {
        color: #ffffff;
    }

    .tab-btn:hover {
        background: #303138;
    }

    .btn a, .tab-btn a, .detail-links a {
        text-decoration: none;
    }

.buttonrow .tab-btn:last-child {
    margin-right: 0;
}

.buttonrow .tab-btn {
    float: left;
    margin-right: 4px;
}

#inputline-wrapper {
    margin-top: 20px;
    width: 100%;
    text-align: right;    
}

    #inputline-wrapper h2 {
        margin: 0;
        padding: 0;
    }

    #inputline-wrapper .quick-insert-container {
        padding: 15px;
        width: 400px;
        text-align: left;
        float: right;
        border: 1px solid #e5e5e5;
    }

    #inputline-wrapper .quick-insert-container textarea {
        width: 100%;
        height: 150px;
    }

.icon-arrow-left-blue, .icon-search-white, .icon-catalog, .icon-home, .nav-side a:after, .breadcrumbs a:before {
    background: url('../images/icons.png') no-repeat;
}

.icon-home {
    background-position: 0 -704px;
    display: block;
    width: 16px;
    height: 14px;
}

    .icon-home:hover, .icon-home.home_hover, .icon-home.home-hover {
        background-position: 0 -677px;
    }

    .icon-home:hover, .icon-home.active {
        background-position: 0 -677px;
    }

.icon-arrow-left-blue {
    background-position: 0 -691px;
    display: block;
    content: '';
    width: 16px;
    height: 13px;
}

.icon-search-white {
    background-position: 0 -594px;
    display: inline-block;
    width: 25px;
    height: 23px;
    position: relative;
    top: 3px;
}

.icon-filter {
    vertical-align: sub;
}

.icon-catalog {
    background-position: 0 -789px;
    display: inline-block;
    width: 10px;
    height: 11px;
}

.icon-menu {
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #ffffff;
    position: relative;
}

    .icon-menu:before, .icon-menu:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: -5px;
        background: #ffffff;
    }

    .icon-menu:after {
        top: -10px;
    }

.breadcrumbs-wrapper {
    background: #fff;
    color: #57595e;
    font-size: 14px;
    min-height: 45px;
    margin-bottom: 16px;
}

.breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    max-width: 1200px;
}

.breadcrumbs-wrapper ol {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

    .breadcrumbs-wrapper ol li {
        display: inline;
    }

.breadcrumbs-wrapper a {
    position: relative;
    color: #333;
    text-decoration: none;
    padding-right: 15px;
    margin-right: 5px;
    display: inline-block;
    padding-top: 11px;
    font-weight: 400;
    line-height: 1.2857;
    font-size: 1rem;
}

    .breadcrumbs-wrapper a:hover {
        /*text-decoration: underline;*/
        color: #566fbf;
    }

    .breadcrumbs-wrapper .breadcrumb-before {
        background-image: url("../images/icons.png");
        background-position: 0 -830px;
        display: inline-block;
        width: 21px;
        height: 13px;
        vertical-align: middle;
        margin-bottom: 2px;
    }

.breadcrumbs-wrapper .col-12 {
    margin: 0;
}

#shopping-cart {
    float: right;
}

    #shopping-cart .cart-header-button *{
        cursor: pointer;
    }

    #shopping-cart #shopping-cart-popup {
        display: none;
        position: absolute;
        width: 500px;
        max-width: 100%;
        z-index: 999;
        background-color: white;
        padding: 15px;
        border: solid 1px #dcdcdc;
        margin-top: 5px;
        margin-left: -263px;
    }

    #shopping-cart .loading {
        display: none;
        text-align: center;
    }

    #shopping-cart #shopping-cart-popup #cart-orderlines {
        margin-top: 10px;
        overflow: auto;
        max-height: 315px;
    }

        #shopping-cart #shopping-cart-popup #cart-orderlines .no-orderlines {
            margin: 0;
        }

        #shopping-cart #shopping-cart-popup #cart-orderlines .cart-orderline:first-child {
            border-top: solid 1px #dcdcdc;
        }

        #shopping-cart #shopping-cart-popup #cart-orderlines .cart-orderline {
            padding: 4px 7px 4px 0;
            border-bottom: solid 1px #dcdcdc;
        }

            #shopping-cart #shopping-cart-popup #cart-orderlines .cart-orderline .orderline-body {
                display: inline-block;
                padding-left: 5px;
                max-width: 85%;
            }

            #shopping-cart #shopping-cart-popup #cart-orderlines .cart-orderline .product-image-container {
                display: inline-block;
                vertical-align: top;
            }

            #shopping-cart #shopping-cart-popup #cart-orderlines .cart-orderline .description {
                padding-top: 1px;
                margin: 0;
                display: inline-block;
            }

            #shopping-cart #shopping-cart-popup #cart-orderlines .cart-orderline .quantity {
                margin: 0;
                float: none;
            }

        #shopping-cart .shopping-cart-quantity{
            background-color: red;
            border-radius: 15px;
            position: absolute;            
            top: -5px;
            padding-left: 6px;
            padding-right: 7px;
            text-align: center;
            height: 21px;
            right: 2px;
        }
        
        #shopping-cart .shopping-cart-quantity .shopping-cart-quantity-value {
            margin: 0;
            font-size: 13px;
        }

    #shopping-cart #shopping-cart-popup span.select-designed {
        margin: 15px;
        width: calc(100% - 30px);
    }

    #shopping-cart .to-order-button {
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }

    .customerStatus {
        margin: 10px 0 20px;
    }

    .customerStatus div div {
        display: inline-block;
        margin-right: 10px;
    }

/* Brands */
.brands-container {
    width: 100%;
}

.brand-small {
    float: left;
    margin: 0 20px 20px 0;
}

    .brand-small img {
        border: 1px solid #dcdbd9;
        max-width: 100%;
        max-height: 99px;
    }

    .brand-small div {
        overflow: hidden;
        border: 1px solid #dcdbd9;
        text-align: center;
        vertical-align: middle;
    }

        .brand-small div div {
            border: 0;
            display: table-cell;
        }

    .brand-small a:hover img {
        border-color: #303138;
    }

.brands-overview .brands-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.brands-overview .brand {   
    width: 175px;        
    vertical-align: top;
    border: solid 1px #A5A5A5;
    padding: 5px;
    margin-bottom: 3px;
    margin-right: 5px;
}

    .brands-overview .brand p {
        line-height: 20px;
        margin: 0;
    }

#banner-wrapper {       
    position: relative;
}    

    .letter-container {
        padding: 0;
        display: block;
        list-style: none;
        width: 100%;
    }

.center-content {
    text-align: center;
    margin: 0 auto;
}

.login-container {
    max-width: 50%;
    margin: 0 auto;
    text-align: left;
}    

    .login-container .login-label{
        width: 120px;
        display: inline-block;
    }

    .login-container input, .login-container p {
        display: inline-block;        
    }

    .login-container .checkbox-container {
        margin-top: 7px;        
    }

    .login-container h1 {
        margin-bottom: 12px;
    }

    .login-container .btn {
        margin-top: 12px;
        margin-left: 3px;
        background-color: #0a297d !important;
    }

.letter {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px 10px 0;
    padding-top: 4px;
    width: 32px;
    height: 32px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 2px 0 #4d4d4d;
    -moz-box-shadow: 2px 2px 2px 0 #4d4d4d;
    -ms-box-shadow: 2px 2px 2px 0 #4d4d4d;
    box-shadow: 2px 2px 2px 0 #4d4d4d;
}

    .letter a {
        color: #6f7279;
        font-weight: 500;
        text-decoration: none;
    }

/* End Brands */

/* Catalog */

.catalog {
    display: table;
}

    .catalog .chapter-container{
        display: inline-block;
        vertical-align: top;
    }

    .catalog .showproducts a{       
        text-transform: inherit;
        width: 91%;
        width: calc(100% - 35px);
    }

    .catalog .showproducts {
        display: block;
        margin-bottom: 15px;
        width: 95%;
        width: calc(100% - 20px);
        cursor: pointer;
        text-align: center;
    }

    .catalog .chapter {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        border: 1px solid #dcdbd9;
        margin: 0 20px 5px 0;
        text-align: left;
    }

        .catalog .chapter:hover {
            border-color: #303138;
        }

        .catalog .chapter img, .catalog .chapter a {
            padding: 10px 15px;
        }

        .catalog .chapter a, .brand-small a {
            display: inline-block;
            max-width: 170px;
            color: #6f7279;
            font-weight: 500;
            text-decoration: none;
        }

/* End Catalog */

.user-settings .saved-message {
    color: green;
}

.user-settings .help-tool-tip {
    display: none;
    background-color: white;
    position: absolute;
    width: 315px;
    max-height: 300px;
    border: 1px solid #dcdbd9;
    border-radius: 5px;
    padding: 10px;
    margin-top: -125px;
}

.user-settings .tooltip {
    display: inline;
    position: absolute;
    margin-left: 10px;
}

.user-settings .tab-section div.row input[type=checkbox]{
    margin-top: 6px;
}

img.accept-login-help {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.order-list {
    width: 100%;    
    margin-bottom: 15px;
}

.order-list-item {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .order-list-item .order-list-header, .order-list-item .order-list-content {
        border: 1px solid #eceaea;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.order-list-header {
    background: #eceaea;
    padding: 11px 10px;
    text-align: left;
    margin: 0;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.order-list-item .order-list-content {
    float: left;
    padding: 5px;
}

.order-list-item .order-list-group {
    width: calc(100% - 220px);
    float: left;
}

.order-list-item .order-list-remark {
    float: left;
    font-size: smaller;
}

.order-list-item .order-list-btns {
    float: right;
}

    .order-list-item .order-list-btns:not(:first-child) {
        margin-right: 5px;
    }

#users-overview .button-column .btn {
    min-width: 110px;
    text-align: center;
}

#favorites-overview {
    display: block;
}

    #favorites-overview .order-list-item .order-list-column {
        float: left;
        width: calc(50% - 110px);
    }

    #favorites-overview .order-list-item .row .cell{    
        float: none;
    }

    #favorites-overview .row .label {
        max-width: 170px;
    }

    #favorites-overview .order-list-item-mbtncol .order-list-column {
        width: calc(50% - 145px);
    }

    #favorites-overview .order-list-item .order-list-group .order-list-column {
        width: 50%;
        float: left;
    }

    #favorites-overview .baselist-row.row-selected .hover-arrow-container {
        display: block;
    }

    #favorites-overview .baselist-row .hover-arrow-container {
        display: none;    
        color: #CACACA;
        width: 100%;    
        text-align: center;
        margin-top: -12px;
        height: 0;
        float: left;
    }

    #favorites-overview .baselist-row:hover {
        background-color: #f7f7f7;
        cursor: pointer;
    }

    #favorites-overview .baselist-row:hover .hover-arrow-container {
        display: block;
    }

    #favorites-overview .basefavorite-details .order-list-item {
        padding-left: 15px;
    }

        #favorites-overview .basefavorite-details .order-list-item .btn {
            display: inline;
        }

.favorite-details .product-row .field-totalgross, .favorite-details .product-row .field-discount, .favorite-details .product-row .field-totalnetto{
    margin: 0;
    display: inline;
}

.favorite-details .product-row.order-list-item {
    float: none;
}

.share-favorite-container {
    color: #868686;
}
    .share-favorite-container select {
        display: inline-block;
    }

    .share-favorite-container .share-favorite-users {
        margin-top: 20px;
    }

    .share-favorite-container .share-favorite-users .share-favorite-users-header h2{
        margin-bottom: 0;
    }

    .share-favorite-container .favorite-user-row {
        padding-top: 5px;
        border-bottom: solid 1px rgb(220, 220, 220);
        color: #868686;
        padding-bottom: 5px;
    }

    .share-favorite-container .favorite-user-row:nth-child(2) {
        border-top:none;
    }

    .share-favorite-container .user-name {
        display: inline-block;
        width: 20%;
    }

    .share-favorite-container .user-fullname {
        display: inline-block;
        width: 40%;
    }

    .share-favorite-container .user-share-dropdown {
        display: inline-block;
        width: 35%;
    }

    .share-favorite-container .save-button-container {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }

.order-list-item .order-list-btns .btn {
    display: block;
}

    .order-list-item .order-list-btns .btn:not(:last-child) {
        margin-bottom: 5px;
    }

.quantityBox, .quantityBox2 {
    width: 50px;
    text-align: center;
}

.valutaBox {
    width: 75px;
    text-align: right;
}

.checkbox-filters label {
    display: block;
}

/* Search */
#image-filter div {
    margin: 0;
}

#image-filter-body img {
    float: left;
    margin: 10px;
}

#image-filter-body #image-groupvalue {
    margin: 10px;
}

#search-criteria div#image-filter-body {
    border: 1px solid #1e549e;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#search-criteria h3 {
    margin: 0;
}

#search-criteria p {
    margin-bottom: 0;
}

#search-criteria div input {
    margin-bottom: 0;
    display: inline-block;
}

#search-filters {
    width: 100%;
    margin-bottom: 20px;
}

    #search-criteria.catalog-filters .filter-block {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        min-width: 320px;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    #search-filters .undo {
        color: red; 
        font-size: 18px;
        margin-top: -1px;
        padding-right: 7px;
    }

        #search-filters .undo:before {
            content: "\f00d";
        }

    #search-filters .filter-label {
        margin: 0;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    #search-criteria.catalog-filters .filter-label {
        width: 43%;
    }

img.pfloader {
    float: right;
    display: none;
    margin-top: -10px;
}

div.product-results {
    min-width: 310px;
}

#product-results .in-stock-image, #product-results .not-in-stock-image,
.related-products-container .in-stock-image, .related-products-container .not-in-stock-image {
    display: none;
}

.product-row {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dcdbd9;
    padding: 5px;
    margin-bottom: 5px;
}

  .product-row > div {
        display: inline-block;
        vertical-align: top;
    }

    .product-row .logistics {
        min-width: 200px;
    }

    .product-row .logistics .stockarticle{
        width: 24px;       
    }

    .product-row .description {        
        width: calc(100% - 320px);
    }
    
    .product-row input[type=checkbox] {
        vertical-align: top;
        margin: 0;
        line-height: 24px;
        height: 24px;
        width: 24px;
    }

    .product-row .order-info {
        margin-top: 27px;
    }

    .product-row .quantity-label {
        display: inline-block;        
        vertical-align: top;
        min-width: 80px;
    }

    .order-confirm .product-row .quantity-label {
        margin: 0;
    }

    .product-row .loading-img {
        height: 14px;
        width: 14px;
    }

    .product-row .order-buttons {
        vertical-align: top;
        margin-top: -8px;
    }

    .product-row .order-amount-container {
        display: inline-block;
    }

    .product-row .field-priceunit {
        display: inline-block;
    }

    .product-row .gross-price, .product-row .netprice, .product-row .discount, .product-row .disposal-fee {
        display: inline-block;
        min-width: 80px;
        margin: 0;       
    }

    .product-row .gross-price-value, .product-row .netprice-value, .product-row .total-netprice-value {
        display: inline-block;
        margin: 0;
    }

    .product-row .field-discount, .product-row .field-totalnetto, .product-row .field-totalgross
    {
        margin: 0;
        display: inline-block;    
    }     

    .product-row .quantityBox {
        padding: 0;
        text-align: center;
        min-height: 27px;
        display: inline-block;
    }

    .product-row .addline {
        margin-top: 14px;
        vertical-align: top;
    }

    .product-row .icons {
        text-align: right;
        position: absolute;
        right: 10px;
    }

        .product-row .icons .alternative-product {
            text-decoration: none;
        }

/*.backorder-details .product-row > div {
        display: block;
        vertical-align: top;
    }*/

div.product-image {
    display: inline-block;
    width: 88px;
}

    div.product-image a {        
        width: 100%;
        text-align: center;
    }
  
.row-caption {
    font-weight: bold;
    margin: 0;
}

.buttonrow {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*overrides for ui tabs*/
#searchresult-tabs .ui-widget-header {
    background: none;
    border: 0;
}

#searchresult-tabs.ui-widget-content {
    border: 0;
}

#searchresult-tabs .ui-state-default {
    border: 1px solid #d5ddec;
    background: none;
}

#searchresult-tabs .ui-state-active {
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
}

#searchresult-tabs .ui-state-default:hover {
    border: 1px solid #f7f7f7;
    background: #f7f7f7;    
}

#searchresult-tabs > ul.buttonrow > li > a:focus {
    outline: 0; /* no chrome focus blueish outline */    
}
/*end overrides*/

#searchresult-tabs ul.buttonrow {
    /* explicit 0-margin and 0-padding to give the ul a proper default style (js tabs will overwrite styling, but this prevents "jumping around" whilst js is still running) */
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

#btnSearchFilterOpen, #btnSearchFilterClose {
    display: none;
    margin: 0 0 15px 0;
}

#show-catalog-button, #hide-catalog-button {
    display: none;
    margin: 0 0 15px 0;
}

#search-filters .filterMinimized div,
.filterMinimized div,
.filterMinimized h3,
.filterMinimized ul,
#filter-expand-container.filterMinimized,
.extraFeatureMinized div.extraFeature,
#search-criteria.extraFeatureMinized .filter-block.extraFeature,
#search-criteria.catalog-filters.filterMinimized .filter-block {
    display: none;
}

#search-filters .filterMinimized #btnSearchFilterOpen, .filterMinimized #show-catalog-button {
    display: inherit;
}

#search-criteria > div {
    margin-bottom: 10px;
}

    #search-criteria > div > div.range-fixed {
        height: 26px;
        line-height: 26px;
        position: relative;
    }

#search-criteria a.undo {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 4px;
    color: red;
    text-decoration: none;
}

    #search-criteria a.undo:hover {
        top: 2px;
    }

#image-filter-body a.undo {
    float: right;
    margin: 0;
    position: relative;
}

.criterias div#sortresultswrapper {
    width: auto;
    float: right;
}

    #sortresults p {
        margin: 0;
        width: 85px;
        display: inline-block;
        vertical-align: top;
    }

    #sortresults span.sortDescending {
        margin: 0 0 0 10px;
        width: 15px;
        height: 26px;
        line-height: 26px;        
        cursor: pointer;
        display: inline-block;
    }    

div.select-designed {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 26px;
}

.catalog-filters div.select-designed {
    width: 55%;
}

select.select-designed {
    position: relative;
    width: 100%;
    height: 26px !important;
    line-height: 26px;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
}

/* dynamically created SPAN, placed below the SELECT */
span.select-designed {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #888;
    border-radius: 4px;
    /*float: left;*/
    width: 100%;
    height: 26px;
    line-height: 24px;
    text-indent: 10px;
    overflow: hidden;
}

    span.select-designed.select {
        background-image: url('../images/expand.png') /*../images/expand.png*/;
        background-position: right 6px center;
        background-repeat: no-repeat;
    }

        span.select-designed.select.hover,
        span.select-designed.select.active {
            background-image: url('../images/expand_hover.png') /*../images/expand_red.png*/;
            border-color: #303138;
        }

input[type=text].input-designed,
input[type=number].input-designed,
input[type=password].input-designed {
    border: 1px solid #1e549e;
}

a.undo:focus,
a.undo:hover {
    font-size: 1.3rem;
}

.highlight, .resultnrs span:first-child {
    color: #303138;
}

/* End Search */

/* Side navbar */
.placeholder {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.placeholderleft, .placeholderright {
    display: inline-block;
    vertical-align: top;
}

.placeholderleft {
    width: 280px;
}

.placeholderright {
    width: calc(100% - 285px);
}

.nav-side {
    margin: 0 35px 0 0;
    padding: 0;
    list-style: none;
}

    .nav-side a {
        position: relative;
        display: block;
        text-decoration: none;
        background-color: #f7f7f7;
        color: #6f7279;
        font-weight: 300;
        border-bottom: 1px solid #dce0d5;
        padding: 10px 50px 10px 10px;
    }

        .nav-side a:after {
            background-position: 0 -732px;
            content: '';
            position: absolute;
            display: block;
            right: 24px;
            top: 17px;
            width: 16px;
            height: 13px;
        }

        .nav-side a:hover {
            background-color: #edecec;
            color: #303138;
        }

            .nav-side a:hover:after {
                background-position: 0 -745px;
            }

        .nav-side a.active {
            background-color: #303138;
            color: #ffffff;
        }

            .nav-side a.active:after {
                background-position: 0 -817px;
                right: 14px;
            }

    .nav-side ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-side ul li a {
            background: #e1e8f0;
            padding-left: 30px;
            color: #303138;
        }

            .nav-side ul li a.active, .nav-side ul li a:hover, .nav-side ul li a:focus {
                background: #e1e8f0;
                color: #888888;
                text-decoration: underline;
            }

                .nav-side ul li a.active:after, .nav-side ul li a:hover:after, .nav-side ul li a:focus:after {
                    background: none;
                }

            .nav-side ul li a:after {
                background: none;
            }

/* End side navbar */

#content-wrapper {
    background: #ffffff;    
    min-height: 400px;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    flex: 1;
}

#content {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 15px;
}


#compare-container {
    display: block;
    position: fixed;
    bottom: 0;
    left: calc(50% - 170px);
    width: 340px;
    background-color: transparent;
    z-index: 5;
}

#compare-container-wrapper {
    display: none;
    z-index: 500;
    background-color: white;
    box-shadow: 0 0 8px 3px rgba(0,0,0,.20);
    border-radius: 5px;
}

    #compare-container-wrapper .items, #compare-container-wrapper .productmenu-body {
        background-color: white;
        border-left: 1px solid #a6c9e2;
        border-right: 1px solid #a6c9e2;
        min-height: 47px;
    }

    #compare-container-wrapper #productmenu-loading {
        display: none;
        text-align: center;
    }

    #compare-container-wrapper .items a {
        position: relative;
        display: inline-block;
        margin: 5px 0 5px 10px;
        width: 100px;
        height: 100px;
    }

        #compare-container-wrapper .items a div:first-of-type {
            position: relative;
            width: 100px;
            height: 100px;
        }

        #compare-container-wrapper .items a img {
            vertical-align: middle;
            text-align: center;
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    #compare-container-wrapper .js-collapse, #compare-container-wrapper .js-expand {
        float: right;
        margin: 2px 10px;
        display: inline-block;
        width: 16px;
        height: 16px;
    }

        #compare-container-wrapper .js-collapse:hover, #compare-container-wrapper .js-expand:hover {
            cursor: pointer;
        }

    #compare-container .header {
        border-radius: 5px 5px 0 0;                
        cursor: pointer;
    }

        #compare-container .header h4 {
            margin: 0 5px 3px 5px;
            padding-left: 20px;
            padding-top: 10px;
        }

    #compare-container #choose-favorite {
        display: none;
        padding-left: 10px;
    }

        #compare-container #choose-favorite .choose-favorite-dropdown {
            display: inline-block;
            width: 170px;
            height: 35px;
            vertical-align: top;
            margin-left: -3px;
        }

        #compare-container #choose-favorite .cancel-add-to-favorite {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        #compare-container #choose-favorite .new-favorite-container {
            display: none;
        }

        #compare-container #choose-favorite #new-favorite-description {
            display: inline-block;
            width: 267px;
        }

.sort-by-container {
    margin-top: 15px;
}

.sort-by-container > * {
    display: inline-block;
}

.productmenu-buttons {
    text-align: center;
    padding-bottom: 5px;
}

    .productmenu-buttons a.btn {
        /*padding: 9px 10px 7px !important;*/
        margin-right: 10px;
    }

.deleteComparing {
    position: absolute;
    top: 2px;
    left: 87px;
    color: red;
}

    .deleteComparing:hover {
        font-size: 1.3rem;
    }

.comparetable .ordercode {
    font-weight: bold;
}

.comparetable a.undo {
    display: inline-block;
    text-decoration: none;
    color: red;
    cursor: pointer;
    vertical-align: top;
}

.comparetable .diff td:nth-child(n+2) {
    color: orange;
}

.comparetable td:nth-child(1) {
    padding-right: 25px;
}

.comparetable td:nth-child(n+2) {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    min-width: 119px;
}

.columns1 td:nth-child(n+2), .columns2 td:nth-child(n+2) {
    padding-left: 25px;
}

.columns3 td:nth-child(n+2), .columns4 td:nth-child(n+2), .columns5 td:nth-child(n+2), .columns6 td:nth-child(n+2) {
    padding-left: 5px;
}

.comparetable {
    width: 100%;
}

    .comparetable td {
        vertical-align: top;
        border-right: 2px solid #dcdbd9;
        width: 25%;
    }

.promotion-info {
    width: 100%;
    max-width: 800px;
}

.detail-info {
    min-width: 315px;
    width: 50%;
    float: left;
}

.detail-info-section, .promotion-info-section {
    float: left;
    width: 100%;
    min-width: 300px;
}

.detail-info-section {
    margin-right: 10px;
}

    .detail-info-section div.addproduct {
        display: inline-block;
    }

    .detail-info-section #orderselect-container {
        margin-left: 0;
    }

    .detail-info-section #orderselect-container div.select-designed {
        margin-top: 0;
    }

    .detail-info-section .field-priceunit {
        margin: 0;
    }

    .detail-info-section .minwidth input, .promotion-info-section .minwidth input {
        float: left;
        margin: 0 5px 5px 0;
        padding: 0;
    }

.detail-image, .detail-specs {
    float: right;
    width: 50%;
}

    .detail-image > img {
        border: 1px solid #dcdbd9;
    }

    .detail-image a img {
        border: 0;
    }

    .detail-image a {
        vertical-align: bottom;
    }

.detail-specs {
    clear: right;    
}

.detail-related {
    width: 100%;
    float: left;
}

    .detail-related .product-row {
        overflow: hidden;
    }

.related-products-container .product-row .icons {
    position: inherit;   
}

.related-products-container .product-row .order-info {
    margin-top: 0;
} 

.row, .password-row {
    width: 100%;
}

.cell, .cell input {
    display: inline-block;
}

    .cell img {
        vertical-align: middle;
    }

    .cell:nth-child(n+1) {
        padding-right: 10px;
    }

    .cell input {
        margin-left: 10px;
    }

.detail-info .row .cell, .promotion-info .row .cell {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

    .detail-info .row .cell:nth-child(1), .promotion-info .row .cell:nth-child(1) {
        width: 200px;
    }

    .detail-info .row .cell:nth-child(2), .promotion-info .row .cell:nth-child(2) {
        width: calc(100% - 200px);
    }

.detail-info-section #orderselect-container, .promotion-info-section #orderselect-container {
    float: left;
}

.promotion-info .row .cell, .detail-specs .row .cell, .order-list-item .row .cell {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .promotion-info .row .cell p, .detail-info .row .cell p {
        vertical-align: top;
        display: inline-block;
    }

.tab-section div.row, .tab-section div.password-row {
    overflow: hidden;
}

    .clearfloat, .tab-section div.row:after, .tab-section div.password-row:after {
        clear: both;
    }

    .tab-section label, .tab-section input, .tab-section div.password-row > div, .tab-section div.radiorow > div, .split-columns label {
        display: inline-block;
        float: left;
    }

.tab-section .radiorow input {
    margin-top: 0;
    min-height: 39px;
    vertical-align: middle;
    float: none;
}


div.tab-section {
    overflow: hidden;
    margin-bottom: 10px;
}

.tab-section p {
    margin: 0;
}

.tab-section label, .split-columns label {
    width: 200px;
}

.tab-section div.row input[type=text], .tab-section div.row input[type=number], .tab-section div.row span, .split-columns div.row span {
    width: calc(100% - 215px);
    display:inline-block;
    min-width: 290px;
    max-width: 500px;
    text-align: left;
}

.tab-section div.password-row input {
    width: calc(100% - 15px);
    min-width: 290px;
    max-width: 500px;
}

.tab-section div.password-row > div {
    width: calc(100% - 200px);
    min-width: 305px;
    max-width: 515px;
}

.tab-section div.row input[type=checkbox], .tab-section div.row input[type=radio] {
    margin-left: 0;
    width: 13px;
    min-width: 13px;
}

.tab-section div.row input[type=radio] {
    float: none;
}

.criterias div {
    display: block;
    width: 100%;
}

    .criterias div label, .criterias div input, .criterias div select {
        display: inline-block;
    }

    .criterias div label {
        min-width: 200px;
    }

.criterias .termRow {
    width: 100%;
}

    .criterias .termRow input {
        margin-right: 10px;
    }

.criterias input[type=submit] {
    display: block;
    clear: left;
    float: left;
    margin-bottom: 10px;
}

button.addline, div.addproduct {
    background: url('../images/in-winkelwagen.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    border: none;
    cursor: pointer;
    padding: 0;
}

    button.addline.addline-success, div.addproduct.addproduct-success {
        background: url('../images/toegevoegd.png');
        background-repeat: no-repeat;
    }

div.btn-detail {
    background: url('../images/winkelwagen.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    border: none;
    cursor: pointer;
    padding: 0;
}


.red {
    color: #FF0000;
}

.green {
    color: green;    
}
/**********************/
.navigationchild {
    cursor: pointer;
    float: left;
    border: 1px solid #EEEEEE;
    width: 450px;
    height: 120px;
    margin: 20px;
}

    .navigationchild .thumb {
        float: left;
        width: 100px;
        height: 100px;
        margin: 10px;
        text-align: center;
    }

    .navigationchild .title h2 {
        margin-top: 2px;
        font-size: 10pt;
    }

.boMessage {
    color: red;
    font-size: smaller;
}

.textbox {
    height: 15px;
    font-size: 12px;
    width: 200px;
}

.dialog {
    display: none;
    text-align: center;
}

/* Pagination */
div.paging ul {
    display: block;
}

div.paging li {
    padding: 0 5px 5px 5px;
    display: inline;
    list-style: none;
}

#newFavorite_wrapper {
    padding-top: 10px;
}

.center {
    text-align: center;
}

.message {
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border: none;                     
}

    table th {
        background-color: #eceaea;
        border: none;
        font-weight: normal;
        padding: 5px;
    }

    table td {
        border-left: none;
        border-right: none;
        text-align: left;
        padding: 5px;
    }

.bold {
    font-weight: bold;
}

.rightalign {
    text-align: right;
}


div.contact-block {    
    text-align: right;
    display: inline-block;
    float: right;
}

div.contact-block a {
    text-decoration: none;
    font-weight: normal;
    padding-right: 0;
    padding-top: 0;
}

div.contact-block label {
    color: #5391c2;
}
.orders-overview .order-list-item .row {
    display: block;
}

.orders-overview .order-list-item .row .label {
    display: inline-block;
    width: 48%;
    max-width: 165px;
    vertical-align: top;
}

.orders-overview .order-list-item .row .value {
    display: inline-block;
    width: 50%;
}

.orders-overview .order-filters > div {
    margin-right: 10px;
}

/*

.orders-overview .order-filters .order-dates-filter > div {
    display: inline-block;
}

.orders-overview .order-filters input, .orders-overview .order-filters select {
    display: inline-block    
}*/

.orders-overview .order-filters select {
    height: 39px;
}

.backorder-details #order-info .row .label {
    min-width: 250px;
    display: inline-block;
    vertical-align: top;
}

.backorder-details #order-info .row .value {
    display: inline-block;
    width: calc(100% - 265px);
    vertical-align: top;
}

.backorder-details .product-row .description {
    width: calc(100% - 540px);
}

    .backorder-details .product-row .column-1, .backorder-details .product-row .column-2 {
        display: inline-block;
        vertical-align: top;        
    }

    .backorder-details .product-row .column-1 {
        padding-right: 20px;
        min-width: 190px;
    }

    .backorder-details .product-row .column-2 {
        padding-right: 10px;
        min-width: 150px;
    }

    .backorder-details .product-row .logistics .logistics-label {
        display: inline-block;
        vertical-align: top;
        min-width: 175px;
    }

    .backorder-details .product-row .logistics .column-2 .logistics-label {
        min-width: 90px;
    }

    .backorder-details .product-row .logistics .logistics-value {
        display: inline-block;
        vertical-align: top;
    }


.open-orderlink-container {
    display: none;
    float: right;
}

    .open-orderlink-container a {
        text-decoration: underline;
        cursor: pointer;
    }

.product-details {
    border: none;
    padding: 0;
}

    .product-details .btn-detail {
        display: none;
    }

    .product-details .open-orderlink-container {
        display: block;
    }

    .product-details .select-designed {
        margin-right: 5px;
    }

.field-validation-error, .error-note {
    margin-top: 0;
    color: #e72936;
}

.validation-summary-errors > ul {
    list-style: none;
    color: #e72936;
    padding-left: 0;
}

.hasDatepicker, .tab-section div.row input[type=text].hasDatepicker {
    min-width: 150px;
    max-width: 150px;
}

/* Used for printing web pages */
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }

    .print-only {
        display: inline-block !important;
    }
}

@media(max-width: 1220px) {    
    #header{        
        padding: 0 20px;
    }

    #header #logo-block .webshop-logo {
        margin-left: 0;
    }

    h4, h5, h6, #header ul, #header ol {
        margin: 8.33333px 0;
        padding-left: 0;
    }

    #content {
        padding-right: 10px;
    }

    .homepage .content-body {
        width: 100%;
    }

    div.contact-block {
        padding-right: 20px;
    }
}

@media(max-width: 1100px) {
    #header #searchterm {
        width: 500px;        
    }
}

@media screen and (max-width: 1139px) {
    #footer-top-logo div:nth-child(1) {
        width: calc(100% - 288px);
    }

    #footer-top-logo div:nth-child(3) {
        width: 20px;
    }

    .order-list-item-mbtncol .order-list-column {
        width: 100%;
    }

    .order-list-item-mbtncol .order-list-btns .btn {
        display: inline-block;
    }
}

@media(max-width:1024px) {
    #footer .footer-separator {
        margin-right: 50px;
    }
}

@media(max-width: 980px) {
    #search-criteria.catalog-filters .filter-block, #search-criteria.catalog-filters .filter-label, .catalog-filters div.select-designed {
        width: 100%;
    }
}

@media screen and (max-width: 959px) {
    #header #searchterm {
        width: calc(100% - 35px);      
    }

    #nav-top {        
        line-height: 27px;
    }

    #nav-one .submenu {        
        top: 42px;
    }    

    #favorites-overview .order-list-item .order-list-column {
        display: block;
        float: none;
        width: auto;
    }
    .order-list-item .order-list-btns .btn {
        display: inline-block;
        margin: 10px 7px 10px 0;
    }

    .detail-info {
        width: 100%;
    }

    .detail-image {
        float: none;
        width: 100%;
    }

    .detail-specs {
        width: 100%;        
    }

    #footer #footer-logo, #footer .footer-menu-1, #footer .footer-menu-2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    #footer .footer-separator {
        display: none;
    }
}

@media (max-width: 850px) {
    .orders-overview .table-header .desktop-label {
        display: none;
    }
    .orders-overview .table-header .responsive-label {
        display: inline;
    }
}

@media (max-width: 800px) {
    #header #topmenu {
        display: block;
        width: 100%;
    }

    #header #topmenu #topnav{
        display: none;
    }

    #header #search-block {        
        width: 100%;        
    }

    #header #searchterm {
        width: calc(100% - 62px);
    }

    #header .hamburger-wrapper {
        display: block;
        margin-top: 6px;
    }

    #nav-one {
        display: none;
    }

    .breadcrumbs-wrapper {
        display: none;
    }

    #content-wrapper {
        padding-top: 36px;
    }

    div.contact-block {
        margin-top: 0;        
    }

    .clear800 {
        clear: both;
    }

    .filterblock {
        display: block;
        width: initial;
    }

    .productblock {
        width: 100%;
        padding-left: 0;
        padding-right: 10px;
    }

    .backorder-details .product-row .description {
        width: calc(100% - 95px);
        margin-bottom: 10px;
    }

    .backorder-details .product-row .logistics {
        display: block;
    }

    #compare-container {
        display: none;
    }

        #compare-container .compare-button {
            display: none;
        }

        #compare-container.logged-in {
            display: block;
        }

    input[type=checkbox].compare-product {
        display: none;
    }

    input[type=checkbox].compare-product.logged-in {
        display: inline-block;
    }

    #favorites-overview .responsive-label {
        display: inline-block;
        min-width: 120px;
    }

    #favorites-overview .column-value {
        width: calc(100% - 120px);
    }

    #favorites-overview .table-header {
        display: none;
    }

    #favorites-overview .table-column {
        display: block;
        padding: 0;
        padding-bottom: 5px;
    }

    #favorites-overview .button-column {
        text-align: left;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #header #logo-block .webshop-logo {
        margin-bottom: 26px;
        margin-left: -17px;
    }
}

@media(max-width: 767px) {
    .orders-overview .responsive-label {
        display: inline-block;
        min-width: 140px;
        max-width: 140px;
        white-space: normal;
    }

    .orders-overview .column-value {
        width: calc(100% - 140px);
    }

    .orders-overview .table-header {
        display: none;
    }

    .orders-overview .table-column {
        display: block;
        padding: 0;
        padding-bottom: 5px;
    }

    .orders-overview .button-column {
        text-align: left;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 750px) {
    .homepage .system-pages {
        width: 100%;
        min-width: 100%;
    }
    
    .user-settings .tooltip {
        display: none;
    }
}

@media screen and (max-width: 699px) {

    #companySettings > div:nth-child(1), #companySettings > div:nth-child(2) {
        float: none;
        width: 100%;
    }

    #orderselect-container {
        float: left;
    }

        #orderselect-container .select-designed {
            margin-bottom: 5px;
        }

        #orderselect-container.leftfloat .select-designed {
            float: left;
        }

    .criterias div input, .criterias div label, .criterias div select {
        display: block;
    }

    .rightbutton {
        clear: left;
        float: left;
    }

    .placeholderleft, .placeholderright {
        display: block;
        width: 100%;
    }

    .placeholderleft {
        margin-bottom: 20px;
    }

    div.product-row div.product-data-left, div.product-row div.product-data-right, div.product-row div.product-data-left50, div.product-row div.product-data-right50 {
        float: none;
        margin-left: 0;
        padding-left: 0;
        width: auto;
    }

    .split-columns {
        width: 100%;
        min-width: auto;
        display: inline-block;
        vertical-align: top;
    }

        .split-columns:nth-child(odd) {
            margin: 0;
        }

        .split-columns span {
            width: auto;
            white-space: nowrap;
        }
    
    .orders-overview .order-list-group {
        width: 100%;
    }

    .orders-overview .order-list-item .row {
        display: block;
    }
            
    .orders-overview .order-list-item .row .label {
        display: block;
        float: none;
        font-weight: bold;
        width: 100%;
    }

    .orders-overview .order-list-item .row .value {
        width: 100%;
    }

    #users-overview .responsive-label {
        display: inline-block;
        min-width: 100px;
    }

    #users-overview .table-header {
        display: none;
    }

    #users-overview .table-column {
        display: block;
        padding: 0;
        padding-bottom: 5px;
    }

    #users-overview .button-column {
        text-align: left;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .deliveryaddress-overview .responsive-label {
        display: inline-block;
        min-width: 100px;
    }

    .deliveryaddress-overview .column-value {
        width: calc(100% - 120px);
    }

    .deliveryaddress-overview .table-header {
        display: none;
    }

    .deliveryaddress-overview .table-column {
        display: block;
        padding: 0;
        padding-bottom: 5px;
    }

    .deliveryaddress-overview .button-column {
        text-align: left;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 599px) {
    #cookiebar #cookie-message {
        width: 100%;
        padding-left: 15px;
    }

    #cookiebar .accept-cookie-container {
        padding-top: 0;
        width: 100%;
    }

    #cookiebar #accept-cookie-button {
        width: 100%;        
    }

    .order-list-item-mbtncol .order-list-btns .btn {
        display: block;
    }

    #footer .powered-by {
        margin-top: 30px;
        text-align: center;
    } 

    #footer-navigation ul {
        padding: 0;
    }

    .product-row .description {
        width: calc(100% - 95px)   
    }

    .product-row {
        min-height: 90px;
    }

        .product-row .icons {
            text-align: left;
            margin-top: 10px;
            position: relative;
            right: 0;
        }

        .product-row .order-info {
            margin-top: 0;
        }

    .product-row .logistics {
        display: block;
    }

    .order-details .product-row .icons.delete-unknown-line, .favorite-details .product-row .icons.delete-unknown-line {
        margin-top: -50px;
    }

    .order-details .product-row .icons {
        padding-right: 20px;
    }

    .order-details .details-message {
        display: none;
    }

    .order-details .to-address-container {
        padding-right: 15px;
    }

    .order-details .ordertotals {
        padding-right: 15px;
    }

    .product-details .detail-info .field-label, .product-details .detail-specs .field-label {
        display: block;
        font-weight: bold;
        float: none;
        width: 100% !important;
    }

    .product-details .detail-info .field-value, .product-details .detail-specs .field-value {
        display: block;        
        float: none;
        width: 100% !important;
        margin-bottom: 5px;        
    }    

    #go-to-top-button {   
        bottom: 60px;       
    }
}

@media(max-width: 550px) {
    #shopping-cart #shopping-cart-popup {
        margin-left: 0;
        left: 0;
        width: 100%;
        padding-left: 7px;
        padding-right: 5px;
    }

    #shopping-cart #shopping-cart-popup #cart-orderlines .cart-orderline .orderline-body {
        max-width: 80%;
    }
}

@media screen and (max-width: 479px) {    
    #header #logo-block {    
       width: 100%;     
    }  

    .btn {
        padding: 5px 15px !important;
    }

    .btn-mobile {
        padding: 4px 12px !important;
    }

    .homepage .system-pages .latest-news .image-container {
        display: none;
    }

    .homepage .system-pages .latest-news .news-content {
        width: 100%;        
    }

    .detail-info, .detail-info-section, .promotion-info, .promotion-info-section {
        margin-left: 0;
        margin-right: 0;
    }

        .detail-info .row .cell:nth-child(1), .detail-info .row .cell:nth-child(2), .promotion-info .row .cell:nth-child(1), .promotion-info .row .cell:nth-child(2) {
            width: 50%;
        }

    div.product-row-main p.left, div.product-row-main p.left25, div.detail-related p.left, div.detail-related p.left25 {
        float: none;
    }

    div.product-row div.product-data-right {
        display: block;
    }

    div.product-row div.product-data-right .product-data-row {
        display: block;
    }

    div.product-row div.product-data-right .product-data-cell {
        display: block;
    }

    .product-row div.product-data-right div.orderline {
        width: auto;
        clear: none;
    }

    div.product-row div.product-data-right .keep-left-float .product-data-cell {
        float: left;
    }

    div.product-row-main p.left25, div.detail-related p.left25 {
        margin-left: 0;
    }

    div.product-row-main .orderline p.left, div.product-row-main .orderline p.leftPriceUnit {
        min-width: 0;
    }

    div.product-row-main .orderline p.left, div.product-row-main .orderline p.left25, div.detail-related .orderline p.left, div.detail-related .orderline p.left25{
        float: left;
    }

    #product-results div.orderline p.left, div.product-row-main .orderline p.left, div.detail-related .orderline p.left {
        min-width: initial;
    }

    #product-results div.orderline input {
        margin: 0 5px 0 0;
        padding: 0;
    }

    #product-results div.orderline button {
        margin: 0 0 0 10px;
        float: left;
    }

    div.product-row-main p.right, div.detail-related p.right {
        float: none;
    }

    div.product-row-main p.search-row, div.detail-related p.search-row {
        float: none;
    }

    div.product-row-main a.alternative-product, div.product-row img.add-favorite {
        display: none;
    }

    .tab-section div.row input[type=text], .tab-section div.row input[type=number]  {
        margin-right: 0;
    }

    #filters input, #filters div {
        display: block;
    }

    .quick-insert .quick-insert-ordercode {
        display: block;
    }

    .quick-insert .quick-insert-quantity {
        display: block;
    }

    .quick-insert .row {
        margin-bottom: 20px;
    }

    .quick-insert div.label {
        min-width: 100px;
    }

    .backorder-details #order-info .row .label {
        min-width: 180px;
    }

    .backorder-details .product-row .logistics .column-1, .backorder-details .product-row .logistics .column-2 {
        display: block;
        padding-right: 0;
    }

    .backorder-details .product-row .logistics .logistics-label {
        min-width: 175px !important;
    }

    #favorites-overview .order-list-item .row .cell{    
        float: left;
    }

    #inputline-wrapper .quick-insert-container {
        width: 100%;
    }
}

@media (max-width: 400px) {
    #header #logo-block .webshop-logo {
        width: 120px;
    }

    .backorder-details #order-info .row .label {
        display: block;
        font-weight: bold;
        width: 100%;
    }

    .backorder-details #order-info .row .value {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        min-height: 10px;
    }

    #search-criteria.catalog-filters .filter-block {
        min-width: initial;
    }

    .share-favorite-container .share-favorite-users-header .responsive-hidden {
        display: none;
    }

    .share-favorite-container .user-name {        
        width: 30%;
    }

    .share-favorite-container .user-fullname {        
        width: 65%;
    }

    .share-favorite-container .user-share-dropdown {
        display: block;
        width: 100%;
        padding-left: 30%;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 370px) {
    #orderselect-container.leftfloat .addproduct, #orderselect-container.leftfloat .btn-detail {
        clear: left;
        float: right;
    }
}

@media (max-width: 360px) {
    #header #logo-block .webshop-logo {
        width: 120px;
        margin-right: 5px;
    }

    #footer {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    #footer .powered-by {
        display: block;
        padding-right: 0;
    }

    .product-row .description {
        width: 100%;
        display: block;
    }

    #content {
        padding-left: 10px;
        padding-right: 10px;
    }
       
    .backorder-details .product-row .logistics .logistics-label {
        font-weight: bold;
        display: block;
    }

    #compare-container {
        width: 100%;
        left: initial;
    }
}

@media (max-width: 359px) {
    .login-container .login-label {
        display: block;
    }

    .contact-block-before-login {
        display: none;
    }

    #page-banner #banner-text {
        left: 0; /* fallback for older browsers */
        left: 0;
    }

    #favorites-overview .responsive-label {
        display: block;
        width: 100%;
        font-weight: bold;
    }

    #favorites-overview .column-value {
        width: 100%;
        display: block;
    }

    .orders-overview .responsive-label {
        display: block;
        width: 100%;
        font-weight: bold;
    }

    .orders-overview .column-value {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 1030px) {
    .criterias div {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 1180px) {
    #nav-one > li > a {
        margin: 0 25px;
    }
}

@media screen and (min-width: 1140px) {
    #footer-top-logo div:nth-child(1) {
        width: calc(50% - -294px); /*MsBuild Yui.Compressor makes from calc(50% + 294px); calc(50%+294px); with doesn't work'*/
    }

    #footer-top-logo div:nth-child(3) {
        width: calc(50% - 560px);
    }
}

.hide {
    display: none;
}

.flex-align-right {
    display: flex;
    justify-content: flex-end;   
}

.flex-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.flex-parent {
    display: flex;
    flex-wrap: wrap;
}

.flex-column-layout {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex {
    display: flex;
}

.flex-one {
    flex: 1;
}

.flex-two {
    flex: 2;
}

.label-wrap-text {
    white-space: pre;
}

.flex-stretch {
    flex: 1;
    padding-right: 20px;
}

.user-settings .flex-stretch input {
    width: 100%;
}


.page-message {
    border: 1px solid #0a297d;
    background-color: #B9DEFC;
    padding: 10px;
    margin-bottom: 20px;
}

.strike-through {
    text-decoration: line-through;
}

.login-bar {
    width: 50%;
}

.fullwidth {
    width: 100%;
}

.text-align-right {
    text-align: right;
}

.search-debitor {
    float: left;
    padding-top: 6px;
    padding-right: 20px;
}

.search-debitor-input {
    display: flex !important;
    flex: 2;
}

.search-debitor-button {
    height: 35px !important;
    margin-left: 10px;
    margin-top: 2px;
}

.new-debitor-button {
    width: 171px;
}

.message-error, .message-error a {
    color: #EB0000 !important;
}

.shadow {
    /*-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2) !important;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2) !important;*/
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1224px) {
    .container {
        max-width: 1224px;
    }
}

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

footer .logo-image {
    width: 109px;
    height: auto;
}

@media (min-width: 768px) {
    footer .logo-image {
        width: 182px;
        height: auto;
    }
}

.footer-spacing {
    padding-right: 1.5rem !important;
}

.footer-spacing .p {
    margin-bottom: 0!important;
    margin-top: 0!important;
}

.text-rexel-blue {
    color: #4487bd !important;
    text-decoration: none;
}

footer .container {
    padding-top: 1.5rem !important;
}

.search-debitor-input {
    font-size: 16px;
}

.page-links .active-page-link, .page-links li:hover {
    border-bottom: 2px solid #2e4eaa;
    padding: 6px 0 14px 0;
}

.page-links .active-page-link a, .page-links li:hover a {
    color: #566fbf;
}

.order-dates-filter input {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}

.orders-overview input[type=search], .orders-overview input[type=number] {
    height: 38.7px;
    width: 100px;
    border: 1px solid #dadad9;
    margin-left: 3px;
}

.spacer-top {
    padding-top: 10px;
}

.order-date-text-top {
    padding-top: 7px;
    padding-right: 5px;
}

.api-messages-div {
    display: flex;
    align-items: center;
    height: 39px;
}

.search-debitor-filters {
    padding-top: 14px;
}

.flex-seventy-five-percent {
    flex: 0.81;
}

.download-table {
    width: 50%;
}

.download-table .fa {
    font-size: 24px;
}

.download-table .column-value {
    overflow-wrap: anywhere;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.download-table .file-size {
    max-width: 120px;
    width: 120px;
}

.download-table .download-icon {
    max-width: 25px;
    width: 25px;
}

.download-table .file-date {
    max-width: 150px;
    width: 150px;
}
