﻿.dummy {
  color: #000; }

.dummy {
  color: #000; }

#facets-widget .controls {
  margin-bottom: 8px; }
  #facets-widget .controls .action {
    padding: 0;
    text-decoration: none;
    text-transform: none; }

#facets-widget .facet {
  border-top: 1px solid #d1d1d1;
  padding-top: 8px;
  margin-bottom: 8px; }
  #facets-widget .facet .clear {
    margin-left: 8px;
    font-size: 12px; }
  #facets-widget .facet.near-by .distance-container {
    margin-bottom: 4px;
    padding-left: 16px; }
  #facets-widget .facet.near-by .city-container {
    margin-bottom: 4px;
    padding-left: 16px; }
  #facets-widget .facet.near-by .state-container {
    padding-left: 16px; }
  #facets-widget .facet:last-child {
    border-bottom: none; }
  #facets-widget .facet .title {
    font-weight: normal;
    margin-bottom: 0;
    cursor: auto !important; }
  #facets-widget .facet .items {
    margin-bottom: 8px;
    max-height: 200px;
    overflow: auto; }
    #facets-widget .facet .items .item {
      margin-top: 4px;
      margin-left: 16px; }
      #facets-widget .facet .items .item .item-count {
        color: #5d5d5d; }
    #facets-widget .facet .items .show-more {
      margin-left: 16px; }

#facets-widget .panel-body label {
  font-weight: 400;
  cursor: pointer; }
