.live-search {
	width:100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 50px;
	margin-top: 40px;
	background-color:#FFF;
	left: 0;
	display: none;
}
@media (max-width: 768px) {
	#block-search {
		display: none;
	}
	.prmn-cmngr__city-name {
		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:5px;
	margin:0px 5px;
	background-color:#FFF;
	min-height:50px;
	clear:both;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color:#F0F7FA;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.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{
	font-size: 10px;
	font-weight: bold;
	float: left;
	width:50%;
}
.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;
	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 ul li > div:nth-child(1) a {
	display: flex;
    align-items: center;
}
.live-search .product-price > .special {
	margin-top: -5px;
}

.live-search .result-text{
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	padding: 10px;
	color:#555555;
	background-color: rgb(173 90 0);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: #fff;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}



.tp-revslider-mainul {
	border-bottom: 5px solid #000;
}