div#facetedSearch ul {list-style: none; }
div#facetedSearch li {margin: 0.5em 0.5em 0.5em 0;}
div#facetedSearch li.facet { color: #C21F28; }
div#facetedSearch span.facetName { color: #333; }
div#facetedSearch .waiting span.facetName { color: #aaa !important; }
/* ul.facetList { overflow-x: hidden; overflow-y: auto; } */
/* ul.facetList { max-height: 100px; } */
div#facetedSearch .facetGroup { float: left; width: 180px; margin-bottom: 2px;}
div#facetedSearch .waiting { color: #aaa !important; }
table.productFacets { border-collapse: collapse; }
table.productFacets td { padding: 5px; }
table.productFacets tr.altRow { background-color: #f0f0f0; }
div#facetedSearch div.refineButton { text-align: center; margin-bottom: 2em; display: none; }
label.facetSelection { border: 1px solid #ccc; padding: 5px 20px 5px 5px; background:url(https://cdn.static-bl.com/images/png/x.png) no-repeat center right; margin: 1.5em; cursor: pointer; white-space: nowrap; }
img.facetRatingImage { margin-top: -7px; }
.facetedSearchSelections {margin-bottom: 20px;}

@media (max-width:640px) {
	div#facetedSearch .facetGroup { width: 100%;}
}

ul.breadcrumbs-facets{
	/* float: left; */
}

.breadcrumbs-facets li:after {
    right: -7px;
}
.breadcrumbs-facets li:after {
    color: #333;
    content: "\002f";
    position: absolute;
    top: 2px;
}

.breadcrumbs-facets li:last-child:after {
    content: "";
}

.breadcrumbs-facets li {
    float: left;
    position: relative;
    z-index: 10;
}

.breadcrumbs-facets a {
    padding: 0 10px;
    display: block;
}

.breadcrumbs-facets li:first-child a {
	padding-left: 0;
}

.breadcrumbs-facets li:last-child a {
    text-decoration: none;
    color: #c0c0c0 !important;
}

