#SMPH_SEPARATOR {
	display: inline-block;
	align-items: center;
	background-color: #CCC;
	margin: 0 0 8px 0;
  	height: 1px;
	width: 90%;
	position: relative;
}

.product-list__fav-items {
	position: absolute;
	bottom: -8px;
	right: 0px;
	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;
	z-index: 994;
}

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

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