
#fwd_CarSelector label {
    color: #fff !important;
}

.list-overview {
    margin-bottom: 10px !important;
    border: 1px solid #34ace5; 
    

    background-repeat: no-repeat;
    background-size: 100% 120px;
}

.list-overview .cat-image-left {
    padding-left: 0;
    margin-bottom: 0 !important;
}

.list-overview .cat-image-right {
    padding-top: 10px;
}

.list-overview.overlayed,
.category_child.overlayed{
    opacity: 0.6;
}

.list-overview .category_parent {
    font-size:11px !important;
}

.list-overview .category_parent a, .list-overview .category_parent a:hover {
    font-size: 11px !important;
    color: #000 !important;
    text-decoration: none;
}

.list-overview .category_parent .category_description {
    line-height: 12px;
    text-align: justify;
    min-height: 5.6em;
}

.list-overview img.to-product-button {
    margin-right: 6px;
    display: inline-block;
}

.list-overview .category_head {
    color: #515151;
    font-size: 24px !important;
    margin-top: 11px;   
}

.list-overview .category_head span {
    content: "";
    background-image: linear-gradient(to right, transparent, lightgrey);
    height: 1px; /*for horizontal border; width for vertical*/
    display: block;
    margin-top: 2px;
    margin-bottom: 6px;
}

.list-overview .category_top_link {
    margin-top: -1.9em;
}

.list-overview .category_child {
    margin-top: 5px;
    border-top: solid 1px #ddd !important;
    padding: 0;
}

.list-overview .category_parent .category_price,
.list-overview .category_child .category_price,
.list-overview .category_child .category_name {
    color: #535353;
    font-size: 18px !important;
}

.overlay.list-overview .row-bg, .overlay.list-overview .category_parent, .overlay.list-overview .category_child {
    opacity:0.4;
    filter:alpha(opacity=40);
}

.list-overview .category_parent .category_count, .list-overview .category_child .category_count {
    margin-bottom: 5px !important;
}




@media only screen and (min-width: 0px) and (max-width: 640px){
    .list-overview {
        padding-bottom: 5px;
        
        border-left: 0;
        border-right: 0;
        border-top: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
    }
    
    .list-overview .row-bg {
        height: 35px;
    }
    
    .list-overview .category_head {
        font-size: 16px !important;
        margin-top: 6px;
    }
    
    .list-overview .category_parent .category_description {
        min-height: 7.4em;
    }

    .list-overview .category_parent .category_price,
    .list-overview .category_child .category_price,
    .list-overview .category_child .category_name {
        font-size: 14px !important;
        font-weight: bold;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px){
    .list-overview {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
    }
    
    .list-overview .row-bg {
        height: 70px;
    }
    
    .list-overview .category_head {
        font-size: 20px !important;
        margin-top: 8px;
    }
    
    .list-overview .category_parent .category_price,
    .list-overview .category_child .category_price,
    .list-overview .category_child .category_name {
        font-size: 16px !important;
    }
    
    .list-overview .category_parent .category_link,
    .list-overview .category_child .category_link,
    .list-overview .category_parent .category_price,
    .list-overview .category_child .category_price {
        padding-bottom: 5px !important;
    }
    
    .list-overview .category_parent .category_description {
        min-height: 7em;
    }
    
    .list-overview .category_top_link {
        margin-top: -2.5em;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px){
    .list-overview .row-bg {
        height: 100px;
    }
    
    .category-products {
        padding-left:10px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1920px){
    .list-overview .row-bg {
        height: 120px;
    }
    
    .category-products {
        padding-left:10px;
    }
}
