.price-p {position: relative;}
.product__fav-item {
  position: absolute;
  top: -4px;
  right: 2em;
  text-align: center;
}
.favorite-button {
  border: none;
  background: none;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  /*text-decoration: underline;*/
  color: #08c;
}
.favorite-button::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 400; 
}
.favorite-button i {
  vertical-align: middle;
  margin-right: .3em;
}
.favorite-button span {
  font-size: 14px;
}
.favorite-button:hover {
  color: #374b66;
}
.favorite-button.fav-items {
 color: #e66a6a; 
}
.favorite-button.fav-items::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
}
/*SP検索結果一覧 2列表示調整用*/
@media (max-width: 767px) {
li.col.col-lg-3.col-sm-4.col-xs-12.product-list__unit {
    width: 50% !important;
}
}

@media (min-width: 992px) {
  #side.cateOnly {display: block;max-width: 250px;}
  .cateWrap {max-width: 1200px; display: flex; justify-content: space-between;}
  .cateWrap .cateRight {max-width: 910px;width: 100%;}
}
