﻿.o-checkbox-white input::before {
    background: url(../images/check.svg) center no-repeat white;
}

.show-outlet-image {
    margin-left: -2px;
    background: url(../images/tag-blue.svg) center no-repeat;
}

.outlet-Label-space {
    margin-bottom: 40px;
}

.outlet-filter {
    height: 50px;
    display: flex;
    margin-bottom: 9px;
}

    .outlet-filter .o-checkbox {
        margin-bottom: 0;
    }

        .outlet-filter .o-checkbox input::before {
            top: 10px;
        }

.outlet {
    color: #04378B;
    font-weight: bold;
}

.outlet-block {
    margin-top: 10px;
    color: white;
    background-color: #04378B;
    display: flex;
    justify-content: center;
    padding: 2px 0;
    font-weight: bold;
}

    .outlet-block .show-outlet-image {
        background: url(../images/tag-white.svg) center no-repeat;
        height: 20px;
        width: 20px;
    }

input[type="password"] {
    width: 100%;
    padding: 12px 18px 11px;
    border: 1px solid #acb3b8;
    border-radius: 0;
    box-shadow: inset 1px 1px 1px rgb(0 0 0 / 15%);
}

.create-product-top-line {
    display: flex;
    justify-content: space-between;
}

.btn-center {
    line-height: 30px;
}

@media (max-width: 576px) {
    .xs-full-width-contents > * {
        width: 100%;
    }
}

.gray-box {
    margin-bottom: 30px;
    padding: 30px;
    background: #e6ebef;
    background-size: 200px;
}

@media (min-width: 576px) {
    .gray-box {
        margin-bottom: 40px;
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .gray-box {
        margin: 60px 0;
        padding: 60px;
    }
}

.autocomplete-overlay {
    position: fixed;
    background-color: white;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    -ms-opacity: 0.4;
    opacity: 0.4;
}

.ve-icon {
    color: #555;
    font-size: 17px;
}

.o-favarticle {
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
    border-top: 1px solid #e6ebef;
    border-bottom: 1px solid #e6ebef;
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 15px;
}

@media (min-width: 576px) {
    .o-favarticle {
        margin-bottom: 0;
        border-top: 0;
    }
}

@media (min-width: 768px) {
    .o-favarticle {
        display: flex;
        flex-flow: row;
        justify-content: center;
        padding: 16px 0;
        margin-bottom: 0;
        border-top: 0;
    }
}

@media (min-width: 1200px) {
    .o-favarticle {
        padding: 16px 20px;
        align-items: center;
    }
}

.o-favarticle:first-child {
    border-top: 1px solid #e6ebef;
}

.o-favarticle .btn-link {
    font-weight: 300;
}

.o-favarticle__sort {
    display: none;
    flex: 0 0 40px;
    padding-top: 12px;
    text-align: center;
}

@media (min-width: 576px) {
    .o-favarticle__sort {
        display: inline-flex;
    }
}

@media (min-width: 1200px) {
    .o-favarticle__sort {
        padding-top: 0;
    }
}

.o-favarticle__image {
    flex: 0 0 45px;
    height: 45px;
}

@media (min-width: 1200px) {
    .o-favarticle__image {
        flex: 0 0 60px;
        height: 60px;
    }
}

.o-favarticle__image img {
    width: 100%;
}

.o-favarticle__info {
    display: flex;
    flex-flow: column wrap;
    flex: 0 0 calc(100% - 45px);
    padding: 0 20px;
    margin-bottom: 20px;
    justify-content: center;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .o-favarticle__info {
        flex: 0 0 calc(100% - 85px);
    }
}

@media (min-width: 768px) {
    .o-favarticle__info {
        flex: 1 1 auto;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .o-favarticle__info {
        flex: 1 1 auto;
    }
}

.o-favarticle__info h4, .o-favarticle__info .h4 {
    margin-bottom: 6px;
}

.o-favarticle__stock {
    display: none;
}

@media (min-width: 1200px) {
    .o-favarticle__stock {
        display: inline-block;
        flex: 0 0 244px;
    }
}

@media (min-width: 1400px) {
    .o-favarticle__stock {
        flex: 0 0 320px;
    }
}


.o-favarticle__count {
    margin-left: 65px;
    text-align: right;
    flex: 0 0 calc(100% - 65px);
}

@media (min-width: 576px) {
    .o-favarticle__count {
        margin-left: 105px;
        flex: 0 0 calc(100% - 105px);
    }
}

@media (min-width: 768px) {
    .o-favarticle__count {
        margin-left: 0;
    }
}

.o-favarticle__count .o-amount {
    width: 140px;
    margin-bottom: 5px;
    text-align: right;
    border: 1px solid #dae1e7;
}

@media (min-width: 576px) {
    .o-favarticle__count .o-amount {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .o-favarticle__count {
        flex: 0 0 240px;
        background-color: #fff;
    }
}

@media (min-width: 1200px) {
    .o-favarticle__count {
        flex: 0 0 230px;
    }
}

.o-favarticle__price {
    margin: 16px 0 0 65px;
    flex: 0 0 calc(100% - 65px);
    font-weight: 700;
}

@media (min-width: 576px) {
    .o-favarticle__price {
        margin-left: 105px;
        flex: 0 0 calc(100% - 105px);
    }
}

@media (min-width: 768px) {
    .o-favarticle__price {
        margin: 0;
        flex: 0 0 170px;
    }
}

@media (min-width: 1200px) {
    .o-favarticle__price {
        flex: 0 0 170px;
        text-align: right;
    }
}

@media (max-width: 576px) {
    .add-articles-to-fav-row {
        justify-content: center;
    }
}

.c-favtable {
    display: none;
    font-weight: bold;
    border-bottom: 1px solid #e6ebef;
}

@media (min-width: 576px) {
    .c-favtable {
        display: flex;
    }
}

.c-favtable__cell {
    padding: 12px 0;
}

    .c-favtable__cell.articles {
        flex: 1;
        padding-left: 20px;
    }

    .c-favtable__cell.available {
        display: none;
    }

@media (min-width: 1200px) {
    .c-favtable__cell.available {
        display: inline-block;
        flex: 0 0 270px;
    }
}

@media (min-width: 1400px) {
    .c-favtable__cell.available {
        flex: 0 0 340px;
    }
}


.c-favtable__cell.amount {
    display: none;
}

@media (min-width: 768px) {
    .c-favtable__cell.amount {
        display: inline-block;
        flex: 0 0 175px;
    }
}

@media (min-width: 1200px) {
    .c-favtable__cell.amount {
        display: inline-block;
        flex: 0 0 193px;
    }
}

.c-favtable__cell.price {
    flex: 0 0 170px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .c-favtable__cell.price {
        flex: 0 0 170px;
    }
}

.ui-sortable-placeholder.o-favarticle.sortable-item {
    height: 130px;
}

.ui-sortable-placeholder.o-cartarticle.sortable-item {
    height: 130px;
}

.o-favarticle__price > .row {
    padding-right: 20px
}

@media(max-width: 640px ) {
    .savebutton {
        right: 287px;
    }
}

@media(max-width: 340px ) {
    .savebutton {
        right: 70px;
    }
}

.content {
    background-color: #FFFFFF;
    color: rgb(58,58,58);
    clear: both;
    min-height: 500px;
    padding: 5px;
    margin-bottom: 5px;
}

.letters {
    width: 100%;
    text-align: center;
    color: #3A3A3A;
    padding: 5px 0;
    background-color: #e6ebef;
}

    .letters ul {
        display: block;
        margin-top: 7px;
        margin-bottom: 7px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .letters ul li {
            padding: 0 5px 5px 5px;
            display: inline;
            list-style: none;
        }

            .letters ul li a {
                color: #3A3A3A;
            }

            .letters ul li:hover a {
                color: #c8102e
            }

.brands-header {
    text-align: left;
    color: #3A3A3A;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #e6ebef;
}

.error-message {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 15px;
    color: #c8102e;
}

    .error-message a {
        color: #c8102e;
    }

.address-table .o-table__cell {
    padding-left: 5px;
    padding-right: 5px;
}

.address-table .functional-buttons {
    white-space: nowrap;
}

.address-table .temporary-address {
    width: 200%;
}

.grey {
    background-color: #e6ebef;
}

.order-product {
    border-top: 1px solid #e6ebef;
}

    .order-product .o-cartarticle {
        border: none;
    }

        .order-product .o-cartarticle .o-cartarticle__image img {
            max-width: 60px;
            max-height: 80px;
        }

    .order-product .o-cartarticle {
        width: 10% !important;
    }

    .order-product .row {
        width: 90% !important;
    }

        .order-product .row .form-group strong {
            padding-right: 5px;
        }

.file-wrapper input[type="file"] {
    display: none;
}

.file-wrapper .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    margin-right: 0.5rem;
}

.o-table-xl {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

    .o-table-xl .o-table-xl__row {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border: 1px solid #dae1e7;
    }

        .o-table-xl .o-table-xl__row.active {
            background-color: rgba(70, 151, 58, 0.1);
        }

            .o-table-xl .o-table-xl__row.active .btn--active {
                background: url(../images/check.svg) center no-repeat #46973a !important;
                background-size: 24px;
            }

                .o-table-xl .o-table-xl__row.active .btn--active svg {
                    opacity: 0;
                }

        .o-table-xl .o-table-xl__row.head {
            display: none;
        }

    .o-table-xl .o-table-xl__cell {
        display: inline-block;
        width: 50%;
        padding: 20px 20px 0 20px;
    }

@media (max-height: 700px) {
    .content {
        min-height: 150px;
    }
}

@media(min-width: 992px) {
    .article-conversion-table .o-table__cell {
        padding: 10px;
    }

    .article-conversion-table .source {
        white-space: nowrap
    }
}

@media (min-width: 1200px) {

    .o-table-xl .o-table-xl__row {
        display: table-row;
        padding: 0;
        margin-bottom: 0;
        border: 0;
        border-bottom: 1px solid #dae1e7;
    }

        .o-table-xl .o-table-xl__row.head {
            display: table-row;
        }

    .o-table-xl .o-table-xl__cell {
        display: table-cell;
        width: auto;
        padding: 0;
        line-height: 50px;
    }

        .o-table-xl .o-table-xl__cell strong, o-table-xl .o-table-xl__cell br {
            display: none;
        }

    .o-table-xl .o-table-xl__row.head .o-table-xl__cell strong {
        display: inline-block;
    }

    .o-table-xl .reference-table-cell.reference-table-cell-info br {
        display: none;
    }
}

.facturen-table .o-table-xl__cell {
    padding-left: 5px;
    padding-right: 5px;
}

.orders-table .o-table-xl__cell {
    padding-left: 5px;
    padding-right: 5px;
}

.order-object .o-table-xl__cell,
.order-object .o-table__cell {
    padding-left: 5px;
    padding-right: 5px;
}

.o-table-xl .reference-table-cell {
    line-height: 20px;
}

    .o-table-xl .reference-table-cell br {
        display: block;
    }

.o-table-xl .o-table-xl__cell .sub-title {
    font-size: 13px;
}

.picture-cell {
    line-height: 15px;
}

    .picture-cell .sub-title {
        font-size: 13px;
    }


.c-search__product__image img {
    max-width: 40px;
    max-height: 40px;
}

.bold {
    font-weight: 400;
}

.o-rangefilter span {
    margin: 0 8px;
}

.sticky-buttons {
    width: 150px;
    right: 30px;
    position: fixed;
    bottom: 60px;
    display: inline-block;
}

.js_sort {
    cursor: pointer
}

.my-3-children > * {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-2-children > * {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.cursor-pointer {
    cursor: pointer;
}


.o-table__cell .instock {
    font-weight: 700;
    color: #46973a;
}

@media(min-width:992px) {
    .order-confirm-table .o-table__cell {
        vertical-align: middle;
        padding: 7px 0;
        line-height: unset;
    }
}

.order-confirm-table .o-table__cell br {
    display: unset;
}

.right-menu a.haschilds,
.right-menu span.haschilds {
    font-weight: 700;
}

.menu .submenu--second {
    min-height: 100%;
}

.menu .submenu--third {
    min-height: 100%;
}

.submenu {
    max-width: 100%;
    min-width: 400px;
}

.header__dropdown {
    left: -170px;
}

.track-trace-slider {
    height: 300px;
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
}

    .track-trace-slider .swiper-wrapper {
        align-items: center;
    }

    .track-trace-slider .swiper-slide {
        text-align: center;
    }

.track-trace-picture {
    max-height: 500px;
    max-width: 100%;
    width: unset !important;
}

.modalContent {
    text-align: center
}

@media (min-width:576px) {
    .header__dropdown {
        display: block
    }
}

#create-product-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

    #create-product-table > tr td:first-child {
        min-width: 200px;
        max-width: 300px;
        width: 50%;
    }

    #create-product-table > tr td:nth-child(2) {
        min-width: 200px;
        width: 50%;
        vertical-align: top;
    }

    #create-product-table .xsmall-select,
    #create-product-table .xsmall-input {
        width: 180px
    }

    #create-product-table .small-select,
    #create-product-table .small-input {
        width: 150px
    }

    #create-product-table .medium-select,
    #create-product-table .medium-input {
        width: 300px
    }

    #create-product-table .required-input, .required-input:focus {
        border-left-width: 3px !important;
        border-left-color: red;
    }

    #create-product-table .large-input,
    #create-product-table .large-select {
        width: 500px
    }

    #create-product-table .errorLabel li {
        list-style-type: disc;
        font-size: 15px;
    }

    #create-product-table .o-tooltip {
        display: inline
    }

    #create-product-table tr {
        background-color: #fff
    }

    #create-product-table table tr, #create-product-table table td {
        border: 0
    }

    #create-product-table table {
        margin-bottom: 0px;
    }

#extra-supplier-check-div input::before {
    top: -17px;
}

.create-product-label {
    white-space: nowrap
}

.image-brands-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brands-per-article-group{
    z-index:1;
    white-space: nowrap;
    margin-top: 30px;
}

.brands-per-article-group span{
    font-weight: 700;
}

    .brands-per-article-group a {
        text-decoration: underline;
        color: rgb(200,16,46);
    }

.product-details-slider {
    height: 360px;
    width: 330px;
    margin: 0 auto;
    max-width: 100%;
}

    .product-details-slider .swiper-wrapper {
        align-items: center;
    }

    .product-details-slider .swiper-slide {
        text-align: center;
    }

.comparetable .diff td {
    background-color: rgba(200, 16, 46, 0.2);
}

.nmp-content-page input[type=button], .nmp-content-page input[type=submit] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #c8102e !important;
    border-color: #c8102e !important;
    box-shadow: none;
    text-decoration: none !important;
    align-items: center;
    padding: 15px 20px 16px;
    font-weight: 700;
    border-radius: 0;
    border: 0;
}

    .nmp-content-page input[type=button]:hover, .nmp-content-page input[type=submit]:hover {
        color: #fff;
        background-color: #9d0109 !important;
        border-color: #9d0109 !important;
        box-shadow: none;
        text-decoration: none !important;
    }

.c-producttabsheader {
    top: -94px;
}

.c-producttabsheader {
    top: 30px;
}

.clickable {
    cursor: pointer
}

.o-product__compare {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}

    .o-product__compare span {
        margin-left: 10px;
    }

.o-product__compareAlternative {
    display: inline-flex;
    align-items: center;
    cursor: url('../images/cursor-left-right.svg') 50 50, auto;
}

    .o-product__compareAlternative span {
        margin-left: 2px;
    }

.c-productheader {
    height: 64px;
    overflow: unset;
}

.o-tooltip span.article-contains-notification {
    visibility: visible;
    opacity: 0.85;
    display: none;
    pointer-events: all;
    cursor: pointer;
}

#spinnerOverlay {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 300;
}

    #spinnerOverlay.active {
        opacity: 1;
        visibility: visible;
    }

    #spinnerOverlay > div {
        width: 5rem;
        height: 5rem;
    }

.product-floating-icons {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: end;
}

@media(max-width:410px) {
    .product-floating-icons {
        position: unset;
    }
}

.o-product__info {
    position: relative;
}

.product-icon {
    height: 21px;
    margin: 0 2px;
}

.left-menu {
    display: flex;
    flex-flow: row wrap;
}

.right-menu {
    padding-top: 10px;
    background-color: #e6ebef;
}

@media (min-width: 768px) {
    .right-menu {
        background-color: transparent;
        padding-top: 0px;
    }
}

#mainArea {
    min-height: calc(100vh - 652px);
    min-width: 280px;
    overflow: auto;
}

.clearfloat {
    clear: both;
}

.debtor-input {
    min-width: 184.5px;
}

.custom-disabled {
    pointer-events: none;
    opacity: 0.65;
}

.o-table__row {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .chapter-image {
        min-height: 120px;
    }
}

@media (min-width: 1200px) {
    .menu-container-ie-fix {
        left: 0 !important;
    }
}

.word-break-ie-fix {
    overflow-x: auto;
    overflow-y: hidden;
}

.o-category .chapter-image-container {
    width: 40px;
    text-align: center;
}

    .o-category .chapter-image-container img {
        max-height: 50px;
        max-width: 40px;
        width: auto;
        height: auto;
    }

.c-checkout.confirm span {
    word-break: break-word;
}

.o-cartarticle-confirm__price {
    display: none;
}

.o-cartarticle-confirm__stock {
    display: none;
}

.o-cartarticle-confirm__count {
    margin-left: 65px;
    flex: 0 0 calc(100% - 65px);
}

.o-cartarticle-confirm__subtotal {
    margin: 16px 0 0 65px;
    flex: 0 0 calc(100% - 65px);
    font-weight: 700;
}

.c-carttable__cell.confirm-amount {
    display: none;
}

@media (min-width: 576px) {
    .o-cartarticle-confirm__subtotal {
        margin: 16px 0 0 65px;
        flex: 0 0 calc(100% - 105px);
    }

    .o-cartarticle-confirm__count {
        margin: 16px 0 0 65px;
        flex: 0 0 calc(100% - 105px);
    }
}

@media (min-width: 768px) {

    .o-cartarticle-confirm__subtotal {
        margin: 0;
        flex: 0 0 100px;
    }

    .o-cartarticle-confirm__count {
        flex: 0 0 165px;
    }

    .c-carttable__cell.confirm-amount {
        display: inline-block;
        flex: 0 0 120px;
    }
}

@media (min-width: 1200px) {
    .o-cartarticle-confirm__subtotal {
        flex: 0 0 125px;
        text-align: right;
    }

    .o-cartarticle-confirm__price {
        display: inline-block;
        flex: 0 0 220px;
        padding: 20px 30px 20px 20px;
    }

    .o-cartarticle-confirm__count {
        flex: 0 0 190px;
    }

    .o-cartarticle-confirm__stock {
        display: inline-block;
        flex: 0 0 207px;
    }

    .c-carttable__cell.confirm-amount {
        display: inline-block;
        flex: 0 0 210px;
    }
}

@media (min-width: 1400px) {
    .o-cartarticle-confirm__stock {
        display: inline-block;
        flex: 0 0 275px;
    }
}

@media (min-width: 992px) {
    .o-table__cell.max-200 {
        display: block;
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1199.98px) {
    .submenu.active {
        height: 100%;
        overflow-y: scroll;
    }
}

.homepage-brand {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    transition: all 0.2s;
}

    .homepage-brand:hover {
        -webkit-filter: grayscale(0);
        filter: none;
    }

.o-product__image-configurator {
    flex: 0 0 60px;
    height: 60px;
    margin: 0 0 0 20px;
}

    .o-product__image-configurator a {
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0;
    }

    .o-product__image-configurator img {
        width: 100%;
        max-height: 100%;
    }

@media (min-width: 992px) {
    .o-product__image-configurator {
        flex: 0 0 80px;
        height: 80px;
        margin: 0 0 20px 30px;
    }
}

@media (min-width: 1200px) {
    .o-product__image-configurator {
        flex: 0 0 120px;
        height: 120px;
        margin: 0 0 20px 30px;
    }
}

.green-offer-icon {
    width: 25px;
}

h3 > .green-offer-icon {
    margin-right: 10px;
}

.o-toggle.green-offer input:checked + .o-toggle__slider::before {
    background-color: #087f36;
}

.o-toggle.green-offer input:checked + .o-toggle__slider {
    background-color: rgb(8, 127, 54, 0.3);
}

.toggle-container {
    display: flex;
}

.o-cartarticle__info .green-offer-icon,
.o-favarticle__info .green-offer-icon {
    width: 20px;
}

@media (min-width: 576px) {
    .o-toggle {
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    h1 .green-offer-icon {
        width: 40px;
    }
}

@media (max-width: 576px) {
    .o-toggle.green-offer > * {
        margin-top: 10px;
    }

    .toggle-container {
        flex-flow: wrap;
    }

    .form-group.select::after {
        top: calc(40% - 3px);
    }
}

@media (max-width: 400px) {
    .form-group.select::after {
        top: calc(35% - 3px);
    }
}

.o-product__buttons {
    margin-bottom: 20px;
}

.package-quantity {
    color: #342fba;
    font-weight: 700;
}

.social-icons {
    display: flex;
}

    .social-icons span {
        font-size: 30px;
    }

    .social-icons > a:nth-child(2) {
        margin-left: 10px;
    }

    .social-icons > a:nth-last-child(-n+2) {
        margin-left: 20px;
    }

img.usage-unit-icon {
    width: 12px;
    margin: auto 18px auto 0;
}

.product-description > .row:first-of-type {
    margin-bottom: 20px;
}

.product-description h3 {
    margin-bottom: 5px;
}

.c-productattributes__title.active ~ .row {
    display: block;
}

    .c-productattributes__title.active ~ .row.product-group-tabs {
        display: flex;
    }

.o-table__row.head .o-table__cell p {
    font-weight: bolder;
}

.remaining-stock {
    text-decoration: underline;
    cursor: pointer;
}

.o-table__cell {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
}

.btn--icon.border-start-0 {
    line-height: normal;
}

.header {
    padding: 0;
}

.header__main {
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-search__dropdown {
    z-index: 101;
}

@media (min-width: 576px) {
    .header__main {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header__search {
        height: 75px;
    }
}

@media (min-width: 768px) {
    .header {
        position: sticky;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .navigation {
        width: 100%;
    }

    .header__main {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

textarea.product-list {
    border: 0;
    border-bottom: 2px solid #b5b6b7;
    background-color: #e6ebef;
    box-shadow: none;
}

.orders a.settings_button {
    color: #495059;
    text-decoration: none;
}

    .orders a.settings_button:hover {
        color: #212529;
    }

.orders a {
    color: #C8102E;
    text-decoration: underline;
}



    .orders a:hover {
        color: #495059;
    }

.invoices-prev-next > a,
.invoices-prev-next > a:hover,
.new-shopping-cart-container > a,
.new-shopping-cart-container > a:hover {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .submenu-content {
        overflow: auto;
        max-height: calc(85vh - 170px);
        /* Hide the scrollbar */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        scrollbar-width: none; /* Firefox */
    }

        /* Hide the scrollbar */
        .submenu-content::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

    .scroll-up > svg {
        transform: rotate(180deg) !important;
    }

    .scroll-down > svg {
        transform: rotate(0) !important;
    }

    .scroll-up,
    .scroll-down {
        padding: 12px 20px 10px 20px;
        text-align: center;
    }

        .scroll-up > svg,
        .scroll-down > svg {
            margin: 0 auto !important;
        }

            .scroll-down > svg > path,
            .scroll-up > svg > path {
                fill: #495059 !important;
            }

    .header__dropdown > .submenu-content {
        max-height: calc(95vh - 180px);
    }

    .header__dropdown > .scroll-up,
    .header__dropdown > .scroll-down {
        width: 100%;
        background-color: #fff;
        padding: 12px 14px 10px 14px;
    }
}

.o-toggle.modified-orderlines {
    align-self: center;
}

    .o-toggle.modified-orderlines input:checked + .o-toggle__slider::before {
        background-color: #c8102e;
    }

    .o-toggle.modified-orderlines input:checked + .o-toggle__slider {
        background-color: rgb(200, 16, 46, 0.3);
    }

@media (min-width: 992px) {
    .order-object .o-table__row.head .o-table__cell strong {
        display: block;
    }

    .order-object .cell-modified {
        width: 15%;
    }

    .order-object br {
        display: block;
    }
}

@media(min-width: 1200px) {
    .order-details-actions {
        padding-left: 130px;
    }
}

.order-filter-buttons {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

a.assortment-link {
    border: none;
    color: inherit;
    padding: 0;
}

.notifications-texts-container {
    padding-top: 40px;
    padding-bottom: 230px;
}

.ml-1 {
    margin-left: 1em;
}

.request-return-input .o-amount {
    border: 1px solid #dae1e7;
    margin-bottom: 5px;
    text-align: right;
    width: 120px;
}

.request-return-input strong {
    vertical-align: middle;
}

.product-icons {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.internal-field {
    color: rgb(200,16,46);
}


@media (min-width: 768px) {
    .navigation {
        position: fixed;
    }
}

@media (min-width: 1200px) {
    .navigation {
        position: relative;
    }
}

.additional-info {
    margin-left: 10px;
}

.o-product-result {
    overflow: visible;
}

.product-info-text, .product-info-text a {
    color: #c8102e;
}

.product-icons {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.already-ordered-label {
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-right: 55px solid #27348b;
    transform: rotate(135deg);
    top: -36px;
    right: -9px;
    position: absolute;
}

    .already-ordered-label > p {
        transform: rotate(-90deg);
        position: absolute;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 0;
        left: 15px;
        top: -13px;
    }

@media (min-width: 992px) {
    .already-ordered-label {
        transform: rotate(45deg);
        left: -9px;
    }
}

#autocomplete-main-container {
    width: 100%;
    position: relative;
}

#autocomplete-main-chapter-container {
    position: relative;
}

#autocomplete-chapter-container {
    position: absolute;
}

.sent-page-link {
    color: rgb(200, 16, 46);
    font-weight: bold;
}

.btn-empty-basket {
    font-weight: 500;
    display: flex;
    align-items: center;
}

    .btn-empty-basket > img {
        width: 20px;
        margin-right: 10px;
    }

        .btn-empty-basket > img:last-child {
            display: none;
        }

    .btn-empty-basket:hover {
        cursor: pointer;
        color: inherit;
    }

        .btn-empty-basket:hover > img:first-child {
            display: none;
        }

        .btn-empty-basket:hover > img:last-child {
            display: block;
        }

.order-details-actions {
    display: flex;
    justify-content: space-between;
}

@media (max-width:576px) {
    .btn-empty-basket {
        justify-content: center;
    }

    .order-details-actions {
        flex-direction: column;
    }
}

.quick-add-articles-row {
    display: flex;
}

    .quick-add-articles-row > div {
        margin: 10px 10px 10px 0;
    }

.o-accordion__label::before {
    right: -10px;
}

.o-accordion__label::after {
    right: -4px;
}

.header__debtor-mode {
    background-color: #495059;
    color: #fff;
}

    .header__debtor-mode > form {
        padding: 10px 15px;
        width: 100%;
    }

    .header__debtor-mode p {
        margin: 0;
    }

    .header__debtor-mode input {
        padding: 0 0 0 10px;
        height: 30px;
    }

.close-customer-mode {
    padding: 0;
    color: white;
    background: none;
    border: none;
    box-shadow: none;
    justify-self: end;
}

.header__debtor-mode div {
    column-gap: 40px;
    row-gap: 10px;
}

#customer-autocomplete {
    position: absolute;
    z-index: 211;
    background: #fff;
    color: #495059;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 1px 9px rgb(0 0 0 / 15%);
    padding: 15px;
    display: none;
}

    #customer-autocomplete ul {
        list-style: none;
        padding: 0;
    }

.icon-sliders {
    width: 20px;
}

.clear-button {
    background: none;
    border: none;
    padding-left: 0px;
    font-weight: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    color: inherit;
}

.countries-dropdown {
    width: 100%;
}

.select > select:disabled {
    background-color: #e9ecef;
}

@media (min-width: 992px) {
    .address-table .head .o-table__cell strong {
        display: block;
    }

    .delivery-form {
        width: 60%;
    }
}

@media (max-width: 576px) {
    .delivery-form .form-group.select::after {
        top: calc(50% - 3px);
    }
}

.delivery-form .row > * {
    padding-left: 0;
    padding-right: 0;
}

.header__extra {
    background-color: #495059;
    color: #fff;
}

    .header__extra div {
        column-gap: 40px;
        row-gap: 10px;
        width: 100%;
    }

    .header__extra p {
        margin: 0;
    }

    .header__extra a,
    .header__extra button {
        padding: 0;
        color: white;
        background: none;
        border: none;
        box-shadow: none;
        justify-self: end;
    }

        .header__extra a:hover {
            text-decoration: underline;
        }

.close-header img {
    width: 15px;
}

#notification {
    display: none;
}

.notification {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .notification p {
        font-weight: 700;
    }

.header__main {
    position: relative;
}

.product-info-breakword {
    word-break: break-all;
}

@media (max-width: 576px) {
    .header__search {
        position: absolute;
        top: 64px;
    }

    .header__extra div {
        column-gap: 0;
    }
}

@media (min-width: 576px) {
    .notification {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .close-header {
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    :target {
        scroll-margin-top: 170px;
    }
}

@media (min-width: 1200px) {
    :target {
        scroll-margin-top: 140px;
    }
}

.day-of-the-week-checkbox {
    width: 19%;
    line-height: 2;
}

    .day-of-the-week-checkbox input {
        padding-right: 30px;
    }

.js_frequency {
    width: 80%;
    line-height: 2;
}

    .js_frequency:first-child {
        width: 19%;
    }

    .js_frequency input {
        padding-right: 30px;
    }

@media (max-width:992px) {
    .day-of-the-week-checkbox {
        width: 27%;
    }

    .js_frequency {
        width: 100%;
    }

        .js_frequency:first-child {
            width: 27%;
        }
}

@media (max-width:768px) {
    .day-of-the-week-checkbox {
        width: 36%;
    }

    .js_frequency:first-child {
        width: 36%;
    }
}

.o-tooltip.automatic-mail {
    padding-left: 0px;
    max-width: 25px;
}

    .o-tooltip.automatic-mail span.right {
        top: 27%;
        left: 40px;
    }

#moreinfo ul a {
    color: #c8102e;
    text-decoration: underline;
}

.description-fields-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* remove arrows from number input */
/* Chrome, Safari, Edge, Opera */
.number-no-arrows::-webkit-outer-spin-button,
.number-no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.number-no-arrows[type=number] {
    -moz-appearance: textfield;
}

.unique-selling-points {
    background: #e9ecef;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

    .unique-selling-points img {
        height: 17px;
    }

    .unique-selling-points > .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 10px;
        row-gap: 20px;
    }

        .unique-selling-points > .container > div {
            display: flex;
            column-gap: 15px;
            align-items: center;
            font-size: 15px;
        }

            .unique-selling-points > .container > div a, .unique-selling-points > .container > div span{
                padding-top: 3px;
            }

        .unique-selling-points > .container > div a:hover{
            text-decoration: underline;
            cursor: pointer;
        }

                .unique-selling-points > .container > div a:visited {
                    text-decoration: none;
                    color: inherit;
                }

            .unique-selling-points > .container > div:only-child {
                margin: 0 auto;
            }


@media (min-width: 1243px) {
    .unique-selling-points {
        height: 35px;
        padding: 0;
        width: 100%;
    }
}

@media(max-width: 1242px){
    .unique-selling-points {
        display:none;
    }
}

.footer__certifications {
    display: flex;
    column-gap: 10px;
}

    .footer__certifications a,
    .footer__certifications img {
        height: 50px;
    }

.new-shopping-cart-container {
    margin-top: 0;
}

a.exit-quick-scan {
    background: #c8102e;
    color: white;
}

    a.exit-quick-scan:visited,
    a.exit-quick-scan:hover {
        color: white !important;
    }
/*.o-tooltip span {
    padding: 22px 10px;
}
*/
/*.o-tooltip:active span {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}*/

.o-tooltip span:not(.mbsc-font-icon) {
    pointer-events: auto;
}

.account-content div {
    position: relative;
    display: inline-flex;
    width: 100%;
    padding: 12px 14px 10px 14px;
    background-color: #fff;
    border-bottom: 1px solid #dae1e7;
    font-size: 17px;
    text-transform: initial;
    text-decoration: none;
}

    .account-content div.disabled {
        color: rgba(73, 80, 89, 0.5);
    }

.disabled.o-tooltip a {
    background-color: initial;
    padding: 0 !important;
    width: auto;
    color: white;
    font-size: inherit;
    text-decoration: underline;
    text-transform: initial;
}

/*.disabled.o-tooltip img {
    width: 10px;
    position: absolute;
    right: 8px;
    top: 4px;
}*/
.c-accountmenu div {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-left: 4px solid transparent;
}

    .c-accountmenu div svg, .c-accountmenu div span {
        display: block;
        justify-content: center;
        width: 30px;
        margin: -2px 6px 0 0;
    }

    .c-accountmenu div.disabled {
        color: rgba(73, 80, 89, 0.25);
        cursor: default;
    }

    .c-accountmenu div a {
        display: block
    }

.submenu-account-content div {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 !important;
    padding: 20px 28px !important;
    color: #495059;
    font-weight: 400;
    border-bottom: 1px solid #dae1e7;
}

    .submenu-account-content div.disabled,
    .submenu-account-content div.disabled:hover {
        color: rgba(73, 80, 89, 0.5) !important;
        text-decoration: none;
    }

        .submenu-account-content div.disabled span:hover {
            color: white;
            text-decoration: none;
        }

.submenu-account-content .o-tooltip span.top {
    left: 35%;
    bottom: calc(100%);
    display: block;
}

    .submenu-account-content .o-tooltip span.top a {
        border-bottom: none;
    }

.o-table.my-details .o-table__row {
    border-bottom: none;
}

.main-warehouse-warning {
    color: #c8102e;
    width: 550px;
    display: none;
}

/*related product groups*/
.product-group-tab {
    flex: 1;
    max-width: 220px;
    cursor: pointer;
    border-bottom: 1px solid #dae1e7;
    padding-top: 8px;
    padding-bottom: 8px;
}

.product-group-tab-empty {
    flex: 2;
    border-bottom: 1px solid #dae1e7;
}

.product-group-tab-active {
    border: 1px solid #dae1e7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0 !important;
    font-weight: 700;
}

.product-group-content {
    display: none;
}

.o-relatedproduct__image {
    text-align: center;
}

    .o-relatedproduct__image img {
        text-align: center;
    }

@media (min-width: 768px) {
    .product-group-content-desktop .o-relatedproduct:hover {
        /*        cursor: url('../images/cursor-left-right.svg') 50 50, auto;*/
    }

    .arrows-mobile {
        display: none;
    }
}

.arrows-mobile {
    justify-content: center;
}

    .arrows-mobile img {
        width: 100px;
    }

.submit-form-button span {
    font-family: "ff-scala-sans-pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #495059;
}

.schneider-submit-button {
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #495059;
    font-family: "ff-scala-sans-pro", Arial, sans-serif;
}


.company-row {
    align-items: center;
}

.tooltip-company-setttings {
    width: 50px;
    padding-left: 30px;
}

.save-companysettings-msg {
    color: rgb(200, 16, 46);
    font-weight: bold;
    margin: 20px 0px;
}

.selected-filters-section .header-filters {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 22px;
}

    .selected-filters-section .header-filters .reset-filters-button {
        color: #c8102e;
        cursor: pointer;
    }

.selected-filters-section .selected-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex-direction: row;
    margin-top: 16px;
}

    .selected-filters-section .selected-filters .selected-filter {
        border-radius: 32px;
        padding: 4px 8px;
        background-color: #e6ebef;
        display: flex;
        flex-direction: row;
        max-width: fit-content;
        cursor: pointer;
        align-items: center;
    }

        .selected-filters-section .selected-filters .selected-filter span {
            font-size: 13px;
            font-weight: 400;
        }

        .selected-filters-section .selected-filters .selected-filter i {
            font-size: 16px;
            line-height: 1;
        }

            .selected-filters-section .selected-filters .selected-filter i::before {
                font-weight: 700;
            }
@media (max-width: 1200px) {
    .selected-filters-section {
        display: none;
    }
}
.break-word {
    word-break: break-all;
}

.selected-filters-section .header-filters {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 22px;
}

    .selected-filters-section .header-filters .reset-filters-button {
        color: #c8102e;
        cursor: pointer;
    }

.selected-filters-section .selected-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex-direction: row;
    margin-top: 16px;
}

    .selected-filters-section .selected-filters .selected-filter {
        border-radius: 32px;
        padding: 4px 8px;
        background-color: #e6ebef;
        display: flex;
        flex-direction: row;
        max-width: fit-content;
        cursor: pointer;
        align-items: center;
    }

        .selected-filters-section .selected-filters .selected-filter span {
            font-size: 13px;
            font-weight: 400;
        }

        .selected-filters-section .selected-filters .selected-filter i {
            font-size: 16px;
            line-height: 1;
        }

            .selected-filters-section .selected-filters .selected-filter i::before {
                font-weight: 700;
            }
@media (max-width: 1200px) {
    .selected-filters-section {
        display: none;
    }
}

