.filter-dropdown {
  height: auto !important; }
  .filter-dropdown p:first-child {
    display: none; }

.filter-control-header {
  background: #fff;
  border-bottom: 2px solid #f6f6f6; }

.filter-control-header-inner {
  max-width: 100%;
  margin: auto;
  padding: 0 20px; }

.filter-toggle-button.filter-header-title {
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0; }
  .filter-toggle-button.filter-header-title:after {
    display: none; }

.filter-toggle-button.no-arrow-button:after {
  display: none; }

.filter-toggle-button.no-arrow-button label {
  margin-left: 5px; }

.filter-toggle-button {
  float: none;
  padding: 0;
  display: block;
  border-right: 2px solid #f6f6f6;
  cursor: pointer; }
  .filter-toggle-button span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .6rem;
    display: block;
    margin-bottom: .5rem; }
  .filter-toggle-button:after {
    content: '\f107';
    font-family: fontawesome;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    display: none; }
  .filter-toggle-button.active:after {
    transform: rotate(-180deg); }

.filter-control-element {
  border-bottom: 2px solid #f6f6f6;
  padding: 1rem;
  width: 49%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 40em) {
    .filter-control-element {
      width: 100%; } }
  .filter-control-element.filter-small {
    width: 25%; }
    @media (max-width: 40em) {
      .filter-control-element.filter-small {
        width: 50%; } }
  .filter-control-element .filter-control-element-inner {
    max-width: 100%;
    margin: auto;
    padding: 0 20px; }
  .filter-control-element .filter-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #0d4c91;
    text-transform: none;
    font-family: 'Avenir LT W01_55 Roman', sans-serif;
    background: #dce3eb; }
    .filter-control-element .filter-link:before {
      content: '';
      height: 10px;
      width: 10px;
      border: 1px solid #000;
      background: #fff;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      display: none; }
    .filter-control-element .filter-link.filter-link-active {
      font-weight: bold;
      background: #0d4c91;
      color: #fff; }
      .filter-control-element .filter-link.filter-link-active:before {
        background: #000; }
  .filter-control-element .filter-slide-link {
    display: inline-block;
    width: 70px;
    height: 30px;
    background: #dce3eb;
    border-radius: 30px;
    position: relative;
    transition: all .3s; }
    .filter-control-element .filter-slide-link:after {
      content: '';
      display: block;
      height: 20px;
      width: 26px;
      border-radius: 100%;
      position: absolute;
      left: 2px;
      top: 2px;
      background: #fff;
      height: 26px;
      transition: all .3s; }
    .filter-control-element .filter-slide-link.active, .filter-control-element .filter-slide-link.filter-link-active {
      background: #7ed320; }
      .filter-control-element .filter-slide-link.active:after, .filter-control-element .filter-slide-link.filter-link-active:after {
        right: 2px;
        left: auto; }

.filter-control-element.color-filter .filter-link {
  padding: 0; }
  .filter-control-element.color-filter .filter-link .filter-link-color-box {
    height: 41px;
    padding: 0;
    width: 50px;
    display: inline-block;
    vertical-align: top; }
  .filter-control-element.color-filter .filter-link .filter-link-color-text {
    padding: 10px 20px;
    display: inline-block; }

.clear-filters {
  display: none; }

.filter-choices-wrapper {
  border-bottom: 0 !important; }

.filter-choices {
  padding: 1.5rem 0;
  float: left; }
  .filter-choices .filter-choices-inner {
    max-width: 100%;
    margin: auto;
    padding: 0 20px; }
  .filter-choices #filterprice {
    display: inline-block; }
  .filter-choices .filter-choices-title {
    font-weight: bold;
    margin-right: 3px; }
  .filter-choices .custom-clear-filters {
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer; }

.filter-buyable .filter-toggle-button {
  padding: 0 20px; }

.filter-buyable .filter-control-element-inner span {
  display: inline-block;
  width: 70px;
  height: 30px;
  background: #dce3eb;
  border-radius: 30px;
  position: relative;
  transition: all .3s;
  cursor: pointer; }
  .filter-buyable .filter-control-element-inner span:after {
    content: '';
    display: block;
    height: 20px;
    width: 26px;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #fff;
    height: 26px;
    transition: all .3s; }
  .filter-buyable .filter-control-element-inner span.active, .filter-buyable .filter-control-element-inner span.filter-link-active {
    background: #7ed320; }
    .filter-buyable .filter-control-element-inner span.active:after, .filter-buyable .filter-control-element-inner span.filter-link-active:after {
      right: 2px;
      left: auto; }
  .filter-buyable .filter-control-element-inner span.filter-link-active:before {
    background: #000; }
  .filter-buyable .filter-control-element-inner span label {
    margin-left: 5px; }
  .filter-buyable .filter-control-element-inner span input {
    display: none; }

.custom-clear-filters {
  padding: 36px;
  float: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8rem;
  font-weight: bold;
  cursor: pointer; }
  .custom-clear-filters i {
    color: #c60f12;
    font-size: 1rem; }

#slider-pre {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .6rem;
  display: block;
  margin-bottom: .5rem; }

.price-filter-slider {
  margin-bottom: 1rem; }
  .price-filter-slider #slider-range {
    border: 0;
    height: 4px;
    background: #d8d8d8; }
    .price-filter-slider #slider-range .ui-slider-range {
      background: #0f4b93; }
    .price-filter-slider #slider-range a.ui-slider-handle {
      height: 20px;
      width: 20px;
      border-radius: 100%;
      box-shadow: none;
      background: #fff;
      border: 4px solid #0f4b93;
      top: -7px; }

.sustain-filter-image {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  margin-left: 15px; }

.filter-choices-wrapper {
  display: none;
  background: #f2f6f9;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3; }
  .filter-choices-wrapper .choosen-filter, .filter-choices-wrapper #filterprice {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    padding: 10px 20px;
    color: #0d4c91;
    text-transform: none;
    font-family: 'Avenir LT W01_55 Roman', sans-serif;
    background: #dce3eb;
    display: inline-block;
    font-weight: bold;
    background: #0d4c91;
    color: #fff;
    text-transform: capitalize; }
  .filter-choices-wrapper #filterprice {
    text-transform: none; }
  .filter-choices-wrapper .choosen-filter-color {
    padding: 0;
    display: inline-block;
    margin-right: 20px; }
    .filter-choices-wrapper .choosen-filter-color .filter-link-color-box {
      height: 41px;
      padding: 0;
      width: 50px;
      display: inline-block;
      vertical-align: top; }
    .filter-choices-wrapper .choosen-filter-color .filter-link-color-text {
      padding: 10px 20px;
      display: inline-block;
      background: #0d4c91;
      color: #fff;
      font-weight: bold; }
  .filter-choices-wrapper .choosen-filter-buyable {
    text-transform: none; }

/*# sourceMappingURL=filter.css.map */
