@charset "euc-jp";
.prd-search-hit {
  clear: both;
}
.product-list__fav-items {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.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: 15px;
  height: 15px;
  fill: currentColor;
}
@media (max-width: 768px) {
  .product-list__fav-items{
    bottom: -3px;
  }
}