.catalog-section-description {

}

.catalog-section-description table {
  width: 100%;
}

/* Стили для заголовков таблицы */
.catalog-section-description table thead tr {
  background-color: #2940F5;
  color: #ffffff;
  text-align: left;
}

.catalog-section-description table th,
.catalog-section-description table td {
  padding: 12px 15px;
  border-bottom: 1px solid #dddddd;
}

/* Эффект при наведении на строки */
.catalog-section-description table tbody tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Чередование цветов строк (зебра) */
.catalog-section-description table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

/* Убираем границу у последней строки */
.catalog-section-description table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.siteButton {
	cursor: pointer;
}

/*.filter__block-body.filter_checkboxes {
	height: 152px;
	overflow: hidden;
}*/
.search-items {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow-x: hidden;
	overflow-y: scroll;
	left: 0;
	top: 48px;
	background-color: #fff;
	border: 1px solid #D8D8D8;
}

.search-items ul {
	border-bottom: 1px solid #D8D8D8;
	padding: 8px;
	margin: 0 0 8px 0;
}

.search-items ul:last-child {
	border: 0;
	margin: 0;
}

.search-items ul li {
	list-style: none;
	text-indent: 0;
	padding: 0;
	margin-bottom: 8px;
}

.search-items ul li:last-child {
	margin-bottom: 0;
}

.search-items ul li a {
	display: flex;
	line-height: 32px;
	width: 100%;
}

.search-items ul li a:hover {
	color: #2940F5;
}

.search-items ul li a img {
	height: 32px;
	min-width: 32px;
	width: 32px;
	object-fit: contain;
	margin-right: 8px;
	vertical-align: top;
}

.search-items ul li a div {
	line-height: 16px;
}

.search-items ul li a div.price {
	padding: 8px 0;
	font-weight: bold;
}

.header__search {
	position: relative;
}