/*****************************
 archive-products
******************************/
#archive-products h1 {
  color: #0077b3;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 0;
}
#archive-products .page-title {
  padding-top: 80px;
  border-bottom: 1px solid #a6a6a7;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
#archive-products .flex {
  display: flex;
  justify-content: space-between;
}
#archive-products select {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #5e5d5c;
  letter-spacing: 0.2em;
  border: 1px solid #a6a6a7;
}
#archive-products .tax_link p {
  text-align: right;
  margin-bottom: 0;
  color: #5e5d5c;
}
#archive-products .thumb {
  border-radius: 5px;
  border: 1px solid #a6a6a7;
  margin-bottom: 10px;
}
#archive-products .thumb img {
  width: 100%;
  border-radius: 5px;
}
#archive-products .title {
  text-align: center;
}
#archive-products .title a {
  color: #5e5d5c;
  text-decoration: none;
  font-weight: bold;
}
#archive-products .mb {
  margin-bottom: 80px;
}
