#press-items .items {
	display: flex;
	flex-wrap: wrap;
}

#press-items .item-card {
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 10px;
	padding-bottom: 36px;
}

#press-items .item-card:hover {
	background-color: #fff;
	box-shadow: 0 0 8px #ddd;
}

#press-items .item-card .item-img img {
	width: 100%;
}

#press-items .item-info {
	text-align: left;
}

#press-items .item-info .item-name {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}

#press-items .item-info .item-price {
	margin-bottom: 0;
}

#press-items .item-info .item-price .price {
	font-size: 14px;
}

#press-items .item-info .item-price .tax-text {
	font-size: 10px;
}

@media only screen and (max-width: 768px) {
	#press-items .item-card {
		width: 50%;
	}
}
