.row.product-list.section__block {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap:wrap;
  flex-wrap: wrap;
}
.row.product-list.section__block::before,
.row.product-list.section__block::after {
  display:none;
}
[class*="col-xs-"] {
  float:none;
}	
/* 2021/03 ÄÉ²ÃCSS */
.product-list__freespace.clearfix.section__block {
	margin: 0 auto;
}
.img-align-c {
	height: auto;
	margin: 0 auto;
	text-align: center;
	width: 11%;
}
.img-align-c img {
	height: auto;
	max-width: 100%;
}
@media screen and (max-width: 640px) {
	.img-align-c {
		width: 26%;
	}
}