#up-sells-group{
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	display: inline-block;
	background: #fff;
}
#up-sells-group hr{
	margin-top:0;
	width: 70%;
}
.title-upsells{
	text-align:center;
	padding:10px 0;
}
.block-upsells{
	display: flex;
	flex-wrap: wrap;
}
.block-upsells .product-miniature{
	margin:0 .8125rem;
}
.see-more-upsells {
	text-align: center;
	color: #2fb5d2;
	cursor: pointer;
	padding-bottom: 10px;
}
