

@font-face {
    font-family: 'Quicksand';  src: url('/fonts/quicksand/Quicksand_Book.ttf');
}
@font-face {
    font-family: 'Quicksand-Bold';
    src: url('/fonts/quicksand/Quicksand_Bold.ttf');
}
@font-face {
    font-family: 'Quicksand-Light';  src: url('/fonts/quicksand/Quicksand_Light.ttf');
}

/* Header */
* {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1.2px;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand-Bold', sans-serif;
}

.btn {
    border-radius: 10px;
}
.btns-cart .btn-cart-checkout,
.btns-cart .btn-cart-verder,
.btns-cart .btn-cart-updaten {
    border-radius: 10px !important;
}

.layout-header-searchform .form-control.input-search {
    background: #F5F5F5;
    border: 2px solid #ccc;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
}
.layout-header-searchform .input-group-btn .btn {
    background: #ED1C24;
    border-color: #ED1C24;
}
.layout-header-searchform .input-group-btn .btn i {
    color: #fff;
}

.shoppingcartblock .btn {
    background: #F5F5F5;
    border: 2px solid #ccc;
    padding-top: 4px;
}

span.title {
    font-family: inherit;
}

header {
    background-color: #fff;
    position: relative;
    z-index: 65;
}

.headerknoppen .layout_headerknoppen_vlag img {
    width: 30px;
    vertical-align: top;
    opacity: 0.6;
}
.headerknoppen .layout_headerknoppen_vlag .selectedVlag {
    opacity: 1;
    border: 1px solid #000;
}
#header-wrapper {
    position: relative;
}

.stickymenu-wrapper {
    max-height: calc(100vh - 114px);
    height: 100%;
    overflow-y: auto;
}

/* Filter */
.filterContainer .cat-header {
    background: #ED1C24;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.filterContainer .cat-header .cat-title,
.filterContainer .cat-header .filterTonenContainer a {
    color: #fff;
}
.filterContainer .categorieFilterContainer {
    background: #f6f6f6;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.eb_container .eb_header {
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.eb_container .eb_content {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* Panel */
.panel {
    background: none;
}
.panel .list-group-item {
    display: flex;
}
.panel.panel-cat a {
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
}
.panel-cat a.active,
.panel-cat a:hover {
    color: #ED1C24;
    font-weight: bold;
}

/* Form */
.main-container #onepagecheckout .form-control {
    border-radius: 10px;
}

#mijnbestellingendata_wrapper select,
#mijnbestellingendata_wrapper input {
    border-radius: 5px;
    border: 1px solid #ccc;
}
.mijnorderscontainer #mijnbestellingendata_wrapper .paging_simple_numbers .paginate_button.previous {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mijnorderscontainer #mijnbestellingendata_wrapper .paging_simple_numbers .paginate_button.next {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Footer control wrapper */
footer .container.footercontrol-wrapper {
    padding-bottom: 0;
}
footer .container:not(.footercontrol-wrapper) {
    padding-top: 0 !important;
}
/* Prijzen switch */
.prijzen-switch {
    display: flex;
    justify-content: flex-end;
}
.prijzen-switch .switch {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: flex-end;
}
.prijzen-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.prijzen-switch .slider {
    position: relative;
    cursor: pointer;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin-right: 15px;
    height: 14px;
    margin-bottom: 0;
    width: 30px;
}
.prijzen-switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.prijzen-switch input:checked + .slider {
    background-color: #2196F3;
}
.prijzen-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
.prijzen-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.prijzen-switch input:checked + .slider {
    background-color: #ED1C24;
}
.prijzen-switch input:checked + .slider:before {
    transform: translateX(16px);
}
.prijzen-switch .slider.round {
    border-radius: 34px;
}
.prijzen-switch .slider.round:before {
    border-radius: 50%;
}
/* CSV download*/
.csvdownload {
    display: flex;
    justify-content: flex-end;
}
.csvdownload a {
    color: white;
    text-decoration: underline;
}
.csvdownload a:hover {
    color: #999;
}
.csvdownload a i {
    margin-right: 3px;
    color: #ED1C24;
}
.csvdownload img {
    display: none;
    height: 15px;
}

/* Product categorie */
.subCatBox.product-box .thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Product box */
.product-box .thumbnail {
    display: flex;
    padding: 0;
    justify-content: space-between;
    background: #fff;
    min-height: 150px;
    border-radius: 10px;
}
.product-box .thumbnail > div {
    padding: 15px 0;
}
.product-box .prod-image {
    position: relative;
    width: 20%;
    text-align: left;
    overflow: hidden;
}
.product-box .thumbnail .prod-image a.link-p {
    height: auto;
    min-height: auto;
}
.product-box .prod-image .prodImage {
    width: 100%;
    height: auto;
    max-width: 150px;
}
.product-box .prod-detail {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-box .prod-detail .prod-info {
    text-align: left;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
}
.product-box .prod-detail .prod-info a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-box .prod-detail .prod-info .productTitle {
    margin: 0;
    word-break: break-word;
}
.product-box .prod-detail .prod-kleurmaat,
.product-short-detail .prod-kleurmaat {
    display: block;
}
.product-short-detail .col-xs-8:before {
    content: '';
}
.product-box .prod-detail .prod-kleurmaat .prod-kleurmaat-link,
.product-short-detail .prod-kleurmaat .prod-kleurmaat-link {
    display: block;
    float: left;
}
.product-box .prod-detail .prod-kleurmaat .prod-kleurmaat-link img,
.product-short-detail .prod-kleurmaat .prod-kleurmaat-link img {
    max-width: 50px;
}
.product-box .prod-quantity {display: block;}
.product-box .prod-quantity .prod-quantity-header strong {
    height: auto;
    padding: 0 5px;
}
.product-box .prod-quantity .prod-quantity-row .code,
.product-short-detail .prod-quantity .prod-quantity-row .code {
    width: 120px;
}
.product-box .prod-quantity .prod-quantity-row .size,
.product-short-detail .prod-quantity .prod-quantity-row .size {
    width: 65px;
}
.product-box .prod-quantity .prod-quantity-row .stock,
.product-short-detail .prod-quantity .prod-quantity-row .stock {
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-box .prod-quantity .prod-quantity-row,
.product-short-detail .prod-quantity .prod-quantity-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-box .prod-quantity .prod-quantity-row:not(:last-child),
.product-short-detail .prod-quantity .prod-quantity-row:not(:last-child) {
    margin-bottom: 5px;
}
.product-box .prod-quantity .favorite-heart-wrapper,
.product-short-detail .prod-quantity .favorite-heart-wrapper {
    text-align: center;
    width: 70px;
}
/*.product-box .prod-quantity .prod-quantity-row:nth-child(even),*/
/*.product-short-detail .prod-quantity .prod-quantity-row:nth-child(even) {*/
/*    background: #f6f6f6;*/
/*}*/
.product-short-detail .prod-quantity-row,
.product-box .prod-quantity .prod-quantity-row {
    background-color: #fff;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.product-short-detail .prod-quantity .prod-quantity-row.addarticle-highlight,
.product-box .prod-quantity .prod-quantity-row.addarticle-highlight {
    background-color: #00800040;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
.product-box .prod-quantity .prod-quantity-row .prod-stock::after,
.product-short-detail .prod-quantity .prod-quantity-row .prod-stock::after {
    content: "";
    width: 15px;
    height: 15px;
    background: #999;
    border-radius: 50%;
}
.product-box .prod-quantity .prod-quantity-row .prod-stock.instock::after,
.product-short-detail .prod-quantity .prod-quantity-row .prod-stock.instock::after {
    background: green;
}
.product-box .prod-quantity .prod-quantity-row .prod-stock.lowstock::after,
.product-short-detail .prod-quantity .prod-quantity-row .prod-stock.lowstock::after {
    background: orange;
}
.product-box .prod-quantity .prod-quantity-row .prod-stock.outstock::after,
.product-short-detail .prod-quantity .prod-quantity-row .prod-stock.outstock::after {
    background: red;
}
.product-box .prod-quantity .prod-quantity-row span,
.product-short-detail .prod-quantity .prod-quantity-row span {
    padding: 0 5px;
    line-height: 1;
    height: 100%;
    display: block;
}
.product-box .prod-quantity .prod-quantity-value,
.product-short-detail .prod-quantity .prod-quantity-value {
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #384248;
    height: 100%;
    width: 100%;
    padding: 0 5px;
    text-align: center;
}
.product-box .thumbnail .prod-price {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 15px 10px;
    text-align: right;
}
.product-box .prod-price .prijs-box,
.product-short-detail .prod-price .prijs-box {
    font-size: 18px;
    font-weight: bold;
}
.product-box .prod-price .prijs-box-advice,
.product-short-detail .prod-price .prijs-box-advice {
    color: #a1a1a1;
    font-style: italic;
    font-size: 14px;
}
.product-box .prod-price .prijs-box-base,
.product-short-detail .prod-price .prijs-box-base {
    color: #a1a1a1;
    text-decoration: line-through;
}
.product-box .btn-addtocart {
    display: block;
    margin-top: auto;
}
.product-box .addarticletocartbtn {
    display: block;
    margin-top: auto;
    background: #ED1C24;
    border-color: #ED1C24;
    color: #fff;
}
.product-box .quantity,
.product-short-detail .quantity {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 100px;
    padding: 0;
}
.product-box .bootstrap-touchspin,
.product-short-detail .bootstrap-touchspin {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 100px;
    padding: 0 5px;
}
.product-box .prod-quantity .prod-quantity-row span.input-group-btn,
.product-short-detail .prod-quantity .prod-quantity-row span.input-group-btn {
    width: auto;
    padding: 0;
}
.product-box .btn.btn-default.bootstrap-touchspin-up,
.product-box .btn.btn-default.bootstrap-touchspin-down,
.product-short-detail .btn.btn-default.bootstrap-touchspin-up,
.product-short-detail .btn.btn-default.bootstrap-touchspin-down {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #384248;
    color: #fff;
    width: 26px;
    height: 100%;
    font-size: 20px;
    line-height: 25px !important;
    border: 1px solid black;
}
.product-box .btn.btn-default.bootstrap-touchspin-up,
.product-short-detail .btn.btn-default.bootstrap-touchspin-up {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product-box .btn.btn-default.bootstrap-touchspin-down,
.product-short-detail .btn.btn-default.bootstrap-touchspin-down {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/* Product detail*/
.productDetail {
    margin-top: 50px;
}

.productDetail .productDetail_main-image-gallery figure {
    border: none;
    margin-bottom: 40px;
}
.productDetail .product-thumb-image {
    position: relative;
    display: flex;
    justify-content: center;
    height: auto !important;
}
.productDetail .product-thumb-image .thumbnail {
    width: 80px;
    height: 80px;
    float: left;
    border: none;
}
.product-short-detail {
    border: none;
    background: inherit;
    padding: 0 15px;
}
.product-short-detail .prod-info {
    display: flex;
    flex-direction: column;
}
.product-short-detail .prod-info .title {
    font-family: "Quicksand-Bold", Sans-Serif;
    font-weight: bold;
    color: inherit;
    border: none;
    padding: 0;
    font-size: 26px;
}
.product-short-detail .prod-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 40px;
}
.product-short-detail .prod-price .addarticletocartbtn {
    display: none;
}
.product-short-detail .btn-addtocart {
    width: 100%;
}
.product-short-detail .addarticletocartbtn {
    background-color: #ED1C24;
    border-color: #ED1C24;
    transition: .5s;
    margin: 0 0 20px auto !important;
    float: right;
    border-radius: 10px !important;
}
.product-short-detail .addarticletocartbtn:hover {
    background-color: #c6050c;
    border-color: #c6050c;
    box-shadow: 0 0 4px 0px #ED1C24;
}
.product-short-detail .prod-quantity {
    margin-bottom: 40px;
}
.product-short-detail .kleurmaatcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-short-detail .kleurmaatcontainer strong {
    margin-bottom: 10px;
}

.product-detail-tab {
    margin-top: 50px;
}
.product-detail-tab .productdetail-specification-description  {
    margin-bottom: 50px;
}
.tableartikeldetails {
    border-collapse: separate;
    border: none;
}
.tableartikeldetails tbody tr,
.tableartikeldetails tbody tr td {
    border: none;
}
.tableartikeldetails tbody tr td:not(:first-child),
.tableartikeldetails tbody tr td:not(:last-child) {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
}
.tableartikeldetails tbody tr td:first-child {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
}
.tableartikeldetails tbody tr td:last-child {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ccc;
}
.tableartikeldetails tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
}
.tableartikeldetails tr:nth-child(even) {
    background: #f6f6f6;
}
.tableartikeldetails tr:first-child td:first-child {
    border-top-left-radius: 10px;
}
.tableartikeldetails tr:first-child td:last-child {
    border-top-right-radius: 10px;
}
.tableartikeldetails tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.tableartikeldetails tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.extra-productbox {
    border: 1px solid #ddd;
    padding: 10px;
    transition: .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    border-radius: 10px;
}
.extra-productbox:hover {
    box-shadow: 0 0 6px 0px #b0b0b0;
}
.extra-productbox .extra-prod-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.extra-productbox .extra-prod-image {
    max-height: 100%;
    max-width: 100%;
}
.extra-productbox .outer-prod-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.extra-productbox .extra-prod-art {
    font-weight: bold;
}
.extra-productbox .extra-prod-title {
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    height: 120px;
}
.extra-productbox .addonearticletocartbtn {
    background-color: #ED1C24;
    border-color: #ED1C24;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.extra-productbox .addonearticletocartbtn.addarticle-highlight {
    border-color: #00800040;
    background-color: #00800040;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.extra-productbox .extra-prod-price {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.extra-productbox .quantity {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.extra-productbox .quantity .quantity-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #384248;
    color: #fff;
    width: 30px;
    height: 100%;
    font-size: 20px;
    line-height: 25px !important;
}
.extra-productbox .quantity .prod-quantity-value {
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #384248;
    height: 100%;
    width: 100%;
    padding: 0 5px;
    text-align: center;
}

.corner-ribbon.top-right.sticky.blue.shadow,
.actiesticker.productribbon.corner-ribbon.top-right.sticky {
    top: 5px;
    left: 5px;
    transform: none;
    height: 30px;
    line-height: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 70px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 12px;
}

/* Footer */
footer {
    background: #333;
}
footer h4 {
    font-size: 18px;
}
footer .container {
    padding: 25px 0 50px 0;
}
footer .navbar-inverse {
    background-color: #333;
}

@media (max-width: 1199px) {
    footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
        width: 100%;
    }
}
@media (max-width: 991px) {
    header .logo {
        height: 75px;
    }
    .product-box .prod-detail .prod-info .productTitle {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 16px;
    }

    .product-box .prod-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .row-main .well {
        float: right;
    }

    .input-search {
        width: 100%;
    }

    .row-main img {
        height: 100px;
        width: auto;
    }
}

@media (max-width: 850px){
    /* Product box */
    .product-box .thumbnail {
        display: block;
        padding: 0 15px;
    }
    .product-box .thumbnail > div {
        float: left;
    }
    .product-box .prod-image {
        width: 150px;
        margin-right: 20px;
    }
    .product-box .prod-detail {
        width: calc(100% - 305px);
    }
    .product-box .prod-detail .prod-kleurmaat {
        margin-top: 20px;
    }
    .product-box .prod-detail .prod-kleurmaat .prod-kleurmaat-link {
        max-width: 50px;
    }
    .product-box .prod-quantity {
        width: calc(100% - 135px);
        margin-right: 150px;
    }
    .product-box .thumbnail .prod-price {
        width: 150px;
        text-align: right;
        position: absolute;
        right: 0;
        height: 100%;
    }
}
@media (max-width: 568px){
    /* Product box */
    .product-box .thumbnail {
        display: block;
        padding: 0 15px;
    }
    .product-box .thumbnail > div {
        float: left;
    }
    .product-box .prod-image {
        width: 80px;
        margin-right: 10px;
    }
    .product-box .prod-detail {
        width: calc(100% - 90px);
    }
    .product-box .prod-detail .prod-kleurmaat {
        margin-top: 20px;
    }
    .product-box .prod-detail .prod-kleurmaat .prod-kleurmaat-link {
        max-width: 50px;
    }
    .product-box .prod-quantity {
        width: 100%;
        margin-right: 0;
    }
    .product-box .thumbnail .prod-price {
        position: relative;
        float: right;
        min-height: 120px;
        width: 100%;
    }
}

/* GOOGLE MAPS */
.textpage .googlemaps-leftblock {
    padding-left: 0px;
}
.textpage #map-canvas,
.textpage .googlemaps-leftblock {
    margin-top: 20px;
}
.textpage .googlemaps-leftblock #verkoopPunten {
    height: calc(600px - 44px);
    overflow-y: scroll;
}
.googlemaps-leftblock .searchBlock {
    height: 34px;
    margin-bottom: 10px;
}
.googlemaps-leftblock .searchBlock input,
.googlemaps-leftblock .searchBlock select,
.googlemaps-leftblock .searchBlock button {
    float: left;
    height: 34px;
}
.googlemaps-leftblock .searchBlock input {
    width: calc(100% - 168px);
}
.googlemaps-leftblock .searchBlock select {
    width: 130px;
}
.googlemaps-leftblock .searchBlock button {
    width: 38px;
}

.googlemaps-leftblock .adressBox {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.textpage .gm-svpc img {
    max-width: none;
}
@media(max-width: 767px) {
    .textpage .googlemaps-leftblock {
        padding-right: 0px;
    }
}
@media(max-width: 991px) {
    #map-canvas {
        clear: both;
    }
    .textpage .googlemaps-leftblock {
        padding-right: 0px;
    }
    .textpage .googlemaps-leftblock #verkoopPunten {
        height: auto;
    }
}
.cartContainer .cart-table-wrapper {
    overflow-x: auto;
}
.btn-group .btn.btn-cart-updaten {
    margin-left: 0;
}
.tbl-cart .td-qty {
    width: 138px;
}
.tbl-cart .td-qty .form-control {
    padding: 6px;
}
.mijnorderscontainer {
    padding-bottom: 30px;
}

/* Menu */
.navbar  .container {
    position: relative;
}
.navbar .container .nav li {
    position: inherit;
}
.navbar .container .nav > li {
    height: 51px;
}
.navbar .container .dropdown-submenu.open .hidden-menu,
.navbar .container .dropdown-submenu:hover .hidden-menu {
    visibility: visible;
}
.navbar .container .dropdown-submenu > .hidden-menu > ul > li {
    font-weight: bold;
    margin-bottom: 10px;
}

.menu-backdrop.menu-open {
    content: "";
    position: fixed;
    background: rgba(0,0,0,0.5);
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.navbar .container .hidden-menu {
    position: absolute;
    top: 51px;
    left: 15px;
    right: 15px;
    visibility: hidden;
    background:  #fff;
    padding: 30px;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #ececec;
}
.navbar .container .hidden-menu ul {
    height: 100%; list-style: none;
}
.navbar .container .hidden-menu ul li {
    width: calc(100%/3 - 0.01px);
    float: left;
}
.navbar .container .hidden-menu ul.subsubmenu li {
    width: 100%;
}
.navbar {
    background-color: transparent;
    border: none;
    min-height: 51px;
    background-color: #333;
    border-color: #333;
    z-index: 70;
}
.navbar > .container {
    background-color: #333;
    border: none;
    min-height: 51px;
}
.navbar-inverse .navbar-nav>.open > a,
.navbar-inverse .navbar-nav > li.open > a {
    color: #333;
}
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar li a:hover {
    background-color: #fff;
    color: #999;
}
.navbar li a.active,
.navbar-inverse .navbar-nav > li > a.active {
    background-color: #333;
    color: #999;
}
/*Dropdown header*/
.container {
    position: relative;
}
.container .nav li {
    position: inherit;
}
.navbar-inverse .navbar-nav > li > a,
.navbar li a {
    text-transform: initial;
}
.navbar-inverse .navbar-nav > li > a {
    transition: 0ms;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.navbar li.homebutton a::before {
    content: "";
    right: 0px;
}
.container .nav li.homebutton a {
    padding-right: 15px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar li a:hover {
    color: #333;
}
.navbar-inverse .navbar-nav > li > a.active:hover {
    color: #333;
    background-color: #fff;
}
.navbar-inverse .navbar-nav > li.dropdown-submenu.open > a.active:hover {
    color: #333;
}
.navbar-inverse .navbar-nav > li > a.active:active:hover,
.navbar-inverse .navbar-nav > li > a.active:focus:hover {
    color: #333;
}
.container .dropdown-submenu.open .hidden-menu,
.container .dropdown-submenu:hover .hidden-menu {
    visibility: visible;
}
.container .hidden-menu {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    background: #f5f5f5;
    padding: 30px;
    z-index: 5;
}
.container .hidden-menu ul {
    height: 100%;
    list-style: none;
}
.container .hidden-menu ul li {
    width: calc(100%/3 - 0.01px);
    float: left;
}
.container .hidden-menu ul li a {
    color: #333;
    font-size: 18px;
    background: none;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.container .hidden-menu ul li a:active,
.container .hidden-menu ul li a:hover {
    color: #999;
    text-decoration: none;
}
.navbar-ex1-collapse {
    display: none;
}
.container .nav li a {
    padding-right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
    .container .nav li a {
        padding-left: 10px;
        font-size: 15px;
    }
    .container .nav li.homebutton a {
        padding-right: 10px;
    }

}
@media (max-width: 991px) {

}
@media (max-width: 768px) {
    li.dropdown-submenu.open {
        top: 0px;
    }
}

.navbar .container .hidden-menu ul li.firstmenuitem {
    width: 100%;
    border-bottom: 2px solid rgba(217, 190, 0, 0.5);
    margin-bottom: 10px;
}
.navbar .container .hidden-menu ul li.firstmenuitem a {
    font-size: 16px;
}
.subsubmenu {
    padding: 0;

}
.subsubmenu li,
.navbar .container .hidden-menu ul li .subsubmenu li,
.container .hidden-menu ul li .subsubmenu li a {
    font-weight: normal;
    float: none;
    font-size: 16px;
}
.nav-dropdown a.dropdown-toggle.navbar-toggle {
    border: none;
    float: none;
    margin: 0;
    display: flex;
    padding: 0 15px;
    flex-direction: column;
    justify-content: center;
}
.navbar-inverse .navbar-nav > li > a,
.navbar li a {
    text-transform: capitalize;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar li a:hover {
    background: #fff;
    color: #333
}
.navbar-nav li a {
    padding-right: inherit;
}
@media (max-width: 991px) {
    /* Global */
    .navbar-nav {
        display: flex;
        float: left;
    }
    .navbar-nav > .dropdown-submenu {
        display: none;
    }
    .navbar li.nav-dropdown .caret {
        border-top-color: #333;
        border-bottom-color: #333;
    }

    /* Stap 1 */
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs.open::before {
        content: "";
        background-color: rgba(88, 88, 90, 0.9);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs.open {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 75%;
        z-index: 100;
        background-color: #fff;
    }
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs.open > .dropdown-toggle.navbar-toggle {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 101;
        background-color: #333;
        height: 40px;
        padding: 0 15px;
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs.open > .dropdown-menu {
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        width: 75%;
        z-index: 101;
        background-color: #fff;
        display: block;
        border: none;
    }
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs.open > .dropdown-menu li {
        position: relative;
        height: 40px;
        border-bottom: 1px solid #c3c3c3;
    }

    /* Stap 2 */
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs .dropdown-menu {
        display: none;
    }
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs.open .dropdown-submenu.open {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        display: flex;
        flex-direction: column;
        z-index: 1;
    }
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs.open .dropdown-submenu.open > a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 101;
        background-color: #333;
        height: 40px;
        padding: 0 15px;
        display: flex !important;
        justify-content: flex-end;
        flex-direction: row-reverse;
        align-items: center;
        color: #fff;
    }
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs.open .dropdown-submenu.open > a .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
        transform: rotate(90deg);
        margin-right: 5px;
    }
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs.open .dropdown-submenu.open > .dropdown-menu {
        display: block;
        position: relative;
        left: 0;
        top: 40px;
        z-index: 102;
        height: 100%;
        background: #fff;
        padding: 0;
        border: none;
    }
    .navbar-nav li.nav-dropdown.visible-sm.visible-xs.open .dropdown-submenu.open > .dropdown-menu li {
        background: #fff;
    }

    /* Bootstrap override */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
    }
}
@media (min-width: 768px) {
    .navbar li.nav-dropdown ul li a:hover {
         background-color: #fff;
    }
}
@media (max-width: 768px) {
    .nav > li > a {
        padding: 10px 10px;
    }
    .navbar-nav .open .dropdown-menu  li {
        padding-left: 0;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 10px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
        text-transform: inherit;
    }
}
.navbar-inverse .navbar-nav > li > a,
.navbar li a {
    font-size: 16px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 5 !important;
}

.catalogueContainer h1.title {
    font-weight: bold;
}

@media (max-width: 522px) {
    .productdetail-container .staffelprijsbox {
        width: 100%;
    }
    .productdetail-container .prod-quantity .prod-quantity-header strong,
    .product-box .prod-quantity .prod-quantity-header strong {
        font-size: 14px;
    }
    .productdetail-container .prod-quantity .prod-quantity-header strong.favorite,
    .product-box .prod-quantity .prod-quantity-header strong.favorite,
    .productdetail-container .prod-quantity .prod-quantity-row span.favorite-heart-wrapper,
    .product-box .prod-quantity .prod-quantity-row span.favorite-heart-wrapper {
        display: none;
    }
    .productdetail-container.prod-quantity .prod-quantity-row .stock,
    .product-box .prod-quantity .prod-quantity-row .stock {
        width: 65px;
    }
}