.category-list{
padding:0px 20px 20px;
border:2px solid #876a37;
  margin-top:20px;
}
.category-list li{
padding:0;
}
.product-list__fav-items {
  margin-top: 10px;
    width: 10%;
    margin-left: 90%;
}

.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;
}


@media (max-width: 768px) {

.category-list li{
padding:0 0 5px;
font-size:5vw;
}
.productlist-unit{
		width:49%;
	padding:1%;
	margin:0 auto;
	height:auto !important;
}


}