.db_ff_product_container{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
}
.db_ff_product_tile{
	text-align:center;
	font-size:14px;
	padding:10px 5px;
	margin: 0 auto;
}
.db_ff_product_discount{
	color:#ce0000;
	padding:0px 5px;
}
.db_ff_product_price{
	padding:0px 5px;
}
.db_ff_product_tile_col2{
	width:calc(100%/2 - 10px);
}
.db_ff_product_tile_col3{
	width:calc(100%/3 - 10px);
}
.db_ff_product_tile_col4{
	width:calc(100%/4 - 10px);
}
.db_ff_product_tile_col5{
	width:calc(100%/5 - 10px);
}
.db_ff_product_tile_col6{
	width:calc(100%/6 - 10px);
}
.db_ff_product_tile img{
	width:100%;
}

@media (max-width: 640px){
	.db_ff_product_tile_col3, .db_ff_product_tile_col4, .db_ff_product_tile_col5, .db_ff_product_tile_col6{
		width: 50%;
	}
}