#dfclassic {
  font-family: "Open Sans";
  border: 0;
}

#dfclassic .df-aside {
  background-color: #474747;
}

#dfclassic .df-header {
  color: black;
}

#dfclassic .df-icon-list .df-icon svg {
  transition: fill .3s;
  fill: #9F9F9F;
}

#dfclassic .df-icon-list .df-icon:hover svg {
  fill: #474747;
}

#dfclassic .df-panel__title,
#dfclassic .df-term__value {
  color: #fff;
}

#dfclassic .df-term {
  transition: all .3s;
}

#dfclassic .df-panel__title,
#dfclassic .df-term {
  text-transform: uppercase;
}

#dfclassic .df-panel__title {
  background: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

#dfclassic .df-panel__title:focus {
  text-decoration: none;
}

#dfclassic .df-term,
#dfclassic .df-term__count {
  font-size: 12px;
  line-height: 22px;
}

#dfclassic .df-term:hover .df-term__value,
#dfclassic .df-term:hover[data-selected] .df-term__value {
  color: #fff;
}

#dfclassic .df-term__count {
  color: rgba(255,255,255, .5);
}

#dfclassic .df-term:active,
#dfclassic .df-term:focus,
#dfclassic .df-term:hover {
  background-color: #606060;
  border-color: #606060;
  color: white;
}

#dfclassic .df-term[data-selected] {
  background-color: transparent;
  border-color: #f8f8f8;
}

#dfclassic .noUi-tooltip {
  background-color: #474747;
  color: #fff;
}

#dfclassic[data-layout=grid][data-browser-support~=cssgrid] .df-results {
  grid-row-gap: 20px;
}

#dfclassic .df-card__content {
  text-align: left;
}

#dfclassic .df-card__content .df-card__title{
  font-weight: bold;
}

#dfclassic .df-card__content .df-card__price {
  margin-left: 0;
}

#dfclassic .df-card {
  border-left: 1px solid #f2f2f2 !important;
  transition: box-shadow .2s;
}

#dfclassic .df-card:nth-child(3n + 1) {
  border-left: 0 !important;
}

#dfclassic .df-card:hover {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  transition: box-shadow .2s;
  position: relative;
}

#dfclassic .df-card__main {
  padding: 32px 24px;
}

#dfclassic .df-slider .noUi-tooltip {
  border-color: rgba(255,255,255, .5);
}

#dfclassic .df-slider .noUi-tooltip,
#dfclassic .df-slider .noUi-value {
  font-size: 12px;
}

#dfclassic .df-slider .noUi-horizontal .noUi-handle {
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  box-shadow: none;
  height: 20px;
  width: 20px;
}

#dfclassic .df-slider .noUi-horizontal .noUi-handle:focus {
  outline: 0;
}

#dfclassic .df-slider .noUi-horizontal .noUi-handle:before,
#dfclassic .df-slider .noUi-horizontal .noUi-handle:after {
  display: none;
}

#dfclassic .df-slider .noUi-marker-horizontal.noUi-marker {
  background-color: rgba(255,255,255, .5);
}

#dfclassic .df-slider .noUi-connect {
  background: #ffed00;
}

#dfclassic .df-slider .noUi-horizontal {
  height: 6px;
}

#dfclassic .df-slider .noUi-connects {
  border-radius: 3px;
}

#dfclassic .df-slider .noUi-target{
  border: 0;
  background-color: #e50005;
  box-shadow: none;
}

#dfclassic .df-btn,
#dfclassic .df-selected-filters [data-role=clear-all-filters],
#dfclassic [data-role=panel-content] [data-toggle-extra-content],
.df-mobile .df-selected-filters #dfclassic [data-role=clear-all-filters],
[data-role=panel-content] #dfclassic [data-toggle-extra-content] {
  color: white;
}

#dfclassic [data-role=close] {
  top: 6px;
}

#dfclassic .df-icon--close svg {
  fill: black;
  height: 20px;
  width: 20px;
}

#dfclassic .df-icon--close:hover svg {
  fill: #e50005;
}

#dfclassic .df-branding {
  border: 0;
}

#dfclassic[data-layout=list] .df-card:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2) inset;
}
