/*
	Theme Name: fadoshop
*/
.catalog_page .section_content {
  /*align-items: start;*/
}
.catalog_page .products_list {
  height: fit-content;
}
.check-count {
  margin-left: auto;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
  /*border: 1px solid #ccc;*/
  background-color: #212121;
  color: #fff;
}
.catalog_page .section_content .sidebar .filter_item h4 {
  display: flex;
  width: 100%;
  align-items: center;
}
