#top_sakka {
	padding:10px 0px 5px 5px;
  margin:10px 0px 20px 0px;
	height: auto;
	text-align: center;
	clear: both;
  border:1px dotted silver;
}

#top_sakka img{
	padding:0px 5px 5px 0px;
}

.product-list__fav-items {
  margin-top: 10px;
  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;
}

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

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

.category-list {
background-color: #f8f4f1;
padding-top: 10px;
margin-bottom: 40px;
border-radius: 1%;
}

.category-list img{
border-radius: 50%;
width:50px;
height:auto;
}

.category-list ul {
text-align:center;
}

.category-list li {
  min-height:130px;
  font-size:80%;
}