.__product_category_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.__product_category_wrapper .__product_category {
  width: 360px;
  height: 400px;
  overflow: hidden;
  flex: 0 0 33%;
  margin-bottom: 24px;
  padding-bottom: 8px;
}
.__product_category_wrapper .__product_category a {
  display: block;
  width: 360px;
  height: 400px;
  overflow: hidden;
  border-radius: 32px;
  margin: 0 auto;
  position: relative;
}
.__product_category_wrapper .__product_category a:hover {
  margin-top: 8px;
}
.__product_category_wrapper .__product_category a:hover .__product_category_card {
  background: rgba(34, 139, 230, 0.9);
}
.__product_category_wrapper .__product_category .__product_category_thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.__product_category_wrapper .__product_category .__product_category_thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
}
.__product_category_wrapper .__product_category .__product_category_card {
  position: absolute;
  height: 150px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(34, 139, 230, 0.7);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
}
.__product_category_wrapper .__product_category .__product_category_card p {
  padding: 0 0 8px 0;
  margin: 0 0 12px 0;
  font-weight: bold;
  border-bottom: 1px solid rgba(248, 249, 250, 0.5);
  min-width: 50%;
}
.__product_category_wrapper .__product_category .__product_category_card span {
  display: inline-block;
}
.__product_wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #343a40;
}
.__product_wrapper table {
  width: 100%;
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 14px;
  color: #343a40;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.__product_wrapper table a {
  text-decoration: none;
}
.__product_wrapper table a:hover {
  color: #228be6;
}
.__product_wrapper table tr,
.__product_wrapper table td {
  border: 0;
  height: 46px;
  line-height: 46px;
}
.__product_wrapper table thead {
  border: none;
}
.__product_wrapper table thead tr {
  background: #228be6;
  border: 0;
  font-weight: normal;
  color: #fff;
}
.__product_wrapper table tbody tr:nth-child(even) {
  background: #dee2e6;
}
.__product_wrapper table tbody tr td:nth-child(4) a {
  background: #228be6;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 12px;
  line-height: 14px;
  color: #fff !important;
  border-radius: 4px;
}
.__product_wrapper table tbody tr td:nth-child(4) a:hover {
  background: #339af0;
}
/*# sourceMappingURL=index.css.map */