#section_5_gtsp_0806 .product_cat{
	padding-top: 30px;
}
#section_5_gtsp_0806 .product_cat ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
#section_5_gtsp_0806 .product_cat ul li{
	margin: 0;
	padding: 0 5px;
	flex: 0 0 25%;
	max-width: 25%;
}
#section_5_gtsp_0806 .product_cat .product_wrapper{
	padding: 5px;
	background-color: #e6e6e6;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
}
@media (max-width: 667px){
	#section_5_gtsp_0806 .product_cat ul li{
		flex: 50%;
		max-width: 50%;
		margin-bottom: 15px;
	}
	#section_4_gtsp_0806 ul.products li.product:nth-child(3),#section_4_gtsp_0806 ul.products li.product:nth-child(4){
		padding-bottom: 0;
	}
}