.search-page {
	display: none;
}

.catalog-page {
	flex-grow: 1;
	padding-left: 30px;
}

.catalog-controls {
	float: right;
	display: inline-flex !important;
	width: auto !important;
	gap: 10px;
}

#sidebar-section {
	width: 350px;
	display: inline-block;
	padding: 15px;
}

.bx-site {
	display: block;
	padding: 0;
}

#cards-table {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 0.35fr));
	gap: 30px;
	padding:0;
	width: 100%;
}

#cards-table.list-view {
	padding-top: 10px;
	padding-bottom: 50px;
	grid-template-columns: repeat(auto-fit, 100%);
	border: solid #eee 1px;
	border-radius: 10px;
	background: white;
	gap: 0;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.19);
}


/* ------------------------------------- */
  
.pagination-bottom {
	margin-top: 50px;
}

.pagination-bottom ul {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}

.pagination-bottom li {
	font-family: "Roboto Medium";
	font-size: 12px;
	display: inline-flex;
	line-height: 10px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.pagination-bottom li.active {
	border: none; 
	background: linear-gradient(272.22deg, #FF9900 2.77%, #F94D00 102.12%);
}

.pagination-bottom li.inactive:hover {
	background: white;
	color: black;
	user-select: none;
}

.card-header .fa,
.price-header .fa {
	color: orangered;
}

.pagination-bottom li a {
	color: black;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


/* ------------------------------------- */

.sidebar-section {
	width: 300px;
	text-overflow: ellipsis;
}

dz-search-tree {
	font-family: "Roboto";
	font-size: 13px;
}

dz-search-tree::part(item),
dz-search-tree::part(open),
dz-search-tree::part(closed) {
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	text-transform: lowercase;
}

dz-search-tree::part(closed) {
	font-family: "Roboto Medium";
	color: black;
}

dz-search-tree::part(closed)::after {
	content: "\002B";
	margin-left: 10px;
	color: orangered;
}

dz-search-tree::part(list) {
	padding-left: 20px;
	margin: 0;
}

dz-search-tree::part(count) {
	font-family: "Roboto Medium";
	color: black;
}

dz-search-tree::part(name) {
	font-family: "Roboto";
	color: #444;
	text-decoration: none;
}


/* ------------------------------------- */

@media (width > 570px) and (height > 570px) {
	.page-container {
		margin-top: 50px;
		padding-top: 30px;
		border-top: solid orange 1px;
	}
}


.container::before {
	content: '\0a00';
	display: block;
}

.top-summary {
	font-family: "Roboto";
	font-size: 23px;
	color: black;
	padding-bottom: 5px;
	position: relative;
	top: px;
}

.top-summary .readout {
	font-family: "Roboto Medium";
	font-size: 13px;
	margin-top: 30px;
}