<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.live-search {
	width:100%;
	position:absolute;
	z-index:22;
	padding:5px 0px;
	margin-top: 40px;
	background-color:#FFF;
	border: 1px solid #DDD;
	box-shadow: 0 2px 2px #DDDDDD;
	left: 0;
	display:none;
	z-index: 9999;
}
.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search ul {
	list-style-type: none;
	padding:0px;
}
.live-search ul li {
	cursor: pointer;
    padding: 5px;
    width: 100%;
    clear: both;
    display: block;
	-webkit-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.live-search ul li:nth-child(even) {
	/*background-color: #FAFAFA;*/
}
.live-search ul li:hover {
	background-color:#F5F5F5;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image{
	float:left;
	margin-right: 15px;
    border: 1px solid #DBDBDB;
}
.live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
}
.live-search .count_config
{
	font-size: 12px;
}
.live-search ul li .product-name{
	font-size: 12px;
}
.live-search ul li .product-price {
	font-size: 12px;
	font-weight: bold;
}
.live-search ul li .product-price .price{
	color: #333333;
	display:block;
}
.live-search ul li .product-price .special{
	color: #FF0000;
	text-decoration: line-through;
	display:block;
}

.live-search .product-price &gt; .special {
	margin-top: -5px;
}

.live-search .result-text{
	text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    width: 100%;
}
.live-search .view-all-results:hover {
	color: #F99D3A;
}
.live-search .view-all-results {
	color: #333;
}


.live-search h4 {
    padding: 8px 5px;
    background: rgba(204,204,204,0.17);
    color: #a61c00;
    margin-bottom: 5px;
    font-weight: normal;
    margin-top: 0;
}
.live-search .search_suggest li {
    padding: 5px;
    float: none;
    display: inline-block;
	border-bottom: none;
	width: auto;
	height: auto;
    line-height: normal;
}
.live-search li a:hover
{
	background: none !important;
}
.live-search .search_suggest li i
{
    font-size: 5px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.live-search  ul
{
	margin:0 ;
    height: auto;
    line-height: normal;
}

.header04 #search
{
	overflow: inherit;
}
.header03 #search
{
	overflow: inherit;
}
#mb_search .live-search
{
	margin-top: 0;
}</pre></body></html>