/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 2em;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}

.category_name_title {
  margin:40px 0 0 0;
  font-size:124%;
  font-weight:bold;
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
}

.pager {
font-size:1rem;
text-align:center;
margin-top:20px;
}

.pager a {
padding:3px;
margin:3px;
color:#666;
}
.pager span {
padding:3px 6px;
margin:3px;
background:#666;
color:#fff;
border-radius: 5px;
}


.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.product-list__fav-items {
  float:right;
  margin-top:-25px;
}

