:root {
  --scheme-color: var(--color1);
}

.product-category-description {
  margin-bottom: 60px;
  color: var(--scheme-color);
  font-size: 18px;
  font-weight: 700;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--scheme-color);
  margin-bottom: 30px;
  line-height: 1;
  margin-top: -5px;
}

.list-new-box {
  background-color: #F2F2F2;
  padding: 30px;
}

.list-new-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-new-box ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #666;
}

.list-new-box ul li:last-child {
  margin: 0;
}

.list-new-box .time {
  font-size: 11px;
  font-weight: 300;
  color: #666;
  margin-bottom: 5px;
}

.list-new-box .title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  transition: .3s;
}

.list-new-box .title:hover {
  color: var(--scheme-color);
}

.pagination li.active {
  background-color: var(--scheme-color);
}
