.product-list {
  padding: 0;
}

@media (max-width: 1680px) {
  .ps-containers {
    max-width: 100%;
  }
}

.ps-containers {
  margin: 20px 0;
}

.product-list .ps-section__header {
  align-items: center;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 16px 20px;
  margin: 20px 0;
}

.product-list h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.product-list .ps-section__header h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  color: var(--footer-color);
  margin-top: 0;
  position: relative;
}

.product-list .ps-section__links {
  display: inline-block;
}

.product-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-list .ps-section__links li {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

.nav-item a {
  outline: none;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease;
  cursor: pointer;
}

.product-list .ps-section__links li a {
  color: var(--grey-light);
}

.product-list .ps-section__links li a:hover {
  font-weight: bold;
}

.item.active-section {
  /* font-weight: bold;
  background: #0000003d; */
}

.item.active-section {
  border-radius: 15px 15px 0px 0px;
}

.product-list .ps-section__links li:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .product-list .ps-section__header {
    flex-flow: row wrap;
  }
}

@media (max-width: 991px) {
  .product-list .ps-section__header h3 {
    padding-bottom: 10px;
  }
}