#logo img {
  width: 170px;
  height: auto;
}
.categoryBlockMain {
  background-color: #fff;
  margin-bottom: 1.3rem;
  border-radius: 10px;
  padding: 20px 15px;
  border: 1px solid transparent;
  transition: 0.1s linear;
}
.categoryBlockInner img {
  width: 60px;
}
.categoryBlockMain:hover {
  border: 1px solid var(--primary-color);
  background-color: #fdfffa;
}
.categoryBlockInner h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.categoryBlockInner p {
  font-size: 12px;
  font-weight: 600;
  display: none;
}
.categoryBlockInner a {
  min-height: 120px;
}

.filter-card > label {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.4rem;
}
.filter_title {
  font-size: 18px;
  font-weight: 500;
}

