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