/* Lapax theme compatibility fixes. */
.headkat .navigori {
	max-height: 70vh;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.headkat .navigori .lpbt-category-search {
	position: sticky;
	top: 0;
	z-index: 2;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0 0 6px;
	padding: 8px 10px;
	border: 1px solid var(--colorborder, #ddd);
	border-radius: 3px;
	background: #fff;
	color: inherit;
	font: inherit;
}

.navigori .lpbt-category-search-hidden {
	display: none !important;
}

.navigori.lpbt-category-searching .children {
	display: block !important;
	max-height: none !important;
	overflow: visible !important;
}

.navigori.lpbt-category-searching .children::after {
	display: none;
}
