﻿.productfilterscroll {
    max-height: initial;
}

.productFilter {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.LeftWrapDiv {
    overflow-x: hidden;
    background-color: #f4f4f4
}

.LeftDivHead {
    width: 100%;
    padding: 10px;
    color: #fff;
    background: var(--hoofdkleur, #8FBD47);
}
.LeftWrapInnerDiv {
    padding: 10px;
}

.subcategorylist4 {
    margin-right:0;
}
.sliderheader {
    margin-left: 0 !important;
}
.selector {
    padding:0 !important;
}

.productfilter-padtop {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.listsubsub {
    padding-left:0px;
}

.ParentCategoryHyperLink {
    margin-left:-10px;
}

.productcatoffset {
    padding-top:0px;
}

.price {
    font-size:22px;
}
.description p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.product {
    border:#fff 2px solid;
}

.selector .slider-range-class {
    /*product filter slider*/
    width:100% !important;
}

.action-control {
    position:relative;
}

.stock-msg {
    font-size: 85% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.stock-msg a:hover {
    color: #454545 !important;
    background: none !important;
}
.stock-msg-alt {
    margin-top: -3px !important;
}

.filtername {
    height: 30px !important;
}

@media (max-width:767px) {
    .filtername {
        font-size: 16px;
    }
    .filterpanel label {
        font-size: 16px;
    }
}

.merkactiescroll {
    list-style: none
}
.merkactiescroll li {
    display: inline-block;
    margin-right:10px;
}

.merkactiescrollbanner {
    max-width: 450px
}

@media (max-width:767px) {
    .merkactiescrollbanner {
        max-width: initial;
        width: 100%;
    }

    .merkactiescroll li {
        width: 85%;
        margin-right: 5px;
    }
}