.live-search {
    width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 0px 0px;
    margin-top: 40px;
    background-color: #FFF;
    border: 0px solid #DDD;
    left: 1px;
    display: none;
    border-radius: 15px 15px 0 0 !important;
    top: 10px;
}
.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 10px;
    margin: 0px 0px;
    background-color: #FFF;
    min-height: 40px;
    clear: both;
}
.live-search ul li .product-name {
    font-weight: bold;
    float: left;
    width: 50%;
    color: #282828;
    font-weight: 500;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
    background-color: #28282814;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image {
    float: left;
    margin-right: 0px;
    margin-top: -5px;
    margin-bottom: 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-weight: bold;
    float: left;
    width: calc(100% - 170px);
    padding: 10px 10px;
}
.live-search ul li .product-price {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    float: right;
    margin-top: 10px;
    width: 100px;
}
.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: 14px;
    line-height: 20px;
    color: #ffff;
    background-color: #282828;
    position: absolute;
    bottom: -50px;
    width: 100%;
    border-radius: 0px 0 15px 15px;
	transition: 0.5s all;
}
.live-search .view-all-results:hover {
	text-decoration: underline;
}
.live-search .view-all-results {
    color: #fff;
	text-decoration: none;
}
.live-search .view-all-results {
    color: #fff;
    width: 100%;
    display: block;
    padding: 15px 0px;
}

@media (max-width: 970px) {
.live-search {
	max-height: calc(100vh - 200px);
}
.live-search ul {
    height: 100%;
    overflow-y: overlay;
}
}