div.title-search-result {
	display:none;
	position: fixed !important;
	top: 88px !important;
	left: 15px;
	width: calc(100% - 30px) !important;
	z-index:800;
	box-sizing: border-box;
	transition: top 0.3s ease;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 2px 8px rgba(5, 9, 1, 0.06);
	font-size: 12px;
	background: #fff;

}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width: 100%;

}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	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 tr{
	border-bottom: 1px solid var(--lgray);
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	white-space:nowrap;
}
table.title-search-result td.picture {
	width: 45px;}
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;
	text-decoration: none;
	color:black;
	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:#F9F9F9;
}

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: 15px;
}

table.title-search-result td.title-search-all a
{
	color:var(--green);
	display: inline-block;
	background-image: url(../../../../images/sprite-icons.svg#icon-right-arr-green);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px 10px; padding-right: 18px;
}

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;
}
div.title-search-result .item_preview{ height: 38px !important; width: auto !important; max-width: none;  display: block; margin: auto  }

div.title-search-result .item-wrap{ display: flex;  justify-content: space-between}
div.title-search-result .item-wrap .price{    padding: 0 10px;  font-weight: 700;}

@media only screen and (min-width: 768px) {

	div.title-search-result   {
		top: 148px !important;
	}
	.is-scroll div.title-search-result  {
		top: 108px !important;
	}
}
@media only screen and (min-width: 1024px) {

	div.title-search-result   {
		top: 98px !important;
		max-width: 540px;
	}
	.is-scroll div.title-search-result  {
		top: 58px !important;
	}

}
@media only screen and (min-width: 1600px) {

	div.title-search-result {
 		max-width: 800px;
	}
}