﻿

/* Home bookmark list */
.white {
    color: white;
}

.removefavorite {
    position: absolute;
    border: 1px solid darkred;
    border-radius: 11px;
    width: 22px;
    height: 22px;
    line-height: 1em;
    text-align: center;
    padding-right: 1px;
    z-index: 99;
    right: 5px;
    top: 5px;
}

.bookmark-list {
    width: calc(100% + 26px);
    margin: 0 -13px;
    padding: 0;
}

#bookmark-list {
    list-style: none;
    position: relative;
}

.clear-fix {
    clear: both;
}


.bookmark-item {
    float: left;
    width: calc(20% - 26px);
    margin: 13px;
    position: relative;
    cursor: pointer;
    vertical-align: bottom;
}

    .bookmark-item img {
        margin: 0 auto;
        display: block;
    }

        .bookmark-item img.mt {
            max-height: 30px;
            margin-top: 10px;
        }

.draggable {
    background-color: white;
}

.bookmark-item:hover {
    box-shadow: 0 8px 5px 0 rgba(0,0,0,.15), 0 2px 2px 0 rgba(0,0,0,.15), 0 5px 20px 0 rgba(0,0,0,.15);
}

.bookmark-item:after {
    content: "";
    display: block;
    padding-bottom: 85%;
}

.bookmark-item .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
}

.bookmark-list .highlight {
    border: 1px solid #eee;
    position: relative;
}

    .bookmark-list .highlight:before {
        content: "\f019";
        position: absolute;
        font-family: FontAwesome;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 5em;
        color: #ededed;
    }



.bookmark-item .truncate-multiline {
    margin: 0;
    display: inline-block;
    word-break: break-all;
    margin: 5px 0 0 0;
}

.truncate-multiline {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 2.4em;
    padding-right: 1em;
    padding-left: 0.5em;
}

    .truncate-multiline:before {
        content: '...';
        position: absolute;
        right: 5px;
        bottom: 0;
    }

    .truncate-multiline:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
    }

.bookmark-item.add-bookmark span {
    position: absolute;
    top: 50%;
    font-weight: bolder;
    left: 50%;
    transform: translate(-50%, -52%);
    font-size: 7em;
    color: #ededed;
}

.bookmark-item-bonuspunten {
    height: 70%;
    font-size: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.persoonlijke-favorieten-container h2 {
    display: none;
}

@media screen and (max-width: 1150px) {
    .bookmark-item {
        width: calc(25% - 26px);
    }
}

@media screen and (max-width: 900px) {
    .bookmark-item {
        width: calc(33% - 24px);
    }
}

@media screen and (max-width: 680px) {
    .bookmark-item {
        width: calc(50% - 26px);
    }
}

@media screen and (max-width: 440px) {
    .bookmark-item {
        width: calc(100% - 26px);
    }

        .bookmark-item:after {
            padding-bottom: 50%;
        }
}

.nondraggable {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/* Bookmark button */
.bookmark {
    float: right;
    cursor: pointer;
}

.webshop .btnback {
    top: -50px !important;
}

.cursusbackbtn {
    float: right;
}

.groep-content iframe {
    width: 100% !important;
}

/* Landingspagina */
.c-landingpage-header {
    background-color: #ffffff !important;
    background-repeat: no-repeat;
}

@media screen and (min-width: 64em) {
    .cursus[disabled]:hover {
        margin: 0;
    }

        .cursus[disabled]:hover > a {
            box-shadow: none;
        }
}

@media screen and (max-width: 63.9375em) {
    .js .nav-collapse, .js .nav-collapse .dropdown ul {
        max-height: none;
        position: static;
    }

        .js .nav-collapse[aria-hidden=true] {
            display: none;
        }
}

@media screen and (max-width: 44.9375em) {
    .cursus[disabled]:hover {
        pointer-events: none;
    }

        .cursus[disabled]:hover > a {
        }

    /* Landingspagina */
    .c-landingpage-header {
        background-size: contain;
    }
}


.quickorder {
    width: 100%;
}

.quickorder-artikel {
    width: 60%;
}

.quickorder-aantal {
    width: 5%;
}

.c-page-hero--masthero {
    min-height: 100px;
}

.c-search .o-form__input-group {
    margin: 0 auto;
    width: 75%;
}

.faqsearch {
    padding: 0;
}

.faq-search {
    width: calc(100% - 45px) !important;
}

.autocapitals {
    text-transform: capitalize;
}

.allcapitals {
    text-transform: uppercase;
}

.order-steps {
    width: 100%;
    margin: 0;
}

    .order-steps li {
        display: inline-block;
        width: calc(33% - 15px);
        padding: 8px;
        list-style-type: none;
        text-align: center;
        margin-left: 10px;
        position: relative;
        background: #F2F2F2;
        padding-left: 30px;
    }

        .order-steps li:first-child {
            border-radius: 5px 0 0 5px;
        }

        .order-steps li:last-child {
            border-radius: 0 5px 5px 0;
        }

        .order-steps li:before {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 24px solid transparent;
            border-bottom: 24px solid transparent;
            border-left: 24px solid rgb(255, 255, 255);
            position: absolute;
            top: 104%;
            margin-top: -50px;
            margin-left: 1px;
            right: -38px;
            z-index: 1;
        }

        .order-steps li:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 24px solid transparent;
            border-bottom: 24px solid transparent;
            border-left: 24px solid #F2F2F2;
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 2;
        }

        .order-steps li:last-child:after, .order-steps li:last-child:before {
            border: none;
        }

        .order-steps li[data-step='active'] {
            background: #D80C34;
        }

            .order-steps li[data-step='active']:after {
                border-left-color: #D80C34;
            }

        .order-steps li[data-step='done'] {
            background: #7E162D;
        }

            .order-steps li[data-step='done']:after {
                border-left-color: #7E162D;
            }

            .order-steps li[data-step='active'] a, .order-steps li[data-step='done'] a {
                color: #fff;
            }

        .order-steps li a {
            color: #333;
        }

            .order-steps li a:hover {
                color: none;
            }

.center-title {
    text-align: center;
    position: relative;
    font-size: 1.5rem;
}

.btnContinueShopping {
    font-size: 1rem;
    position: absolute;
    left: 0;
    line-height: 24px;
}

    .btnContinueShopping i {
        padding-right: 10px;
        font-size: 0.8rem;
    }

.shopping-cart {
    border-spacing: 0;
}

    .shopping-cart ul {
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        margin: 0;
        flex-wrap: wrap;
    }

    .shopping-cart li {
        vertical-align: middle !important;
        display: flex;
        align-items: center;
        width: 20%;
    }

    .shopping-cart ul:last-child {
        border-bottom: 1px solid #ddd;
    }

    .shopping-cart .item-name {
        width: 40%;
    }

    .shopping-cart .artImage {
        width: 50px;
    }

        .shopping-cart .artImage a {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

    .shopping-cart .amountOfProduct {
        width: 15%;
    }

    .shopping-cart .artPrice, .shopping-cart .amountOfProduct {
        display: flex;
        justify-content: space-between;
    }

    .shopping-cart .item-name a {
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        width: calc(100% - 30px);
    }

    .shopping-cart input[type=text] {
        width: 50px;
        text-align: center;
    }

.circle {
    border: 2px solid #D80C34;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    position: relative;
}

    .circle a {
        position: absolute;
        top: 47%;
        left: 52%;
        transform: translate(-50%, -50%);
        font-size: 1.3rem;
    }

@media screen and (max-width: 1000px) {
    .center-title {
        margin-top: 30px;
    }

    .btnContinueShopping {
        top: -40px;
    }

    .shopping-cart .discount .artPrice {
        flex-wrap: wrap;
    }

        .shopping-cart .discount .artPrice > *:first-child {
            width: 100%;
        }
}

@media screen and (max-width: 700px) {
    .shopping-cart ul {
        display: block;
        position: relative;
    }

    .shopping-cart li {
        width: 170px !important;
    }

    .shopping-cart .artImage {
        float: left;
        width: 120px !important;
        margin-right: 20px;
    }

        .shopping-cart .artImage img {
            width: 120px;
        }

    .shopping-cart .amountOfProduct {
        padding: 5px 0;
        margin-bottom: 35px;
    }

    .shopping-cart .discount .amountOfProduct {
        margin-bottom: 67px;
    }

    .shopping-cart .artPrice {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 550px) {

    .c-cart__total {
        font-size: 0.9rem;
    }

    .c-cart__total--value {
        width: 90px;
    }
}

.send-options li {
    padding: 9px 0 20px 0;
}

.send-options input[type=text], .send-options textarea {
    display: inline-block;
    width: calc(65% - 20px);
    float: right;
}

.button-row {
    display: inline-block;
    margin-left: 20px;
}

    .button-row a {
        margin-right: 25px;
        position: relative;
        top: 10px;
    }

.button-row-nomargin {
    display: inline-block;
    /*margin-left: 20px;*/
}

.button-row a {
    margin-right: 25px;
    position: relative;
    top: 10px;
}

.btnVolgende {
    float: right;
}

@media screen and (max-width: 1000px) and (min-width: 720px) {
    .order-information input[type=text], .order-information textarea {
        display: block;
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 800px) and (min-width: 720px) {
    .send-options li b {
        width: 100% !important;
    }
}

@media screen and (max-width: 720px) {
    .order-information textarea {
        margin-bottom: 30px;
    }

    .btnVolgende {
        float: none;
        margin: 20px 0 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .order-information input[type=text], .order-information textarea {
        width: 50%;
    }

    .button-row a {
        display: block;
    }
}

.description-italics {
    font-style: italic;
}

.button-row-large .button-row, .button-row-large .btnVolgende {
    margin-left: 0;
}

    .button-row-large .button-row a {
        display: block;
    }

#pnlVoorwaardenPopup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(5, 5, 5, 0.5);
    z-index: 999 !important;
    display: none;
}

.privacypanel {
    display: block !important;
}

#pnlVoorwaardenPopup .popup-container {
    width: 50%;
    min-width: 550px;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
}

.popupPanel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(5, 5, 5, 0.5);
    z-index: 999 !important;
    display: none;
}

    .popupPanel.visible {
        display: block;
    }

.privacypanel {
    display: block !important;
}

.popupPanel .popup-container {
    /*width: 50%;*/
    min-width: 550px;
    max-width: 1180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
}


.popup-container h2 {
    background: #7E162D;
    width: 100%;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.voorwaarden-container {
    width: 100%;
    padding: 0 45px;
    height: 400px;
    overflow-y: auto;
    border-bottom: 1px solid #ddd;
}

.pickup-container {
    padding: 0 10px 10px 10px;
    /* height: 400px; */
    overflow-y: hidden;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 550px) {
    #pnlVoorwaardenPopup {
        z-index: 9999;
    }

        #pnlVoorwaardenPopup .popup-container {
            width: 100%;
            min-width: unset;
            height: 100%;
            border-radius: unset;
        }

    .popup-container h2 {
        border-radius: unset;
    }

    .voorwaarden-container {
        height: calc(70% - 50px);
    }

    .popup-container .btnVolgende {
        margin-left: 0;
    }
}


p.center-title {
    font-size: 1.3rem;
}

.title-label {
    color: #fff;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

    .title-label::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-bottom: -10px;
        transform: rotate(45deg);
        background: inherit;
        border-radius: 5px;
        z-index: -1;
    }

.shopping-cart .list-header {
    border-top: none;
}

    .shopping-cart .list-header li {
        font-size: 1.1rem;
        font-weight: 700;
        color: #000;
    }

.shopping-cart .item-label {
    width: 170px;
    display: none;
}

.warning {
    display: none;
}

.vervalt-over[data-warning=true] {
    color: #db002e;
}

    .vervalt-over[data-warning=true] .warning {
        display: inline-block;
    }

@media screen and (max-width: 700px) {
    .shopping-cart .list-header {
        display: none;
    }

    .shopping-cart .item-label {
        display: block;
    }

    .shopping-cart .order-overzicht-item {
        width: 100% !important;
    }

    .shopping-cart .bekijken {
        position: absolute;
        top: 10px;
        right: 10px;
        width: auto !important;
    }
}

.order-steps {
    width: 100%;
    margin: 0;
}

    .order-steps li {
        display: inline-block;
        width: calc(33% - 15px);
        padding: 8px;
        list-style-type: none;
        text-align: center;
        margin-left: 10px;
        position: relative;
        background: #F2F2F2;
        padding-left: 30px;
    }

        .order-steps li:first-child {
            border-radius: 5px 0 0 5px;
        }

        .order-steps li:last-child {
            border-radius: 0 5px 5px 0;
        }

        .order-steps li:before, .order-steps li:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 24px solid transparent;
            border-bottom: 24px solid transparent;
            border-left: 24px solid rgb(255, 255, 255);
            position: absolute;
        }

        .order-steps li:before {
            top: 104%;
            margin-top: -50px;
            margin-left: 1px;
            right: -38px;
            z-index: 1;
        }

        .order-steps li:after {
            border-left-color: #F2F2F2;
            top: 0;
            left: 100%;
            z-index: 2;
        }

        .order-steps li:last-child:after, .order-steps li:last-child:before {
            border: none;
        }

        .order-steps li[data-step='active'] {
            background: #D80C34;
        }

            .order-steps li[data-step='active']:after {
                border-left-color: #D80C34;
            }

        .order-steps li[data-step='done'] {
            background: #7E162D;
        }

            .order-steps li[data-step='done']:after {
                border-left-color: #7E162D;
            }

            .order-steps li[data-step='active'] a, .order-steps li[data-step='done'] a {
                color: #fff;
            }

        .order-steps li a {
            color: #333;
        }

            .order-steps li a:hover {
                color: none;
            }

.center-title {
    text-align: center;
    position: relative;
    font-size: 1.5rem;
}

.btnContinueShopping {
    font-size: 1rem;
    position: absolute;
    left: 0;
    line-height: 24px;
}

    .btnContinueShopping i {
        padding-right: 10px;
        font-size: 0.8rem;
    }

.shopping-cart ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin: 0;
}

.shopping-cart li {
    vertical-align: middle !important;
    display: flex;
    align-items: center;
    width: 20%;
}

.shopping-cart ul:last-child {
    border-bottom: 1px solid #ddd;
}

.shopping-cart .item-name {
    width: 40%;
}

.shopping-cart .artImage {
    width: 50px;
}

    .shopping-cart .artImage a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

.shopping-cart .amountOfProduct {
    width: 15%;
}

.shopping-cart .artPrice, .shopping-cart .amountOfProduct {
    justify-content: space-between;
}

.shopping-cart .item-name a {
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 30px);
}

.shopping-cart input[type=text] {
    width: 50px;
    text-align: center;
}

.circle {
    border: 2px solid #D80C34;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    position: relative;
}

    .circle a {
        position: absolute;
        top: 47%;
        left: 52%;
        transform: translate(-50%, -50%);
        font-size: 1.3rem;
    }

.circlehidden {
    border: 0px solid #D80C34;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .center-title {
        margin-top: 30px;
    }

    .btnContinueShopping {
        top: -40px;
    }
}

@media screen and (max-width: 700px) {
    .shopping-cart ul {
        display: block;
        position: relative;
    }

    .shopping-cart li {
        width: 170px !important;
    }

    .shopping-cart .artImage {
        float: left;
        width: 120px !important;
        margin-right: 20px;
    }

        .shopping-cart .artImage img {
            width: 120px;
        }

    .shopping-cart .amountOfProduct {
        padding: 5px 0;
        margin-bottom: 35px;
    }

    .shopping-cart .artPrice {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 550px) {

    .c-cart__total {
        font-size: 0.9rem;
    }

    .c-cart__total--value {
        width: 90px;
    }
}

.send-options li {
    padding: 9px 0 20px 0;
}

.send-options .o-split__item span, .send-options .o-split__item b {
    float: left;
    width: 50%;
    word-wrap: break-word;
}

.send-options input[type=text], .send-options textarea {
    display: inline-block;
    width: calc(65% - 20px);
    float: right;
}

.button-row {
    display: inline-block;
    margin-left: 20px;
}

    .button-row a {
        margin-right: 25px;
        position: relative;
        top: 10px;
    }

.btnVolgende {
    float: right;
}

@media screen and (max-width: 1000px) and (min-width: 720px) {
    .order-information input[type=text], .order-information textarea {
        display: block;
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 800px) and (min-width: 720px) {
    .send-options li b {
        width: 100% !important;
    }
}

@media screen and (max-width: 720px) {
    .order-information textarea {
        margin-bottom: 30px;
    }

    .btnVolgende {
        float: none;
        margin: 20px 0 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .order-information input[type=text], .order-information textarea {
        width: 50%;
    }

    .button-row a {
        display: block;
    }
}

.description-italics {
    font-style: italic;
}

.button-row-large .button-row, .button-row-large .btnVolgende {
    margin-left: 0;
}

    .button-row-large .button-row a {
        display: block;
    }

#pnlVoorwaardenPopup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(5, 5, 5, 0.5);
    z-index: 9;
    display: none;
}

    #pnlVoorwaardenPopup .popup-container {
        min-width: 550px;
        max-width: 1100px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: none;
    }

.popup-container h2 {
    background: #7E162D;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.voorwaarden-container {
    padding: 0 45px;
    height: 400px;
    overflow-y: auto;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 550px) {
    #pnlVoorwaardenPopup {
        z-index: 9999;
    }

        #pnlVoorwaardenPopup .popup-container {
            width: 100%;
            min-width: unset;
            height: 100%;
            border-radius: unset;
        }

    .popup-container h2 {
        border-radius: unset;
    }

    .voorwaarden-container {
        height: calc(70% - 50px);
    }

    .popup-container .btnVolgende {
        margin-left: 0;
    }
}


p.center-title {
    font-size: 1.3rem;
}

.title-label {
    color: #fff;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

    .title-label::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-bottom: -10px;
        transform: rotate(45deg);
        background: inherit;
        border-radius: 5px;
        z-index: -1;
    }

.shopping-cart .list-header {
    border-top: none;
}

    .shopping-cart .list-header li {
        font-size: 1.1rem;
        font-weight: 700;
        color: #000;
    }

.shopping-cart .item-label {
    width: 170px;
    display: none;
}

.warning {
    display: none;
}

.vervalt-over[data-warning=true] {
    color: #db002e;
}

    .vervalt-over[data-warning=true] .warning {
        display: inline-block;
    }

@media screen and (max-width: 700px) {
    .shopping-cart .list-header {
        display: none;
    }

    .shopping-cart .item-label {
        display: block;
    }

    .shopping-cart .order-overzicht-item {
        width: 100% !important;
    }

    .shopping-cart .bekijken {
        position: absolute;
        top: 10px;
        right: 10px;
        width: auto !important;
    }
}

.dtpicker {
    background-image: url('/img/events-calendar-icon-300x300.png');
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 45px;
    cursor: pointer;
}

.hrcentre {
    height: 1px;
    border: none;
    color: #ddd;
    background-color: #ddd;
    margin-top: 1em;
    margin-bottom: 1em;
}


.rma-invoeren li {
    margin-left: 0;
    width: calc(33% - 1px);
}

    .rma-invoeren li::before {
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid rgb(255, 255, 255);
        margin-top: -66px;
        right: -40px;
    }

@media screen and (max-width: 700px) {
    .rma-invoeren li {
        width: calc(33% - 2px);
    }
}

@media screen and (max-width: 400px) {
    .rma-invoeren li {
        width: calc(33% - 3px);
    }
}

.rma-cart {
    margin-bottom: 20px;
}

    .rma-cart .item-name {
        margin: 0 10px;
        width: 20% !important;
    }

    .rma-cart .checkbox {
        width: 18px !important;
        margin: 0 20px 0 0 !important;
    }

    .rma-cart .artImage {
        width: 100px !important;
    }

    .rma-cart .product-name {
        margin-left: 20px;
        width: 30%;
    }

    .rma-cart .reference {
        margin-left: 20px;
    }

@media screen and (max-width: 700px) {
    .rma-cart .checkbox {
        display: inline-block;
        float: right;
        width: auto !important;
    }

    .rma-cart .truncate-multiline {
        padding-left: 0;
    }
}


.rmaitemheader {
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #F2F2F2;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .rmaitemheader.open .fa-chevron-down {
        display: inline-block;
    }

    .rmaitemheader.open .fa-chevron-right {
        display: none;
    }

    .rmaitemheader .fa-chevron-down {
        display: none;
    }

    .rmaitemheader .fa-chevron-right {
        display: inline-block;
    }

.rmaitemtitle {
    position: absolute;
    top: 5px;
    left: 10px;
}

.rmaitemchevron {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #D80C34;
}

/* Black Friday */

.blackfriday-header {
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px;
}

    .blackfriday-header .imageblock {
        padding-bottom: 50px;
        padding: 50px 10px 50px 10px;
    }

    .blackfriday-header .calltoaction .ctabtn.o-btn {
        background-color: #fff;
        color: #000;
        font-size: 24px;
    }

        .blackfriday-header .calltoaction .ctabtn.o-btn:hover {
            background-color: #eee;
            color: #000;
        }

    .blackfriday-header .countdown {
        display: none;
        margin: auto;
        font-size: 0;
    }

        .blackfriday-header .countdown .label {
            font-size: 12px;
            line-height: 14px;
            display: block;
        }

        .blackfriday-header .countdown .value {
            font-size: 80px;
            line-height: 80px;
        }


        .blackfriday-header .countdown .column {
            display: inline-block;
            padding-left: 5px;
            padding-right: 5px;
            width: 150px;
            border-right: 1px solid #aaa;
        }

            .blackfriday-header .countdown .column.noborder {
                border-right: none;
            }

    .blackfriday-header .center {
        margin: auto;
        width: 100%;
        padding-bottom: 100px;
    }




    .blackfriday-header .calltoaction {
        display: none;
        padding-bottom: 44px;
    }

body.blackfriday {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

    body.blackfriday .popup-container {
        top: 350px;
    }

@media screen and (max-width: 1132px) {
    .blackfriday-header .calltoaction {
        padding-bottom: 10px;
    }

    .blackfriday-header .center {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    .blackfriday-header .countdown .value {
        font-size: 55px;
        line-height: 55px;
    }

    .blackfriday-header .countdown .column {
        width: 100px;
    }
}

/* End of Black Friday */

/* Halloween */

.halloween-header, .custom-countdown-header {
    width: 100%;
    text-align: center;
    color: #fff;
}

    .halloween-header .imageblock,
    .custom-countdown-header .imageblock {
        padding-bottom: 50px;
        padding: 50px 10px 50px 10px;
    }

    .halloween-header .calltoaction,
    .custom-countdown-header .calltoaction {
        padding-top: 195px;
    }

        .halloween-header .calltoaction .ctabtn.o-btn,
        ..custom-countdown-header .calltoaction .ctabtn.o-btn {
            background-color: #fff;
            color: #000;
            font-size: 24px;
            float: right;
        }

            .halloween-header .calltoaction .ctabtn.o-btn:hover,
            .custom-countdown-header .calltoaction .ctabtn.o-btn:hover {
                background-color: #eee;
                color: #000;
            }


    .halloween-header .halloween-box {
        position: relative;
        background-image: url(../images/halloween/Halloween-banner-website.jpg);
        height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 40px;
    }

    .custom-countdown-header .custom-countdown-box {
        position: relative;
        background-image: url('../images/banners/dahua-banner.png');
        height: 350px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-bottom: 0px;
    }

    .halloween-header .countdown {
        display: flex;
        position: absolute;
        right: 0%;
        top: 50%;
        color: white;
        flex-direction: row;
        transform: translate(0%, -50%);
    }

    .custom-countdown-header .countdown {
        display: flex;
        position: absolute;
        left: 348px;
        bottom: -40px;
        color: #000;
        flex-direction: row;
        transform: translate(0%, -50%);
    }

        .custom-countdown-header .countdown .column.days,
        .custom-countdown-header .countdown .column.hours {
            color: #db002e;
        }

        .halloween-header .countdown .column,
        .custom-countdown-header .countdown .column {
            display: flex;
            flex-direction: column;
            padding-left: 5px;
            padding-right: 5px;
            width: 130px;
            border-right: 1px solid #aaa;
        }

            .halloween-header .countdown .column.noborder,
            .custom-countdown-header .countdown .column.noborder {
                border-right: none;
            }

            .halloween-header .countdown .column .label,
            .custom-countdown-header .countdown .column .label {
                font-size: 12px;
                line-height: 14px;
            }

            .halloween-header .countdown .column .value,
            .custom-countdown-header .countdown .column .value {
                font-size: 80px;
                line-height: 80px;
            }

    .halloween-header .center,
    .custom-countdown-header .center {
        position: relative;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        height: 100%;
    }

    .custom-countdown-header .calltoaction {
        padding-bottom: 0;
        padding-top: 20px;
        font-size: 26px;
    }

.custom-countdown-header {
    background-color: #fff;
    padding-bottom: 35px;
    color: #000;
}

@media screen and (max-width: 1132px) {
    .halloween-header .calltoaction {
        padding-bottom: 10px;
    }

    .halloween-header .center {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {

    .halloween-header .halloween-box {
        background-position: right;
    }

    .halloween-header .countdown {
        position: relative;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 700px) {
    .halloween-header .countdown .value {
        font-size: 55px;
        line-height: 55px;
    }

    .halloween-header .countdown .column {
        width: 100px;
    }
}
/* End of Halloween*/


/* Homepage popup (messages)*/

.popupberichthome {
    width: 50%;
    max-width: 1100px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
}

    .popupberichthome .header {
        height: 60px;
        font-size: 1.6em;
        font-weight: bold;
        color: #fff;
        background-color: #820628;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 6px 20px 0 20px;
    }

        .popupberichthome .header .close {
            float: right;
            border: 2px solid white;
            border-radius: 25px;
            line-height: 1em;
            margin-top: 5px;
            padding: 5px 10px;
            font-size: 0.8em;
            cursor: pointer;
        }

    .popupberichthome .content {
        font-size: 1em;
        line-height: 1.2em;
        padding: 20px;
        height: 400px;
        overflow-y: auto;
        border-bottom: 1px solid #ddd;
    }

    .popupberichthome .buttonbar {
        height: auto;
        padding: 15px;
        text-align: center;
    }




/* Pickup point */
#pickupcontainer {
    width: 100%;
}

#dvpickuplist {
    width: 35%;
    height: 500px;
    float: left;
    overflow-y: scroll;
}

    #dvpickuplist ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #dvpickuplist ul li {
            cursor: pointer;
            background-color: #FFFFFF;
            color: #333333;
            font-size: .9rem;
            padding: 10px;
            margin-bottom: 5px;
            border-radius: 20px 0px 0px 20px;
            -moz-border-radius: 20px 0px 0px 20px;
            -webkit-border-radius: 20px 0px 0px 20px;
        }

            #dvpickuplist ul li.active {
                background-color: #F2F2F2;
                color: #59040B;
            }

            #dvpickuplist ul li:hover {
                background-color: #F6F6F6;
            }

#dvpickupmap {
    /*width: 65%;
    height: 500px;
    float: left;*/
    width: 64%;
    height: 500px;
    float: left;
    margin-left: 10px;
}

#dvadres {
    width: 100%;
    height: 50px;
    float: left;
}



custom-form__control {
    vertical-align: bottom;
    height: 2.28571rem !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-form__control, .custom-form__prefix {
    padding: 6px 12px;
    font-size: 14px;
    font-size: .77778rem;
    color: #555;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}


.red-text {
    color: red;
}

.shoppingcart-infotext {
    font-size: 80%;
    text-align: right;
}

.TrackTraceButton {
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 4px;
    background-color: #ed8c00;
    padding: 9px;
    margin-top: 5px;
    margin-right: 5px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.date {
    width: 120px;
}

.details {
    width: 75px;
}

.clearfix {
    clear: both;
}

.o-form__control.disabled {
    background-color: #eee;
    color: #aaa;
}


.homepage_leader {
    content: '';
    display: block;
    position: relative;
    background-color: #fff;
    max-width: calc(1200px + 26px);
    border-radius: 1.5rem 0 0 0;
    padding-top: 20px;
    top: -32px;
    left: 0;
    right: -13px;
    margin-right: auto;
    margin-left: auto;
}

.c-page-hero--masthero {
    padding-bottom: 60px;
}

.staffel-product-prijzen .staffel-header {
    font-weight: bold;
}

.staffel-product-prijzen table {
    width: 100%;
}

    .staffel-product-prijzen table th {
        font-weight: normal;
    }

    .staffel-product-prijzen table tr {
        text-align: left;
    }

        .staffel-product-prijzen table tr:hover {
            background-color: #eee;
        }


.pg-registrationform-half {
    max-width: 100%;
    padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
    .pg-registrationform-half {
        max-width: 50%;
    }
}

.discount-code-invalid {
    color: red;
}




/*
				Hide content visually while keeping it accessible to assistive technologies

				Use 'visually-hidden-focusable' to only display content when it's focused, or one of its child elements is focused
			*/
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:active):not(:focus-within) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Modernizing Layout object */
.o-layout {
    display: flex;
    flex-wrap: wrap;
}

    /* FIX: Flickity carousel collapsing inside layout object */
    .o-layout .flickity-viewport {
        flex: 1 100%;
    }



.social-nav {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
}

.social-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(.5rem, (1rem + 5vw), 1rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-nav__link {
}

    .social-nav__link:hover .social-nav__icon,
    .social-nav__link:focus-visible .social-nav__icon {
        fill: currentColor;
    }

.social-nav__icon {
    --icon-size: clamp(.75rem, (1rem + 5vw), 1.5rem);
    display: block;
    width: var(--icon-size);
    height: var(--icon-size);
    fill: gray;
    transition: all .125s ease-in-out;
}

.social-nav__icon--facebook {
    color: #1877F2;
}

.social-nav__icon--instagram {
    color: #E4405F;
}

.social-nav__icon--linkedin {
    color: #0A66C2;
}

.social-nav__icon--mastodon {
    color: #3088D4;
}

.social-nav__icon--medium {
    color: #000000;
}

.social-nav__icon--messenger {
    color: #00B2FF;
}

.social-nav__icon--microsoftteams {
    color: #6264A7;
}

.social-nav__icon--pinterest {
    color: #BD081C;
}

.social-nav__icon--reddit {
    color: #FF4500;
}

.social-nav__icon--signal {
    color: #3A76F0;
}

.social-nav__icon--snapchat {
    color: #FFFC00;
}

.social-nav__icon--spotify {
    color: #1DB954;
}

.social-nav__icon--telegram {
    color: #26A5E4;
}

.social-nav__icon--tiktok {
    color: #000000;
}

.social-nav__icon--tumblr {
    color: #36465D;
}

.social-nav__icon--twitch {
    color: #9146FF;
}

.social-nav__icon--twitter {
    color: #1DA1F2;
}

.social-nav__icon--whatsapp {
    color: #25D366;
}

.social-nav__icon--youtube {
    color: #FF0000;
}

.social-nav__icon--zoom {
    color: #2D8CFF;
}
.o-flyout__content {
    white-space: nowrap;
}
.flex-break {
    flex-basis: 100%;
    height: 0;
}
.licAmount {
    width: 40% !important;
    flex-direction: column;
    align-items: normal !important;
}

.licAmountList {
    display: block !important;
    border: none !important;
}
.licenseItem span{
    padding-right: 5px;
}
.rowOpmerking {
    font-size: 14px;
    color: gray;
}

.o-flyout__content {
    white-space: nowrap;
}


.shopping-cart-message {
	margin: 0px 0px 32px 0px;
	background: #80142b;
	padding: 5px 15px;
	border-radius: 5px;
	color: white;
}
