.filters-active {
  margin: 0px;
  text-align: left;
  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: 5px;
  padding: 10px;
  vertical-align: top;
  background: #4499f8;
  border-radius: 5px;
}
.filters-active .filter-bubble .title {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.filters-active .filter-bubble .title.box-type {
  padding-right: 25px;
}
.filters-active .filter-bubble .title.box-type span {
  line-height: 18px;
}
.filters-active .filter-bubble .title.box-type span .show-filters-active {
  background-image: url("../../images/iconos/select-row-inactive.svg");
  text-align: left;
  width: 18px !important;
  height: 18px !important;
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  position: absolute;
  right: 0px;
  top: 0px;
}
.filters-active .filter-bubble .title.box-type span .show-filters-active:hover {
  cursor: pointer;
}
.filters-active .filter-bubble .title .hide-filters-active {
  background-image: url("../../images/iconos/select-row-active.svg");
  text-align: left;
  width: 18px !important;
  height: 18px !important;
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  position: absolute;
  right: 0px;
  top: 0px;
}
.filters-active .filter-bubble .title .hide-filters-active:hover {
  cursor: pointer;
}
.filters-active .filter-bubble .content-filters {
  display: inline-block;
  position: relative;
  min-width: 190px;
  margin-top: 10px;
  max-height: 300px;
  overflow: scroll;
}
.filters-active .filter-apply {
  display: block;
  vertical-align: middle;
  margin: 2px 0px;
  background: #3071b8;
  letter-spacing: 1px;
  padding: 5px;
  position: relative;
  border-radius: 20px;
}
.filters-active .filter-apply span {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 200;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-right: 25px;
  padding-left: 5px;
}
.filters-active .filter-apply a {
  display: inline-block;
  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: 18px;
  line-height: 18px;
  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.svg");
  text-align: center;
/* float: right; */
  width: 18px !important;
  height: 18px !important;
  background-size: auto 18px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
/* display: inline-block; */
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9px;
}
