.search-tag {
  background: #fff;
  color: #000;
  display: inline-block;
  position: relative;
  padding-right: 40px !important;
  transition: 0.5s;

  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.search-tag .tag-remove-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid #000;
  transition: 0.3s;
}

.search-tag .tag-remove-btn::before {
  transition: 0.3s;
  content: '';
  display: block;
  height: 1px;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-tag .tag-remove-btn::after {
  transition: 0.3s;
  content: '';
  display: block;
  height: 1px;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-tag-remove-btn-normal, .search-tag-remove-btn-hover::after, .search-tag-remove-btn-hover::before {
  background-color: black;
}

.search-tag-remove-btn-hover, .search-tag-remove-btn-normal::after, .search-tag-remove-btn-normal::before {
  background-color: white;
}

.region-content-top .block-facets {
  display: none;
}

.multi_select_template{ display: none; }
