@charset "utf-8";
/* CSS Document */
.product-item {
    width: 31%;
    margin-right: 2%;
}
.product-item:nth-child(3n){ margin-right:0; }
/*
.product-item.tp2 .product-photo { display: flex; align-items:center; }
*/
.product-item.tp2 .product-photo { height: 10em; }
.product-item.tp2 .item-thumb-frame { height: 10em; }
.product-item.tp2 .item-thumb { padding-bottom: 50%; }

@media (min-width: 1200px) {
	.product-item.tp2 .product-title { min-height: 4rem; }
}

@media (max-width: 640px) {
	.product-item { width: 100%; margin-right: 0; }
}

