/*===================new-aanbod-list======================*/
.new-filter{
    border-radius: 20px;
    border: 1px solid rgba(5, 25, 29, 0.14);
    background: rgba(201, 201, 201, 0.09);
    padding: 30px 20px 0;
}
.select-box, .new-filter label.position-relative{
    color: #05191D;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
}
.select-box{
    padding: 16px 45px 16px 30px;
    border-radius: 50px;
    border: 1px solid #05191D;
    background: url(../images/arw.svg) no-repeat center right 30px/11px;
    appearance: none;
    -webkit-appearance: none;
    margin-bottom: 14px;
    opacity: .6;
    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
    line-height: normal;
}
.select-box:hover, .select-box.show {
    opacity: 1;
}
.new-filter .dropdown-menu{
    padding: 35px 30px;
    border-radius: 20px;
    border: 1px solid rgba(5, 25, 29, 0.60);
    max-height: 300px;
    overflow-y: auto;
    margin-top: 5px !important;
}
.new-filter .dropdown-menu label.position-relative{
    width: 100%;
    display: block;
}
.new-filter .dropdown-menu label.position-relative:not(:last-child){
    margin-bottom: 14px;
}
.new-filter .vehicle-type label.position-relative{
    padding-left: 40px;
}
.new-filter .vehicle-type label.position-relative img.mw-100{
    position: absolute;
    top: 4px;
    left: 0;
}
.new-filter .form-check-input{
    width: 14px;
    height: 14px;
    margin-right: 10px;
    box-shadow: none;
    border-radius: 3px;
    border-color: #05191D;
    background-color: #FAFAFA;
}
.new-filter .form-check-input:checked {
    background-color: #19B0D1;
    border-color: #19B0D1 !important;
}
.new-filter h5{
    font-family: 'HelveticaNeue-Regular';
    margin-bottom: 12px;
}
.new-filter table{
    width: 100%;
    font-size: 0;
}
.new-filter .filter-content{
    font-size: 0;
}
.new-filter .btw_marge-filter .filter-content label.position-relative span, 
.new-filter .aantal_zitplaatsen-filter .filter-content label.position-relative span{
    float: right;
    color: #05191D;
    opacity: 0.65;
}
.new-filter .filter-content.d-block label.position-relative{
    color: rgba(5, 25, 29, 0.60);
    width: 33.33%;
    vertical-align: top;
    display: inline-block;
    position: relative;
    padding: 0 5px 14px 20px;
}
.new-filter .filter-content.d-block label.position-relative:nth-child(3n), 
.new-filter .filter-content.d-block label.position-relative:last-child{
    padding-right: 0;
}
.new-filter .filter-content.d-block label.position-relative .form-check-input{
    border-color: rgba(5, 25, 29, 0.60);
    position: absolute;
    left: 0;
    top: 0;
}
.new-filter .filter-content.d-block label.position-relative span{
    display: none;
}
.new-filter .total_search_records.mt-0{
    font-family: 'HelveticaNeue-Regular';
    color: #05191D;
    font-size: 3.6rem;
}
.new-filter .sort-by .dropdown-menu{
    padding: 20px;
}
.new-filter .sort-by .select-box{
    padding-left: 20px;
    padding-right: 30px;
    background-position: center right 20px;
}
.chng-on-mobile .auto-overview-tag:not(:hover), .new-filter .auto-overview-tag:not(:hover){
    background-color: #19B0D1;
    border-color: #19B0D1;
}
.chng-on-mobile .filter-reset a:hover, .new-filter .filter-reset a:hover{
    color: #19B0D1;
}
.new-filter.sticky-onscroll{
    position: sticky;
    height: calc(100vh - 210px);
    overflow-y: auto;
    top: 180px;
}
.new-filter.sticky-onscroll::-webkit-scrollbar {
  width: 5px;
}
.new-filter.sticky-onscroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} 
.new-filter.sticky-onscroll::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
    border-radius: 10px;
}
.new-filter.sticky-onscroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.new-car-block .each-product-content .product-price{
    height: auto;
    padding-bottom: 20px;
}
.new-car-block .each-product-content .product-price table{
    border: 0;
    width: 100%;
    margin-left: 0;
}
.new-car-block .each-product-content .product-price tr{
    justify-content: start;
}
.new-car-block .each-product-content .product-price td{
    padding: 0;
    width: auto;
    border: 0;
    text-align: left;
    justify-content: start;
}
.new-car-block .each-product-content td em{
    margin-left: 4px;
}
.new-car-block .each-product-content .blue-btn:not(:hover) {
    border: 1px solid #19B0D1;
    background-color: #19B0D1;
}
.new-car-block .each-product-content .product-bottom table{
    border-radius: 10px;
}
.new-car-block .each-product-content .product-bottom td{
    font-size: 1.6rem;
    line-height: normal;
}
.new-car-block .each-product-content .product-bottom td img {
    max-height: unset;
    margin-bottom: 6px;
}
.new-car-block .each-product-slider-btn .common-btn{
    min-height: 76px;
    padding: 0;
}
.new-car-block .service_pagination li:not(:hover){
    border-color: #19B0D1;
    background-color: #19B0D1;
}
