.metro-brands-tabs {
	display: flex;
}
.metro-brands-tabs a {
	padding: 10px 20px;
	border-bottom: 2px solid var(--metro-color-plum);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 500;
	font-family: MonumentExtended;
	flex-basis: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.metro-brands-tabs a.is-active {
	background-color: var(--metro-color-plum);
	color: #fff;
}
.metro-brands-tabs a:not(.is-active) {
	color: #888;
}
.metro-brands-tabs svg {
	width: 21px;
	fill: currentColor;
	margin-right: 10px;
}
.metro-brands-tabs a span {
	position: relative;
	top: 2px;
}
.metro-brands-tab-content {
	padding: 40px;
	padding-bottom: 60px;
	min-height: 430px;
}
.metro-brands-tab-content#by-name {
    background: var(--metro-color-pearl);
	padding-top: 4px;
}
.metro-brands {
	display: flex;
}
.metro-brands-col-left {
	flex-basis: 40%;
}
.metro-brands-col-right {
	flex-basis: 60%;
}
.metro-brands-filter {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	overflow-x: auto;
    height: 70px;
    align-items: flex-end;
}
.metro-brands-filter a {
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	white-space: nowrap;
}
.metro-brands-filter a[data-count="0"] {
	pointer-events: none;
	color: #888;
}
.metro-brands-filter a .filter-label {
	display: block;
	background-color: transparent;
	padding: 0 10px;
}
.metro-brands-filter a.is-active .filter-label {
	background-color: var(--metro-color-plum);
	color: #fff;
}
.metro-brands-filter .filter-tooltip {
	display: none;
	position: absolute;
	top: -35px;
	background: var(--metro-color-mint);
	color: var(--metro-color-plum);
	width: 100%;
	font-size: 15px;
	text-align: center;
}
.metro-brands-filter .filter-tooltip:after {
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	background: var(--metro-color-mint);
	position: absolute;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%) rotate(45deg);
}
.metro-brands-filter a.is-active .filter-tooltip,
.metro-brands-filter a:hover .filter-tooltip {
	display: block;
}
.metro-brands-dropdown-wrap {
	position: relative;
}
.metro-brands-dropdown-wrap .select2-search--dropdown {
	margin-bottom: 10px;
}
.metro-brands-dropdown {
	opacity: 0;
	height: 1px;
	width: 1px;
	padding: 0 !important;
	position: absolute;
}
.metro-visible-mobile {
	display: none;
}
.metro-brands .select2-container {
	width: 100% !important;
}
.metro-brands-search span {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #eee;
	padding: 0 10px;
	margin-bottom: 20px;
}
.metro-brands-search span.focus {
	border-bottom-color: var(--metro-color-plum);
}
.metro-brands-search svg {
	width: 16px;
	margin-right: 10px;
}
.metro-brands-search input {
	border: 0 !important;
	outline: 0 !important;
	background: none !important;
	padding: 0 5px !important;
	width: 100%;
}
.metro-brands-list .metro-brand {
	margin: 10px 0;
}
.metro-brands-list a {
	font-size: 21px;
	text-decoration: none;
}
.metro-brands-list a.is-active {
	font-weight: 500;
}
.metro-brand-details,
.metro-brand-details *:not(a):not(a *) {
	color: var(--metro-color-plum);
}
.metro-brand-details {
	font-size: 18px;
	background: var(--metro-color-pearl);
    padding: 10px;
}
.metro-brand-title {
	background-color: var(--metro-color-mint);
	padding: 10px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}
.metro-brand-desc {
	display: flex;
    gap: 20px;
	flex-wrap: wrap;
	padding: 0 20px;
}
.metro-brand-desc-label {
    font-weight: 600;
    font-size: 21px;
	line-height: 1.2;
}
.metro-brand-desc-body {
	line-height: 1.5;
}
.metro-brand-details table {
	border: 0;
}
.metro-brand-details table th,
.metro-brand-details table td {
	background-color: #fff;
	padding: 12px 20px;
	text-align: left;
	border-color: var(--metro-color-plum);
}
.metro-brand-details table td,
.metro-brand-details table thead th {
    border-right: 0;
}
.metro-brand-details table tr:last-of-type th,
.metro-brand-details table tr:last-of-type td {
    border-bottom: 0;
}
.metro-brand-details table.metro-brand-categories tr td:first-child {
	width: 200px;
}
.metro-brand-details table.metro-agency-info tbody tr th {
	font-size: 20px;
	font-weight: 600;
}
.metro-brand-details table.metro-brand-categories tbody tr th,
.metro-brand-details table.metro-agency-info tbody tr th {
	width: 180px;
}
.metro-brand-details table thead th {
	font-size: 21px;
	font-weight: 600;
	padding: 0;
}
.metro-brand-details table thead th span {
	font-weight: 600;
}
.metro-brand-details table.metro-agency-info thead th a.tbody-toggle .toggle-label {
    font-weight: 400;
	line-height: 1.3;
}
.metro-brand-details table thead th a.tbody-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 20px;
}
.metro-brand-details table thead th a.tbody-toggle,
.metro-brand-details table thead th a.tbody-toggle * {
	color: var(--metro-color-plum);
	fill: var(--metro-color-plum);
	transition: none;
}
.metro-brand-details table thead th a.tbody-toggle.is-active {
	background-color: var(--metro-color-plum);
	color: var(--metro-color-pearl);
}
.metro-brand-details table thead th a.tbody-toggle.is-active * {
	color: var(--metro-color-pearl);
	fill: var(--metro-color-pearl);
}
.metro-brand-details table thead th a.tbody-toggle.is-active .toggle-icon {
	transform: rotate(180deg);
}
.metro-brand-details table tbody {
	display: none;
}
.metro-brand-details .brand-cat-parent {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.metro-brand-details ul {
	margin: 0;
	margin-left: 20px;
}
.metro-brand-details ul.brand-cat-sizing {
	list-style: none;
	font-weight: 500;
}
.metro-brand-details ul.brand-cat-children {
	-webkit-columns: 2;
        -moz-columns: 2;
    columns: 2;
}
.metro-brand-details svg {
	width: 20px;
}
.metro-agency-link a {
	font-size: 24px;
}

.metro-brands-categories {
	margin-bottom: 40px;
	text-align: center;
}
.metro-brands-categories-inner {
	display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
	min-width: 350px;
	max-width: 100%;
	position: relative;
}
.metro-brands-wrap select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: var(--metro-color-pearl) url(../images/icon-dropdown.svg) no-repeat center right 20px !important;
	background-size: 15px !important;
    padding-left: 20px !important;
    color: var(--metro-color-plum);
    border: 0;
    border-radius: 0;
    height: 50px;
	width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
}
.metro-brands-wrap .select2-container,
.metro-brands-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
	text-align: left;
	color: var(--metro-color-plum);
}
.metro-brands-wrap .select2-container .select2-selection--single .select2-selection__rendered {
	font-family: inherit;
	font-weight: 600;
	padding-top: 10px;
    padding-bottom: 10px;
	border: 1px solid transparent;
	border-bottom: 0;
}
.metro-brands-wrap .select2-container.select2-container--open .select2-selection__rendered {
    border: 1px solid #aaa;
    border-bottom: 0;
}
.metro-brands-wrap .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border: 0 !important;
    background: var(--metro-color-pearl);
}
.metro-brands-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: var(--metro-color-plum) transparent transparent transparent;
	border-width: 10px 8px 0 8px;
	margin-left: -12px;
    margin-top: -4px;
}
.metro-brands-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent var(--metro-color-plum) transparent;
    border-width: 0 8px 10px 8px;
}
.metro-brands-wrap .select2-container--default.select2-container--open .select2-selection--single {
	background: #fff;
}
body.page-brands .select2-dropdown {
	background-color: #fff;
	border: 0;
    padding: 10px;
	padding-top: 0;
	font-size: 21px;
	color: var(--metro-color-plum);
	border: 1px solid #aaa;
	border-top: 0;
}
body.page-brands .select2-container--default .select2-results>.select2-results__options {
	max-height: 300px;
}
body.page-brands .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid var(--metro-color-plum);
	outline-offset: inherit;
}
.metro-brands-category-info {
	padding: 0 10px;
    font-size: 16px;
	color: var(--metro-color-plum);
}
.metro-brands-category-info span {
	font-weight: 600;
}
.metro-brands-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.metro-brands-grid .metro-brand-details {
    padding: 10px;
    width: 100%;
	height: max-content;
}
.metro-brands-grid .metro-agency-link {
	margin-top: 20px;
    margin-bottom: 10px;
	padding: 0 8px;
}
.metro-brands-grid .metro-brand-desc {
	flex-direction: column;
    gap: 5px;
}
.metro-brands-grid ul.brand-cat-children {
	columns: 1;
}
.metro-brands-grid table {
	margin-bottom: 10px;
}
.metro-brands-grid table tbody tr {
    display: flex;
    flex-direction: column;
}
.metro-brands-grid table tbody tr th,
.metro-brands-grid table tbody tr td {
    width: 100% !important;
    max-width: 100%;
	border-right: 0;
}
.metro-brands-grid table tbody tr th {
    border-bottom: 0;
	padding-bottom: 0;
}
.metro-brands-grid table tbody tr td {
	padding-top: 0;
}
.metro-brands-grid .metro-brand-details .brand-cat-parent {
    margin: 0;
}
.metro-brands-grid .metro-agency-link a {
    font-size: 20px;
}

@media only screen and (min-width: 769px) {
	.metro-brands-wrap .select2-container {
		min-width: 320px;
	}
	.metro-brands-col-left {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.metro-visible-mobile {
		display: block;
	}
	.metro-brands-categories-inner {
		min-width: 100%;
	}
	.metro-brands-wrap .select2-container {
		width: 100% !important;
	}
	.metro-brands-wrap .select2 + .select2-container.select2-container--open {
		top: 47px !important;
	}
	.metro-brands-wrap .metro-brands-category-info + .select2-container.select2-container--open {
		top: 49px !important;
	}
	.metro-brand-details table.metro-agency-info thead th a.tbody-toggle .toggle-label {
		display: flex;
		flex-direction: column;
	}
}