.category-list{
 display: flex;
 -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: flex-start; 
 flex-wrap: wrap;
 width:100% ;
}
.category-list li{
  width:18%;
  margin-right:2%;
  margin-bottom:8%;
  font-size:14px;
  text-align: center;
  
}
.category-list li:nth-child(5){
  margin-right:0% !important;
}
.category-list li a:hover{
  text-decoration: none;
}

.category-list li img{
  width: 100% !important;
  height:90% !important;
  object-fit: cover !important;
  border:1px solid #7b4b14;
}
.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: #6f5645;
  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{
  width:22%;
  margin-right:3%;
  margin-bottom:5%;
  font-size:13px;
  text-align: center;
  
}
 .category-list li:nth-child(5){
  margin-right:3% !important;
}
.category-list li:nth-child(4){
  margin-right:0% !important;
}
  .category-list li img{
  width: 100% !important;
  height:80px !important;
}
}
