.prd-items {
	margin: -1.5em;
}
	.prd-items .section-title {
		display: block;
		font-size: 1em;
		padding: 0em 1.5em;
		width: 100%;
		margin-bottom: 1.0em;
		opacity: 0.6;
	}
		.prd-items .section-title > i {
			display: block;
			font-size: 1.8em;
			font-weight: 300;
			letter-spacing: 0.06em;
		}
.prd-items .cell {
	margin: 0;
	padding: 1.5em 1.5em;
	width: 33.33%;
}

.prd-items .im {
	display: block;
}
	.prd-items .im img {
		border-radius: 0.7em;
	}

.prd-items .title {
	display: block;
	font-size: inherit;
	margin: 0;
	padding: 0.8em 0;
	padding-bottom: 1.2em;
	color: inherit;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 500;
}
	.prd-items .title a {
		display: flex;
		color: inherit;
		font-size: inherit;
		line-height: inherit;
		font-weight: inherit;
		align-items: center;
	}
	.prd-items .title a img {
		order: 2;
		margin: 0;
		margin-left: 0.6em;
		display: inline-block;
		width: auto;
		max-width: none;
		height: 0.7em;
	}
@media (max-width: 768px){
	.prd-items .title {
		font-size: 3.2vw;
	}
	.prd-items .im img {
		border-radius: 0.5em;
	}
}

/*price*/
.prd-items .price {
	font-size: 1.3em;
	margin-top: -0.4em;
}
	.prd-items .price .unit {
		opacity: 0.4;
		font-style: normal;
		font-weight: 300;
		margin-left: -0.12em;
	}
	.prd-items .price .val {
		opacity: 0.85;
		margin-left: -0.06em;
		font-weight: 300;
		letter-spacing: 0.02em;
	}
	.prd-items .price .tax {
		text-decoration: none;
		font-size: 0.6em;
		opacity: 0.6;
	}

.prd-items .stats {
	margin-top: 0.7em;
}
	.prd-items .stats ins {
		 display: block;
		 margin: 0.6em 0;
	}
	.prd-items .stats .soldout {
		 opacity: 0.5;
	}
	.prd-items .stats .discount {
		 font-weight: 500;
		color: black
	}

.prd-items .price.less {
	display: none;
	margin-bottom: 0.8em;
}

@media (max-width: 768px){
	.prd-items {
		margin: 1em -0.7em;
	}
	.prd-items .section-title {
		padding: 0em 0.7em;
	}
	.prd-items .section-title i {
		font-size: 1.4em;
	}
	.prd-items .cell {
		width: 50%;
		padding: 1em 0.7em;
	}
	.prd-items .price {
		font-size: 4.6vw;
	}
}

/*pager*/
.list-pager {
	margin-top: 4em;
	margin-bottom: 3em;
	text-align: center;
	font-size: 18px;
}
.list-pager .cell {
	display: inline-block;
	margin: 0 1.5em;
	background-size: auto 1em;
}
.list-pager .cell.prev {
	background-image: url(/share/im/nv_simar-return.svg);
	padding-left: 2em;
	background-position: left center;
	background-repeat: no-repeat;
}
.list-pager .cell.next {
	background-image: url(/share/im/nv_simar.svg);
	padding-right: 2em;
	background-position: right center;
	background-repeat: no-repeat;
}
.list-pager .cell.disabled {
	opacity: 0.2;
}

/*mark*/
.prd-items .cell[data-cp_hayawari="true"] .im {
	position: relative;
}
.prd-items .cell[data-cp_hayawari="true"] .im::before {
	content: "";
	background-image: url(/share/link/25-07-14/mrk_hayawari.svg);
	width: 3.5em;
	height: 3.5em;
	border-radius: 100%;
	background-color: #e8d6bc;
	display: inline-block;
	position: absolute;
	top: -0.5em;
	left: -0.5em;
	border: solid 2px #fff;
}
@media (min-width: 769px){
	.prd-items .cell[data-cp_hayawari="true"] .im::before {
		width: 4em;
		height: 4em;
		top: -1em;
		left: -1em;
	}
}
