.catalog-view-toggle .btn.active {
	background-color: #6c757d;
	color: #fff;
	border-color: #6c757d;
}

.catalog-section-table-thumb {
	display: inline-block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fff;
}

.catalog-section-table-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.catalog-section-table-name {
	color: #212529;
	font-weight: 500;
	text-decoration: none;
}

.catalog-section-table-name:hover {
	color: #41b306;
	text-decoration: underline;
}

.catalog-section-table td {
	vertical-align: middle;
}
