/* ------------------------------------- 
 *	お気に入りのハートマーク
 *	
 *	
 * ------------------------------------- */

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

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

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

.product-list__fav-items2 svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

