div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.block_header_icon{
	position: relative;
	display: inline-block;
}
.bag_count{

	position: absolute;
	color: rgb(32, 67, 143);
	font-size: 14px;
	background-color: #d5e34d;
    border-radius: 50%;
    height: 20px;
    width: 20px;
	justify-content: center;
	text-align: center;
    left: 16px;
    top: -10px;
}

.bag_count_fav{
	/*background-color: rgb(32, 67, 143);
	color: #fff;*/
}