.cat {
	width:auto;
	margin:auto;
	background-color:transparent;
	display: flex;
	flex-flow:row wrap;
}
.block{
	width:350px;
	margin:auto;
	background-color:transparent;
	justify-content:space-around;
}

.item, .filler {
	margin-bottom:35px;
	background-color:transparent;
	width:90%;
	margin:auto
}
.skuhome, .Filler {
	background-color:transparent;
	padding:15px 0;
	width:100%;
	}
#Filler { height:78px;}
@media (max-width:720px) {	/*	works 011821	*/
	#Filler {display:none;}
	.Filler {margin-bottom:0;padding:0;}
}
@media (max-width:1065px) {	/*	works, yay!	011621 with item padding 15p 0p	*/
	.cat :nth-child(1) { order: 1; }
	.cat :nth-child(2) { order: 3; }
	.cat :nth-child(3) { order: 2; }
	.cat :nth-child(4) { order: 5; }
	.cat :nth-child(5) { order: 4; }
	.cat :nth-child(6) { order: 6; }
	#b1, #b3 {margin:auto;}
	#PlaceHolder {height:67px;}
}
@media (min-width: 1366px) {
.block {width:30%;}
}