<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: 1000;
    margin-top: 45px;
    background-color: #FFF;
    background: #FFFFFF;
    box-shadow: 0px 7px 30px rgb(10 75 163 / 12%);
    border-radius: 3px;
    /* border-radius: 3px; */
    /* border: 1px solid #E9E9E9; */
    /* border-bottom-left-radius: 3px; */
    /* border-bottom-right-radius: 3px; */
    /* box-shadow: none; */
    left: 0;
    display: none;

}

#search :focus{
    border: 1px solid #FB834C;
    border-radius: 3px;
    box-shadow: none;
}

.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.live-search ul li {
	cursor:pointer;
	padding:5px;
	background-color:#FFF;
	min-height:60px;
	clear:both;
}

.live-search ul li:hover {
	background-color:#F0F7FA;
}
.live-search ul li a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 3px 0px 3px;
}

.live-search ul li a:hover .product-name{
    font-size: 18px;
}

.live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
.live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-name{  
    float: left;
    width: 80%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #5A5A5A;
}
.live-search ul li .product-add-cart{
	float: right;
	padding: 7px;
}

.live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float:right;
	margin-top:10px;
	width:25%;
}
.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{
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color:#555555;
	background-color:#e6ffff;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
        display: none;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: #23a1d1;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
    width: auto;
    margin-right: 20px;
    margin-left: 10px;
}</pre></body></html>