.all_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 0px 0;
  justify-content: center;
}
.all_tags-search {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0px 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.all_tags-search span.h4 {
  margin-top: 6px;
  margin-right: 6px;
}

.pp_category {
  text-align: center;
}

.pp_base .sub_title {
  margin: 14px 0 20px 0;
}

.group-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.group-tag .tag_active {
  background-color: #333333;
}
.group-tag .icon-tag {
  margin-right: 5px;
}
.group-tag form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.group-tag form input[type=checkbox] {
  display: none;
}
.group-tag form input[type=checkbox]:checked + label {
  background-color: #333333;
}
