/**************************
 taxonomy-item-category
***************************/
#taxonomy-item-category {
  padding-top: 150px;
}
@media (max-width: 991px) {
  #taxonomy-item-category {
    padding-top: 100px;
  }
}
/*************************
 taxonomy-item-category
  h1
**************************/
#taxonomy-item-category h1 {
  margin-bottom: 50px;
  text-align: center;
}
#taxonomy-item-category h1 span {
  display: block;
}
#taxonomy-item-category h1 span:nth-of-type(1) {
  font-size: 42px;
  margin-bottom: 15px;
}
#taxonomy-item-category h1 span:nth-of-type(2) {
  font-size: 20px;
}
#taxonomy-item-category .catch {
  text-align: center;
  margin-bottom: 50px;
}
#taxonomy-item-category .category_link {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
#taxonomy-item-category .category_link span {
  display: inline-block;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #000;
  cursor: pointer;
}
/************************
 taxonomy-item-category
  item-list
*************************/
#taxonomy-item-category .item-list {
  margin-bottom: 50px;
}
#taxonomy-item-category .item-list .thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
}
#taxonomy-item-category .item-list .thumb {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
#taxonomy-item-category .item-list .item_category a {
  color: #888;
  font-size: 12px;
  text-decoration: none;
}
#taxonomy-item-category
  .item-list
  .item_category
  span:not(:first-child):before {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}
#taxonomy-item-category .item-list .brand-name:before {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}
#taxonomy-item-category .item-list .brand-name span:not(:first-child):before {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}
#taxonomy-item-category .item-list .brand-name {
  font-size: 12px;
}
#taxonomy-item-category .item-list .title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#taxonomy-item-category .item-list .title a {
  color: #000;
  text-decoration: none;
}
