.product-item__head
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.product-item__head .heading
{
	margin-right: 10px;
}
.badges-wrapper
{
	display: flex;
	align-items: center;
    margin-bottom: 10px;
	flex-wrap: wrap;
}
a.product-item__head-margin.heading
{
	margin-top: 0px;
}
.badge-item
{
	display: flex;
	align-items: center;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500;
}
.badge-item__img
{
	width: 16px;
	min-width: 16px;
	min-height: 16px;
	margin-right: 4px;
}
.badge-item__img img
{
	width: 100%;
	height: 100%;
}
.badge-item.news
{
	color: #fe5a3f;
}
.badge-item.popular
{
	color: #00b29f;
}
.badge-item.recommend
{
	color: #4782ae;
}
.news .badge-item__img
{
	min-height: 24px;
}
.popular .badge-item__img
{
	min-height: 22px;
}
.recommend .badge-item__img
{
	min-height: 26px;
}