.catalog-tile + .catalog-tile { margin-top: 40px; }
.catalog-tile > li
{
	margin-bottom: calc(4 * var(--lta_margin));
	width: calc(var(--CategoryTileWidth, var(--ImageDimensionsCategory_wpx, 176px)) - 2 * var(--lta_margin));
}
.catalog-tile-image
{
	height: var(--ImageDimensionsCategory_hpx, auto);
	margin-bottom: calc(1.5 * var(--lta_margin));
}
.catalog-tile-name0
{
	font-size: 125%;
	font-family: var(--font4);
	font-weight: 500;
}
.catalog-tile-name0 > a { text-decoration: none; }
.catalog-tile-name0 > a:not(:hover) { color: inherit; }
.catalog-tile .level1
{
	margin: calc(1.3 * var(--lta_margin)) 0 0 0;
	padding: 0;
	list-style-type: none;
}
.catalog-tile .level1 > li { margin-bottom: 9px; }
.catalog-tile a.catalog-exceeds-link:not(:hover) { color: inherit; }

.cat-subtips
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: var(--lta_margin) 0 0 calc(-1 * var(--lta_margin_small));
	font-size: 80%;
}
.subbrands-imaged > li .cat-subtips
{
	justify-content: center;
}
.cat-subtips > li
{
	margin: 0 0 var(--lta_margin_small) var(--lta_margin_small);
}
.cat-tip
{
	display: block;
	padding: 3px 5px;
	background-color: var(--ThemeColor);
	color: #fff;
	border-radius: 3px;
	cursor: default;
}
.cat-tip2
{
	background-color: #060;
}
.cat-tip3
{
	background-color: #b00;
}

@media (max-width: 480px)
{
	.adaptive .catalog-tile > li
	{
		margin-bottom: calc(1.5 * var(--lta_margin));
	}
}

/* Brands tile */
.catalog-tile-brands
{
	align-items: center;
}
.catalog-tile-brands > li
{
	text-align: center;
	width: calc(var(--ImageDimensionsBrand_wpx, 12.5%) - 2 * var(--lta_margin));
	margin-bottom: calc(2 * var(--lta_margin));
	justify-content: center;
}
.catalog-tile-brands .catalog-tile-image
{
	align-items: center;
	height: var(--ImageDimensionsBrand_hpx, 55px);
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.catalog-tile-brands .catalog-tile-image.imaged .catnum
{
	margin-left: 5px;
}
.catalog-tile-brands .catalog-tile-name
{
	font-size: 140%;
}
.catalog-tile-brands .catalog-tile-image + .catalog-tile-name
{
	min-height: 0;
	line-height: normal;
	margin-top: 20px;
}
.catalog-tile-brands .catalog-tile-name > a
{
	text-decoration: none;
}
.catalog-tile-brands .catnum
{
	font-size: 15px;
	margin-left: 10px;
}

/* Subcats and subbrands */
.subbrands-header
{
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.subbrands
{
	margin: 0 0 18px -18px;
	padding: 0;
	list-style-type: none;
}
.subbrands > li
{
	display: inline-block;
	margin: 0 0 7px 18px;
}
.subcats-columned, .subbrands-columned
{
	display: block;
	column-count: auto;
	column-gap: 20px;
	margin-left: 0;
}
.subcats-columned { column-width: var(--SubCatsColumnWidth, auto); }
.subbrands-columned { column-width: var(--SubBrandsColumnWidth, auto); }
.subcats-columned > li, .subbrands-columned > li
{
	display: list-item;
	margin-left: 0;
	break-inside: avoid;
}
.subbrands-imaged
{
	display: flex;
	flex-flow: row wrap;
	margin: 0 calc(-1 * var(--SubCatsTileMargin) / 2);
	column-width: auto;
}
.subbrands-imaged > li
{
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	margin: 0 calc(var(--SubCatsTileMargin) / 2) calc(1 * var(--SubCatsTileMargin)) calc(var(--SubCatsTileMargin) / 2);
	width: var(--SubCatsTileWidth);
	text-align: center;
}
.subbrands-brands-imaged > li
{
	width: var(--ImageDimensionsBrand_wpx, auto);
}
.subbrands .catalog-tile-image
{
	height: var(--ImageDimensionsSubCats_hpx, var(--ImageDimensionsCategory_hpx, 0));
}
.subbrands .catalog-tile-image > a
{
	display: inline-block;
}
#subbrands .catalog-tile-image
{
	width: var(--ImageDimensionsBrand_wpx, auto);
	height: var(--ImageDimensionsBrand_hpx, 0);
}
.subbrands .subcat.selected a:not(:hover)
{
	color: inherit;
}
.subbrands > li a:hover .catnum
{
	color: inherit;
	transition: color 0.1s;
}
.subcats-else > a:after, .subcats-else-desktop > a:after
{
	display: inline-block;
	vertical-align: middle;
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	margin-left: 8px;
}
.subcats-else > a.selected::after, .subcats-else-desktop > a.selected::after { content: '\f106'; }

.catalog-line-images
{
	margin-top: calc(1.5 * var(--lta_margin));
}
.catalog-line-images-list
{
	margin: 0 0 0 -5px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.catalog-line-images-list > li
{
	margin-left: 5px;
}
.catalog-line-images-show-all
{
	display: inline-block;
	margin-top: calc(1.5 * var(--lta_margin));
	font-size: 85%;
}

@media screen and (min-width: 481px)
{
	.subbrands > li.subcats-else { display: none; }
	.subcats-spacered, .subcats-spacered > li { margin-left: 0; }
	.subcats-spacered > .subcat:after
	{
		content: '\02022';
		display: inline-block;
		vertical-align: middle;
		margin: 0 7px;
		color: #333;
	}
	.subcats-spacered > .subcat.last::after
	{
		display: none;
	}
	.subbrands > li.hidden-desktop-sibling { display: none !important; }
}
@media screen and (max-width: 480px)
{
	.subbrands > li.subcats-else-desktop
	{
		display: none;
	}
	.subbrands > li.hidden-sibling { display: none !important; }
	.subbrands-imaged > li
	{
		font-size: 130%;
	}
	.subbrands > li h2
	{
		display: block;
		text-decoration: none;
	}
}