.block .product-right .show-detail {
	display: flex;
	flex-wrap: wrap;
}
.block .product-right .show-detail .product-item {
	width: calc(33.3333333%);
	flex-wrap: wrap;
	border-bottom: 0;
}
.block .product-right .show-detail .product-item .product-img {
	width: 100%;
}
.block .product-right .show-detail .product-item .product-info {
	width: 100%;
}
.block .product-right .show-detail .product-item .product-info .btn {
	width: 49%;
	float: left;
	margin-right: 0;
	padding-left: 0;
	text-align: center;
	padding-right: 0;
}
.block .product-right .show-detail .product-item .product-info .btn:nth-child(2) {
	float: right;
}
.block .product-right .show-detail .product-item .product-info p {
	display: none;
}
.block .product-right .show-detail .product-item .product-info span {
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}
