
#ajax-busy {
    z-index: 9999;
}

/* SerieListPanel */
.execList.active {
    border: 1px solid #00943d;
}

.list-group-item {
    position: relative;
}

.address-delete-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 6px;
    font-size: 11px;
}

.important {
    border-radius: 25px;
    border: 2px solid #f0ad4e;
    color: #f0ad4e;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-weight: bolder;
    font-size: larger;
}

.execList {
    width: 265px;
    float: left;
    position: relative;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    transition: all 0.3s ease 0s;
}

html {
    font-size: 16px;
}

header {
    font-size: 16px;
}

.execList:hover {
    border: 1px solid #00943d;
}

.execList .link {
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

.execList img {
    float: left;
    width: 50px;
}

.execList .names {
    float: left;
    width: 190px;
    margin-left: 10px;
}

.execList .name {
    font-weight: bold;
}

.execList .subtitle {
    font-size: 85%;
}

.cartMenu .dropdown-menu {
    right: 42px;
}

.cart-add .input-group-sm .btn {
    padding: 0.25rem 0.35rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
/* Verberg HTML5 number input pijltjes */
.cart-add input[type="number"]::-webkit-inner-spin-button,
.cart-add input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-add input[type="number"] {
    -moz-appearance: textfield;
}

.dropdown-menu {
    min-width: 260px;
    z-index: 1001;
}

.modal-header {
    margin-bottom: 0;
}

/* Search dropdown — jQuery UI theme overrides */

.sh-suggest-menu {
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    background-color: #fff;
    z-index: 1050; /* above Bootstrap modals */
}

/* Each suggestion item */
.sh-suggest-menu .ui-menu-item .ui-menu-item-wrapper {
    display: block;
    padding: 0.375rem 1rem;
    color: #212529;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
}

/* Hover / keyboard focus */
.sh-suggest-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
.sh-suggest-menu .ui-menu-item .ui-menu-item-wrapper:hover {
    color: #1e2125;
    /*background-color: #e9ecef;*/
    /*border-color: transparent;*/
}

/* Remove all jQuery UI chrome */
.sh-suggest-menu.ui-widget,
.sh-suggest-menu .ui-widget-content,
.sh-suggest-menu .ui-corner-all {
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
}

/*.sh-suggest-menu {*/
/*    z-index: 2500;*/
/*}*/

/*.sh-suggest-menu .ui-menu-item {*/
/*    border: solid 1px white;*/
/*    border-bottom: solid 1px #ddd;*/
/*}*/

/*a {*/
/*    color: #34495E;*/
/*}*/

/*.sh-suggest-menu .ui-menu-item.ui-state-focus a,*/
/*.sh-suggest-menu .ui-menu-item.ui-state-active a {*/
/*    text-decoration: none;*/
/*    color: #00943d;*/
/*}*/

/*.sh-suggest-menu .ui-menu-item img {*/
/*    max-height: 45px;*/
/*}*/

/*.sh-suggest-menu .ui-state-hover,*/
/*.sh-suggest-menu .ui-widget-content .ui-state-hover,*/
/*.sh-suggest-menu .ui-widget-header .ui-state-hover,*/
/*.sh-suggest-menu .ui-state-focus,*/
/*.sh-suggest-menu .ui-widget-content .ui-state-focus,*/
/*.sh-suggest-menu .ui-widget-header .ui-state-focus {*/
/*    background: none;*/
/*    font-weight: normal;*/
/*    color: #212121;*/
/*}*/

/*.sh-suggest-menu .ui-state-focus,*/
/*.sh-suggest-menu .ui-state-active {*/
/*    margin: 0;*/
/*}*/

.article-suggest-item {
    position: relative;
}

.article-suggest-item > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
}

.article-suggest-item > img[src=""] {
    visibility: hidden;
}

.article-suggest-item > div {
    margin-left: 50px;
}

.article-suggest-item div.main {
    font-weight: bold;
    font-size: 12px;
}

.gls-suggest-item {
    position: relative;
}

.gls-suggest-item > img[src=""] {
    visibility: hidden;
}

.gls-suggest-item > div {
    margin-left: 5px;
}

.gls-suggest-item div.main {
    font-weight: bold;
    font-size: 12px;
}

.impersonate {
    font-weight: normal;
    overflow: hidden;
}

.impersonate input {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: 220px !important;
}

.impersonate a {
    white-space: nowrap;
}

.impersonate .ui-menu-item {
    font-size: 12px;
}

.btn-simple {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.product-tab .tab-content ol {
    list-style-type: decimal;
    margin: 0 0 10px 25px;
}

.product-tab .tab-content ul {
    list-style-type: disc;
    margin: 0 0 10px 25px;
}

.product-tab .tab-content a {
    padding: 0;
    text-decoration: underline;
    font-weight: bolder;
}

.admin-row {
    cursor: pointer;
}

.product-tab-img {
    max-width: 400px;
}

.greentitle {
    font-size: 16px;
    color: #00943d;
    font-style: italic;
}

.product-tab h4 {
    color: #00943d;
    padding-bottom: 10px;
}

.product-tab p {
    margin-bottom: 10px;
}

.product-tab td {
    border: 2px solid #dddedf;
    text-align: center;
    padding: 5px 8px;
}

.product-tab table {
    border-collapse: collapse;
    margin: 50px auto;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    display: block;
    max-width: 100%;
}

.numberLayout {
    padding-right: 10px;
}

.card-body {
    padding: 10px;
    font-size: 13px;
}

.accordion .card-header + .collapse > .card-body,
.accordion .card-header + .collapse > .list-group {
    border-top: none;
}

.reset {
    padding: 1px 0;
    font-weight: bolder;
}

.badge {
    background-color: #d9d9d9;
}

.noFloat > a > span.badge_label {
    display: block;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

.noFloat {
    float: none !important;
}

/* ============================================= */
/* NAVBAR                                        */
/* ============================================= */

.area-nav {
    padding: .5rem .75rem;
    display: flex;
    flex-direction: row;
    height: auto;
    flex-wrap: wrap;
}

.area-nav.out {
    height: auto;
}

.area-nav-content-up, .area-nav-content-down {
    height: 3rem;
}

.area-nav-logo img {
    height: 6rem;
}

.area-nav-logo {
    margin-right: 1.2rem;
}

.area-nav-content {
    width: 100%;
}

.area-nav-content-up {
    background-color: #00943d;
    border-bottom-right-radius: 1.6rem;
    color: #fff;
    padding-right: 15%;
}

.area-nav-content-up-languages {
    float: right;
    height: 3rem;
    line-height: 3rem;
}

.area-nav-content-up-languages .selected {
    font-weight: 700;
}

.area-nav-content-up-languages a {
    text-decoration: none;
    font-size: 1.2rem;
    padding-left: 1rem;
    color: #fff;
}

.area-nav-content-down {
    color: #00943d;
    height: 3rem;
    line-height: 3rem;
}

.area-nav-content-down-left {
    float: left;
    display: flex;
}

.area-nav-content-down-right {
    float: right;
    padding-right: 15%;
}

.area-nav-content-down nav a, .dropdown.left button {
    font-weight: 700;
    color: #00943d;
    text-decoration: none;
    padding-left: 1.2rem;
    transition: .2s;
}

.menuBoxCenterd {
    display: flex;
}

select#productGroupsSelect {
    display: none;
}

li {
    list-style-type: none;
}

/* Bootstrap 5 Navbar Overrides */

.navbar.area-nav {
    background-color: #fff;
    padding: .5rem .75rem;
    height: auto;
}

.navbar.area-nav .navbar-brand {
    padding: 0;
    margin-right: 1.2rem;
}

.navbar.area-nav .navbar-brand .nav-logo {
    height: 5rem;
}

.navbar.area-nav .navbar-toggler {
    border-color: #00943d;
}

.nav-link {
    color: #00943d;
}

.navbar.area-nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2300943d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.area-nav .nav-languages {
    width: 100%;
    background-color: #00943d;
    border-bottom-right-radius: 1.6rem;
    padding: .4rem 1rem;
    order: -1;
}

.navbar.area-nav .nav-languages .nav-link {
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 400;
    padding: .25rem .5rem;
    text-decoration: none;
    border-bottom: none;
}

.navbar.area-nav .nav-languages .nav-link:hover,
.navbar.area-nav .nav-languages .nav-link:focus {
    color: #fff !important;
    text-shadow: 0 0 .5px #fff, 0 0 .5px #fff;
    text-decoration: none;
    border-bottom: none;
}

.navbar.area-nav .navbar-nav .nav-link {
    color: #00943d;
    /*font-weight: 700;*/
    text-decoration: none;
    padding-left: 1.2rem;
    padding-right: .4rem;
    transition: .2s;
}

.navbar.area-nav .navbar-nav .nav-link:hover,
.navbar.area-nav .navbar-nav .nav-link:focus {
    color: #006b2b;
    /*text-shadow: 0 0 .5px #00943d, 0 0 .5px #00943d;*/
}

.navbar.area-nav .dropdown-menu {
    min-width: 260px;
    z-index: 1001;
}

.navbar.area-nav .dropdown-item {
    color: #34495E;
    font-weight: 400;
}

.navbar.area-nav .dropdown-item:hover {
    color: #00943d;
    background-color: #f0f9f4;
}

.navbar.area-nav .user-info {
    font-weight: 400;
    color: #34495E;
}

@media (min-width: 992px) {
    .navbar.area-nav .navbar-collapse {
        display: flex !important;
        flex-wrap: wrap;
    }

    .navbar.area-nav .nav-languages {
        flex: 0 0 100%;
        justify-content: flex-end;
    }

    .navbar.area-nav .line-break {
        flex-basis: 100%;
        height: 0;
    }
}

@media only screen and (max-width: 1300px) {
    .navbar.area-nav .navbar-nav .nav-link {
        font-size: 0.85rem;
        padding-left: 0.8rem;
    }
}

@media only screen and (max-width: 960px) {
    .navbar.area-nav .navbar-nav .nav-link {
        font-size: 0.75rem;
        padding-left: 0.5rem;
    }

    .navbar.area-nav .navbar-brand .nav-logo {
        height: 4rem;
    }
}

.category-level-2 li a {
    padding: 2px 0;
}

.area-nav-banner {
    padding-top: 7px;
    position: sticky;
    top: 0;
    z-index: 1000;
    color: #fff;
    background-color: #9797a2;
    height: 3rem;
}

.area-nav-banner-text {
    height: 3rem;
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.area-nav-banner-text p {
    font-size: .9rem;
    font-weight: 700;
    margin: 0;
}

@media only screen and (max-width: 420px) {
    .area-downloads p { font-size: .7rem; }
    .area-downloads .tabcontent-list-item a { font-size: .7rem; }
}

@media only screen and (max-width: 340px) {
    .tabcontent-list-item { height: 4.2rem; }
    .tabcontent-list-item .button { padding: .2rem .3rem; font-size: .3rem; }
}

/* ============================================= */
/* FOOTER                                        */
/* ============================================= */

.area-footer-contact {
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.BmLogo { width: 80px !important; }
.ElesaLogo { width: 150px !important; }
.ShakeHandLogo { width: 113px !important; }

.area-footer-contact .area-footer-contact-content {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.area-footer-contact .area-footer-contact-content form {
    width: 100%;
}

.area-footer-contact .area-footer-contact-content form label {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.area-footer-contact .area-footer-contact-content input:first-of-type {
    box-sizing: border-box;
    width: 70%;
    margin: 2rem 0 0 0;
    font-size: 1.2rem;
    padding: .8rem 2rem;
    border-bottom-right-radius: .9rem;
    border-top-left-radius: .9rem;
    border: 1px solid #4b4b52;
    transition: .2s;
    height: 2.6rem;
}

.area-footer-contact .area-footer-contact-content input.wpcf7-submit {
    width: 22.5%;
    font-size: 1.2rem;
    height: 2.6rem;
    background-color: #00943d;
    border: none;
    color: #fff;
    text-decoration: none;
    border-bottom-right-radius: .9rem;
    border-top-left-radius: .9rem;
    transition: .2s;
    float: right;
    margin: 2rem 0 0 0;
}

.area-footer-contact .area-footer-contact-content input.wpcf7-submit:hover {
    background-color: #e3000e;
}

.area-footer-contact .area-footer-contact-content #email:focus {
    border: 3px solid #00943d;
    outline: none;
}

.area-footer-contact-content p {
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.area-footer-info {
    display: flex;
    justify-content: space-between;
    background-color: #00943d;
    color: #fff;
}

.area-footer-info .area-footer-info-logos p {
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
}

.area-footer-info .area-footer-info-logos img {
    height: auto;
    max-height: 5rem;
    width: auto;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.area-footer-info .area-footer-info-logos {
    text-align: center;
    background-color: #fff;
    width: 8%;
}

.area-footer-info .area-footer-info-logos p {
    padding-bottom: .4rem;
    padding-top: .2rem;
    font-weight: 300;
    color: #4b4b52;
}

.area-footer-info .area-footer-info-productGroups,
.area-footer-info .area-footer-info-productGroups2,
.area-footer-info .area-footer-info-productGroups3,
.area-footer-info .area-footer-info-productGroups4,
.area-footer-info .area-footer-info-pages,
.area-footer-info .area-footer-info-info-details {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    color: #fff;
}

.area-footer-info .area-footer-info-pages { width: 7%; }
.area-footer-info .area-footer-info-links { width: 4%; }
.area-footer-info .area-footer-info-links a { margin-left: auto; margin-right: auto; }

.area-footer-info h2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: .6rem;
    padding-top: 2.5rem;
}

.area-footer-info .area-footer-info-productGroups2 a:first-of-type,
.area-footer-info .area-footer-info-productGroups3 a:first-of-type,
.area-footer-info .area-footer-info-productGroups4 a:first-of-type {
    padding-top: 4.3rem;
}

.area-footer-info a {
    font-size: .9rem;
    text-decoration: none;
    color: #fff;
    padding-bottom: .35rem;
    font-weight: 300;
}

.area-footer-info .footerLogo { height: 2rem; }

.area-footer-info .area-footer-info-links {
    display: flex;
    gap: .2rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 1.5rem;
}

.area-footer-info .area-footer-info-pages li:first-of-type {
    padding-top: 2.5rem;
}

.area-footer-info .area-footer-info-pages a,
.area-footer-info .area-footer-info-details a.bold {
    font-weight: 600;
    display: inline-block;
}

.area-footer-info .area-footer-info-pages a,
.area-footer-info .area-footer-info-details a,
.area-footer-info .area-footer-info-details p,
.area-footer-info .area-footer-info-details h2 {
    font-size: 1.2rem;
    padding-bottom: .4rem;
}

.area-footer-info .area-footer-info-details p {
    font-weight: lighter;
}

.area-footer-bottom-terms {
    padding-left: 8.5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    margin-top: .5rem;
}

.area-footer-bottom-terms a {
    color: #4b4b52;
    text-decoration: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 2.5rem;
    font-weight: 300;
}

.area-footer-bottom-terms .area-footer-bottom-terms-policies { margin-right: auto; }
.area-footer-bottom-terms .area-footer-bottom-terms-maker { margin-left: auto; }
.area-footer-info-logo-mobile { display: none; }

div.wicket-modal {
    border: none;
}

/* ============================================= */
/* RESPONSIVE FOOTER                             */
/* ============================================= */

@media only screen and (min-width: 2100px) {
    .area-footer-contact { padding-bottom: 4rem; padding-top: 4rem; }
    .area-footer-contact .area-footer-contact-content input:first-of-type { margin: 1.6rem 0 0 0; font-size: 1.8rem; padding: .6rem 1.7rem; height: 3rem; }
    .area-footer-contact .area-footer-contact-content input.wpcf7-submit { margin: 1.6rem 0 0 0; font-size: 1.8rem; height: 3rem; }
    .area-footer-contact .area-footer-contact-content form label { font-size: 1.8rem; }
    .area-footer-info h2 { font-size: 1.7rem; }
    .area-footer-info a { font-size: 1.35rem; padding-bottom: .4rem; }
    .area-footer-info .area-footer-info-pages a, .area-footer-info .area-footer-info-details a, .area-footer-info .area-footer-info-details p, .area-footer-info .area-footer-info-details h2 { font-size: 1.6rem; }
    .area-footer-info-details a, .area-footer-info-details p, .area-footer-info-details h2 { font-size: 1.4rem; }
}

@media only screen and (min-width: 3600px) {
    .area-footer-contact { padding-bottom: 5rem; padding-top: 5rem; }
    .area-footer-contact .area-footer-contact-content input:first-of-type { margin: 1.6rem 0 0 0; font-size: 2.3rem; padding: .6rem 1.7rem; height: 5rem; }
    .area-footer-contact .area-footer-contact-content input.wpcf7-submit { margin: 1.6rem 0 0 0; font-size: 2.3rem; height: 5rem; }
    .area-footer-contact .area-footer-contact-content form label { font-size: 2.3rem; }
    .area-footer-info h2 { font-size: 2.3rem; }
    .area-footer-info a { font-size: 1.9rem; padding-bottom: .4rem; }
}

@media only screen and (max-width: 1570px) {
    .area-footer-info .area-footer-info-logos,
    .area-footer-info .area-footer-info-productGroups,
    .area-footer-info .area-footer-info-productGroups1,
    .area-footer-info .area-footer-info-productGroups2,
    .area-footer-info .area-footer-info-productGroups3,
    .area-footer-info .area-footer-info-productGroups4 { display: none; }
    .area-footer-info { padding-left: 10%; padding-right: 10%; }
    .area-footer-info-logo-mobile { display: flex; justify-content: center; overflow: hidden; }
    .area-footer-info-logo-mobile img { width: 100%; height: 100%; object-fit: scale-down; }
    .area-footer-info .area-footer-info-pages, .area-footer-info .area-footer-info-details, .area-footer-info-logo-mobile { width: 35%; }
    .area-footer-info .area-footer-info-pages { width: 20%; }
}

.footer-products {
    columns: 4;
}

@media only screen and (max-width: 1450px) {
    .area-footer-contact .area-footer-contact-content input:first-of-type { margin: 1.6rem 0 0 0; font-size: 1rem; padding: .6rem 1.7rem; height: 2.2em; }
    .area-footer-contact .area-footer-contact-content input.wpcf7-submit { margin: 1.6rem 0 0 0; font-size: 1rem; height: 2.2em; }
}

@media only screen and (max-width: 1300px) {
    .area-footer-contact .area-footer-contact-content input:first-of-type { width: 60%; }
    .area-footer-contact .area-footer-contact-content input.wpcf7-submit { width: 35%; }
    header { font-size: 12px; }
}

@media only screen and (max-width: 960px) {
    .area-footer-contact .area-footer-contact-content { width: 75%; }
    header { font-size: 10px; }
    .area-footer-bottom-terms { padding-left: 5%; }
    .area-footer-bottom-terms a { padding-right: 1.5rem; }
}

@media only screen and (max-width: 900px) {
    .area-footer-info { padding-left: 6%; padding-right: 6%; }
    header { font-size: 8px; }
}

@media only screen and (max-width: 800px) {
    .area-footer-info-logo-mobile { display: none; }
    .area-footer-info .area-footer-info-pages { width: 25%; }
    .area-footer-info .area-footer-info-details { width: 65%; }
}

@media only screen and (max-width: 750px) {
    .area-footer-bottom-terms a { font-size: .7rem; padding-right: .7rem; }
    .area-footer-contact .area-footer-contact-content input:first-of-type { width: 58%; }
}

@media only screen and (max-width: 600px) {
    .area-footer-contact .area-footer-contact-content input:first-of-type { width: 55%; }
    .area-footer-info .area-footer-info-pages { width: 30%; font-size: 1rem; }
    .area-footer-info .area-footer-info-details { width: 60%; font-size: 1rem; }
}

@media only screen and (max-width: 450px) {
    .area-footer-info .area-footer-info-pages a { font-size: 1rem; }
    .area-footer-info .area-footer-info-details h2, .area-footer-info .area-footer-info-details p, .area-footer-info .area-footer-info-details a { font-size: 1rem; }
    .area-footer-info .area-footer-info-logos { width: 6%; }
    .area-footer-info .footerLogo { height: 1.6rem; }
    .area-footer-bottom-terms a { font-size: .6rem; padding-right: .5rem; }
    .area-footer-contact .area-footer-contact-content form { display: flex; flex-direction: column; }
    .area-footer-contact .area-footer-contact-content form label { margin: 0; }
    .area-footer-contact .area-footer-contact-content input:first-of-type { width: 100%; margin: 0; margin-top: 2rem; }
    .area-footer-contact .area-footer-contact-content input.wpcf7-submit { width: 100%; margin-top: .5rem; }
}

@media only screen and (max-width: 380px) {
    .area-footer-bottom-terms a { font-size: .54rem; padding-right: .4rem; }
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
}

@media (min-width: 1800px) {
    .container-xxxl {
        max-width: 1760px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 12px;
        padding-left: 12px;
        width: 100%;
    }
}