.custom-block-products .item-cbp:last-child > div{
	margin-bottom: 5px;
}
.custom-block-products .title-module {
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 14px;
	color:#000;
}
.custom-block-products .title-custom-block-product {
	font-size:16px;
	font-weight:600;
	margin-bottom: 10px ;
}

.custom-block-product{
	cursor:pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 20px;

}
.custom-block-product .image {
	width: 55px;
	height: 55px;
	background: #F7F8FB;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 55px;
	margin-right: 20px;
}
.custom-block-product .text{

}
.custom-block-product a,
.custom-block-product a:hover{
	text-decoration: none;
}
.custom-block-product .text .custom-block-title{
	font-weight: 500;
	font-size: 14px;
	color:#000;
	margin-bottom: 8px;
}
.custom-block-product .text .custom-block-desc{
	font-size: 14px;
	color:#535D67;
}
