﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets.. */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.points-only-label {
    font-size: 12px;
}

.text-strike-through {
    text-decoration: line-through;
}

.search-button {
    background-color: transparent;
    position: absolute;
    right: 3px;
    z-index: 998;
    cursor: help;
}

.search-close-button {
    background-color: transparent;
    position: absolute;
    right: 23px;
    z-index: 999;
    outline: 0px;
}

    .search-close-button:focus {
        box-shadow: none;
    }

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) > .search-input {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 40px;
}

.usersListContainer {
    display: flex;
    flex-direction: row;
}

.buttonsContainer {
    margin-left: 3px;
}

.searchGroupContainer {
    display: flex;
    flex-direction: row;
    margin: 16px 0;
}

#linkButton {
    margin: 16px 0;
}

.searchGroupContainer input {
    width: 100%;
}

.buypoints-pointsorderamount-label-col {
    padding-left: 0px;
}

.buypoints-pointsorderamount-input {
    padding-left: 0px;
}

.buypoints-calculate-row {
    padding-left: 0px;
}

.buypoints-calculate-label {
    padding-left: 0px;
}

.buypoints-calculate-result {
    padding-left: 0px;
}

.buypoints-calculate-submit-row {
    padding-left: 0px;
}

.buypoints-calculate-submit-col {
    padding-left: 0px;
}

.manager-info-row {
    background-color: antiquewhite;
}

#info-row {
    background-color: #faebd7;
}

.manager-show-user-property {
    padding-right: 20px;
    font-size: 12px;
    font-weight: bold;
}

.manager-show-user-value {
    font-size: 12px;
}

#ZoekDivContent {
    position: absolute;
    z-index: 16;
    top: 40px;
    left: 0;
    overflow: hidden;
    width: 320px;
    padding-bottom: 0;
    white-space: normal;
    border-top: none;
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    padding-left: 5px;
    color: #ff0000;
}

.expanded-order-details td .order-items .detailed-order-data .table .thead-light th {
    font-size: 14px;
    font-weight: 600;
    background-color: #FAEBD7;
    border-color: #FAEBD7;
}

@media screen and (max-width: 660px) {
    #ZoekDivContent {
        top: 140px;
        left: 10px;
    }
}

.list-group-search-results {
    background-color: #28a745;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.list-group-search-results-footer {
    background-color: #f9f9f9;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-group-searchitem-container {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted #e6e6e6;
    padding-left: 5px;
    padding-right: 5px;
}

a.list-group-searchitem:focus, a.list-group-searchitem:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-searchitem {
    padding-top: 5px;
    color: #333;
}

    .list-group-searchitem strong {
        color: #ff0000;
    }

.list-group-searchitem-title {
    overflow-x: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*//#28a745;*/
.list-group-searchitem-image {
    float: left;
    max-width: 34px;
    margin-right: 10px;
}

.list-group-searchitem-points {
    width: 100%;
    text-align: right;
    font-weight: bold;
    color: #9bbb59;
    font-size: 14px;
    padding-right: 10px;
}

.list-group-searchitem-points-name {
    margin-left: 10px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-item {
    text-align: center;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.no-left-and-right-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.product-overview-title {
    padding-left: 15px;
}

@media(max-width:768px) {
    .product-overview-title {
        padding-left: 3px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Helvetica Neue", Arial, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 0px;
    margin-top: 90px;
}

.fixed-top {
    height: 90px;
}

.navbar-background-color {
    background-color: #ffffff;
}

.page-content {
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: calc(100vh - 70px - 64px); /*set minimum height for page content (height of the display - height of the footer - height of the nav)*/
}

.footer {
    display: none;
    width: 100%;
}

.container-page-layout {
    width: 100%;
}

.container-page-login {
    width: 100%;
}

.container-view {
    max-width: 1024px;
    margin: auto;
}

.container-product-overview-sort-bar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-left: 15px;
    padding-right: 15px;
}

.product-sort-bar-count {
    font-size: .85714em;
    padding-top: .5em;
}

.product-overview-sortorder {
    margin-left: auto;
    font-size: .85714em;
    vertical-align: middle;
}

.form-sort-order {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.product-overview-change-view {
    display: inline;
    margin-left: 10px;
    padding-top: .4em;
}

.show-price-description {
    display: none;
}

.show-consumer-price-description {
    color: #828282;
    font-size: .8rem;
}

.show-consumer-price-value {
    color: #828282;
    font-size: .8rem;
    text-decoration: line-through;
}

.show-discount-description {
    font-weight: bold;
    font-size: .8rem;
}

.show-discount-value {
    font-weight: bold;
}

.price-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: .5rem;
    max-width: 15.71429em;
}

.disable-price-block {
    visibility: hidden;
}

.show-price-description {
    margin-right: .5rem;
}

.price-block__price, .price-block__promo {
    display: flex;
    height: auto;
}

.price-block__highlight.is--price-off-discount {
    border-radius: 4px 0 0 4px;
    padding-left: .5em;
    min-width: 6em;
}

    .price-block__highlight.is--price-off-discount.points-only-label {
        background-color: teal;
        color: #fff;
        border: 0;
    }

.price-block__highlight.is--discount, .price-block__highlight.is--price-off-discount {
    background-color: #ff4947;
    color: #fff;
    border: 0;
}

.price-block__highlight {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: row;
    color: #ff4947;
    border-right: 1px solid #e6e6e6;
    min-height: 2.5rem;
    position: relative;
    border-radius: 0 4px 4px 0;
}

    .price-block__highlight.is--price-off-discount:after {
        top: 0;
        right: -11px;
        border-radius: 0 4px 4px 0;
    }

    .price-block__highlight:after {
        position: absolute;
        top: 0;
        bottom: 0;
        transform: skewX(-15deg);
        z-index: -1;
        background-color: inherit;
        width: 1.5em;
        height: 100%;
        content: '';
        border-left: 1px solid #e6e6e6;
        border-radius: 4px 0 0 4px;
    }

    .price-block__highlight.is--price-off-discount {
        color: #fff;
    }

.promo-price {
    font-size: 1.85714rem;
    font-weight: 700;
    font-family: Arial,Helvetica,sans-serif;
    display: inline-flex;
    align-items: center;
    align-self: center;
    margin-top: 5px;
    line-height: initial;
}

.points-only-label .promo-price {
    font-size: 14px;
    margin-top: 0px;
}

.promo-price__fraction {
    position: relative;
    top: -4px;
    left: 0;
    font-size: 1.07143rem;
}

.show-price__fraction:after {
    content: ',';
    position: relative;
    top: -7px;
    display: block;
}

.promo-price__fraction:after {
    content: ',';
    position: relative;
    top: -7px;
    display: block;
}


.promo-price__fraction--dash, .promo-price__fraction:after {
    font-size: 1.85714rem;
    line-height: 0;
}

.promo-price__fraction:after {
    top: 2px;
}

sup {
    vertical-align: super;
    line-height: normal;
}

.mobile-menu-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 0px solid #ddd;
}

mobile-menu-hyperlink {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

a.mobile-menu-hyperlink:focus, .mobile-menu-hyperlink:focus:hover {
    text-decoration: none;
    color: #1d1d1d;
}

.mobile-menu-submenu-indicator-column {
    font-size: 2rem;
}

.list-group-item {
    border: 0px solid #ffffff;
}

a.list-group-item {
    color: #1d1d1d;
}

@media screen and (max-width: 768px) {
    a.list-group-item:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        position: absolute;
        right: 15px;
        content: "\f054";
    }

    .product-card-wrap .product-card .price-block {
        margin-top: 20px;
    }

    .tableHeader th {
        display: none;
    }

        .tableHeader th:nth-child(1), th:nth-child(3) {
            display: table-cell;
        }

    .tableBody td {
        display: none;
        text-align: left;
    }

        .tableBody td:nth-child(1), td:nth-child(3) {
            display: table-cell;
            max-width: 180px;
            word-wrap: break-word;
        }

            .tableBody td:nth-child(1) > div > text {
                display: none;
            }

    .table thead {
        display: none;
    }

    .table .order-row {
        height: unset;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        transform: scale(1);
    }

        .table .order-row td {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 160px;
        }

            .table .order-row td:nth-child(1) {
                width: 10px;
                position: absolute;
                right: 10px;
            }

            .table .order-row td font:nth-child(2) {
                color: #4a4949;
                margin-left: 10px;
            }

        .table .order-row .text-nowrap {
            grid-area: plus;
        }

        .table .order-row .order-td:nth-child(0) {
            grid-area: row0;
        }

        .table .order-row .order-td:nth-child(1) {
            grid-area: row1;
        }

        .table .order-row .order-td:nth-child(2) {
            grid-area: row2;
        }

        .table .order-row .order-td:nth-child(3) {
            max-width: initial;
            grid-area: row3;
        }

        .table .order-row .order-td:nth-child(4) {
            grid-area: row4;
        }

    .expanded-order-details td {
        padding: 0;
        margin: 0.75rem;
    }

        .expanded-order-details td .detailed-order-data {
            padding: 0;
        }

        .expanded-order-details td .order-items .detailed-order-data .table {
            margin: 0;
        }

        .expanded-order-details td .order-items .order-item-header {
            display: none;
        }

        .expanded-order-details td .order-items .detailed-order-data .table tbody tr {
            display: grid;
        }

            .expanded-order-details td .order-items .detailed-order-data .table tbody tr .td-points-orders {
                max-width: initial;
            }

                .expanded-order-details td .order-items .detailed-order-data .table tbody tr .td-points-orders:nth-child(1) {
                    border-top: none;
                }

    .manager-info-row > td > div > div > table > tbody > tr > td {
        display: table-cell;
    }

    .usersListContainer {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .buttonsContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 6px
    }

        .buttonsContainer > button, .buttonsContainer > a {
            height: 2rem;
            width: 2rem;
            display: flex;
            background-color: #f4f4f5;
        }

            .buttonsContainer > button > i {
                margin: auto;
            }

            .buttonsContainer > a > span {
                margin: auto;
            }

    .manager-show-user-div {
        text-align: left;
    }

    .orderOnlineStepOneForm {
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {

    .detailed-order-data .table tbody {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.6rem;
    }

        .detailed-order-data .table tbody tr {
            display: flex;
            justify-content: flex-start;
            width: 280px;
        }

            .detailed-order-data .table tbody tr td {
                display: flex;
                flex-direction: row;
                margin: 0.4rem 0.75rem;
            }

                .detailed-order-data .table tbody tr td span {
                    width: 120px;
                }

    a.list-group-item {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .container-mobile-category .ul.filter {
        list-style-type: none;
    }

    .mobilemenu {
        background-color: #000000;
        position: fixed;
        width: 90%;
    }
}

.categories-menu-title {
    display: flex;
    height: 3rem;
    line-height: normal;
    justify-content: space-around;
}

.menu-flex-box {
    display: flex;
    justify-content: flex-end;
}

.navbar-toggler {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.navbar-bottom {
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 2px;
}

.mobile-header-icons {
    color: #ffffff;
}

    .mobile-header-icons:hover {
        color: #ffffff;
    }

.container-mobile-category > categories {
    font-size: 14px;
    margin-top: 20px;
}

.sub-category-menu-wrp {
    background-color: transparent;
    padding: 25px 19px;
    margin-bottom: 11px;
}

.categories {
    margin-top: 0px
}

.categorie i {
    font-size: 30px;
    color: #000
}

a.categorie:hover {
    background-color: #0B1902;
    color: #00561c
}

a.categorie {
    color: #f3ee8c
}

.categorie a:hover {
    background-color: #0B1902;
    color: #D0D5CB
}

.categorie a:visited {
    background-color: #0B1902;
    color: #D0D5CB
}

a.showing {
    border-left: 2px solid #e3010f
}

@media (max-width: 768px) {
    a.list-group-item1:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: '\f054';
        color: #007dc3;
        margin-left: auto;
    }
}

.product-list-container {
    padding-top: 20px
}

@media(max-width:768px) {
    .product-list-mobile-small-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.product-card-wrap .product-card {
    padding: 10px 20px 20px 20px;
    background-position: 0px 307px;
    height: 400px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px dashed #B5B5B5;
    position: relative;
    background-repeat: repeat-x;
}

.product-card.orderactive {
    height: auto
}

.container .grid_4 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #b94a48;
}

.product-card-wrap {
    margin-bottom: 30px;
    clear: both;
}

.price-item-view {
    text-align: center;
    margin-bottom: 10px;
    font-size: 10px
}

a {
    color: #0096BB;
    text-decoration: none;
}

.readmore {
    color: #474540;
    font-size: 11px;
    text-decoration: none;
}

a img {
    border: medium none;
}

.product-card-wrap .product-card .product-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    height: 4.7em;
    padding: 0px 0px;
    margin-bottom: 7px;
    margin-top: 14px;
    display: block
}

    .product-card-wrap .product-card .product-name a {
        color: #474540;
    }

    .product-card-wrap .product-card .product-name span {
        display: block;
        font-size: 11px;
        max-height: 15px;
        overflow: hidden;
        color: #ff0000;
        font-weight: normal;
        padding-top: 0px;
    }

.product-card-wrap .product-card .product-detail-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding: 0px 0px;
    margin-bottom: 7px;
    margin-top: 14px;
    display: block
}

b, strong {
    font-weight: bold;
}

.product-card-wrap .product-card p.product-description {
    color: #ff0000;
    padding: 0px 0px;
    font-size: 11px !important;
    line-height: 15px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis
}

.showpoints-price {
    display: block;
    height: 2em;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #e01f76;
}

.product-points {
    font-weight: bold;
    color: #0f5aa4;
}

.product-pointsName {
    color: #0f5aa4;
}

.product-card-wrap .product-card ul.product-meta {
    list-style: none outside none;
    position: absolute;
    width: 100%;
    bottom: 68px;
    left: 10px;
    margin: 0px;
    color: #ff0000;
}

    .product-card-wrap .product-card ul.product-meta li {
        width: 100%;
        font-size: 12px;
        margin: 0px !important;
    }

        .product-card-wrap .product-card ul.product-meta li a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            color: #ff0000;
        }

.product-goal-bar-padding {
    padding: 0px 5px 0px 5px;
}

.product-card-wrap .product-card .product-goal-bar {
    border-radius: 4px;
    width: 100%;
    height: 4px;
    background: none repeat scroll 0% 0% #D0D5CB;
    padding: 0px;
    margin-top: 5px;
}

    .product-card-wrap .product-card .product-goal-bar .product-goal {
        background: none repeat scroll 0% 0% #00561c;
        border-radius: 4px;
        height: 4px;
    }

.button-details {
    font-size: 16px;
    width: 80px;
    text-align: center;
    background-color: #007dc3;
    color: #ffffff;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .button-details {
        font-size: 20px;
        width: 100px;
    }
}

.product-card-wrap .product-card ul.product-stats {
    display: table;
    margin: 0;
    padding: 0;
    bottom: 5px;
    width: 100%;
    font-size: 24px;
    color: #007dc3
}

.product-card-wrap .product-card .show-long-description {
    margin-top: 30px;
    padding: 0;
    bottom: 5px;
    width: 100%;
}

.product-card-wrap .product-card .show-long-description-content {
    color: #2b2b2b;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .product-card-wrap .product-card ul.product-stats {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .product-card-wrap .product-card ul.product-stats {
        font-size: 1rem;
    }

    .product-card-wrap {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.product-card-wrap .product-card ul.product-stats li {
    display: table-cell;
}

    .product-card-wrap .product-card .product-stats li:first-child, .product-card-wrap .product-card ul.product-stats li.first {
        text-align: center
    }

    .product-card-wrap .product-card ul.product-stats li.last {
    }

    .product-card-wrap .product-card ul.product-stats li a {
        display: block;
        text-align: center
    }

.table-vertical-align-middle td {
    vertical-align: middle
}

label.error {
    color: #dc3545;
}

.loginform {
    margin: 0 auto;
    width: 340px;
}

.input-group label.error {
    width: 100%;
}

.cart-items {
    margin-bottom: 2.5rem;
    position: relative;
}

.cart-item-row {
    padding-top: 1.5rem;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #aaa;
}

    .cart-item-row:first-child {
        border-width: 1px 0;
    }

.product {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: -1.5rem;
}

    .product > .flex-item, .product > .cart-product-detail, .product > .cart-product-actions,
    .product > .cart-product-detail, .product > .cart-product-image, .product > li {
        padding-left: 1.5rem;
    }

    .product a img, img {
        margin: 0;
        border: 0;
    }

.cart-product-image {
    width: 13.6666666%;
}

    .cart-product-image a {
        display: block;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .cart-product-image img {
        max-width: 100%;
        width: auto;
        height: auto !important;
        vertical-align: middle;
    }

.cart-product-detail {
    width: 86.3333333%;
}

.cart-product-details {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
}

    .cart-product-details > .cart-product-detail-description, .cart-product-details > .cart-product-discounts {
        padding-left: 1rem;
    }

.cart-product-detail-description {
    width: 100%;
    margin-bottom: 1.5rem;
}

.cart-product-discounts {
    display: none !important;
}

.cart-product-title {
    display: inline-block;
    color: #333;
    font-weight: 600;
    word-wrap: break-word;
}

.cart-product-actions {
    width: 86.3333333%;
}

.cart-product-actions-border {
    padding-top: 1rem;
    border-top: 1px solid #e6e6e6;
}

.cart-actions {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    direction: rtl;
    text-align: left;
}

    .cart-actions > .cart-actions-amount, .cart-actions > .cart-actions-option {
        direction: ltr;
        text-align: left;
        padding-left: 1rem;
    }

.cart-actions-amount {
    width: 66.6666666%;
    margin-bottom: 1rem;
}

.cart-actions-option {
    width: 33.3333333%;
    margin-bottom: 1rem;
}

.fluid-grid--middle {
    align-items: center;
}

.fluid-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.fluid-grid--auto > .fluid-grid__item {
    width: auto;
    position: relative;
}

.cart-amount-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    .cart-amount-row .cart-amount-row-points {
        margin-left: auto;
        text-align: right;
    }

    .cart-amount-row .cart-amount-row-price {
        margin-left: auto;
        text-align: left;
    }

.h-flex {
    display: flex;
    align-items: center;
}

.qty-label {
    display: none !important;
}

.cart-item-qty {
    margin-right: .5rem;
}

.cart-item-points, .cart-item-price {
    margin-right: .5rem;
}

.form-select {
    width: 3.75em;
    border-radius: .25rem;
    position: relative;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
}

.form-select {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

    .form-select select:focus {
        outline: 0;
    }

    .form-select:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: .6rem .6rem .6rem 2rem;
        font-size: 12px;
        content: "\f078";
        pointer-events: none;
        background: #fff;
        background: linear-gradient(to right,rgba(255,255,255,0) 0%,white 55%);
        font-family: FontAwesome;
    }

    .form-select select {
        width: 120%;
        margin: 0;
        padding: .5rem;
        cursor: pointer;
        border: 0;
        background-color: #fff;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.form-span {
    text-align: center;
    margin: 0;
    padding: .5rem;
    cursor: pointer;
    border: 0;
    background-color: #fff;
    background-image: none;
    -webkit-appearance: none;
    margin-left: -1rem;
}

.cart-actions-amount .price-wrap {
    font-weight: 600;
    white-space: nowrap;
    margin-left: .5rem;
}

.cart-favorite-action, .cart-delete-action {
    display: inline !important;
    text-wrap: normal;
}

.cart-actions-option .action-btn-link {
    display: inline-block;
    margin-right: 1rem;
    margin-top: .25rem;
    font-size: 1.28571em;
}

.action-lnk {
    margin-right: 1rem;
}

.xlarge {
    display: block;
    font-size: 1rem;
}

.xsmall {
    display: none;
    font-size: 1.28571em;
}

.cart-overview {
    padding: 1rem;
    background-color: #fffae5;
    margin-bottom: 2.5rem;
}

    .cart-overview .cart-overview-table {
        width: 100%;
    }

        .cart-overview .cart-overview-table tr td:first-child {
            width: 65%;
            font-weight: 400;
            text-align: left;
        }

        .cart-overview .cart-overview-table tr td {
            padding: .25em 0;
            font-weight: 600;
            text-align: right;
        }

        .cart-overview .cart-overview-table .total {
            border-top: 1px solid #aaa;
            font-weight: 600 !important;
        }

.overview-title, .shipping-title {
    font-size: 1.5rem;
    font-weight: 500;
}

@media screen and (max-width: 660px) {
    .cart-product-image a {
        margin-left: 1rem;
    }

    .cart-actions-option {
        display: inline-flex;
    }

    .xlarge {
        display: none;
    }

    .xsmall {
        display: inline-block;
    }

    .cart-actions-option .action-btn-link {
        display: inline-block;
    }
}

@media screen and (min-width: 480px) {
    .qty-label {
        display: inline-block !important;
    }
}

@media screen and (min-width: 660px) {
    .cart-actions-amount {
        width: 60%;
    }

    .cart-product-detail-description {
        width: 60%;
    }

    .cart-product-discounts {
        display: block !important;
        margin-bottom: 1.5rem;
        width: 40%;
    }

    .cart-actions-option {
        width: 40%;
    }

    .xlarge {
        display: inline-block;
    }

    .cart-amount-row .cart-amount-row-points, .cart-amount-row .cart-amount-row-price {
        margin-right: 1rem;
    }

    .cart-actions-option .action-btn-link {
        margin-top: .5rem;
        font-size: 1em;
    }

    .cart-overview {
        margin-right: 0;
        margin-left: 0;
        border-radius: .5rem;
    }
}

@media screen and (max-width: 768px) {
    .cart-product-image {
        width: 30.6666666% !important;
    }

    .cart-product-detail {
        width: 69.3333333% !important;
    }

    .cart-product-actions {
        width: 69.3333333% !important;
    }
}

@media screen and (min-width: 64em) {
    .cart-product-detail {
        width: 50%;
    }

    .cart-product-detail-description {
        width: 50%;
    }

    .cart-product-discounts {
        display: block !important;
        margin-bottom: 1.5rem;
        width: 50%;
    }

    .cart-product-actions {
        width: 33.3333333%;
    }

    .cart-product-actions-border {
        padding-top: 0;
        border-top: none;
    }

    .cart-actions-amount {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .cart-actions-option {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .xlarge {
        display: block;
    }
}

@media screen and (max-width: 360px) {
    .cart-product-image {
        width: 24.6666666% !important;
    }

    .cart-product-detail {
        width: 75.3333333% !important;
    }

    .cart-product-actions {
        width: 75.3333333% !important;
    }
}

@media screen and (max-width: 296px) {
    .cart-actions-amount {
        width: 100% !important;
    }

    .cart-actions-option {
        width: 100% !important;
    }
}

.template2-productlist-buttons {
    display: flex;
}

.template2-productlist-add-to-shoppingcart {
    flex: 1 0 auto;
    min-height: 0;
    min-width: 0;
    float: left;
    display: block;
    margin-right: 3px;
}

.template2-productlist-add-to-favorite {
    flex: 1 0 auto;
    min-height: 0;
    min-width: 0;
    float: left;
    display: block;
}

.template2-productlist-add-to-cart-text {
    font-size: 0.9em;
}

@media screen and (min-width: 995px) and (max-width: 1199px) {
    .template2-productlist-add-to-cart-text {
        font-size: 0.7em;
    }
}

.btn-template2-productlist-add-to-cart {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-template2-productlist-add-to-favorite {
    background-color: transparent;
    border: 1px solid #c0c0c0;
}

.add-to-favorite.fav-added {
    color: green;
}

.add-to-favorite.fav-add {
    color: green;
}

.template2-productdetail-buttons {
    display: flex;
}

.template2-productdetail-add-to-shoppingcart {
    flex: 1 0 auto;
    min-height: 0;
    min-width: 0;
    float: left;
    display: block;
    margin-right: 3px;
}

.template2-productdetail-add-to-favorite {
    flex: 1 0 auto;
    min-height: 0;
    min-width: 0;
    float: left;
    display: block;
}

.template2-productdetail-add-to-cart-text {
    font-size: 0.9em;
}

@media screen and (min-width: 995px) and (max-width: 1199px) {
    .template2-productdetail-add-to-cart-text {
        font-size: 0.7em;
    }
}

.btn-template2-productdetail-add-to-cart {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    width: 100%;
}

.btn-template2-productdetail-add-to-favorite {
    background-color: transparent;
    border: 1px solid #c0c0c0;
}

.language-mobile-item {
    line-height: 30px;
    background-color: white !important;
}

a.language-mobile-item-active {
    background-color: #ededed !important;
}

.manager-body-container .container-view {
    max-width: 80%;
}

.manager-body-container table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.banner {
    background-size: contain;
    background-repeat: no-repeat;
}

.bannerHref {
    text-decoration: none;
}

    .bannerHref:hover {
        text-decoration: none;
        cursor: pointer;
    }


.cart-item-qty-width {
    width: 60px;
}

li.breadcrumb-item:after {
    display: inline-block;
    vertical-align: middle;
}

.no-padding {
    padding: 0px;
}

.no-visible-page-content {
    display: none;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 3000;
    bottom: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 6%;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
}

.categorie-navigator {
    list-style: none;
}

.categorie-navigator {
    align-content: flex-start;
    text-align: start;
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 30px;
        top: 0px;
        right: 15px;
    }
}

.breadcrumb {
    background-color: white;
}

@media screen and (max-width: 768px) {
    .label-sort-by {
        display: none;
    }

    .product-overview-sortorder select {
        width: 100%;
    }

    .container-product-overview-sort-bar {
        margin-left: 0px;
    }

    .form-sort-order {
        border-color: transparent !important;
    }

    .product-sort-bar-count {
        margin-right: 2rem;
    }

    .menu-flex-box #category-nav {
        border: 1px solid gray;
    }
}

@media only screen and (max-width: 1200px) {
    .container-page-layout {
        padding: 1rem;
    }
}

.overlay-content {
    margin-top: 0;
}

#category-nav {
    padding-top: 0px;
}

    #category-nav.category-opened {
        padding-top: 1rem;
    }

.closebtn {
    top: 23px !important;
    right: 1rem !important;
}

li.category-item {
    line-height: 3.25rem;
}

.ballance-greather-than-zero, .ballance-zero {
    display: none;
}

.categories-toggler {
    margin: auto;
}

.td-myorders {
    font-weight: 700 !important;
    padding-right: 0.35em !important;
    padding-left: 0.35em !important;
}

.td-myorders-builtin {
    font-weight: 700;
    padding-right: 0.6em;
    color: #204060;
    padding-left: 5px;
}

.td-mypoints {
    font-weight: 700;
    padding-right: 0.7em;
    color: #19334d
}

.mobile-menu-bars-collapsed::after {
    font-size: inherit;
    font-style: normal;
    content: "×";
}

.search-close-button {
    display: none;
}

.search-button, .search-close-button {
    margin-top: 5px;
    left: unset;
    right: 3px;
}

#ZoekDivContent {
    z-index: 999;
}

@media screen and (max-width: 660px) {
    #ZoekDivContent {
        top: 40px;
        left: 0;
        width: 92%;
    }
}

.mobilecategory-body > form > .form-group {
    position: relative;
}

#profileForm > .form-group {
    margin: 10px auto;
}

.set-language-partial-mobile > * > a {
    color: white;
}

.set-language-partial-mobile .mobile-menu-bars-collapsed:after {
    display: none;
}

.page-item-current,
.page-item p{
    cursor: default;
}

.page-item-current .page-link {
    color: black;
    font-weight: bold;
    background-color: #e9ecef;
}

.justify-start {
    margin-right: auto;
}

.link-disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.container-page-products .showpoints-price {
    text-align: right;
}

.product-list-mobile-small-padding .showpoints-price {
    text-align: center;
}

@media (max-width:768px) {

    .mobile-banner-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    div.template2-productdetail-add-to-shoppingcart {
        flex-grow: 100;
    }


    .product-overview-sortorder {
        border: none;
        padding-top: .5em;
    }

    .product-overview-sortorder-select {
        border: 1px solid #ced4da;
    }
}

.pointmutation-body td > span {
    /* Don't display table header in each row when width < 768px */
    display: none !important;
}

.product-stats {
    display: inline-flex !important;
    align-items: center;
    width: 100% !important;
    justify-content: space-evenly;
    flex-direction: row;
}

    .product-stats > li {
        display: inherit !important;
    }

.fa-long-arrow-left:before {
    content: "\f060";
}

.hide-searchbox form[name=SearchShop] {
    display: none;
}

.lSAction > a {
    background-image: url('/images/slider_arrows.svg');
    background-size: 200% 100%;
    opacity: 1;
    height: 48px;
    width: 48px;
}

.lSAction > .lSNext {
    background-position: -48px 0;
}

.btn-user-manager {
    line-height: 0;
    padding: 0.25rem;
    border: solid 1px lightgray;
}

.group-manager-view-container .table td,
.group-manager-view-container .table th {
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
}

.group-manager-view-container .table th {
    font-weight: bold;
    background-color: #f9f9f9;
}

.btn-unlink, .btn-unlink:active, .btn-unlink:focus {
    padding: 0;
    outline: 0;
    cursor: pointer;
    border: 0 !important;
}

.loader,
.loader:before,
.loader:after {
    background: #000000;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #000000;
    text-indent: -9999em;
    margin: 2rem auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.gift-email-content {
    border: none;
    width: 100%;
    min-height: 20rem;
}

.loader-container {
    height: 4rem;
}

.budget-section {
    display: inline-flex;
}

#search-box-container.input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.expanded-order-details {
    background-color: #faebd7;
}

.order-items .order-item-header {
    font-weight: 700;
}

.detailed-order-data {
    padding: 0px 0px 0px 10px;
}

    .detailed-order-data table {
        background-color: #faebd7 !important;
    }

    .detailed-order-data .table tbody tr:nth-of-type(odd) {
        background-color: #faebd7 !important;
    }

    .detailed-order-data .table-striped tbody tr:nth-of-type(odd) {
        background-color: #faebd7 !important;
    }

.product-list-component-empty {
    width: 100%;
    text-align: center;
}

#loginForm .input-group {
    flex-wrap: wrap;
}

#loginForm input {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-loader > * {
    opacity: 0;
    pointer-events: none !important;
}

.btn-loader, .btn-loader > span {
    color: transparent !important;
    box-shadow: none !important;
    text-shadow: 0 0 0px transparent !important;
    background-image: url(../../images/Spinner.gif) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    pointer-events: none !important;
    cursor: default !important;
}

.disabled-card-link {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none;
}

.forgot-password-button-row {
    max-width: unset;
}

.shoppingcart-body .cart-actions .btn-loader {
    background-position: left !important;
    background: url(../images/Spinner.gif);
    display: block !important;
    margin-left: -5px;
}

#resetPasswordForm .form-group.row {
    max-width: 100%;
}

    #resetPasswordForm .form-group.row .col-sm-4 {
        padding: 0px;
    }

.add-to-cart-prod-detail-slider {
    display: inline-block;
}

#product-details-qty-field {
    width: 80px;
    margin-left: 1rem;
}

.product-details-qty {
    margin-bottom: 1rem;
}

.product-details-qty-template1 {
    justify-content: center;
}

.msg.login, .msg.forgot-password {
    color: red;
}

#termsForm #terms-form-group-first-name input::placeholder,
#termsForm #terms-form-group-last-name input::placeholder,
#termsForm #terms-form-group-email input::placeholder,
#termsForm #terms-form-group-birthdate input::placeholder,
#shoppingCartForm .shopping-cart-form-firstname input::placeholder,
#shoppingCartForm .shopping-cart-form-lastname input::placeholder,
#shoppingCartForm .shopping-cart-form-email-address input::placeholder,
#shoppingCartForm .shopping-cart-form-city input::placeholder,
#shoppingCartForm .shopping-cart-form-address1 input::placeholder,
#shoppingCartForm .shopping-cart-form-house-number input::placeholder,
#shoppingCartForm .shopping-cart-form-house-number-addition input::placeholder,
#shoppingCartForm .shopping-cart-form-postal-code input::placeholder {
    opacity: 0;
}

.backoffice-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.shopping-cart-body .mce-menubtn span {
    display: inline-block
}

.shopping-cart-body div.mce-fullscreen {
    z-index: 1050;
}

.tox-tinymce .tox-promotion {
    display: none;
}

.grecaptcha-badge {
    z-index: 1000000;
}

.progress {
    border-radius: 20px;
    height: 50px;
    font-size: inherit;
    font-family: inherit;
}

    .progress .progress-bar, .progress .progress-bar.progress-bar-default {
        background-color: grey;
    }

    .progress .progress-bar {
        animation-name: animateProgressBar;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1.0s;
    }

#pwd-container4 .progress {
    height: 20px;
}

@keyframes animateProgressBar {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}


.target-campaign-progress-bar-container .target-icon img {
    max-width: 100px;
    object-fit: contain;
}

.target-campaign-progress-bar-container .col-2 {
    max-width: 100%;
}

.target-campaign-progress-bar-container .target-icon {
    margin-right: -40px;
}

.target-campaign-progress-bar-container .campaign-description, .target-campaign-progress-bar-container .campaign-target {
    height: 50px;
}


@media screen and (max-width: 576px) {
    .target-campaign-progress-bar-container .campaign-description {
        padding-right: 0px;
        justify-content: center !important;
        margin-bottom: 1.5rem;
        text-align: center !important;
    }

    .target-campaign-progress-bar-container .target-icon-container {
        justify-content: center;
    }

        .target-campaign-progress-bar-container .target-icon-container .col-sm-8 {
            display: flex;
            justify-content: center;
            margin-bottom: 0.5rem;
        }

    .target-campaign-progress-bar-container .campaign-target {
        width: unset;
        max-width: 100%;
        display: block !important;
    }

        .target-campaign-progress-bar-container .campaign-target .campaign-label {
            display: block;
            margin-left: 1rem;
        }

    .target-campaign-progress-bar-container .target-icon {
        margin-right: 0px;
    }

    .target-campaign-page-container hr {
        border-top: 2px solid #adadad;
    }
}

.product-categories-container .card-title {
    max-width: 160px;
}

.fixed-button {
      position: fixed;
      left: 0px;
      top: 50%;
      z-index: 9999;
      writing-mode: vertical-rl;
      height: 130px;
      width: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .fixed-button .button-text {
      margin-bottom: 5px;
    }

    .fixed-button .fa-icon {
      transform: rotate(90deg); /* Rotate the icon vertically */
      font-size: 15px; /* Adjust the icon size as desired */
    }

.feedback-option {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

    .feedback-option .btn {
        width: 60px;
        margin-right: 10px;
    }

.review-textarea {
    width: 100%;
    height: 100px;
    resize: vertical;
}

#pointMutationsList_paginate {
    margin-top: 10px;
}

#pointMutationsList_length {
    margin-bottom: 10px;
}

@media (min-width: 1025px) {
    #mobilemenu.navbar-collapse.mobilemenu {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .navbar {
        background-color: #000000 !important;
        color: #ffffff !important;
    }
    .navbar > .container {
        display: block;
        justify-content: unset;
    }
    .navbar-toggler-custom-icon {
        color: #ffffff !important;
        margin-right: 15px;
        padding: 3px 15px 3px 0px;
        border-right: 1px solid #999999;
    }
    .navbar-toggler-custom-icon-bars {
        padding: 3px 5px;
        color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .navbar-toggler-custom-icon:last-child {
        border: none;
        margin-right: 0px;
    }
    .navbar-expand-md .navbar-toggler {
        display: flex !important;
        z-index: 1;
        position: relative;
    }
    .navbar-logo,
    #mobilemenu.navbar-collapse.mobilemenu.collapse, #mobilemenu.navbar-collapse.mobilemenu.collapsing,
    .navbar-expand-md .navbar-collapse.collapse.d-md-inline-flex.flex-md-row-reverse {
        display: none !important;
    }
    #mobilemenu .accordion,
    #mobilemenu.navbar-collapse.mobilemenu.collapse.show {
        display: block !important;
    }
    #mobilemenu {
        left: 0;
        background: #fff;
        position: fixed;
        height: 100%;
        top: 64px;
        overflow-y: scroll;
        padding-bottom: 25px;
        background: white;
        margin: 0;
    }

        #mobilemenu .accordion {
            height: auto;
            padding-bottom: 46px !important;
        }
}

.carouselContainer {
    width: 100%;
}

.carousel-item.active a, .carousel-item.active a .contentBeforeBanner > img {
    display: block;
}

.banner-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1300px) {
    .carousel-item.active a .banner-more-to-the-right img {
        margin-left: 5.4%;
    }

        .carousel-item.active a .banner-more-to-the-right img.imageSlideEffect {
            display: block !important;
            position: absolute;
            top: 0;
            right: 94.1%;
        }
}
