.main__content--free{
	margin: 0 10px;
}
.product-category {
	padding: 0 0 20px;
	box-sizing: border-box;
	width: 100%;
	display: none;
}
.product-category.on{
	display: block;
}
.product__list{
	margin: 0 10px;
}
.product__list .products {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.product__list .products > li {
	flex: none;
	width: calc(100%/2 - 6px);
	position: relative;
	border: 1px solid #ccc;
}
.product__list .products > li a{
	color: #666;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-sizing: border-box;
	height: 100%;
}
.product__list .products .product__thumb{
	line-height: 1;
	display: block;
}
.product__list .ec-productRole__tags {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 2px;
  row-gap: 1px;
}
.product__list .ec-productRole__tag {
	font-size: 0.875rem;
	line-height: 1.25;
	color: #fff;
	border-radius: 3px;
	background-color: #ff9500;
	padding: 1px 5px;
	display: inline-block;
	list-style: none;
}
.product__list .product__code {
	font-family: monospace;
	font-size: 0.875rem; 
}
#main .product__list .products-list-name{
	font-size: 1.125rem;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1.4;
	min-height: 50px;
	margin: 0;
}
.products-list-name .must{
	font-size: 0.875rem;
	font-feature-settings: "palt";
	color: #DE6082;
	display: block;
}
.products-list-name .unit{
	font-size: 0.875rem;
	margin: 0 2px;
	display: inline-block;
}
.product__list .prices {
	text-align: right;
}
.product__list .ec-price__price {
	font-size: 0.875rem;
	line-height: 1.25;
}
.ec-price__price .price{
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
.ec-price__price .intax{
	font-size: 0.875rem;
	font-feature-settings: "palt";
	display: block;
	margin-right: -5px;
}
.ec-price__price > .label{
	color: #333;
}
.product__list .label__quality {
	float: right;
}
.product__list .price01-default {
  color: #333;
}
.product__list .product__thumb img {
  width: 100%;
}
.product__list .products h4 {
	margin-top: 0;
}
.product__list .products p {
	font-size: 14px;
}
.product__list .product__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product__list .ec-productRole__actions input[type='number'] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  border-color: #aaa;
  margin-bottom: 15px;
}
.product__list .ec-productRole__btn .add-cart {
  background-color: transparent;
  border-color: #ff9500;
  color: #ff9500;
  font-size: 16px;
  font-weight: normal;
  padding: 5px;
  height: 40px;
  line-height: 1;
  box-shadow: none; }
  .product__list .ec-productRole__btn .add-cart:hover {
    background-color: #ff9500;
    color: #ffffff;
}
.product__list .ec-numberInput {
	display: flex;
	flex: auto;
}
.product__list .ec-numberInput > span {
	width: 50px;
}
.product__list .ec-numberInput input[type=number] {
	width: calc(100% - 50px);
	max-width: 100%;
}
.ec-searchnavRole__infos {
	margin: 10px;
}
.ec-searchnavRole__infos .ec-font-bold {
	color: #ff9500; 
}
.ec-searchnavRole__infos .ec-select select {
	height: 40px; 
}
.ec-searchnavRole__infos .ec-select select:not(:first-child) {
	margin-left: 12px;
}
@media screen and (min-width: 768px) {
	.ec-searchnavRole__infos {
		display: flex;
		justify-content: space-between;
	} 
}
.ec-select select{
	display: inline-block;
	width: auto;
}
.products-list-link { transition: .3s; }
.products-list-link:hover .products-list-code,
.products-list-link:hover .products-list-name { color: #1a5098; }
@media (min-width: 768px) {
	.main__content--free{
		margin: 0;
	}
	.product__list{
		margin: 0;
	}
	.product__list .products > li {
		width: calc(100%/3 - 9px);
	}
	.product__list .ec-productRole__tag {
		font-size: 0.75rem;
	}
	.ec-searchnavRole__infos {
		margin: 10px 0;
	}
}
@media (min-width: 992px) {
	.product__list .products > li {
		width: calc(100%/4 - 9px);
	}
}
