.live-search {
	width:100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 20px;
	margin-top: 0px;
	background-color:#FFF;
	border: 1px solid #DDD;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 2px 2px #DDDDDD;
	left: 0;
	top: 5px;
	display: 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:0px;
	margin:0px 5px;
	background-color:#FFF;
	min-height:30px;
	clear:both;
}
.live-search ul li:nth-child(even) {
	background-color: #F0F7FA;
}
.live-search ul li:hover {
	background-color:#F0F7FA;
}
.live-search ul li > div{
	
	display: block;
	
}

.live-search .ls-syn-info .container-fluid { 

	margin-top: -1.5rem;

}
.live-search .ls-syn-info img { max-width: 100%; height: auto; }




.live-search ul li > div > a{
	display:flex !important;
	  width:100%;
	  box-sizing:border-box;
	  align-items:center;
	  gap:8px;
	  padding:8px 10px;
	  height:auto;   
}
.live-search ul li .product-image{
	float:none !important;
	width:auto !important;
	margin-right:0;
}
.live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	line-height: 11px;
	color:#555555;
	margin:0px;
	padding:0px;
	float:none !important;
	width:auto !important;
}
.variant_suffix{
	
	color: var(--notices-success-bg);
	
}
.live-search ul li .product-name{
	font-weight: bold;
	float:none !important;
	width:auto !important;
}
.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 > .special {
	margin-top: -5px;
}

.live-search .result-text{
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 24px;
	color:#555555;
	height: 24px;
	background-color:#ececec;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.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;
}

.header-search .twitter-typeahead .tt-menu {
	display: none !important;
}

.ronixa-header-searchform .live-search ul li > div > a{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
}

.ronixa-header-searchform .live-search .product-image{
  flex:0 0 auto;
}

.ronixa-header-searchform .live-search .product-name{
  flex:1 1 auto;
}

.ronixa-header-searchform .live-search .product-price{
  flex:0 0 auto;
  margin-left:auto;
}
/* your popup container */
.live-search{
  position: fixed;
  top: 120px; /* adjust to sit under your header */
  
  

  max-height: 80vh;
  overflow: auto;

  z-index: 999999;
  -webkit-overflow-scrolling: touch;
}
.live-search ul{
  overflow: hidden;  /* contains floated li children */
}

.live-search .result-text{
  display: block;
  clear: both;
  position: relative;
  padding: 10px 12px;
  background: #fff;  /* optional, prevents visual bleed */
  overflow: hidden;
}


.live-search .result-text a{
  display: block;
  line-height: 1.3;
	min-height: 30px;
}


