.product-item-container{
	max-width: 400px;
}
.product-item {
	display: block;
	padding: 20px 0;
	background: #fff;
	width: 100%;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
.product-item_top {
	margin: 0 20px;
}
/*Image*/
.product-item .product-item_photo_container {
	position: relative;
	padding-top: 100%;
}
.product-item_description{
  display: block;
  margin: 10px 0;
	color:#000;
	text-decoration:none;
	display:inline-block;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.product-item .product-item_photo_element{
	display:block;
	background-size: cover !important;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 100%;
	border-radius: 8px;
}
/**/
.product-item .product-item__title{
	font-size:16px;
	line-height:16px;
	height:32px;
	font-weight: 600;
	text-overflow: inherit;
	white-space: normal;
}
/**/
.product-item .product-item_price_container{
	border-top: 2px solid #ccc;
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px 0;
}
.product-item .product-item_current_price{
	padding:10px 10px 5px;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	font-weight:bold;
	font-size:26px;
	line-height:26px;
	vertical-align: middle;
}