div.title-search-result {
	border-bottom: 1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

div.title-search-result {
	display: none;
	z-index: 999;
	overflow-y: auto !important;
	background-color: white;
	top: calc(100%  + 1px);
	height: calc(100dvh - 120px);
	padding: 0 0 20px 0;
}
table.title-search-result {
	border-collapse: collapse;
	position: relative;
	padding: 0 16px;
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
div.title-search-fader {
	display: none!important;
}

.title-search-result__content {
	position: relative;
	padding: 0 16px;
	background-color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	/*overflow-y: auto;*/
	height: 100%;
}

.title-search-result__container {
	padding-bottom: 40px;
	display: flex;
	flex-flow: column;
	gap: 40px;
	flex: 1 1 auto;
	overflow-y: auto;
	height: 100%;
}

.title-search-result__container-empty {
	min-width: 230px;
}

.title-search-result-section {
	display: flex;
	flex-flow: column;
	margin-top: -12px;
}

.title-search-result-section .title-search-item,
.title-search-result-section .title-search-item > a {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #2E323D !important;
}

.title-search-result-section .title-search-none {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #565F78;
}

.title-search-result-section .title-search-item a {
	transition: color .3s;
}

.title-search-result-section .title-search-item a:hover {
	text-decoration: none;
	color: #D2233C;
}

.title-search-result-section .title-search-item b {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #D2233C;
}

.title-search-item + .title-search-item {
	margin-top: 20px;
}

.title-search-result-section__title {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #999;
	margin-bottom: 16px;
}

.search-result-section__link {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #2E323D;
	transition: color .3s;
}

.search-result-section__link:hover {
	color: #D2233C;
	text-decoration: none;
}

.title-search-result-tags {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.title-search-result-tag {
	color: #2E323D;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	padding: 8px 10px;
	border-radius: 4px;
	background-color: #F1F1F4;
	transition: color .3s;
}

.title-search-result-tag:hover,
.title-search-result-tag:focus,
.title-search-result-tag:active{
	color: #D2233C;
	text-decoration: none;
}

@media (max-width: 768px) {

	.title-search-result__content {
		/*min-height: 100vh;*/
	}

	.title-search-result__container {
		padding: 28px 0;
		gap: 28px;
	}


	.title-search-result-section .title-search-item {
		font-size: 14px;
	}


	.title-search-result-section .title-search-item b {
		font-size: 14px;
	}

	.title-search-item + .title-search-item {
		margin-top: 16px;
	}

	.title-search-result-section__title {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.search-result-section__link {
		font-size: 14px;
	}

	.title-search-result-section {
		margin-top: 0;
	}
}

@media (max-width: 1199px) {
	.title-search-result__container {
		padding: 24px 0;
	}
	div.title-search-result {
		border-top: 1px solid #c6c6c6;
		height: calc(100dvh - 64px);
	}
}