* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    min-height: 100%;
    height: 100%;
    line-height: 25px;
}

body, input, textarea, select {
    line-height: 25px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-style: normal;
}

body {
    margin: 0 !important;
    position: relative !important;
    min-height: 100% !important;
    -moz-min-width: 320px !important;
    -ms-min-width: 320px !important;
    -o-min-width: 320px !important;
    -webkit-min-width: 320px !important;
    min-width: 320px !important;
    width: 100% !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

input {
    font-size: 17px;
    font-weight: 700;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

h2, h3, h4, h5, h6, .caption, .order-list-header {
    font-weight: 300;
}

h1 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    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;
    font-weight: bold;
}

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;
}

section {
    overflow-x: hidden;
}

/*how to work around bootstrap?*/
a {
    text-decoration: none !important;
}
    /**/


    a:focus {
        outline: thin dotted;
    }

.ui-dialog {
    position: fixed;
    top: 100px !important;
}

.ui-dialog-content {
    max-height: 75vh !important;
    overflow: auto;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 54%;
    width: 16px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 16px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
    position: relative;
    height: 45px;
    vertical-align: middle;
    padding: 0.5em 1em;
}

.background-close-icon {
    background-image: url('../images/Close icon.svg');
    background-repeat: no-repeat;
}

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;
}

.height50 {
    height: 50px;
}

.letters-container .letter {
    font-size: 18px;
}

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left !important;
}

.ta-right {
    text-align: right !important;
}

.ta-end {
    text-align: end;
}

.hide {
    display: none;
}

.print-only {
    display: none !important;
}

.padding-zero {
    padding: 0;
}

.js_generate-label {
    display: none;
}
/* Authenticate  views*/
.forgot-password label {
    height: 38px;
}

.header-with-buttons h1 {
    display: inline-block;
}

.header-with-buttons a.button {
    float: right;
    margin-top: 10px;
}

.loading {
    display: none;
    text-align: center;
}

.a-hidden {
    pointer-events: none;
    visibility: hidden;
}

.order-details-container {
    padding: 0 30px !important;
}

.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 */

.row.mb-xl-5 {
    margin: 0;
}

#outer {
    height: 100%;
    position: relative;
    width: 100%;
    padding-top: 20px;
}

#top-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#top-bar-buttons {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.logo-menu {
    display: flex;
}

#header {
    padding-bottom: 0;
}

    #header #search-block {
        display: block;
        height: 52px;
        width: 100%;
    }

    #header #searchterm {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        height: 52px;
        border: none;
        border-radius: 5px;
    }

        #header #searchterm:focus {
            outline: none;
        }

    #header .searchbutton {
        padding: 2px;
        margin: 0 0 0 -34px;
        height: 52px;
        border: 0;
        width: 34px;
        cursor: pointer;
        font-size: 20px;
        float: left;
        border-radius: 5px;
    }

.main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

#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;
            font-weight: bold;
            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: 52px;
    cursor: pointer;
    left: 6px;
    width: 52px;
    z-index: 15;
    float: left;
}

#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;
    width: 52px;
    padding: 18px 5px 5px 12px;
}

    #header .hamburgermenu-button div {
        background-color: white;
        height: 3px;
        width: 28px;
        margin-bottom: 4px;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }

#header #hamburgermenu {
    height: auto !important;
}

#header #topmenu {
    display: flex;
    text-align: right;
    width: 500px;
    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 #logo-block {
    display: inline-block;
    white-space: nowrap;
}

    #header #logo-block .banner-link {
        text-decoration: none;
    }

    #header #logo-block .webshop-logo {
        display: inline-block;
        height: 74px;
        vertical-align: top;
        margin-top: -11px;
    }

.order-overview-order-identification-wrapper .webshop-logo img {
    width: 70%;
}

.webshop-logo img {
    width: 305px;
    height: 100%;
    margin-left: -3px;
}

#language-select-header {
    display: inline-block;
    text-align: center;
    padding: 0 8px 0 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 25px;
}

#whatsappMessage .fa-whatsapp {
    width: 25px;
    height: 25px;
    font-size: 30px;
    color: #28D146;
    margin: 0 8px;
}

.dropdown-language {
    height: 40px;
}

    .dropdown-language img {
        width: 28px;
        height: 28px;
    }

#language-select-header .dropdown-language .fa-globe {
    font-size: 35px;
}

a.fa {
    text-decoration: none;
}

.dropdown-language-content {
    display: none;
    position: absolute;
    background-color: #f4f5f6;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0 5px;
    text-align: left;
}

    .dropdown-language-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-language-content a:hover {
            background-color: #b3babf;
        }

.dropdown-language:hover .dropdown-language-content {
    display: block;
}

.inactivelanguage {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.landing-button {
    position: relative;
}

/*.theme-bar {
    padding-bottom: 1px;
}*/

.theme-bar-mobile {
    display: none;
    justify-content: space-around;
}

.yesss-themes {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* set column sizes here */
    grid-template-rows: auto;
    grid-gap: 0px; /* how far between cells? */
    grid-auto-flow: row;
    height: 100%;
}

.yesss-theme {
    color: white;
    width: 100%;
    display: flex;
    cursor: pointer;
    height: 100%;
    padding-bottom: 12px;
    padding-left: 20px;
}

.theme-bar-container {
    height: 89px;
}

.yesss-theme-image {
    width: 110px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-top: 13px;
}

.yesss-theme-image-mobile {
    margin: 10px 0 10px 0px;
    border-radius: 5px;
    box-shadow: 0 1.5px 2px rgb(0 0 0 / 10%) !important;
}

    .yesss-theme-image img, .yesss-theme-image-mobile img {
        max-width: 150px;
    }

.yesss-theme-description {
    line-height: 14px;
    font-size: 10px;
    font-weight: 400;
    display: flex;
    padding-top: 15px;
    max-width: 150px;
}

    .yesss-theme-description span {
        display: inline-flex;
        align-items: center;
    }

#yesss-industrial .yesss-theme-image {
    background-image: url(../images/landing/YESSS-Industrial.png);
    background-position: left center;
}

    #yesss-industrial .yesss-theme-image:hover, #yesss-industrial-button:hover #yesss-industrial .yesss-theme-image, #yesss-industrial .yesss-theme-image.active-theme {
        background-image: url(../images/landing/YESSS-Industrial-white.png);
        background-position: left center;
    }

#yesss-emobility .yesss-theme-image {
    background-image: url(../images/landing/YESSS-EV-Energy.png);
    background-position: left center;
}

    #yesss-emobility .yesss-theme-image:hover, #yesss-emobility-button:hover #yesss-emobility .yesss-theme-image, #yesss-emobility .yesss-theme-image.active-theme {
        background-image: url(../images/landing/YESSS-EV-Energy-white.png);
        background-position: left center;
    }

#yesss-security .yesss-theme-image {
    background-image: url(../images/landing/YESSS-Security.png);
    background-position: left center;
}

    #yesss-security .yesss-theme-image:hover, #yesss-security-button:hover #yesss-security .yesss-theme-image, #yesss-security .yesss-theme-image.active-theme {
        background-image: url(../images/landing/YESSS-Security-white.png);
        background-position: left center;
    }

#yesss-lighting .yesss-theme-image {
    background-image: url('../images/landing/YESSS Lighting.png');
    background-position: left center;
}

    #yesss-lighting .yesss-theme-image:hover, #yesss-lighting-button:hover #yesss-lighting .yesss-theme-image, #yesss-lighting .yesss-theme-image.active-theme {
        background-image: url('../images/landing/YESSS Lighting-white.png');
        background-position: left center;
    }

#banner-wrapper {
    position: relative;
    width: 100%;
}

    #banner-wrapper #banner-owl-carousel {
        margin: 0 auto;
        max-width: 1400px;
        margin-top: 25px;
        padding-top: 25px;
    }

    #banner-wrapper a {
        color: #27458d;
        text-decoration: none;
    }

    #banner-wrapper #banner-owl-carousel img {
        max-height: 86px;
        width: 200px;
    }

    #banner-wrapper #home-slider {
        text-align: center;
    }

        #banner-wrapper #home-slider img {
            max-width: 100%;
            margin: 0 auto;
            vertical-align: middle;
            display: inline-block;
            float: none !important;
        }

.top-bar-basket, .top-bar-myaccount, .top-bar-favorites {
    margin-right: 10px;
}

.ui-state-highlight {
    height: 40px;
    background-color: white;
    border: none;
}

.favorite-list-footer {
    height: 30px;
}

#favorite-list {
    position: relative;
    height: 40px;
}

#user-settings {
    text-align: center;
}

    #favorite-list img, #user-settings img {
        height: 28px;
        width: 28px;
    }

.shopping-cart-img-white-fav-prod-res {
    filter: invert(1);
    height: 30px;
    width: 30px;
}

.shopping-cart-img-white {
    filter: invert(1);
}

#shopping-cart .cart-header-button img {
    height: 28px;
    width: 28px;
}

#shopping-cart .shopping-cart-button {
    padding: 0;
}

#shopping-cart .to-order-button .button {
    padding: 5px 18px;
}

.o-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
    line-height: 1;
    cursor: pointer;
}

    .o-checkbox input {
        -webkit-appearance: none;
        border: 0;
    }

        .o-checkbox input::before {
            position: absolute;
            content: "";
            top: 2px;
            left: 0;
            height: 24px;
            width: 24px;
            border: 1px solid #acb3b8;
            transition: all 0.2s;
            cursor: pointer;
            background: url(../images/check.svg) center no-repeat transparent;
            background-size: 14px;
        }

        .o-checkbox input::after {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            color: #fff;
            top: 2px;
            left: 0;
            height: 24px;
            width: 24px;
            cursor: pointer;
            opacity: 1;
        }

.mandatory-input-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
}

    .mandatory-input-wrapper input, .non-mandatory-input-wrapper input {
        padding-right: 14px;
    }

.shopping-cart-button .basket-icon_e, .favorite-icon_e {
    width: 35px;
    vertical-align: unset;
}

#invalidCaptchaMessage {
    display: none;
}

.register-field-row {
    margin-bottom: 40px;
    margin-top: 25px;
    padding: 0px 30px 0px 30px;
}

.register-field-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.register-description {
    margin-bottom: 20px;
}

.register-field-input-gender {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.register-submit-newsletter {
    font-weight: 300;
    Margin-left: 30px;
}

    .register-submit-newsletter input[type='radio'] {
        vertical-align: baseline;
    }

.register-field-input-gender input[type='radio'] {
    vertical-align: middle;
    margin: 0 20px 0 5px;
}

.white-section-swiper-pagination {
    width: 100%;
    height: 50px;
    background-color: white;
}

.c-slider__pagination {
    bottom: -35px !important;
}

.homepage .c-slider__pagination span.swiper-pagination-bullet-active {
    background-color: black !important;
}

/*.register-field-input-gender label {
    margin-right: 20px;
}*/

.register-field-column {
    /*display: flex;
    justify-content: space-between;*/
    display: block;
}

    .register-field-column label {
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }

        .register-field-column label:not(.not-mandatory):after {
            content: "*";
            position: absolute;
            right: -10px;
            z-index: 5;
        }

    .register-field-column input {
        height: 40px;
        width: 300px;
        margin-top: auto;
        margin-bottom: auto;
        border: none;
        font-size: 16px;
    }

    .register-field-column select {
        border: none;
        width: 300px;
        height: 40px;
        margin: 0;
        border-right: 10px solid transparent;
    }

.captcha-row {
    padding: 0 30px;
}

#submitRegister {
    width: 167px;
    height: 40px;
    margin: 0px 0px 30px 30px;
}

.submit-register-button-row {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


.add-product-to-favorite .fa-heart {
    font-size: 25px !important;
}

.fa-user-circle-o, .shopping-cart-button .fa-heart {
    font-size: 35px !important;
}

.user-settings_button {
    padding: 5px 18px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 25px;
}

.user-form-input input, .user-form-input select {
    width: 250px;
}

.submit-user-form-button {
    text-align: center;
    height: 50px;
}

.responsive-label {
    display: none;
    margin: 0;
}

.welcome-message {
    font-size: 16px;
    font-weight: 700;
}

#nav-one {
    display: flex;
    max-width: 1400px;
    margin: 0;
    justify-content: flex-end;
}

    #nav-one a::before, #nav-one a::after {
        box-sizing: unset;
    }

    #nav-one > li {
        position: relative;
        display: inline-block;
        list-style-type: none;
    }

        #nav-one > li > a {
            font-size: 16px;
            margin: 0 15px;
            font-weight: 700;
            display: block;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
        }

            #nav-one > li > a:hover, #nav-one > li > a.active {
                text-decoration: underline !important;
            }

            #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;
    }

/*#nav-one > li .active:after {
        content: '';
        position: absolute;
        width: 100%;
        padding: 0 20px;
        bottom: 0;
        left: -20px;
        height: 1px;
    }*/


.button.button-mobile {
    display: none;
}

.mobile-only {
    display: none;
}

#nav-one > li.submenu-visible > a {
    font-weight: 300;
}


#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: #888;
                background: #FFF;
            }

                #nav-one .submenu > ul > li a:hover {
                    color: #1d8dca;
                    background: #F6F6F6;
                }

            #nav-one .submenu > ul > li.submenu-visible > a, #nav-one .submenu > ul > li.sfHover > a {
                color: #006881;
            }

            #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: 55px;
    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;
    padding-top: 3px;
    font-weight: lighter;
}

    #go-to-top-button div {
        padding-top: 17px;
    }

#footer {
    padding: 50px 0 50px 0;
    font-weight: 300;
    margin: 0 auto;
    min-height: 100px;
    vertical-align: top;
}

    #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 {
        display: inline-block;
        vertical-align: top;
    }

        #footer .footer-menu h3 {
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            padding-bottom: 20px;
        }

    #footer .footer-newsletter {
        grid-column-end: 5;
    }

    #footer .powered-by {
        text-align: right;
        padding-right: 10px;
    }

    #footer ul {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #footer li {
        padding: 0px 0px 5px 0px;
    }


    #footer a {
        text-decoration: none;
        font-size: 18px;
        font-weight: 300;
    }

        #footer a:hover {
            text-decoration: underline;
        }

#footer-wrapper {
    margin-top: 100px
}

.footer-menu span {
    font-size: 18px;
    font-weight: 300;
}

#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;
            }

#submit-newsletter-block {
    display: inline-flex;
}

#submit-newsletter:hover {
    background-color: #1d8dca;
    border: 1px solid #1d8dca;
    border-color: #1d8dca;
    color: #fff;
}

#newsletter-email {
    border: none;
    border-bottom: 1px solid black;
    height: 40px;
    margin-right: 20px;
    font-weight: 300;
    font-size: 18px !important;
    text-transform: initial;
}

#submit-newsletter {
    width: 60px;
    border: 1px solid #000;
    border-color: #000;
    height: 40px;
}

.download-applications-block {
    margin-top: 10px;
}

.download-mobile {
    display: flex;
    width: 170px;
    height: 48px;
    margin-right: 20px;
    cursor: pointer;
}

.mobile-download-text {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.mobile-download-text-android {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    margin-left: 18px;
}

.download-applications {
    display: inline-flex;
    margin-top: 10px;
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    margin: auto;
    min-height: 60px;
}

.footer-social {
    display: flex;
}

.footer-company-name {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    font-weight: 300;
}

.footer-terms-conditions {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    font-weight: 300;
}

.footer-social-media-logo {
    font-size: 22px;
    margin-right: 15px;
    padding: 20px 0px;
}

.fa-apple {
    font-size: 30px !important;
    padding-top: 7px;
    padding-left: 15px;
}

.mobile-text-small {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 9.600000381469727px;
    margin-bottom: 5px;
}

.mobile-text-big {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21.600000381469727px;
    margin-top: -5px;
}

.mobile-icon .android-icon {
    height: 40px;
    width: 40px;
    color: white;
    fill: white;
    padding-left: 15px;
    padding-top: 5px;
}

.footer-menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0px;
    grid-auto-flow: column;
    margin-bottom: 30px;
}

.filterblock {
    display: inline-block;
    padding-right: 10px;
    width: 320px;
    position: relative; /*help absolute positioned sub elements position themselves within this block*/
    vertical-align: top;
}

.productblock {
    display: inline-block;
    width: calc(100% - 325px);
    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: white;
        display: table-row;
        font-weight: bold;
        font-size: 18px;
    }

    .table-container .table-row {
        display: table-row;
        border-bottom: solid 1px #ddd;
        background-color: white;
    }

        .table-container .table-row:nth-child(2n+1) {
            background-color: #eef8fd;
        }

    .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 .button {
            margin-right: 5px;
        }

#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;
    float: left;
    font-size: 16px;
    font-weight: 300;
}

#pageContent {
    width: 100%;
    overflow-y: hidden;
}

#catalogHeader {
    margin-bottom: 10px;
}

#logoSwiper img {
    width: 100%;
}
/*Brands view*/
.letters-container {
    text-transform: uppercase;
}

    .letters-container .header {
        padding: 5px;
        font-size: 17px;
        font-weight: 600;
    }

    .letters-container .letters table {
        border-collapse: collapse;
        width: 100%;
    }

    .letters-container .letter {
        padding: 5px;
        font-weight: 600;
    }

.brand-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
}

.brands-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eef8fd;
}

    .brands-list .header {
        font-weight: 600;
        padding-left: 5px;
    }

    .brands-list .brand {
        padding-left: 5px;
        font-weight: 500;
    }

.brand a {
    text-decoration: none;
}
/*End Brands view*/
/* 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, .order-list-item, 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, #select-container .btn-detail {
    float: left;
}

#select-container .select-designed-external .select-designed {
    display: none;
}

.select-designed-text {
    font-size: 11px;
    font-weight: 700;
}

.shopping-cart {
    vertical-align: top;
    margin-left: 15px;
}

#select-container {
    text-align: center;
}

.rightfloat {
    float: right;
    margin-bottom: 7px;
}

#select-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: #1d8dca;
    border: 1px solid #1d8dca;
    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;
}

.left-formchilds input[type=submit] {
    height: 39px;
}

.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;
    }

.surcharge-list {
    width: 22% !important;
    margin-left: 12px;
}

    .surcharge-list .table-column {
        text-align: left;
    }

#metalSelectionDropdown {
    background: white;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 5px;
}

.homepage {
    margin-bottom: 30px;
}

.homepage-menu {
    margin: -78px auto 0 auto;
    font-size: 15px;
    position: relative;
    z-index: 9999;
    background: linear-gradient(180deg, transparent 29%, #1D8DCA 20%);
}

.homepage-menu-logged-out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

    .homepage-menu-logged-out .block {
        margin: 20px 0;
        width: 150px;
        flex-grow: 1;
        height: 230px;
        position: relative;
        z-index: 4;
        font-size: 20px;
        font-weight: 300;
        box-shadow: 0 1.5px 2px rgb(0 0 0 / 10%)
    }

    .homepage-menu-logged-out .login-block {
        margin: 20px 0;
        background-color: white;
        flex-grow: 2;
        font-size: 21px;
        position: relative;
        z-index: 4;
    }

.login-block-header {
    line-height: 60px;
    padding-left: 20px;
    font-size: 21px;
    font-weight: 700;
}

.homepage-menu-logged-out .block .icon {
    margin: 20px;
}

.icon.delivery-truck {
    background-image: url('../images/icons/truck.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    height: 100px;
    margin: 0px 20px !important;
}

a:hover .icon.delivery-truck {
    background-image: url('../images/icons/truck-hover.png');
}

.icon.click-collect {
    background-image: url('../images/icons/click_collect.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    height: 100px;
}

a:hover .icon.click-collect {
    background-image: url('../images/icons/click_collect_orange.png');
}

.icon.product-storage {
    background-image: url('../images/icons/storage.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    height: 100px;
}

a:hover .icon.product-storage {
    background-image: url('../images/icons/storage-hover.png');
}

.icon.box {
    background-image: url('../images/icons/box.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    height: 100px;
}

a:hover .icon.box {
    background-image: url('../images/icons/box-hover.png');
}

.icon.store {
    background-image: url('../images/icons/store.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    height: 100px;
}

a:hover .icon.store {
    background-image: url('../images/icons/store-hover.png');
}

.icon.log-out {
    background-image: url('../images/icons/logout_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    height: 100px;
}

a:hover .icon.log-out {
    background-image: url('../images/icons/logout_icon_orange.png');
}

.icon.special-offers {
    background-image: url('../images/icons/special_offer_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    height: 100px;
}

a:hover .icon.special-offers {
    background-image: url('../images/icons/special_offer_icon_orange.png');
}

.icon.invoice {
    background-image: url('../images/icons/invoice_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    height: 100px;
}

a:hover .icon.invoice {
    background-image: url('../images/icons/invoice_icon_orange.png');
}

.icon.profile {
    background-image: url('../images/icons/profile_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    height: 100px;
}

a:hover .icon.profile {
    background-image: url('../images/icons/profile_icon_orange.png');
}

.icon.orderstatus {
    background-image: url('../images/icons/order_status_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    height: 100px;
}

a:hover .icon.orderstatus {
    background-image: url('../images/icons/order_status_icon_orange.png');
}

.homepage-menu-logged-out .block .block-text {
    text-align: center;
    padding: 0 10px 20px 10px;
}

.homepage-menu-logged-in .block .block-text {
    padding-top: 20px;
}

.homepage-menu-logged-out a {
    color: white !important;
    text-decoration: none !important;
    font-weight: 300;
}

.footer-social-media-logo a {
    padding: 5px;
    border-radius: 20px;
    height: 32px;
    width: 32px;
    text-align: center;
}

.news-pages-carousel-wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
}

.news-carousel-row {
    /*display: inline-flex;*/
}

.news-carousel-column {
    display: flex;
    height: 500px;
    width: 50%;
}

    .news-carousel-column .news-carousel-image {
        width: 50%;
        height: 100%;
    }

        .news-carousel-column .news-carousel-image img {
            width: 100%;
            height: 100%;
        }

    .news-carousel-column .news-carousel-content {
        width: 50%;
        height: 100%;
        padding: 30px;
        font-size: 18px;
        font-weight: 300;
    }

.news-carousel-content .news-carousel-content-header {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 10px 0 16.66667px;
}

.news-carousel-content .news-carousel-content-description {
    margin-bottom: 30px;
}

.news-carousel-button {
    margin-bottom: 20px;
}

    .news-carousel-button a {
        padding: 5px 10px;
        font-size: 17px;
        font-weight: 700;
    }


#newspages-owl-carousel .c-slider {
    height: unset;
}

#newspages-owl-carousel .c-slider__arrow {
    color: black;
}

    #newspages-owl-carousel .c-slider__arrow.prev {
        left: -25px;
    }

    #newspages-owl-carousel .c-slider__arrow.next {
        right: -35px;
    }


.newspages, .news-detail {
    max-width: 1400px;
    margin: 0 auto;
}

.landingpage {
    margin-bottom: 30px;
}

    .landingpage .c-slider__content {
        box-shadow: none;
    }

    .landingpage .c-slider {
        overflow: unset;
    }

.slider-header {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
}

.theme-bar-container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
}

.banner-mobile-image {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.banners-custom-left-arrow, .banners-custom-right-arrow {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
}

.banners-custom-left-arrow {
    top: 50%;
    transform: translate(0,-50%);
    left: 40px;
}

.banners-custom-right-arrow {
    right: 40px;
    top: 50%;
    transform: translate(0,-50%);
}

.banners-slider-content-container {
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.banners-left-arrow {
    left: -25px !important;
}

.banners-right-arrow {
    right: -35px !important;
}

.c-slider__content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    padding-top: 20px;
}

.button-orange {
    font-size: 17px !important;
    font-weight: 700 !important;
}

.login-block-body {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.login-block-button {
    margin: 5px;
    padding: 7px;
}

    .login-block-button .move-right:hover {
        transform: translateX(10px);
        transition: transform 0.1s linear;
    }

.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: #006881;
        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: #006881;
        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;
}

.scroll-to-product-details {
    display: inline-flex;
}

.order-details-content-item {
    margin-bottom: 10px;
    padding: 8px;
}

.order-description-product-image {
    display: inline-flex;
    justify-content: space-between;
}

.vertical-margin-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.order-description-products-header {
    margin-top: 40px;
    text-transform: uppercase;
}

.order-details-white-background {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

.order-details-product-description {
    font-weight: 300;
    font-size: 16px;
}

.order-description-remove-product {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(29,141,202,1);
    border-radius: 100px;
    margin: auto;
}

    .order-description-remove-product .fa-trash-o {
        font-size: 20px;
        color: white;
        text-decoration: none;
        line-height: 30px;
    }

#product-results .row:last-child {
    border-bottom: none;
}

.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;
    }

.order-details-content {
    font-size: 18px;
}

.order-details-total-surcharges, .order-details-total-discount {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

    .order-details-total-discount .order-details-total-discount-label {
        background-color: red;
        padding: 3px 10px;
        color: white;
        border-radius: 5px;
    }

#order-total-surcharges, #order-total-discount {
    margin-left: 10px;
}

#order-total-discount {
    padding-top: 3px;
}

.quick-insert div.label {
    display: inline-block;
}

.delivery-form-text-area-row textarea {
    width: calc(100% - 215px);
    display: inline-block;
    min-width: 290px;
    max-width: 500px;
    text-align: left;
}

.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: initial;
}

.cart-address label.pickup-option-label {
    float: none;
    width: 75px;
}

.cart-address .row {
    width: unset;
}

.delete-cmd {
    color: #fff;
    text-decoration: none;
}

.button, .tab-button, 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;
    font-size: 17px;
    font-weight: 700;
}

.tab-button {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #888888;
}

    .tab-button a {
        color: #ffffff;
    }

    .tab-button:hover {
        background: #303138;
    }

    .button a, .tab-button a, .detail-links a {
        text-decoration: none;
    }

.buttonrow .tab-button:last-child {
    margin-right: 0;
}

.buttonrow .tab-button {
    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;
        margin-right: 12px;
    }

        #inputline-wrapper .quick-insert-container textarea {
            width: 100%;
            height: 150px;
        }

.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-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 {
    border-top: 1px solid #e5e5e5;
    color: #57595e;
    font-size: 14px;
    min-height: 45px;
    margin-bottom: 50px;
}

.breadcrumbs {
    margin-left: auto;
    margin-right: auto;
}

.breadcrumbs-wrapper ol {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

    .breadcrumbs-wrapper ol li {
        display: inline;
        font-weight: 300;
    }

.breadcrumbs-wrapper a {
    position: relative;
    color: black;
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
    padding-top: 10px;
    font-size: 13px;
}

    .breadcrumbs-wrapper a:hover {
        text-decoration: underline;
    }

.last-crumb {
    font-weight: 700 !important;
}

.breadcrumbs-wrapper .breadcrumb-before {
    display: inline-block;
}

.breadcrumbs-wrapper .col-12 {
    margin: 0;
}

.new-order-line-popup-title-image {
    border-radius: 15px;
    position: absolute;
    top: 9px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #94c11f;
}

.new-order-line-popup-title-image-value {
    margin: 0;
    font-size: 13px;
}

.new-order-line-popup-wrapper .cart-orderline {
    display: flex;
    justify-content: space-between;
}

.new-order-line-popup-button-complete-order, .new-order-line-popup-button-continue-shopping {
    width: 100%;
    height: 45px;
}

    .new-order-line-popup-button-complete-order .button {
        width: 100%;
        background-color: #f06414;
        text-align: center;
    }

.new-order-line-popup-currency-decimals {
    height: 50%;
    line-height: 19px;
    font-size: 22px;
    color: #208ccc;
    margin-top: -2px;
}

.new-order-line-popup-currency-decimals-square {
    width: 5px;
    background-color: #208ccc;
    height: 5px;
    margin-top: 4px;
    margin-left: 1px;
}

.new-order-line-popup-currency .new-order-line-popup-currency-int-value {
    height: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #208ccc;
}

.new-order-line-popup-currency-wrapper {
    height: 50%;
}

.new-order-line-popup-currency-symbol {
    height: 50%;
    line-height: 19px;
    font-size: 22px;
    color: #208ccc;
    margin-top: -2px;
}

.new-order-line-popup-button-continue-shopping .button {
    width: 100%;
    text-align: center;
}

.new-order-line-popup-wrapper .product-image-container img {
    width: 60px;
}

.new-order-line-popup-stock-image {
    width: 15px;
    vertical-align: top;
    margin-top: 5px;
}

.new-order-line-popup-remove-wrapper {
    text-align: -webkit-center;
}

.new-order-line-popup-price {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
}

#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: -420px;
}

#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;
        display: flex;
        justify-content: space-between;
    }

        #shopping-cart #shopping-cart-popup #cart-orderlines .cart-orderline:nth-child(2n+1) {
            background-color: #eef8fd;
        }

        #shopping-cart #shopping-cart-popup #cart-orderlines .cart-orderline .orderline-body {
            display: inline-block;
            padding-left: 5px;
            width: 85%;
            text-align: left;
        }

        #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 .product-image-container img {
                max-height: 50px;
                max-width: 50px;
            }

        #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;
        }

/*product image*/
.main-image-container {
    max-width: 350px;
    height: 350px;
    margin: auto;
}

.main-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

    .main-image img {
        max-width: 100%;
    }

.images {
    justify-content: space-around;
    margin-top: 10px;
    max-width: 100%;
    padding-top: 10px;
}

.detail-popup-image .images {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.more-related-products {
    padding-left: 28px;
}


.glide__arrow {
    box-shadow: unset !important;
    text-shadow: unset !important;
}

.glide-banners {
    display: none;
}

    .glide-banners .glide__arrows .glide__arrow--right, .glide-banners .glide__arrows .glide__arrow--left {
        background-color: transparent;
        border: none !important;
        box-shadow: none;
    }

    .glide-banners .glide__arrows .glide__arrow--right {
        right: 38px;
    }

    .glide-banners .glide__arrows .glide__arrow--left {
        left: 40px;
    }

    .glide-banners .glide__slide {
        height: unset;
        justify-content: space-between;
    }

.glide-banners-item {
    text-align: center;
}

    .glide-banners-item img {
        width: 100%;
    }

.banners-container {
    text-align: left;
    color: white;
    padding: 20px !important;
}

.glide__slides {
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
}

.glide-brands img {
    width: 150px;
    height: 65px;
}

.glide-brands .glide__arrows .glide__arrow--left {
    left: -25px;
    background-color: transparent;
    border: none !important;
    box-shadow: none;
}

.glide-related-products .glide__arrows .glide__arrow--left {
    left: -20px !important;
}

.glide-chapters .glide__arrows .glide__arrow--left {
    left: 0;
    top: 61px;
}

.glide-product-images .glide__arrows .glide__arrow--left {
    left: 0 !important;
}

.glide-related-products .glide__arrows .glide__arrow--right {
    right: -25px !important;
}

.glide-brands .glide__arrows .glide__arrow--right {
    right: -238px;
    background-color: transparent;
    border: none !important;
    box-shadow: none;
}

.glide-chapters .glide__arrows .glide__arrow--right {
    right: 0;
    top: 61px;
}

.chapter-arrow-2, .chapter-arrow-1 {
    display: none !important;
}

.chapter-carousel-mw-225 {
    max-width: 225px;
}

.chapter-carousel-mw-450 {
    max-width: 450px;
}

.chapter-carousel-mw-675 {
    max-width: 675px;
}

.chapter-carousel-mw-900 {
    max-width: 900px;
}

.chapter-carousel-mw-1125 {
    max-width: 1125px;
}

.chapter-carousel-mw-3350 {
    max-width: 100%;
}

.chapter-image {
    border: 1px solid #a2a2a2;
}

.searchchapters {
    margin-bottom: 50px;
}

    .searchchapters .chapter-image {
        width: 125px;
        margin: auto;
    }

.glide-product-images .glide__arrows .glide__arrow--right {
    right: 0 !important;
}

.glide__arrow--left {
    color: black !important;
    border: 1px solid black !important;
    border-radius: 20px !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
}

.glide__arrow--right {
    color: black !important;
    border: 1px solid black !important;
    border-radius: 20px !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
}

.other-image {
    display: inline-block;
    margin: 10px;
    width: 55px;
    height: 55px;
    background-color: white;
    text-align: center;
}

    .other-image img {
        border: 2px solid white;
        max-width: 50px;
        max-height: 50px;
        position: relative;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

        .other-image img:hover {
            border: 2px solid #E60115;
        }

.other-image-active {
    border: 2px solid #E60115 !important;
}

.main-popup-image .productimage {
    cursor: default;
}

.details-popup-left-arrow, .details-popup-right-arrow {
    width: 25px;
    height: 100%;
    background-color: #208CCC;
    text-align: center;
    color: white;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}

.main-popup-image-container {
    display: flex;
    justify-content: space-between;
}

.detail-popup-image .images .other-image {
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin: 10px;
    width: 60px;
    height: 60px;
    background-color: white;
    text-align: center;
}
/*.other-image:not(:nth-child(3n+3)) {
    margin-right: 10px;
}*/
/* end product image */
#addorderlinesrelatedform {
    width: 100%;
    display: inline-flex;
}

.main-spec-container .row {
    display: table;
}

    .main-spec-container .row .field-label {
        border-right: 1px solid lightgrey;
    }

.arrow-down {
    width: 15px;
    transform: rotate(180deg);
}

#fullProductDescription {
    display: none;
}

.more-info-button, .scroll-to-product-details-button, #seeFullProductDescription {
    border-radius: 100px;
    width: 25px;
    text-align: center;
    border: 1px solid;
    border-color: #a2a2a2;
    cursor: pointer;
    margin-right: 10px;
}

#seeFullProductDescription {
    padding: 0px;
    height: 25px;
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.scroll-to-product-details span, .more-info span {
    font-weight: bold;
    font-size: 14px;
}

.product-share-button, .product-feedback-button {
    width: 100%;
    height: 45px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 9px;
    border-radius: 5px;
    cursor: pointer;
}

.product-feedback-top-message {
    margin-bottom: 15px;
}

.product-feedback-bottom {
    margin-top: 30px;
}

.product-feedback-top-message span strong {
    line-height: 50px;
}

.product-feedback-bottom #submitFeedback {
    width: 116px;
    height: 35px;
    margin: 8px 0 30px 13px;
}

.product-feedback-textarea {
    font-size: 14px !important;
    font-weight: 700;
}

.product-feedback-bottom {
    display: flex;
    justify-content: space-between;
}

.product-feedback-popup {
    font-size: 14px;
}

.product-feedback-textarea {
    width: 100%;
}

.input-field-product-feedback-popup .input-value input {
    width: 100%;
    font-size: 14px;
    height: 25px;
}

.product-information-manufacturer {
    margin-bottom: 15px;
}

.product-information-pdf-image, .product-information-alternatives-image, .product-information-manufacturer-image, .product-information-oxomi-image, .product-information-loadbee-image {
    margin-right: 10px;
}

    .product-information-pdf-image .fa-file-text-o, .product-information-alternatives-image .fa-arrows-h, .product-information-manufacturer .fa-link {
        font-size: 25px;
    }

.product-information-technical-document, .product-information-alternatives, .product-information-favorite, .product-information-manufacturer, .product-information-oxomi,
.product-information-loadbee {
    display: inline-flex;
    margin-bottom: 20px;
}

.product-information-manufacturer-description a {
    text-decoration: none;
}

.product-information-oxomi-image {
    width: 25px;
    text-align: center;
}

div.row.spec-row-hidden {
    height: 25px;
}


.product-spec-buttons {
    margin-top: 10px;
}

.detail-specs .scroll-to-product-details {
    display: inline-flex;
}

.detail-specs .more-info {
    float: right;
    display: inline-flex;
}

#productStockRow {
    margin-top: 20px !important;
}

.main-spec-container .spec-row-hidden {
    display: none;
}


.product-order-price-value strong {
    font-size: 20px;
    margin-right: 8px;
}

.product-order-surcharges-row strong{
    font-size: 20px;
}

.product-order-discount-value strong {
    font-size: 20px;
    margin-right: 8px;
}

.product-order-price-value span, .product-order-discount-value span {
    font-size: 12px;
}

.product-order-price-info {
    padding: 0;
}

    .product-order-price-info span {
        font-size: 12px;
    }

.product-order-surcharges-row > * {
    padding: 0 !important;
}

.product-order-price-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    /*flex-wrap: wrap;*/
}

.product-order-quantity-info {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 !important;
    margin: 10px 0;
}

.product-order-quantity-decrease {
    margin-right: 5px;
}

.product-order-quantity-increase, .product-order-quantity-decrease {
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.product-order-quantity-increase {
    padding-top: 2px;
}

.product-order-quantity-operations {
    display: inline-flex;
}

.product-order-quantity {
    display: inline-flex;
}

.show-all-stock-popup {
    max-height: 600px;
    overflow: auto;
    padding-top: 10px;
    font-size: 16px;
}

.js-show-all-stock, .product-information-favorite {
    cursor: pointer;
}

.personal-product-stock-image-circle, .main-product-stock-image-circle {
    fill: white;
}

.product-stock-image svg {
    width: 27px;
    height: 27px;
}

.product-stock-image, .product-stock-image-per-site {
    margin-right: 10px;
    width: 28px !important;
    height: 28px;
    padding: 0 !important;
    display: grid;
}

.product-stock-delivery-info-image {
    padding: 0 !important;
    display: grid;
    margin-right: 8px;
}

.product-stock-row .product-stock-delivery-info-image {
    margin-right: 10px;
    width: 28px !important;
    height: 28px;
    padding: 0px !important;
    display: grid;
}

.product-results-delivery-time .product-stock-delivery-info-image img {
    margin: auto;
}

.product-stock-value {
    margin-left: 10px;
    display: contents;
}

.order-info-section, .product-information {
    padding: 20px 15px 15px 15px;
}

.product-information {
    display: grid;
}

.product-order-container {
    padding: 0px !important;
}

    .product-order-container .row {
        padding: 0px !important;
        margin: 0 0 5px 0 !important;
    }

.product-order-stock-option, .product-order-delivery-info {
    display: inline-flex;
    margin-bottom: 8px;
    width: 100%;
    padding: 0 !important;
}

.product-results-image {
    padding-left: 0;
}

.product-results-load-more {
    text-align: center;
    margin-top: 50px;
}

.product-results-load-more-button {
    cursor: pointer;
}

.product-stock-description {
    display: grid;
}

    .product-stock-description .warehouse-description {
        white-space: nowrap;
    }

.product-stock-row .product-stock-description {
    /*padding: 0 !important;*/
}

.price-on-request {
    padding: 0px;
    margin-top: 10px;
    font-size: 20px;
}

price-on-request-favorites {
    padding: 0px;
    margin-top: 10px;
    font-size: 18px;
}

.product-results-price-on-request {
    display: none;
    max-width: 160px;
}

#product-results .product-results-order {
    padding-bottom: 5px;
    padding-top: 5px;
}

.customer-warehouse-stock, .central-warehouse-stock, .total-warehouse-stock {
    float: right;
    font-weight: bold;
}

/*order status*/

.flex {
    display: flex;
}

.backofficeorder-details-overview > * {
    width: 100%;
    display: block;
}

.backofficeorders-overview #search-filters {
    width: 275px;
}

.backofficeorders-overview #search-criteria div input {
    margin: 5px;
}

.order-list-left {
    width: 275px;
    margin-right: 25px;
}

.side-navigation-caption {
    width: 100%;
    padding: 5px 0;
}

.order-list-right {
    width: calc(100% - 300px);
}

.order-list {
    width: 100%;
    margin-bottom: 15px;
    table-layout: auto;
}

.order-details-list {
    width: 100%;
}

    .order-details-list #order-details-list {
        display: table;
        width: 100%;
    }

    .order-details-list .download-document-column img {
        height: 40px;
    }

#erpOrderResult-loading {
    display: none;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 15px;
}

.order-details-documents {
    margin-bottom: 20px;
}

.backoffice-order-total {
    border-bottom: none !important;
    background-color: white !important;
}

.table-container {
    display: table;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

    .table-container .table-header text {
        color: white !important;
    }

    .table-container .column-value {
        display: inline-block;
        margin: 0;
        vertical-align: top;
    }

.backofficeorders-overview .order-list-item .row {
    display: block;
}

    .backofficeorders-overview .order-list-item .row .label {
        display: inline-block;
        width: 48%;
        max-width: 165px;
    }

    .backofficeorders-overview .order-list-item .row .value {
        display: inline-block;
        width: 50%;
    }

.backofficeorders-overview .order-filters > div {
    display: inline-block;
    margin-right: 10px;
}

.backofficeorders-overview .order-filters .order-dates-filter > div {
    display: inline-block;
}

.backofficeorders-overview .order-filters input, .orders-overview .order-filters select {
    display: inline-block
}

.backofficeorders-overview .order-filters select {
    height: 39px;
}

.order-details-header {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

    .order-details-header .data-block {
        padding: 5px;
    }

    .order-details-header .delivery-address-data-block {
        display: flex;
    }

        .order-details-header .delivery-address-data-block .data-block-title {
            margin-right: 5px;
        }

.order-details-documents {
    display: flex;
    margin-bottom: 30px;
}

    .order-details-documents .data-block {
        margin-right: 30px;
    }
/*end order status*/
.related-product-stock {
    width: 100%;
}

.related-product-stock-item {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.related-product-stock-description {
    font-size: 13px;
    text-align: left;
    font-weight: 300;
}

.related-product-order-price-per {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    color: #1d8dca;
}

.related-product-stock-amount {
    display: inline-flex;
}

    .related-product-stock-amount .product-stock-image {
        margin-left: 10px;
        margin-right: 0px;
    }

    .related-product-stock-amount .product-stock-image-per-site {
        margin-right: 0px;
        margin-left: 10px;
    }

        .related-product-stock-amount .product-stock-image-per-site img {
            padding: 0px;
        }

.product-row .related-product-price-on-request {
    display: grid;
    margin-bottom: 8px;
    text-align: left;
}

.related-products-order-buttons .order-amount-container .quantityBox {
    width: 50px;
    margin-bottom: 0px;
}

.related-product-title {
    font-weight: bold;
}

.related-product-order-price {
    font-size: 24px;
}

.row .product-description {
    margin-top: 10px;
    min-height: 100px;
    position: relative;
    font-size: 16px;
}

.detail-info-section .cell {
    width: 50% !important;
    overflow-wrap: break-word;
    padding: 8px;
    font-size: 16px;
}

.stock-info-section .row {
    padding: 5px;
    border-top: 1px solid #a2a2a2;
}

.stock-info-section .field-label {
    width: 80%;
    overflow-wrap: break-word;
    text-transform: capitalize;
}

.show-all-stock-popup-message {
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    font-size: 16px;
}

.stock-info-section .field-value {
    width: 20%;
    overflow-wrap: break-word;
    display: flex;
    justify-content: space-between;
}

.detail-image {
    position: relative;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.add-product-to-favorite {
    position: absolute;
    top: 15px;
    right: 10px;
}

    .add-product-to-favorite .fa-heart, .product-information-favorite-image .fa-heart {
        -webkit-text-stroke-width: 1px;
        cursor: pointer;
    }

.product-information-favorite-image .fa-heart {
    font-size: 25px;
}

.product-information-favorite-image {
    margin-right: 10px;
}

.favorite-line-buttons {
    justify-content: space-between;
    display: flex;
}

    .favorite-line-buttons .addproduct {
        width: 30px;
        height: 30px;
        text-align: center;
        background-color: rgba(29,141,202,1);
        border-radius: 100px;
    }

        .favorite-line-buttons .addproduct .fa-shopping-basket {
            font-size: 20px;
            vertical-align: middle;
        }

.my-account-wrapper {
    position: relative;
    display: inline-block;
    float: right;
    padding-top: 6px;
}

.user-settings-button {
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 25px;
}

#user-settings .user-settings-state, #user-settings .user-settings-state-red, #shopping-cart .shopping-cart-quantity, #favorite-list .favorite-list-quantity {
    border-radius: 15px;
    position: absolute;
    top: -4px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    right: -10px;
    font-size: 11px;
}

#user-settings .user-settings-state-red {
    right: 0;
}

#user-settings .user-settings-state-red {
    background-color: red;
}

#user-settings .user-settings-state {
    background-color: #94c11f;
}

    #user-settings .user-settings-state .user-settings-state-value {
        margin: 0;
        font-size: 13px;
    }

#user-settings .user-settings-state-red .user-settings-state-value strong {
    font-size: 17px;
}

#shopping-cart .shopping-cart-quantity .shopping-cart-quantity-value, #favorite-list .favorite-list-quantity .favorite-list-quantity-value {
    margin: 0;
    font-size: 11px;
    line-height: 20px;
}

#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 */
.brand-carousel-wrapper {
    width: 100%
}

.brand-carousel-column {
    display: flex;
}

.glide-brands {
    width: calc(100% - 210px) !important;
}

.view-all-brands {
    width: 150px;
    height: 65px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-left: 13px;
}

.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 {
    padding: 0 100px 0 100px;
    position: relative;
    background-color: rgba(240,240,240,1);
}

.letter-container {
    padding: 0;
    display: block;
    list-style: none;
    width: 100%;
}

.center-content {
    text-align: center;
    margin: 0 auto;
}


/*LOGIN*/
.login-container {
    /*max-width: 400px;
    margin: 0 auto;*/
    text-align: left;
}

    .login-container input, .login-container p {
        display: inline-block;
        vertical-align: middle;
    }

    .login-container .checkbox-container {
        margin-top: 7px;
        display: flex;
    }

    .login-container h1 {
        margin-bottom: 12px;
    }

    .login-container #SaveInformation {
        align-self: center;
    }

.login-saveinformation-checkbox label {
    padding-left: 5px;
}

.login-container .button {
    margin-top: 12px;
    margin-left: 3px;
}

.login-input-column {
    width: 400px;
    margin: auto;
    padding: 30px 0px;
}

.login-right-column-wrapper {
    width: 300px;
    margin: auto;
    padding: 80px 0;
}

.login-field {
    margin-bottom: 20px;
}

    .login-field .login-label {
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .login-field input {
        border: none !important;
    }

        .login-field input[type=text], .login-field input[type=password] {
            width: 400px;
        }

.login-field-actions > p {
    margin-bottom: 0px;
}

.login-field-actions .small-font a {
    text-decoration: none;
}

.login-saveinformation-checkbox {
    font-weight: bold;
    font-size: 14px;
}

.login-left-column {
    border-right: 5px;
    border-right-style: solid;
    border-right-color: white;
}

.login-right-column {
    border-left: 5px;
    border-left-style: solid;
    border-left-color: white;
}

.login-submit-button input[type=submit] {
    width: 150px;
}

.checked-sign {
    width: 22.898px;
    height: 21.077px;
    overflow: visible;
    position: relative;
    margin-right: 10px;
}

    .checked-sign .checked-sign-component {
        position: absolute;
        left: 6px;
        top: 6px;
    }

.login-right-column-item {
    margin-bottom: 30px;
    display: -webkit-inline-box;
}

    .login-right-column-item .blue-color {
        font-weight: bold;
    }

.login-privacy-policy-content {
    margin-top: 25px !important;
    text-align: center;
    font-weight: 300;
}

    .login-privacy-policy-content a {
        text-decoration: none;
    }

.login-right-column-description {
    max-width: 340px;
    font-weight: 300;
}

/*END LOGIN*/
.letter {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding-top: 4px;
    width: 32px;
    height: 32px;
    text-align: center;
}

    .letter a {
        color: black;
        font-weight: 500;
        text-decoration: none;
    }

/* End Brands */

/* Catalog */

.chapter-column-content a {
    text-decoration: none;
    font-weight: bold;
}

.chapter-column-content {
    height: 100%;
    padding-top: 10px;
}

    .chapter-column-content .chapter {
        text-align: center;
        width: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

.chapter-column {
    margin-bottom: 20px;
}

.catalog-container {
    text-align: center;
}

    .catalog-container .chapter-container {
        margin-top: 10px;
        max-width: 1240px;
        text-align: left;
        margin: 0 auto;
    }

    .catalog-container .chapter-wrapper {
        width: 170px;
        display: inline-block;
        vertical-align: top;
        margin-left: -5px;
    }

    .catalog-container .chapter {
        background-color: #FFF;
        min-height: 212px;
    }

    .catalog-container .chapter-container a {
        display: block;
        text-decoration: none;
    }

        .catalog-container .chapter-container a:hover {
            text-decoration: #004B98;
        }

    .catalog-container .chapter:hover {
        cursor: pointer
    }

.chapter-list {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}


    .chapter-list .chapter-image {
        padding: 10px;
        width: 142px;
        height: 142px;
        display: flex;
        position: relative;
    }

        .chapter-list .chapter-image img {
            margin: auto;
        }

.chapter-image img {
    max-width: 120px;
    max-height: 120px;
}

.catalog-container .chapter-toplevel {
    text-align: center;
    margin-top: 5px;
}

.catalog-container .chapter .chapter-title {
    text-align: center;
    padding: 4px;
}

.chapter-title-text {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 700;
    word-break: break-word;
    line-height: 1.2;
    margin-top: 10px;
}

.product-image {
    border: 0;
    margin-bottom: 25px;
}

#chapters-owl-carousel .chapter .chapter-image {
    border: 1px solid black;
    width: 155px;
    height: 155px;
    padding: 0;
}

#chapters-owl-carousel .chapter .chapter-title {
    text-align: center;
}

    #chapters-owl-carousel .chapter .chapter-title p {
        font-size: 14px;
        font-weight: 400;
        color: black;
    }

#chapters-owl-carousel .owl-stage {
    align-items: unset;
}

#chapters-owl-carousel .owl-nav .owl-prev {
    left: -30px;
    position: absolute;
}
/* End Catalog */
.saved-message {
    color: green;
}

.save-user-message {
    padding-left: 12px;
}

.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;
    table-layout: auto;
}

.order-description-drag-and-drop {
    margin: auto;
}

    .order-description-drag-and-drop .fa-bars {
        cursor: pointer;
    }

.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 .button {
    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 .button {
            display: inline;
        }

.table-column.favorite-name-column {
    width: 200px;
}

.table-column.favorite-shared-with-column {
    width: 200px;
}

.table-column.favorite-products-nr-column {
    width: 150px;
}

.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 .button {
    display: block;
}

    .order-list-item .order-list-btns .button:not(:last-child) {
        margin-bottom: 5px;
    }

.quantityBox, .quantityBox2 {
    width: 50px;
    text-align: center;
    height: 30px;
    padding: 0 !important;
}

.quantityBox {
    margin-right: 10px !important;
    border: 1px solid #1d8dca !important;
    border-radius: 5px;
}

.valutaBox {
    width: 75px;
    text-align: right;
}

.checkbox-filters label {
    display: block;
}

/* Search */
.no-results-wrapper img {
    width: 200px;
}

.no-results-title {
    font-size: 30px;
    font-weight: 700;
}

#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-filters {
    width: 100%;
    margin-bottom: 20px;
}

#search-criteria.catalog-filters .filter-block {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#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-results-image .product-image {
    margin-bottom: 0;
}

.search-productcode .copy-image {
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.product-results-description-title a {
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
}

.product-results-description-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

    .product-results-description-title span {
        font-size: 14px;
        font-weight: lighter;
        white-space: nowrap;
    }

.product-results-description-text {
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
}

.product-results-description-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 166px;
}

.order-details-products .row {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px;
    border-top-style: solid;
    border-color: #dcdbd9;
    margin-left: 0;
    margin-right: 0;
}

    .order-details-products .row:first-of-type {
        border-top: none;
    }

.order-details-surcharges-row {
    border: none !important;
}

.product-order-quantity .quantityBox {
    margin: 0;
    height: 30px;
}

.product-results-order-info .product-order-quantity-info .product-order-quantity .quantityBox {
    margin: 0;
    height: 30px;
}

.product-results-order .product-data-row .loading {
    display: block;
}

.order-details-status-column {
    display: inline-flex;
}

    .order-details-status-column .order-details-truck {
        margin-bottom: 5px;
        margin-right: 5px;
        margin-left: 5px;
    }

.trade-product-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px;
    margin-left: 0;
}

.order-confirmation-truck {
    transform: rotateY(180deg) rotate(15deg) !important;
}

.order-confirmation-message {
    margin-top: 30px !important;
    font-size: 21px;
}

.order-details-status-item {
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 10px;
    margin: auto;
}

.tradeproduct-table {
    display: block;
    table-layout: fixed;
    margin-bottom: 5px;
    font-size: 10px;
    border-collapse: collapse;
}

.order-overview-table-container {
    width: 750px !important;
    margin-right: auto;
    margin-left: auto;
}

.overview-banner {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 0px;
}

    .overview-banner span {
        color: white;
        background-color: #009EE2;
        padding: 10px;
        padding-right: 30px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: 20px;
        font-weight: bold;
    }

.order-confirmation-overview-table {
    padding: 20px 0px;
}

.order-confirmation-submit-row {
    padding-bottom: 20px;
}

.tradeproduct-table .table-header {
    font-weight: bold;
    font-size: 17px;
    color: #009EE2;
}

    .tradeproduct-table .table-header .table-column {
        border: #d1d1d1 solid 1px;
        text-align: center;
    }

.table-row-border {
    border-bottom: #d1d1d1 solid 1px
}

.tradeproduct-table .table-row {
    font-size: 15px;
}

    .tradeproduct-table .table-row .table-column-color-blue {
        color: #009EE2;
    }

    .tradeproduct-table .table-row .table-column-color-red {
        color: red;
    }

.table-header {
    display: table-row;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}

.table-row {
    display: table-row;
}

.table-column {
    text-align: center;
    display: table-cell;
    min-height: 1px;
    padding: 10px 5px;
}

.order-overview-order-identification {
    font-size: 14px;
}

.order-overview-order-identification-wrapper {
    /*border-bottom: 2px solid #d1d1d1;*/
    padding-bottom: 25px;
    padding-top: 25px;
}


.order-overview-remark {
    padding-left: 0px;
    padding-top: 30px;
    padding-right: 0px;
}

    .order-overview-remark span {
        color: white;
        background-color: #93C01F;
        padding: 5px;
        padding-left: 30px;
        padding-right: 10px;
        border-top-left-radius: 0px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0px;
        font-size: 17px;
        font-weight: bold;
    }

    .order-overview-remark p {
        margin-top: 10px;
        font-size: 14px;
        padding: 5px;
        padding-left: 30px;
        padding-right: 10px;
        border: #d1d1d1 solid 1px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: 0px;
        line-height: 1.2;
    }

.order-overview-delivery-title {
    padding: 10px;
    padding-left: 0px;
    background-color: #009EE2;
    border-top-right-radius: 5px;
}

    .order-overview-delivery-title span {
        color: white;
        padding: 10px;
        padding-left: 30px;
        padding-right: 10px;
        font-size: 20px;
        font-weight: bold;
    }

.order-overview-delivery {
    font-size: 20px;
    color: #009EE2;
    background-color: #eef8fd;
    padding-right: 0px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .order-overview-delivery p {
        font-size: 17px;
        color: black;
        background-color: #eef8fd;
        margin-bottom: 0px;
    }

.order-sent-ids {
    width: 750px;
    padding-right: 10px
}

.order-sent-caption {
    font-size: 24px;
    color: rgba(0,0,0,1);
}

.order-sent-page {
    line-height: 25.200000762939453px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    color: rgba(0,0,0,1);
}

.order-sent-table-column .order-overview-table-container {
    border: 1px solid darkgray;
}

.order-overview-invoice-address {
    font-size: 20px;
    color: #009EE2;
    background-color: #eef8fd;
    padding: 10px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.order-overview-invoice-address-details {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    font-size: 17px;
    padding-top: 10px;
}

.order-overview-invoice-address-border {
    border-right: #d1d1d1 solid 2px;
}

.order-overview-invoice-address-col {
    padding-right: 0px;
    padding-left: 0px;
}

.order-overview-invoice-address-row {
    margin-bottom: 20px;
    font-size: 12px;
    padding-top: 10px;
}

.order-overview-order-details-field {
    border: #d1d1d1 solid 1px;
}

.order-overview-order-details-field1 {
    color: #009EE2;
    font-size: 20px;
}

.order-overview-order-details-field2 {
    font-size: 17px;
}

.order-overview-order-details-row {
    font-size: 10px;
}

.order-overview-prices-column {
    padding-right: 5px !important;
}

.order-overview-prices {
    font-size: 17px;
    /*    float: right;
*/ text-align: right;
}

.order-overview-border-bottom {
    border-bottom: #d1d1d1 solid 1px;
    width: 70%;
    margin-left: 30%;
}

.order-overview-subtotal-prices strong {
    color: #009EE2;
}

.order-overview-subtotal-prices p {
    margin-bottom: 0px;
}

.order-overview-total-prices strong {
    color: #009EE2;
}

.tradeproduct-table-width {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

.order-overview-general-terms-conditions-row {
    font-size: 13px !important;
    line-height: 11px;
    color: #161615;
    padding-bottom: 10px;
    margin-top: 20px !important;
}

.order-overview-general-terms-conditions-row-border {
    border-top: #d1d1d1 solid 1px;
    border-bottom: #d1d1d1 solid 1px;
}

.order-overview-footer-row {
    font-size: 8px;
    color: #161615;
    line-height: 11px;
    padding-bottom: 10px;
}



.order-overview-table-container .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.order-overview-footer-column {
    text-align: center;
}

.order-overview-footer {
    width: 50%;
    margin: auto;
}

.order-details-status-column .fa-check-circle {
    font-size: 22px;
    margin: auto;
}

.order-details-status-column hr {
    height: 3px !important;
}

.order-details-truck .fa-truck {
    margin: auto;
    width: 50px;
    text-align: center;
    font-size: 40px;
}

.order-details-status-line {
    width: 48%;
    margin: auto;
}

.order-details-status-text {
    display: flex;
}

.order-details-status-text-column {
    justify-content: space-between;
    display: inline-flex;
}

.order-details-total {
    padding: 16.66667px 0 8.33333px;
    text-align: end;
    display: -webkit-inline-box;
    float: right;
}

    .order-details-total #order-total-netprice {
        margin-left: 10px;
        border: solid 2px;
        height: 30px;
        padding: 0 10px;
        border-color: #1d8dca;
    }

.order-details-search {
    max-width: 250px;
    display: flex;
    align-items: center;
}

    .order-details-search #search-block button[type=submit] {
        height: 34px;
        border: none;
    }

.order-details-end {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.order-details-submit {
    text-align: end;
}

    .order-details-submit .button {
        text-align: center;
        min-width: 150px;
        font-weight: bolder;
    }

.order-details-continue-shopping .button {
    font-weight: bolder;
}

.order-details-total-row, .order-details-end, .order-description-products-header {
    margin-top: 20px !important;
}

.order-input {
    width: 100%;
}

.order-select {
    width: 100%;
    margin-bottom: 8.3333px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 39px;
}

.delivery-address-data-submit {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 20px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 20px;
}

.delivery-address-data-container .row {
    padding: 10px;
}

    .delivery-address-data-container .row:first-of-type {
        padding-top: 24px;
    }

.order-details-item {
    padding: 10px 0;
}

.delivery-information-order-details .order-details-item:first-of-type {
    padding-top: 0;
}

#deliveryDate {
    cursor: pointer;
}

.order-details-item input[type="text"] {
    font-weight: bold;
}

.delivery-information-current-date {
    width: 40%;
}

.delivery-information-calendar {
    display: flex;
    flex-direction: column-reverse;
    width: 60%;
}

    .delivery-information-calendar input {
        margin-bottom: 27px;
    }

.delivery-information-delivery-part {
    padding: 0px 10px;
    text-align: center;
    position: relative;
}

    .delivery-information-delivery-part input {
        width: 100%;
    }

    .delivery-information-delivery-part img {
        width: 25px;
        top: 7px;
        right: 20px;
        position: absolute;
    }

.delivery-info-remark-textarea {
    width: 100%;
}

.order-details-save-address-label {
    width: 100%;
    display: flex;
}

    .order-details-save-address-label span {
        width: 80%;
    }

    .order-details-save-address-label input[type="checkbox"] {
        width: 20%;
        height: 15px;
        margin: auto;
        float: left;
    }

.order-details-save-address-column {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.delivery-information-delivery-date {
    display: flex;
    padding: 10px;
}

.delivery-info-calendar-top {
    height: 91px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-align: center;
    padding-top: 10px;
    background: url(../images/Kalender1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 73px;
    font-weight: 700;
    width: 132px;
    margin-right: auto;
    margin-left: auto;
}

.delivery-info-calendar-bottom {
    height: 70px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    width: 130px;
    margin-right: auto;
    margin-left: auto;
}

.delivery-address-required-field {
    display: none;
}
/*.delivery-address-data-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}*/

.select-pickup-address {
    padding-bottom: 20px !important;
}

.order-delivery-submit {
    float: right;
}

.order-delivery-submit-info {
    margin: auto;
}

.delivery-information-order-details {
    padding: 24px;
    background-color: rgba(246,246,246,1);
}

.product-results-order-info {
/*    height: 100%;
    display: flex;
    flex-direction: column;*/
    font-size: 14px;
}
    .product-results-order-info .product-order-quantity-info{
     /*   margin-top: auto;*/
    }

    .product-results-order-info .product-order-quantity-info .product-order-quantity {
        display: block;
    }

        .product-results-order-info .product-order-quantity-info .product-order-quantity input[type=number] {
            margin-right: 5px !important;
            margin-bottom: 0px;
        }

/*FILTERS--------------------------------------------------------------------*/
.filter-content .top-filter {
    font-size: 14px;
    font-weight: 400;
}

    .filter-content .top-filter .description {
        display: flex;
        flex: 1;
    }

    .filter-content .top-filter .quantity {
        color: #BCBCBC;
    }

    .filter-content .top-filter .arrow {
        align-self: center;
        color: #1d8dca;
    }

.search-filter-header {
    display: none !important;
}

.ClassnameFilter .filter-header {
    display: block;
}

.flex-horizontal-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cursor-pointer {
    cursor: pointer;
}


/*SEARCHCSS*/
#searchpage-container .search-tabs {
    display: none;
}

.search-tabs .ui-corner-top {
    border-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border: 0;
}

.search-tabs .ui-state-default {
    background-color: #DCDCDC;
    margin-bottom: 7px;
}

    .search-tabs .ui-state-default a {
        color: #004B98;
    }

.search-tabs .ui-state-active {
    background-color: #004B98;
    margin-bottom: 7px;
}

    .search-tabs .ui-state-active a {
        color: #ffffff;
    }

#searchpage-container .left-content {
    padding-top: 84px;
}

    #searchpage-container .left-content.orderedbefore-filters {
        padding-top: 90px;
    }

        #searchpage-container .left-content.orderedbefore-filters.product-filters {
            padding-top: 126px;
        }

        #searchpage-container .left-content.orderedbefore-filters.no-filters {
            padding-top: 90px;
        }

    #searchpage-container .left-content.product-filters.outlet-filters {
        padding-top: 230px;
    }

    #searchpage-container .left-content.no-filters.outlet-filters {
        padding-top: 194px;
    }

    #searchpage-container .left-content.no-filters {
        padding-top: 48px;
    }

.search-tabs-wrapper {
    min-height: 39px;
}

#searchpage-container .sorting-container {
    text-align: right;
}

    #searchpage-container .sorting-container .sort-header {
        color: #004B98;
        display: inline-block;
        margin-right: 7px;
    }

    #searchpage-container .sorting-container .sort-body {
        display: inline-block;
    }

#searchpage-container .filtered-value {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-left: 11px;
    color: #004B98;
}

#searchpage-container .filter-label {
    font-size: 14px;
}

#searchpage-container .filtered-value .option-description {
    display: inline-block;
    padding-right: 5px;
}

#searchpage-container .filtered-value label {
}

#searchpage-container .filtered-value input {
    border: none;
    cursor: pointer;
    background-color: #004B98;
    color: white;
    padding-right: 7px;
    padding-left: 7px;
}

    #searchpage-container .filtered-value input.responsive {
        display: none;
        float: right;
    }

#productsresult-loading, #imageresult-loading, #documentresult-loading {
    display: none;
    padding-top: 10px;
    text-align: center;
}

.js-returnable-message-container {
    display: none;
}

.returnable-message-info-icon {
    display: none;
}

#search-filters .filter-header {
    max-width: 380px;
    color: #1d8dca;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

#search-filters .filter-header-collapsable {
    color: #1d8dca;
    max-width: 380px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: space-between;
    display: flex;
    font-weight: bolder !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

#search-filters .filter-header .filter-header-arrow {
    display: inline-block;
    background-color: #1d8dca;
    border-radius: 100px;
    height: 16px;
    width: 16px;
    text-align: center;
    margin-top: 5px;
}

.filter-header-arrow {
    fill: white;
}

    .filter-header-arrow .arrow-down {
        width: 10px;
        padding-bottom: 10px;
    }

#search-filters .collapsed-filter {
    font-size: 14px;
    font-weight: 400;
    padding-top: 15px;
}

#search-filters .closed-filter {
    display: none;
}

#search-filters .price-filter, #search-filters .feature, #search-filters .logged-in-filters {
    border-bottom: solid 1px rgb(220, 220, 220);
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 47px;
}

#search-filters .product-feature:first-of-type {
    padding-top: 0;
}

#search-filters #search-criteria select {
    max-width: 100%;
    margin-bottom: 7px;
}

#search-filters #search-criteria #image-undoimg {
    display: inline-block;
    padding-left: 15px;
}

#search-filters #search-criteria #image-filter {
    border-bottom: solid 1px rgb(220, 220, 220);
}

#search-filters .filter-checkbox {
    vertical-align: top;
    margin-top: 5px;
}

#search-filters .filter-checkbox-label {
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
}

#search-filters .filter-value-hidden {
    display: none;
    font-size: 14px;
    font-weight: 400;
}

#search-filters .button-show-filters {
    color: #1d8dca;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

#search-filters .search-input-with-value {
    width: calc(100% - 20px);
    margin-bottom: 4px;
}

#search-filters .undo {
    cursor: pointer;
}

#content-center-search {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 260px);
}

#product-results {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
    padding-left: 0;
}

#image-results .productimage-container {
    position: relative;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 10px;
    border-top: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    cursor: pointer;
}

#image-results .productimage-hits, #image-results .productimage-hits-description {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
    opacity: 0.5;
    background-color: white;
}

.related-products-wrapper {
    margin-top: 30px;
    padding-bottom: 30px;
}

.related-products-container .product-image img {
    max-width: 158px;
    max-height: 158px;
}

#slider-range, .slider-range {
    border-top: 5px solid #BFDCEC !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 20px;
    cursor: pointer;
}

    #slider-range:hover, .slider-range:hover {
        border-top: 5px solid #9DD3E8 !important;
    }

    #slider-range .ui-slider-handle, .slider-range .ui-slider-handle {
        background-image: url(../images/slider-handle.png);
        background-repeat: no-repeat;
        background-color: transparent;
        height: 25px;
        width: 13px;
        margin-top: -12px;
        border: none;
        cursor: pointer;
    }

        #slider-range .ui-slider-handle:hover, .slider-range .ui-slider-handle:hover {
            -webkit-filter: brightness(1.3);
            filter: brightness(1.3); /* Not sure why the compiler says function does not exist, because it does! */
        }


.slider-container {
    margin-bottom: 10px;
    width: calc(100% - 13px);
    padding-left: 11px;
    height: 120px;
}

    .slider-container .slider-values-container {
        text-align: center;
        padding-top: 5px;
    }

        .slider-container .slider-values-container .pricefilter {
            width: 60px;
            text-align: center;
        }

    .slider-container label.priceTo {
        line-height: 2;
    }

.slide {
    display: flex;
}
/*SEARCHCSS*/

.label-display-inline-flex {
    display: inline-flex;
}

.filter-checkbox {
    margin-right: 5px;
}
/*FILTERS-------------------------------------------------------------------*/
#sortresults {
    display: inline-flex;
    width: 100%;
}

    #sortresults .filter-label {
        width: 100%;
    }

.product-results-order {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

    .product-results-order .addproduct {
        width: 40px;
        height: 35px;
        margin-bottom: auto;
        margin-top: auto;
        border-radius: 4px;
    }

        .product-results-order .addproduct img {
            width: 35px;
        }

.product-results-order-info-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.per-price {
    color: black;
}

.product-results-price {
    line-height: 35px;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
}

.product-results-price-values {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    float: right;
}

.price-data-row {
    width: 80%;
}

.product-results-description-title .fa-clone {
    cursor: pointer;
}

.product-results-info {
    font-size: 14px;
    font-weight: 400;
}

.product-results-info-details {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.product-results-info-favorites {
    justify-content: space-between;
    display: flex;
}

.product-results-info-more-details a {
    text-decoration: none;
}

.product-details-more-info {
    display: none;
}

.favorites-image-column {
    max-width: 180px;
}

.whatsapp-chat a {
    white-space: nowrap;
    color: #25D366;
}

.qr-whatsapp-image img {
    width: 150px;
    height: 150px;
}

.product-results-info-favorites .fa-heart {
    -webkit-text-stroke-width: 1px;
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.fa-heart {
    -webkit-text-stroke-width: 1px;
}

.product-results-stock {
    font-size: 14px;
    display: grid;
}

.product-results-delivery-time {
    display: inline-flex;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.product-results-delivery-time-text {
    padding: 0 5px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #1d8dca;
    text-align: center;
    display: none;
    margin-right: 5px;
    min-width: 30px;
}

.product-results-info-favorites .add-favorite {
    cursor: pointer;
}

.product-row {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dcdbd9;
    padding: 15px;
    margin-bottom: 5px;
    position: relative;
    max-width: 380px;
    text-align: center;
}

    .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: 100%;
        display: grid;
        text-align: left;
    }

    .product-row .related-product-compare {
        width: 100%;
        display: grid;
        text-align: left;
        margin-bottom: 15px;
    }

    .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;
    }

    .product-row .related-product-title {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: initial;
    }

.related-product-order {
    width: 100%;
    display: inline-flex !important;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 10px;
}

.basket-icon-related-product {
    width: 30px;
}

.order-confirm .product-row .quantity-label {
    margin: 0;
}

.product-row-set-margin-right {
    margin-right: 20px;
}

.product-row .loading-img {
    height: 14px;
    width: 14px;
}

.product-row .related-products-order-buttons {
    display: inline-flex;
}

    .product-row .related-products-order-buttons .addline {
        width: 45px;
        height: 30px;
        padding-top: 1px;
        padding-right: 2px;
        border-radius: 3px;
        margin-left: 10px;
        cursor: pointer;
    }

.related-products-order-buttons .order-amount-container {
    display: grid !important;
}

.related-products-order-buttons .order-amount-container {
    text-align: left;
}

.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 {
    vertical-align: top;
}

.product-row .icons {
    text-align: right;
    position: absolute;
    right: 10px;
}

    .product-row .icons .alternative-product {
        text-decoration: none;
    }

div.product-image {
    display: inline-flex;
    height: 160px;
    width: 160px;
    border: 1px solid #e5e5e5;
}

    div.product-image a {
        width: 100%;
        text-align: center;
        margin: auto;
    }

        div.product-image a img {
            max-width: 100%;
            max-height: 100%;
        }

.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 .filter-block .filter-content .top-filters {
    font-size: 14px !important;
    font-weight: 300 !important;
    padding-bottom: 15px;
}

.filter-value-visible {
    font-size: 14px !important;
    font-weight: 400 !important;
}

#search-criteria {
    padding: 15px;
}

    #search-criteria > div {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #a2a2a2;
    }

        #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;
}

.catalog-filters div.select-designed {
    width: 55%;
}

select.select-designed {
    position: relative;
    height: 26px !important;
    line-height: 26px;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
    width: 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;
}

#content {
    margin: 0 auto;
}

.compare-product {
    vertical-align: top;
    margin-top: 5px;
}

#compare-container {
    display: block;
    position: fixed;
    bottom: 0;
    width: 340px;
    background-color: transparent;
    z-index: 1000;
}

#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, #compare-container-wrapper .js-deleteEverythingFromComparing {
        float: right;
        margin: 2px 10px;
        display: inline-block;
        width: 16px;
        height: 16px;
    }

        #compare-container-wrapper .js-collapse:hover, #compare-container-wrapper .js-expand:hover, #compare-container-wrapper .js-deleteEverythingFromComparing:hover {
            cursor: pointer;
        }

.compare-header {
    display: flex;
    justify-content: space-between;
}

    .compare-header .compare-remove-button {
        padding-top: 10px;
    }

#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;
    }

.productmenu-buttons {
    text-align: center;
    padding-bottom: 5px;
}

    .productmenu-buttons a.button {
        /*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%;
    }

.detail-info-section, .stock-info-section {
    width: 100%;
}

.detail-info-section {
    margin-right: 10px;
}

    .detail-info-section div.addproduct {
        display: inline-block;
        border-radius: 5px;
        text-align: center;
    }

        .detail-info-section div.addproduct span {
            vertical-align: middle;
        }

        .detail-info-section div.addproduct img {
            width: 45px;
        }

    .detail-info-section #select-container {
        margin-left: 0;
    }

        .detail-info-section #select-container div.select-designed {
            margin-top: 0;
        }

    .detail-info-section .field-priceunit {
        margin: 0;
    }

    .detail-info-section .minwidth input {
        float: left;
        margin: 0 5px 5px 0;
        padding: 0;
    }

.product-details-header {
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    padding-top:0;
}

.product-details .detail-info-section .caption {
    padding-top: 0;
}

.trade-product-row .product-results-order-info-wrapper {
    display: none;
}

.js-loading-prices {
    max-width: 160px;
    text-align: center;
}

    .js-loading-prices .loading {
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

.product-results-stock-wrapper {
    padding: 10px 10px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-results-order-info-column {
    max-width: 210px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media(min-width: 992px) {
    .product-results-order-info-column {
        width:auto;
    }
}

.product-results-stock-column {
    max-width: 220px;
}

.product-results-price-on-request .product-results-order-info-title {
    font-size: 14px;
}

.detail-image {
    border-style: groove;
    border: 1px solid lightgrey;
}

    .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 input {
        margin-left: 10px;
    }

.detail-info-section #select-container, .promotion-info-section #select-container {
    float: left;
}

.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;
    overflow-wrap: break-word;
    padding: 8px;
    font-size: 16px;
}

.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, .tab-section div.row select {
    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;
}

.product-order-button {
    text-align: center;
}

div.addproduct-fav-prod-res {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
    background-color: #208ccc;
}

    div.addproduct-fav-prod-res .fa-shopping-basket {
        font-size: 24px;
    }

div.addproduct {
    width: 100%;
    height: 45px;
    cursor: pointer;
}

    div.addproduct .fa-shopping-basket {
        font-size: 24px;
    }

button.addline {
    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: #006881;
    }

.orders-overview .order-list-item .row {
    display: block;
}

    .orders-overview .order-list-item .row .label {
        display: inline-block;
        width: 48%;
        max-width: 165px;
    }

    .orders-overview .order-list-item .row .value {
        display: inline-block;
        width: 50%;
    }

.orders-overview .order-filters > div {
    display: inline-block;
    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;
}

    .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: 200px;
}

.box-image {
    width: 75px;
    height: 75px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-delivery-submit-buttons {
    display: inline-flex;
    justify-content: right;
}

.order-delivery-submit-parent {
    padding-left: 10px;
}

.order-overview-remarks {
    width: 74%;
    float: left;
}

    .order-overview-remarks span {
        font-size: 12px;
        font-weight: bold;
    }

.order-overview-remarks-text {
    padding: 5px;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: grey;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*Containers*/
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
    padding: 0 40px;
}

#chapterFooter {
    padding-top: 15px;
}

.error-container {
    max-width: 1140px;
    margin: 0 auto;
}

    .error-container .error-label {
        text-align: center;
    }

/*Containers*/
/* Used for printing web pages */
@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .print-only {
        display: inline-block !important;
    }
}

@media(min-width: 1500px) {
    /*.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
    }*/

    .chapter-arrow-6 {
        display: none !important;
    }
}

@media(max-width: 1400px) {
    .chapter-list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media(max-width: 1350px) {
    .homepage-menu {
        margin-top: -40px;
    }
}

@media(max-width: 1220px) {
    /*.product-order-quantity-info {
        display: block;
    }*/

    #header #logo-block .webshop-logo {
        margin-left: 0;
    }


    h4, h5, h6, #header ul, #header ol {
        margin: 8.33333px 0;
        padding-left: 0;
    }

    .homepage .content-body {
        width: 100%;
    }

    div.contact-block {
        padding-right: 20px;
    }

    .footer-menu-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-gap: 0px;
        grid-auto-flow: column;
    }

    #footer #footer-logo, #footer .footer-menu, .download-applications-block {
        display: block;
    }

    #footer #footer-logo, .download-applications-block {
        text-align: center;
    }
}

@media(min-width: 1155px) and (max-width: 1400px) {
    .product-results-image .product-image {
        width: 140px;
        height: 140px;
    }

    .product-results-description-wrapper {
        height: 170px;
    }
}

@media(min-width: 1200px) and (max-width: 1400px) {
    .product-results-image {
        padding-left: 0;
    }
}

@media(min-width: 1200px) and (max-width: 1368px) {
    .product-details-more-info {
        display: block;
    }

    .product-results-info-more-details-inside {
        display: none;
    }

    .product-results-info-separator-more-details {
        display: none;
    }
}

@media screen and (max-width: 1250px) {
    .yesss-themes {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .theme-bar-container {
        height: 100%;
    }
}

@media(max-width: 1200px) {
    .catalog-container .chapter-container {
        max-width: 940px;
    }

    .content-container > .catalog-container {
        padding-left: 0;
        padding-right: 0;
    }

    .product-results-image .product-image {
        width: 140px;
        height: 140px;
    }

    .product-results-description-wrapper {
        height: 146px;
    }

    .product-results-order-info-column {
        max-width: unset;
    }

    .product-results-price-on-request {
        max-width: unset;
    }

    .product-results-stock-column {
        max-width: unset;
    }

    .delivery-information-delivery-date {
        display: block;
    }

    .delivery-information-current-date, .delivery-information-calendar {
        width: 100%;
    }

    .delivery-information-calendar {
        margin-top: 20px;
    }
}

@media(max-width: 1199px) {
    .filterblock {
        display: block;
        width: initial;
        padding-right: 0;
    }

    .productblock {
        width: 100%;
        padding-left: 0;
    }

    #product-results {
        max-width: 100%;
        padding-left: 2px;
    }

    #search-filters .filter-header-collapsable {
        max-width: 100%;
    }

    .glide-chapters .glide__arrows .glide__arrow--left {
        left: -20px;
    }

    .glide-chapters .glide__arrows .glide__arrow--right {
        right: -20px;
    }

    .chapter-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    /*.product-results-delivery-time {
        margin-bottom: 2px;
    }*/

    .product-order-quantity-info {
        margin: 5px 0 5px 0;
    }
}

@media(max-width: 1100px) {
    #header #searchterm {
        width: 100%;
    }
}

@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 .button {
        display: inline-block;
    }
}

@media(max-width:1024px) {
    #footer .footer-separator {
        margin-right: 50px;
    }
}

@media(max-width:1024px) and (min-width:760px) {
    .order-delivery-submit-buttons {
        display: inline-flex;
        justify-content: normal;
        flex-direction: column;
    }

    .order-delivery-submit-parent {
        display: grid;
        place-items: center;
        padding-top: 5px;
        padding-left: 0px;
    }

    .order-delivery-submit-back {
        text-align: center;
    }
}

@media(max-width: 992px) {
    #addorderlinesrelatedform {
        display: block;
    }

    .product-order-quantity-info {
        display: inline-flex;
    }

    .hidden-on-mobile {
        display: none;
    }

    .catalog-container .chapter-container {
        max-width: 760px;
    }

    .breadcrumbs-wrapper {
        margin-bottom: 0px;
    }
}

@media(max-width: 991px) {
    .chapter-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .product-results-delivery-time {
        margin-bottom: 0;
    }

    #product-results .product-results-order {
        margin-bottom: 0;
    }

    .product-results-info-details {
        margin-bottom: 0;
    }
}

@media(min-width: 1000px) {
    .chapter-arrow-5 {
        display: none !important;
    }
}

@media(max-width: 992px) and (min-width: 762px) {
    .product-spec-buttons {
        display: grid;
    }

    .scroll-to-product-details {
        order: 2;
    }

    .detail-specs .more-info {
        margin-bottom: 10px;
    }
}

@media(max-width: 980px) {

    .white-section-swiper-pagination {
        display: none;
    }

    #bannerSlider {
        display: none;
    }

    .glide-banners {
        display: block;
    }

    .c-slider__slides .c-slider__slide img {
        overflow: visible;
    }

    .banners-right-arrow {
        right: -10px !important;
    }

    .banners-left-arrow {
        left: 0px !important;
    }

    #newspages-owl-carousel .c-slider__arrow.prev {
        left: 0px;
    }

    #newspages-owl-carousel .c-slider__arrow.next {
        right: -10px;
    }

    .glide-brands .glide__arrows .glide__arrow--right {
        right: -212px;
    }

    .glide-brands .glide__arrows .glide__arrow--left {
        left: 1px;
    }

    #search-criteria.catalog-filters .filter-block, #search-criteria.catalog-filters .filter-label, .catalog-filters div.select-designed {
        width: 100%;
    }

    .homepage-menu-logged-out {
        padding-left: 0;
    }

    .homepage-menu {
        margin-top: 0px;
    }

    .glide-banners .glide__arrows {
        display: none;
    }
}

@media screen and (max-width: 967px) {
    #shopping-cart #shopping-cart-popup {
        margin-left: unset;
        width: unset;
    }

    .theme-bar-mobile {
        display: flex;
        justify-content: space-between
    }

    .landing-button {
        padding: 0;
    }

    .theme-bar {
        display: none;
    }

    #header #topmenu {
        width: 100%;
    }

    #logo-block {
        margin-top: 10px;
    }

    #header .hamburger-wrapper {
        display: block;
        margin-right: 5px;
    }

    #nav-one {
        display: none;
    }

    #top-bar {
        flex-direction: column;
    }

    #header #logo-block {
        order: 1;
    }

    #header #topmenu {
        order: 3;
        margin-bottom: 10px;
    }

    #top-bar-buttons {
        order: 2;
    }

    #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 .button {
        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, .download-applications-block {
        display: block;
        width: 100%;
        text-align: center;
    }

    #footer .footer-separator {
        display: none;
    }

    .footer-bottom-bar {
        display: block;
        text-align: center;
    }

    .footer-social {
        display: inline-flex;
    }

    .catalog-container .chapter-container {
        text-align: center;
    }

    .brand-list-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 950px) {
    .order-details-header {
        flex-direction: column;
    }

    /*        .order-details-header .data-block-title {
            display: inline-block;
            width: 160px;
        }*/

    .backoffice-order-action-button {
        margin-top: 10px;
    }

    .order-details-header .data-block-value {
        display: inline-block;
    }

    .news-pages-carousel-wrapper {
        display: block;
    }

    .news-carousel-column {
        width: 100%;
    }

        .news-carousel-column .news-carousel-image.carousel-full-image img {
            height: unset;
            max-height: 100%
        }
}

@media (max-width: 892px) {
    .product-results-order .addproduct {
        margin-bottom: 5px;
    }

    .product-results-delivery-time {
        margin-bottom: 7px;
    }
}

@media (max-width: 850px) {

    .yesss-theme-image-mobile {
        text-align: center;
    }

    .orders-overview .table-header .desktop-label {
        display: none;
    }

    .orders-overview .table-header .responsive-label {
        display: inline;
    }
}

@media (max-width: 800px) {
    #header #topmenu {
        width: 100%;
    }

        #header #topmenu #topnav {
            display: none;
        }

    #header #search-block, #header #search-block-mobile {
        width: 100%;
    }

    div.contact-block {
        margin-top: 0;
    }

    .clear800 {
        clear: both;
    }

    .productblock {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .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;
    }

    .catalog-container .chapter-container {
        max-width: 700px;
    }
}

@media(min-width: 768px) {
    .chapter-arrow-4 {
        display: none !important;
    }

    .register-field-input-gender {
        display: flex;
        flex-direction: row;
    }
}

@media(max-width: 767px) {

    .order-details-search {
        margin-bottom: 10px;
    }

    .order-details-continue-shopping {
        margin-bottom: 10px;
    }

        .order-details-continue-shopping .button {
            width: 210px;
        }

    .order-details-submit .button {
        width: 210px;
    }

    .mobile-row {
        width: auto;
    }

    .mobile-col {
        width: 50%;
        display: flex;
        align-items: center;
    }

    #sortresults {
        display: flex;
        flex-direction: column;
    }

    .order-details-submit {
        text-align: start;
    }

    .details-mobile {
        width: auto !important;
    }

    .order-details-white-background {
        line-height: 3;
    }

    .register-field-input {
        display: table-caption;
    }

    .register-field-column label {
        padding-bottom: 10px;
    }

    .register-fields {
        width: auto !important;
    }

    .register-submit-newsletter {
        width: 90%;
    }

    .product-results-description-wrapper {
        height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .product-results-stock-column {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .product-results-order-info-column, .product-results-price-on-request {
        padding-top: 15px;
        padding-bottom: 15px;
    }



    .delivery-information-delivery-date {
        display: flex;
    }

    .delivery-information-calendar {
        margin-top: 0;
    }

    .order-description-products-header {
        display: none;
    }

    .brand-carousel-container .row {
        margin: 0;
    }

    .orders-overview .responsive-label {
        display: inline-block;
        min-width: 140px;
    }

    .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;
    }

    .detail-info-section .row, .main-spec-container .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .delivery-address-data-container .row, .delivery-address-submit-container .row {
        --bs-gutter-x: 0;
    }

    .chapter-list {
        grid-template-columns: 1fr 1fr;
    }

    .news-carousel-column {
        display: block;
        height: 100%;
        margin-bottom: 10px;
    }

    .news-carousel-content-first {
        display: flex;
        flex-direction: column-reverse;
    }

    .news-carousel-column .news-carousel-image, .news-carousel-column .news-carousel-content {
        width: 100%;
    }

    .news-carousel-button {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    /*    .news-carousel-column .news-carousel-image img {
        max-height: 400px;
    }*/

    .banners-right-arrow {
        right: 3px !important;
        background-color: transparent
    }

    .banners-left-arrow {
        left: 13px !important;
        background-color: transparent
    }

    #newspages-owl-carousel .c-slider__arrow.prev {
        left: 13px;
        background-color: transparent
    }

    #newspages-owl-carousel .c-slider__arrow.next {
        right: 3px;
        background-color: transparent
    }

    .glide-brands .glide__arrows .glide__arrow--right {
        right: -200px;
        background-color: transparent
    }

    .glide-brands .glide__arrows .glide__arrow--left {
        left: 13px;
        background-color: transparent
    }

    .glide-banners .glide__arrows .glide__arrow--right {
        right: 30px;
        background-color: transparent
    }

    .glide-banners .glide__arrows .glide__arrow--left {
        left: 33px;
        background-color: transparent
    }

    #newspages-owl-carousel {
        padding: 0;
        background-color: transparent
    }

    .brand-carousel-container .row {
        padding: 0;
    }

    .top-bar-mobile-topmenu-hamburger-menu {
        padding: 0;
    }

    .top-bar-mobile-logo-buttons {
        padding: 0;
    }

    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        padding: 0 20px;
    }

    .yesss-theme {
        padding: 0;
    }

    .login-container .row {
        width: auto;
    }

    .login-left-column {
        border-right: 0px;
        border-right-style: none;
    }

    .login-right-column {
        border-left: 0px;
        border-left-style: none;
    }
}

@media(max-width: 760px) {
    .product-results-info-details {
        flex-direction: column;
    }

    .product-results-info-favorites {
        justify-content: flex-start;
    }

    .product-results-info-separator-more-details, .product-results-info-separator {
        display: none;
    }

    #footer .footer-newsletter {
        grid-column-end: unset;
    }
}

@media (max-width: 750px) {
    .homepage-menu-logged-out a {
        align-self: center;
    }

    .catalog-container .chapter-container {
        padding-left: 0;
        padding-right: 0;
    }

    .homepage .system-pages {
        width: 100%;
        min-width: 100%;
    }

    .user-settings .tooltip {
        display: none;
    }

    .footer-menu-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
    }

    .letters tr, .letters-container .letter {
        display: inline-block;
    }

    .catalog-container .chapter-container {
        max-width: 525px;
    }
}

@media screen and (max-width: 699px) {
    .yesss-theme-image-mobile img {
        max-width: 125px;
    }

    #companySettings > div:nth-child(1), #companySettings > div:nth-child(2) {
        float: none;
        width: 100%;
    }

    .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;
    }

    .brand-list-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 650px) {
    .top-bar-favorites .button {
        padding-left: 0;
        padding-right: 0;
    }

    .top-bar-mobile-logo-buttons {
        display: grid;
    }

    .compare-header {
        display: block;
    }
}

@media screen and (max-width: 599px) {

    .fullscreen-only-599 {
        display: none !important;
    }

    .main-spec-container .row .field-label {
        border-right: 0px;
    }

    .yesss-theme-image-mobile img {
        max-width: 100px;
    }

    #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 .button {
        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;
    }

    .yesss-themes {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
    }

    #top-bar {
        padding: 0;
    }
}

@media(max-width: 575px) {
    .glide-chapters .glide__arrows .glide__arrow--left {
        left: 0;
    }

    .glide-chapters .glide__arrows .glide__arrow--right {
        right: 0;
    }
}

@media(min-width: 575px) {
    .chapter-arrow-3 {
        display: none !important;
    }
}

@media(max-width: 556px) {
    .product-spec-buttons {
        display: grid;
    }

        .product-spec-buttons .more-info {
            margin-bottom: 10px;
        }

    .scroll-to-product-details {
        order: 2;
    }

    .delivery-information-delivery-date {
        display: block;
    }

    .delivery-information-calendar {
        margin-top: 20px;
    }
}

@media(max-width: 550px) {

    .ui-dialog {
        width: 100% !important;
    }

    .catalog-container .chapter-container {
        max-width: 350px;
    }

    #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%;
        }

    .footer-social {
        display: inline-flex;
    }
}

@media screen and (max-width: 500px) {
    .brand-list-wrapper {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {

    .product-order-price-value strong, .product-order-discount-value strong {
        font-size: 20px;
        margin-right: 8px;
    }

    .yesss-theme-image-mobile img {
        max-width: 75px;
    }

    #footer {
        padding: 0px;
    }

    #select-container {
        text-align: center;
    }

    .select-designed-text {
        line-height: 0px;
    }

    .download-applications {
        display: inline-block;
    }

    .download-mobile {
        margin-bottom: 10px;
    }

    #header #logo-block {
        width: 100%;
    }

    .button {
        padding: 5px 15px !important;
    }

    .shopping-cart-button {
        padding: 0px !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%;
    }

    .login-input-column {
        width: 100%;
    }

    .login-field input[type=text], .login-field input[type=password] {
        width: 100%;
    }
}

@media (max-width: 424px) {
    .chapter-column-content .chapter {
        width: 170px;
    }

    .chapter-title-text {
        font-size: 14px;
    }

    .login-right-column-description {
        width: 85%;
    }

    .main-popup-image {
        display: flex;
        justify-content: center;
    }

        .main-popup-image .productimage {
            width: 90%;
        }
}

@media(max-width:420px) {
    .homepage-menu-logged-out .block {
        margin-left: 1px;
        margin-right: 1px;
    }
}

@media (max-width: 400px) {
    .glide-brands .glide__arrows .glide__arrow--right, .glide-brands .glide__arrows .glide__arrow--left {
        display: none;
    }

    .brand-carousel-column {
        display: flex;
        justify-content: center;
    }

    .glide-brands {
        display: none;
    }

    .webshop-logo img {
        width: 350px;
        max-width: 100%;
        margin-left: -3px;
    }

    .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: 380px) {
    .catalog-container .chapter-wrapper {
        width: 169px;
    }
}

@media screen and (max-width: 373px) {
    .detail-specs .more-info, .detail-specs .scroll-to-product-details {
        display: -webkit-box;
    }
}

@media screen and (max-width: 370px) {
    #select-container.leftfloat .addproduct, #select-container.leftfloat .btn-detail {
        clear: left;
        float: right;
    }
}

@media (max-width: 360px) {

    .product-order-price-value strong, .product-order-discount-value strong {
        font-size: 20px;
    }

    .register-field-column input {
        width: 250px;
    }

    .yesss-theme-image-mobile img {
        max-width: 65px;
    }

    .yesss-theme-image-mobile {
        margin: 5px;
    }

    #footer {
        padding-left: 0;
        padding-right: 0;
    }

        #footer .powered-by {
            display: block;
            padding-right: 0;
        }

    .product-row .description {
        width: 100%;
        display: grid;
    }

    .related-product-order {
        display: inline-block !important;
    }

    .backorder-details .product-row .logistics .logistics-label {
        font-weight: bold;
        display: block;
    }

    #compare-container {
        width: 100%;
        left: initial;
    }

    .homepage-menu-logged-out {
        display: flex;
        justify-content: center;
    }

    .chapter-list {
        grid-template-columns: 1fr;
    }

    .chapter-column-content {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 359px) {
    .login-container .login-label {
        display: block;
    }

    .contact-block-before-login {
        display: none;
    }

    .catalog-container .chapter-wrapper {
        width: 100%;
    }

    #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 (max-width: 327px) {
    .detail-specs .more-info, .detail-specs .scroll-to-product-details {
        display: table;
        margin-bottom: 10px;
    }

    .main-popup-image .productimage {
        width: 80%;
    }
}

@media screen and (min-width: 1030px) {
    .criterias div {
        width: 50%;
        float: left;
    }
}

@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);
    }
}

.elbridge-response-container {
    max-width: 1100px;
    margin-left: 300px;
}

.elbridge-response-description {
    max-width: 600px;
}

.elbridge-response-quantity {
    max-width: 320px;
    justify-content: center;
    align-content: center
}

    .elbridge-response-quantity .caption {
        text-align: center;
    }

.elbridge-buttons {
    justify-content: flex-end;
}

    .elbridge-buttons a {
        width: fit-content;
    }

.topmenu-scan-button {
    display: none;
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px;
}

    .topmenu-scan-button i {
        font-size: 35px;
        --s: 8px;
        padding: 2px;
        color: dimgrey;
        border: 2px solid #737373;
        -webkit-mask: conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0 / calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
    }

.scan-button {
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 25px;
}