/* Svetosila compare integration */
.bx_catalog-compare-list {
	display: none !important;
}
.catalog-item-list__compare {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 5;
}
.catalog-item-list__compare .svetosila-compare-item {
	width: 27px;
	height: 27px;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
	cursor: pointer;
	color: #888;
	line-height: 0;
}
.catalog-item-list__compare .svetosila-compare-icon {
	display: inline-block;
	width: 27px;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	font-weight: 700;
}
.catalog-item-list__compare .svetosila-compare-item[data-compare-status="Y"] {
	color: #2f7dd1;
}
.catalog-item-list__compare .svetosila-compare-item[data-compare-status="N"]:hover {
	color: #2f7dd1;
}
.catalog-detail-tool__compare {
	margin: 0 0 12px;
}
.catalog-detail-tool__compare .svetosila-compare-item {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
	cursor: pointer;
	color: #888;
	line-height: 0;
	text-align: center;
}
.catalog-detail-tool__compare .svetosila-compare-icon {
	display: inline-block;
	width: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
}
.catalog-detail-tool__compare .svetosila-compare-item[data-compare-status="Y"] {
	color: #2f7dd1;
}
.catalog-detail-tool__compare .svetosila-compare-item[data-compare-status="N"]:hover {
	color: #2f7dd1;
}

.compare-page {
	margin-bottom: 40px;
}
.compare-page__lead {
	margin: 0 0 18px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	max-width: 760px;
}
.compare-page__notice {
	margin: 0 0 16px;
	padding: 10px 14px;
	border: 1px solid #d9e2ef;
	background: #f7fbff;
	color: #445;
	font-size: 13px;
	line-height: 1.45;
}
.compare-page__kinds {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 0;
	margin: 0 0 18px;
	border-bottom: 1px solid #d9dfe6;
}
.compare-page__kind-link {
	display: inline-block;
	padding: 10px 16px 8px;
	border: 1px solid transparent;
	border-bottom: none;
	margin-bottom: -1px;
	background: transparent;
	color: #666;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.compare-page__kind-link:hover,
.compare-page__kind-link:focus {
	color: #2f7dd1;
	text-decoration: none;
}
.compare-page__kind-link.is-active {
	border-color: #d9dfe6;
	border-bottom-color: #fff;
	background: #fff;
	color: #2f7dd1;
}
.compare-page__kind-count {
	margin-left: 4px;
	font-size: 11px;
	font-weight: 700;
}
.compare-page__kind-link--all {
	margin-left: auto;
}
.compare-page__empty {
	margin: 24px 0 40px;
	padding: 18px 20px;
	border: 1px solid #d9dfe6;
	background: #fff;
	color: #666;
}
.compare-page__block {
	max-width: 100%;
	overflow-x: auto;
}
.compare-page__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin-bottom: 14px;
}
.compare-page__toolbar-label {
	color: #666;
	font-size: 13px;
}
.compare-page__filter {
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4;
}
.compare-page__filter:hover,
.compare-page__filter:focus {
	color: #e06000;
	text-decoration: none;
}
.compare-page__filter.is-active {
	border-color: #2f7dd1;
	background: #e8f2fa;
	color: #1f5f99;
}
.compare-page__table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 13px;
	line-height: 1.45;
}
.compare-page__table th,
.compare-page__table td {
	border: 1px solid #d9dfe6;
	padding: 10px 12px;
	vertical-align: top;
}
.compare-page__head-row th {
	background: #eef3f8;
	font-weight: 600;
	text-align: center;
}
.compare-page__label-col {
	min-width: 190px;
	width: 22%;
	background: #eef3f8;
	font-weight: 600;
	color: #333;
}
.compare-page__product-col {
	min-width: 160px;
	position: relative;
}
.compare-page__product-name {
	display: block;
	padding-right: 22px;
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
.compare-page__product-name:hover,
.compare-page__product-name:focus {
	color: #e06000;
	text-decoration: none;
}
.compare-page__remove {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	color: #888;
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	cursor: pointer;
}
.compare-page__remove:hover,
.compare-page__remove:focus {
	border-color: #ef4141;
	color: #ef4141;
}
.compare-page__table tbody tr:nth-child(even) td:not(.compare-page__label-col) {
	background: #e8f2fa;
}
.compare-page__table tbody tr:nth-child(odd) td:not(.compare-page__label-col) {
	background: #fff;
}
.compare-page__photo-cell {
	text-align: center;
}
.compare-page__photo-box {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.compare-page__photo-box a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.compare-page__photo-box img {
	display: block;
	width: 140px;
	height: 140px;
	max-width: 140px;
	max-height: 140px;
	object-fit: contain;
}
.compare-page__price-cell .compare-price {
	width: 100%;
	border-collapse: collapse;
}
.compare-page__price-cell .compare-price td {
	border: none;
	padding: 2px 4px;
	background: transparent;
}
.compare-page .bx_sort_container,
.compare-page .bx_filtren_container {
	display: none;
}
/* /Svetosila compare integration */
