 /*Stylesheet*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.textpage .google-maps {
    height: 600px;
    padding-left: 0px;
    padding-right: 0px;
}
.textpage .google-maps #map-canvas {
    height: 100%;
}

.textpage .googlemaps-leftblock {
    padding-left: 0px;
}
.textpage .googlemaps-leftblock #adressblock {
    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% - 138px);
}
.googlemaps-leftblock .searchBlock select {
    width: 100px;
}
.googlemaps-leftblock .searchBlock button {
    width: 38px;
}

.googlemaps-leftblock .adressBox {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .textpage .googlemaps-leftblock {
        padding-right: 0px;
    }
}

.blockVoorraad .geenvoorraad {
    color: darkorange;
}

ul.dropdown-menu.cart-content {
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}
.staffelTabel th, .staffelTabel td {
    padding: 1px !important;
}
.staffelTabel {
    width: 95%;
    margin-bottom: 0px;
    float: right;
}
.corner-ribbon {
    width: 175px;
    line-height: 25px;
}
#fb-root {
    height: 0px;
}
.fb_iframe_widget_fluid > span,
.fb_iframe_widget_fluid > span > iframe {
    max-width: 100% !important;
    width: 100% !important;
}
@media(max-width: 500px) {
    .fb_iframe_widget_fluid > span {
        overflow: auto;
    }
}

.productboxFullWidth {
    width: 100%;
}
.modal-dialog-kleurmaatbestelbox {
    max-width: 100%;
}
@media(min-width: 768px) {
    .modal-dialog-kleurmaatbestelbox {
        width: 1100px;
    }
}
@media(max-width: 768px) {
    .kleurmaatpopupboxcolorrow {
        background-color: #f5f5f5;
    }
}
.modal-dialog-kleurmaatbestelbox img {
    max-height: 50px;
}
.modal-dialog-kleurmaatbestelbox .highlight {
    background-color: rgba(0, 255, 255, 0.15);
}

#header-wrapper .container .ZoekenOpEan {
    position: absolute;
    left: 293px;
    top: 45px;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-size: 11px;
    z-index: 10;
}

/* Product boxen nieuwe lijst*/
.productboxFullWidth  .thumbnail.col-md-12 {
    display: flex;
    height: 100px;
    margin-bottom: 0;
    padding: 0;
}

.productboxFullWidth .thumbnail a.link-p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    width: 170px;
    margin: 0;
    min-width: 170px;
}

.productboxFullWidth > .row {
    width: 100%;
    min-height: 100%;
}

.productboxFullWidth .caption.prod-caption {
    height: 100% !important;
}

.productboxFullWidth .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    height: 100%;
    width: 100%;
}

.productboxFullWidth .thumbnail img.prodImage {
/*    height: 100%;*/
    width: auto;
    margin: 0;
    max-width: auto !important;
}

.productboxFullWidth .thumbnail .caption.prod-caption .productboxFullWidth .row {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.productboxFullWidth .thumbnail .caption.prod-caption {
    display: flex !important;
    flex-direction: row !important;
    width: 100%;
    border-top: 0;
    padding-right: 50px;
}

.productboxFullWidth .thumbnail .caption.prod-caption .btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.productboxFullWidth .thumbnail .caption.prod-caption .btn-group a {
    margin: 0 !important;
}

.productboxFullWidth .thumbnail .caption.prod-caption .btn-group .col-xs-6  {
    margin: 1px !important;
}

.productboxFullWidth .thumbnail.col-md-12 >.row {
    width: 100%;
    height: 100%;
}

.productboxFullWidth .thumbnail .productbox-container-buttons {
    display: flex;
    width: 200px;
    flex-direction: column;
    padding: 0 15px;
    justify-content: center;
}

.productboxFullWidth .thumbnail .productbox-container-title {
    width: calc(100% - 200px);
    padding: 5px 15px;
}

.productboxFullWidth .thumbnail .productbox-container-title h4 {
    text-align: left;
}

@media(max-width: 680px) {
    .productboxFullWidth .thumbnail a.link-p {
        min-width: 100px;
        width: 100px;
    }
    .productboxFullWidth .thumbnail .caption.prod-caption {
        padding-right: 0;
        flex-direction: column !important;
    }
    .productboxFullWidth .thumbnail .productbox-container-buttons {
        width: auto;
        padding: 0;
    }
    .productboxFullWidth .thumbnail .productbox-container-title {
        width: auto;
        padding: 0 5px;
    }
    .productboxFullWidth .thumbnail.col-md-12 {
        height: 140px;
    }
    .product-box.productboxFullWidth .thumbnail a.btn.btn-default.col-xs-6, 
    .product-box.productboxFullWidth .thumbnail .col-xs-6.productBoxEenheid.btn.btn-default, 
    .product-box.productboxFullWidth .thumbnail .col-xs-6.productBoxAantal.zeroPadding input,
    .product-box.productboxFullWidth .thumbnail a.btn.btn-primary.col-xs-6.addarticletocartbtn,
    .productboxFullWidth .thumbnail .caption.prod-caption .btn-group .col-xs-6 {
        height: 25px;
        padding: 0;
        width: 70px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .productboxFullWidth .thumbnail .caption.prod-caption .btn-group {
        justify-content: flex-end;
    }
}
    .productboxFullWidth h4 {
        position: absolute;
        top: 10px;
        left: 25px;
        width: auto;
    }
    .productboxFullWidth .btn-group-bestelcontainer {
        padding-left: 0px !important;
    }
    .productboxFullWidth .thumbnail .caption.prod-caption {
        align-items: flex-end;
        justify-content: flex-end !important;
    }
    .productboxFullWidth .thumbnail .caption.prod-caption > .row {
        height: 40px;
    }
    .productboxFullWidth .col-md-12.col-lg-12.col-sm-12.col-xs-12.voorraad {
        position: absolute;
        top: 30px;
        left: 10px;
        width: auto;
        height: auto;
    }
@media(max-width: 735px) {
    .productboxFullWidth .productboxFullWidth h4 {
        max-width: initial;
        max-height: 3.1em;
        text-align: left;
    }
    .productboxFullWidth .corner-ribbon.top-right {
        top: 15px;
        right: -20px;
        width: 85px;
        line-height: 18px;
        font-size: 0.9rem;
    }
    .productboxFullWidth .col-md-12.col-lg-12.col-sm-12.col-xs-12.voorraad {
        line-height: 1;
        margin-bottom: -5px;
        top: 40px;
    }
    .productboxFullWidth .thumbnail .caption.prod-caption > .row {
        height: 26px;
    }
}

@media(max-width: 550px) {
    #header-wrapper .container .ZoekenOpEan {
        left: 15px !important;
        top: 10px !important;
    }
    
    header #header-wrapper .row:not(:first-child) {
        height: calc(100% - 130px) !important;
    }
}


.modal-dialog.modal-dialog-kleurmaatbestelbox input {
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.modal-dialog.modal-dialog-kleurmaatbestelbox .row:not(:last-child) {
    margin-bottom: 2px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.modal-dialog.modal-dialog-kleurmaatbestelbox {
    overflow: hidden;
}

.modal-dialog.modal-dialog-kleurmaatbestelbox .row.last {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 15px;
}

.modal-dialog.modal-dialog-kleurmaatbestelbox .row.last .showVoorraad {
    padding: 0 15px;
}

.modal-dialog.modal-dialog-kleurmaatbestelbox button.btn.btn-primary.pull-left {
    border-radius: 10px;
}

.catalogueContainer .col-lg-12 {
    display: block;
}

.catalogueContainer .col-lg-12 h1 {
    width: 100%;
}

.catalogueContainer > .col-lg-12 form,
.catalogueContainer > .col-lg-12 a {
    width: 50%;
    float: left;
    padding: 0px 15px;
}

.catalogueContainer > .col-lg-12 a {
    text-align: right;
}

header #header-wrapper .container {
    height: 100%;
}

header #header-wrapper .row:not(:first-child) {
    height: calc(100% - 50px);
    align-items: flex-end;
    padding: 0 15px;
} /*Stylesheet*/   
body {
    font-family: 'Open Sans';
    font-size: 1.3rem;
    line-height: 1.5;
}
body > .main-page-container  {
    padding-bottom: 20px;
}
.textpage a {
    text-decoration: underline;
}
.textpage a:active,
.textpage a:hover {
    color: #d9be00;
}
.navbar  .container {
    position: relative;
}
.navbar .container .nav li {
    position: inherit;
}
.navbar .container .dropdown-submenu.open .hidden-menu, 
.navbar .container .dropdown-submenu:hover .hidden-menu {
    visibility: visible;
}
.navbar .container .hidden-menu {
    position: absolute;
    top: 51px;
    left: 15px;
    right: 15px;
    visibility: hidden;
    background:  rgba(88, 88, 90, 0.92); /*eb = transparantie*/
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.navbar .container .hidden-menu ul {
    height: 100%; list-style: none;
}
.navbar .container .hidden-menu ul li {
    width: calc(100%/3 - 0.01px); float: left; 
}

header {
    background-color: transparent;
}
header div.container div.row div.layout_logo_wrapper div.well.logo {
    background-image: none;
}

.navbar {
    background-color: transparent;
    border: none;
    min-height: 40px;
}
.navbar > .container {
    background-color: #d9be00;
    border: none;
    min-height: 40px;
}
.navbar-inverse .navbar-nav>.open>a, 
.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, 
.navbar li a.active {
    background-color: #58585a;
}

.headerknoppen,
.headerknoppen a {
    color: #fff;
}
.headerknoppen,
.well-searchform,
.well-shoppingcartblock {
    float: right;
    clear: right;
}
.well-shoppingcartblock > .well {
    padding-top: 0px;
}
#afhalen-partneradres {
    display: none;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 20px;
}
#afhalen-partneradres span {
    font-weight: bold;
}

/*Styling nieuwe header*/
.input-search {
    width: 300px;
} 
#header-wrapper { 
    background-image: url("/images/senseoutdoor_banner.jpg"); 
    background-size: cover;
    background-position: center center;
    height: 300px; 
}
#header-wrapper .container { 
    position: relative; 
    height: 100%; 
}
.headerknoppen { 
    /*position: absolute;*/ 
    top: 5px; 
    right: 14px;
    float: right;
    /*position: initial;*/
    clear: none;
    padding-left: 20px;
}

.row-main { 
    display: flex; 
    height: 100%; 
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
}
.row-main img { 
    width: 60%; 
}
.row-main .headerknoppen .spanknop { 
    background-color: #fff; 
    padding: 5px 10px; 
    margin: 2px; 
}
.row-main .btn-default2 {
    height: 34px; 
    width: 50px; 
    margin: 0px 0px 0px 5px; 
}
.row-main .well { 
    display: flex; 
}
.navbar { 
    background-color: #d9be00; 
    border-color: #d9be00; 
}
.navbar.anderebanner,
.navbar.anderebanner > .container {
    background-color: #000; 
    /*border-color: #000;*/
}
.navbar-inverse.anderebanner .navbar-nav > li > a, 
.navbar.anderebanner li a {
    color: #fff;
}

/*Dropdown header*/
.container { 
    position: relative; 
}
.container .nav li { 
    position: inherit;
}
.navbar-inverse .navbar-nav > li > a, 
.navbar li a { 
    text-transform: inherit; 
    transition: 0ms;
    color: #58585a;
}
.navbar-inverse .navbar-nav > li > a::before, 
.navbar > li a::before {
    content: "\f0d7";
    font-family: fontawesome;
    padding-right: 0px;
    position: absolute;
    right: 6px;
}
.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,
.navbar li a.active { 
    color: #fff;
}
.container .dropdown-submenu.open .hidden-menu, 
.container .dropdown-submenu:hover .hidden-menu { 
    visibility: visible; 
}
.container .hidden-menu { 
    position: absolute; 
    top: 40px !important; 
    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: #fff;
    font-size: 14px;
    background: none;
}
.container .hidden-menu ul li a:active,
.container .hidden-menu ul li a:hover {
    text-decoration: underline;
}
.navbar-ex1-collapse {
    display: none;
}
.container .nav li a {
    padding-right: 20px; 
}
@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) {
    .container .dropdown-submenu { 
        display: none; 
    }
    .container .navbar-nav { /*Dit zorgt ervoor dat de 2 links worden omgedraaid maar nog wel links staan*/
        display: flex; 
        flex-direction: row-reverse; 
        float: left; 
    }
    div.headerknoppen {
        display: none;
    }
    .navbar-header,
    .navbar-toggle { 
        display: inline-block !important;
    }

    .navbar-header {
        float: right;
    }
    .navbar-ex1-collapse.collapse.in button.navbar-toggle::before {
        content: "";
        background-color: rgba(88, 88, 90, 0.9);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .navbar-ex1-collapse.collapse.in ul.nav.navbar-nav {
        position: fixed;
        top: 40px;
        bottom: 0;
        left: 25%;
        right: 0;
        z-index: 1000;
        display: flex;
        background: #fff;
        min-height: 100vh;
        flex-direction: column;
        align-items: flex-end;
    }

    .navbar-ex1-collapse.collapse.in ul.nav.navbar-nav li {
        position: relative;
        float: right;
        border-bottom: 1px solid #c3c3c3;
        width: 100%;
        text-align: right;
    }

    .navbar-ex1-collapse.collapse.in .navbar-header {
        z-index: 1000;
        position: fixed;
        top: 0;
        right: 0;
        left: 25%;
        background: #58585a;
    }

    .navbar-ex1-collapse.collapse.in .navbar-header button {
        border-color: #fff;
        z-index: 1;
    }

    button.navbar-toggle {
        margin: 0;
        background-color: #58585a;
        border:  #fff;
        height: 40px;
    }
}
@media (max-width: 768px){
    #header-wrapper { 
        height: 200px; 
    }
    .headerknoppen { 
        top: 14px; 
        display: flex; 
        flex-direction: column;
    }
    .row-main .well {
        float: right;
    }
/*    .atributen-block {
        width: calc(100% - 100px);
    }*/
    .input-search {
        width: 100%;
    }
		
    .row-main img { 
        height: 100px; 
        width: auto; 
    }
}

form.layout-header-searchform {
   display: flex;
}
.row-main .layout-header-searchform .btn-default2 {
    margin: 0;
    width: 40px;
}
.row-main .btn-default2 {
    width: 70px;
}

.categorielogo,
.categoriesfeerfoto {
    max-width: 100%;
    max-height: 500px;
}
.categorielogo {
    margin-bottom: 15px;
}
.categoriesfeerfoto {
    margin-top: 15px;
}
@media(max-width: 991px) {
    .productdetail-container .product-detail-tab,
    .product-short-detail.well {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0px;
    }
    
    .hero-feature.productDetail {
        margin-bottom: 0px;
    }
    
    .categorielogo,
    .categoriesfeerfoto {
        display: none;
    }
}
.product-short-detail {
    background: transparent;
    border: 0;
}
@media(max-width:991px) {
    .product-short-detail {
        min-height: 1px;
    }
}
.product-short-detail hr {
    border: 0;
}
.productDetail .productDetail_main-image-gallery figure {
    border: 0;
}
.productdetail-container > .row {
    display: flex;
    flex-direction: row-reverse;
}
.well.product-short-detail {
    padding-top: 0px;
}
.productDetail .combinatiekortingwrapper h3,
.productDetail .combinatiekortingwrapper span.productdetail_contenttile,
#producdetail-reviewtitle span.title,
#reviewForm span.title {
    border-color: rgba(217, 190, 0, 0.18);
    color: #384248;
}
.combinatiekortingwrapper .combinatiekortingDiv i.fa-plus {
    color: #58585a;
}
@media(max-width:991px) {
    .productdetail-container > .row {
        flex-direction: column-reverse;
    }
}

.prod-caption {
    height: 165px;
}
.productBoxAantal input {
    text-align: center;
}
@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
        border-bottom: 1px solid #c3c3c3;
        z-index: 1;
        margin: 0;
    }
    .container .navbar-nav {
       max-height: 40px;
    }
    .container li.open .dropdown-submenu {
       display: block;
    }
    .navbar .container .nav li {
       z-index: 1;
    }
    li.open .dropdown-menu {
       position: relative;
       top: 0;
       left: 0;
    }
    .navbar li.nav-dropdown ul li a{
       font-family: Arial;
       font-size: 15px;
       color: #333;
       text-transform: inherit;
    }
    .navbar li.nav-dropdown ul>li.open:focus>a.dropdown-toggle,
    .navbar li.nav-dropdown ul>li.open:focus,
    .navbar li.nav-dropdown ul>li.open:hover>a.dropdown-toggle,
    .navbar li.nav-dropdown ul>li.open:hover {
       background-color: #f1f1f1;
       color: #333;
    }
}
@media(min-width:992px) {
    .productdetail-colright {
        padding-top: 35px;
    }
}

.productdetails-merkbox {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 3px solid rgba(217, 190, 0, 0.18);
}
.productdetails-merkbox img {
    max-width: 100%;    
}

.eb_locatie_links {
    padding-left: 0px;
    padding-right: 0px;
}
.eb_header {
    background-color: #58585a;
}
.eb_content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.productdetails-usps ul,
.eb_content ul {
    padding-left: 10px;
}
.productdetails-usps ul li,
.eb_content ul li {
    list-style: none;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 1.2rem;
    display: flex;
}
.eb_content ul li::before,
.productdetails-usps ul li::before {
   content: "\f00c";
   font-family: fontawesome;
   padding-right: 5px;
   color: #32C900;
}
.productdetails-usps .uspCheck,
.eb_content ul li .uspCheck {
    color: #32C900;
    font-size: 16px;
    margin-left: -20px;
}
.productdetails-reviewbox {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 3px solid rgba(217, 190, 0, 0.18);
    text-align: center;
}
.productdetails-reviewbox .product-rating {
    width: 100%;
}
.productdetails-reviewbox .product-rating a {
    color: #58585a;
    margin-left: 10px;
    font-style: italic;
}
.productdetails-reviewbox .product-rating i.fa-star {
    font-size: 20px;
}
.productdetail-container .product-detail-tab {
    border-top: 2px solid rgba(217, 190, 0, 0.18);
    padding-top: 20px;
}
.productdetail-container .product-detail-tab .well {
    border: 0;
    padding-top: 1px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.productdetail-container .product-detail-tab ul.title {
    border: 0;
    margin-bottom: 10px;
}
.productdetail-container .product-detail-tab ul.title li a {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.productdetail-container #detail .well table.tableartikeldetails tr td,
.productdetail-container .product-detail-tab .well .tableartikeldetails {
    border: 0;
    background-color: transparent;
}
.productdetail-container #detail .well table.tableartikeldetails tr td {
    padding: 5px;
}

.productdetail-container #detail .well table.tableartikeldetails tr.odd td {
    background-color: #f8f8f8;
}
.product-thumb-image {
    height: 60px;
}

footer {
    background-color: #58585a;
}
footer .copyright a {
    color: #9b9b9c;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #58585a;
    border-color: #000;
}
.product-short-detail .btn-primary,
.btn-cart-checkout.btn-primary,
.bestellengelukt-modal button.bestellengelukt-btn-naarcart,
.combinatiekortingDiv .ck_button_details {
    background-color: #32C900;
    border-color: #2FB203;
}
.product-short-detail .btn-primary.active,
.product-short-detail .btn-primary.focus,
.product-short-detail .btn-primary:active,
.product-short-detail .btn-primary:focus,
.product-short-detail .btn-primary:hover,
.btn-cart-checkout.btn-primary.active,
.btn-cart-checkout.btn-primary.focus,
.btn-cart-checkout.btn-primary:active,
.btn-cart-checkout.btn-primary:focus,
.btn-cart-checkout.btn-primary:hover,
.combinatiekortingDiv .ck_button_details:hover,
.combinatiekortingDiv .ck_button_details:active,
.combinatiekortingDiv .ck_button_details:focus {
    background-color: #2FB203;
    border-color: #2FB203;
}

/* header aanpassingen */
header.sticky-header #stickyheader-wrapper {
    height: 50px;
    overflow: hidden;
    background-color: rgba(88, 88, 90, 0.72) !important; /* transparantie*/
    border-bottom: 1px solid #d9be00 !important;
    position: absolute;
}
#header-wrapper .container .ZoekenOpEan {
    left: 170px;
    top: 15px;
}

#header-wrapper .container.ActiveEan input.form-control.input-search {
    border: 2px solid #D9BE00;
}

@media(max-width: 1199px) {
    #stickyheader-wrapper .atributen-block .layout-header-searchform .input-search {
        width: 250px;
    }
    #header-wrapper .container .ZoekenOpEan {
        left: 120px;
    }
}

@media(max-width: 767px) {
    #header-wrapper .container .ZoekenOpEan {
        left: 15px;
        top: 50px;
    }
    header.sticky-header #stickyheader-wrapper {
        overflow: inherit;
    }
}

@media(max-width: 550px) {
    #header-wrapper .container .ZoekenOpEan {
        left: 15px !important;
        top: 50px !important;
    }
}

@media(min-width:550px) {
    header.sticky-header #stickyheader-wrapper {
        padding: 0px;
    }
}
header.sticky-header #header-wrapper .logo-block {
    max-height: 154px;
}
header.sticky-header #stickyheader-wrapper .logo-block {
    float: left;
    width: 100px;
}

header.sticky-header #stickyheader-wrapper figure {
    height: 50px;
    padding: 5px 0px;
    display: inline-block;
}
header.sticky-header #stickyheader-wrapper figure img {
    max-height: 100%;
}
header.sticky-header #stickyheader-wrapper .atributen-block > .well {
    padding: 0px;
    margin: 0px;
}
header.sticky-header #stickyheader-wrapper .atributen-block {
    height: 50px;
    padding: 8px 0px;
}
header.sticky-header #stickyheader-wrapper .atributen-block .layout-header-searchform,
header.sticky-header #stickyheader-wrapper .atributen-block button.btn-default2 {
    float: left;
}
header.sticky-header #stickyheader-wrapper .atributen-block .layout-header-searchform input,
header.sticky-header #stickyheader-wrapper .atributen-block .layout-header-searchform button {
    border: 0;
}
header.sticky-header #stickyheader-wrapper .atributen-block .layout-header-searchform button {
    background-color: #fff;
    font-size: 16px;
}
header.sticky-header #stickyheader-wrapper .atributen-block button.header-shoppingcartbtn {
    height: 34px;
    background-color: #32C900;
    border: 0;
}
header.sticky-header #stickyheader-wrapper .atributen-block button.header-shoppingcartbtn a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    color: #fff;
    background-color: #32C900;
}
header.sticky-header #stickyheader-wrapper .atributen-block button.header-shoppingcartbtn a i {
    font-size: 16px;
}
.cartContainer .title,
.textpage .title,
h1.title {
    border-color: rgba(217, 190, 0, 0.18);
}

.atributen-block {
    float: right;
}
.subCatBox .thumbnail .caption h4 {
    margin: 0px;
}
.subCatBox .thumbnail .caption {
    min-height: 76px;
}


@media (max-width: 991px) {
    .dropdown-menu li.dropdown-submenu a {
        position: relative;
    }

    .dropdown-menu li.dropdown-submenu a::before {
        content: "\f0d7";
        font-family: fontawesome;
        padding-right: 5px;
        position: absolute;
        right: 20px;
    }
   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
    }
    li.nav-dropdown.visible-sm.visible-xs.open {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 25%;
        z-index: 1001;
        background-color: #fff;
    }

    li.dropdown-submenu.open {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 25%;
        height: 100vh;
        z-index: 9 !important;
        padding-left: 0 !important;
        background: #fff;
    }

    li.open .dropdown-menu {
       position: relative;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       border: none;
       padding: 0;
       margin: 0;
    }

    li.dropdown-menu.open {
       top: -40px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li.open>a {
        background-color: #58585a !important;
        color: #fff !important;
        height: auto;
        padding: 10px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li.open>a .caret {
        border-top-color: #fff;
        transform: rotate(90deg);
    }

    .navbar li.nav-dropdown .caret {
        border-top-color: #333;
        border-bottom-color: #333;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
    }

    li.nav-dropdown.visible-sm.visible-xs ul.dropdown-menu {
        visibility: hidden;
    }

    li.nav-dropdown.visible-sm.visible-xs.open ul.dropdown-menu {
        visibility: visible;
        height: 100vh;
        overflow-y: scroll;
        z-index: 1;
        background: #fff; 
    }
}
@media (max-width: 768px) {
    li.dropdown-submenu.open {
        top: 0px;
    }
}

@media (max-width: 550px) {
    #stickyheader-wrapper .container {
       display: flex;
       justify-content: space-between;
   }

   header.sticky-header #stickyheader-wrapper .atributen-block {
       height: 40px;
       padding: 4px 0;
   }

   header.sticky-header #stickyheader-wrapper .atributen-block > .well {
       display: flex;
       flex-direction: row;
   }

   header.sticky-header #stickyheader-wrapper figure {
       height: 40px; 
   }
   header.sticky-header #stickyheader-wrapper .atributen-block button.header-shoppingcartbtn a {
       padding-left: 0;
   }

}

/* -- -- C O M B I K O R T I N G B O X -- -- */
.productdetail-container .ck_container {
   position: relative;
   overflow: hidden;
   border: 1px solid #E9E9E9;
   padding-top: 15px;;
   padding-bottom: 15px;;
   margin: 3px;
   background: #ffffff;
}
.productdetail-container .ck_link {
   width: calc(100% - 80px);
   display: block;
   margin: auto;
}
.productdetail-container .ck_image {
   width: 75%;
   height: auto;
   margin: 0px;
   padding: 0px;
}
.productdetail-container .ck_title {
   display: block;
   margin: auto;
   text-align: left;
   font-weight: bold;
   height: 70px;
   font-size: 16px;
}
.productdetail-container .ck_title a {
   color: #000000;
   font-size: 14px;
}
.productdetail-container .ck_description {
   color: #000;
   font-size: 12px;
   margin-top: 10px;
   height: 50px;
}
.productdetail-container .ck_prices {
   text-align: right;
   margin-top: 20px;
}
.productdetail-container .ck_prices_oldprice {
    height: 18px;
    display: inline;
    font-size: 16px;
    margin: 0 10px 3px 0;
    color: #757575;
    text-decoration: line-through;
}
.productdetail-container .ck_prices_price {
   font-size: 24px;
   font-weight: bold;
   color: #333333;
}
.productdetail-container .ck_buttons {
   margin-top: 10px;
}
.productdetail-container .ck_button_details {
   float: right;
   text-transform: uppercase;
}
.productdetail-container .ck_image_zoom {
   color: #757575;
   position: absolute;
   bottom: 0px;
   right: 0px;
}
@media(min-width: 645px) {
   .productdetail-container .ck_container {
       width: 49% !important;
       padding-top:10px;
       padding-bottom:10px;
   }
}
.productdetail_contenttile {
   color: #5886B8;
   display: block;
   border-bottom: 3px solid #eee;
   padding-bottom: 8px;
   margin-bottom: 20px;
   font-family: 'Open Sans Condensed';
   font-size: 22px;
   line-height: 1.1;
}
/* -- -- C O M B I K O R T I N G B O X -- -- */

.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;
}
.product-box .thumbnail {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.product-box .thumbnail a.link-p {
    height: 175px;
    min-height: 175px;
}

.combinatiekorting-image-wrapper img {
    max-width: 100%;
}
.textpage img {
    /*max-width: max-content;*/
}

/* -- -- F I L T E R B O X -- -- */

.cat-header {
    background-color: #58585a;
    color: #fff;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
}

.col-lg-12.col-md-12.col-sm-12.col-xs-12.filterContainer {
    padding: 0;
    }

hr.filterDevider {
    border-top: 1px solid #ddd;
}

a.filterTonen.verbergFilter::before,
a.filterTonen.toonFilter::before {
    font-family: fontawesome;
    font-size: 2rem;
    padding-left: 5px;
    height: 0;
}

a.filterTonen.verbergFilter::before {
    content: "\f0de";
}

a.filterTonen.verbergFilter,
a.filterTonen.toonFilter  {
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    text-decoration: none;
}
a.filterTonen.toonFilter {
    align-items: baseline;
    margin-top: -8px;
} 

a.filterTonen.toonFilter::before {
    content: "\f0dd";
}

.filterContainer .categorieFilterContainer {
    border-bottom-left-radius: 10px;
    background-color: #fff ;
    border: 1px solid #ddd;
    border-bottom-right-radius: 10px;
}
.filterCheckbox-danger input[type="checkbox"]:checked + label::before {
    border-color: #d9be00 !important;
    background-color: #d9be00 !important;
}
.onepagecheckout-servicepartner h1.title::before {
    content: "\f0b1";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #32C900;
}

.onepagecheckout-servicepartner h1.title {
    float: left;
    width: calc(100% - 165px);
    color: #32C900;
    display: block;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 8px;
    margin-top: 0px;
    border-bottom: none;
    line-height: 1.1;
    margin-bottom: 40px;
    font-family: 'Open Sans';
}
.onepagecheckout-servicepartner a {
    float: right;
    width: 150px;
    text-align: right;
    line-height: 34px;
    color: #58585a;
    font-style: italic;
    margin-right: 15px;
}
.partnerimages {
    display: block;
}
.partnerimage {
    max-width: 50px;
    max-height: 50px;
}
.overigepartners {
    display: none;
}
.kiesPartner {
    margin-top: 5px;
    padding: 3px 6px;
    display: block;
}
/*.meerpartners {
    border-top: 1px solid red;
    height: 7px;
    background-color: yellow;
    width: calc(100% - 10px);
    display: block;
}*/

.meerpartners {
    width: calc(100% - 10px);
    padding: 0;
    position: relative;
    height: 50px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meerpartners::before {
    cursor: pointer;
    content: "\f103";
    font-family: FontAwesome;
    position: absolute;
    height: 50px;
    width: 50px;
    background: #c3c3c3;
    border-radius: 50%;
    top: 0;
    z-index: 1;
    border: 4px solid #fff;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.meerpartners::after {
    content: "";
    background: #c3c3c3;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
}
.meerpartners.meerpartnersopen::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.corner-ribbon {
    background: #d9be00;
    color: #58585a;
}

@media(max-width: 991px) {
    .filterContainer .filterTonenContainer a.toonFilter,
    .filterContainer .filterTonenContainer a.toonFilter.toonFilter-displaynone {
        display: flex;
    }
    .filterTonenContainer a.verbergFilter,
    .filterContainer div.categorieFilterContainer {
        display: none;
    }
}

.the-list-staffelprijsbox {
    display: none !important;
}