.filters-active {
  margin: 0px 90px;
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
  display: block;
  width: auto;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.filters-active .filter-bubble {
  display: inline-block;
  margin-left: 10px;
  margin-right: 50px;
  margin-bottom: 10px;
}
.filters-active .filter-bubble .title {
  font-size: 12px;
  color: #8c8c8c;
  display: block;
}
.filters-active .filter-bubble .title.box-type {
  background-color: #89c1ff;
  color: #fff;
  border-radius: 20px;
  padding: 5px 9px;
  border: 4px solid #fff;
  font-size: 11px;
}
.filters-active .filter-bubble .title.box-type > span {
  line-height: 20px;
}
.filters-active .filter-bubble .title.box-type > span .show-filters-active {
  background-image: url("../../images/iconos/show-filters.svg");
  text-align: center;
  width: 20px !important;
  height: 20px !important;
  background-size: auto 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: bottom;
  display: inline-block;
}
.filters-active .filter-bubble .title.box-type > span .show-filters-active:hover {
  cursor: pointer;
}
.filters-active .filter-bubble .content-filters {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 2px;
  position: relative;
}
.filters-active .filter-bubble .content-filters .hide-filters-active {
  background-image: url("../../images/iconos/hide-filters.svg");
  text-align: center;
  width: 30px !important;
  height: 30px !important;
  background-size: auto 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 5px;
  background-color: #4da1ff;
  border-radius: 20px;
  position: absolute;
  right: -40px;
  top: 5px;
}
.filters-active .filter-bubble .content-filters .hide-filters-active:hover {
  cursor: pointer;
}
.filters-active.active-sidebar {
  margin: 0 90px 0px 270px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.filters-active .filter-apply {
  display: inline-block;
  border-radius: 15px;
  background-color: #89c1ff;
  height: 30px;
  padding: 0px 5px 0px 10px;
  vertical-align: middle;
  margin: 2px;
}
.filters-active .filter-apply span {
  color: #fff;
  font-size: 11px;
  line-height: 30px;
  font-weight: 200;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-right: 5px;
}
.filters-active .filter-apply a {
  display: table-cell;
  margin-left: 10px;
  vertical-align: middle;
  text-align: right;
}
.filters-active .filter-apply a:hover {
  cursor: pointer;
}
.filters-active .filter-apply a i {
  color: #fff;
  border-radius: 50%;
  background-color: #4da1ff;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
.filters-active .filter-apply a i:before {
  font-size: 10px;
  display: block;
}
.filters-active .filter-apply .remove-item {
  background-image: url("../../images/iconos/close-filter-active.svg");
  text-align: center;
  width: 20px !important;
  height: 20px !important;
  background-size: auto 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 25px;
  vertical-align: middle;
}
