.live-search {
    display: none;
    position: absolute;
    width: 98%;
    left: 1%;
    z-index: 99;
    padding: 10px 0 40px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
}
.live-search .loading {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.live-search ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.live-search ul li {
    cursor: pointer;
    padding: 9px;
    padding: 10px 15px;
    background-color: #fff;
    min-height: 50px;
    overflow: hidden;
    clear: both;
}
.live-search ul li:nth-child(even) {
    background: #fcfcfc;
}
.live-search ul li:hover {
    background-color: #f1f1f1;
}
.live-search ul li a {
    display: block
}
.live-search ul li .product-image {
    float: left;
    margin-right: 10px;
}
.live-search ul li .product-name {
    color: #404040;
    float: left;
    width: 55%;
}
.live-search ul li .product-price {
    text-align: right;
    font-weight: 600;
    float: right;
    margin-top: 10px;
    width: 25%;
}
.live-search ul li .product-price .price {
    color: #c38c47;
    display: block;
}
.live-search ul li .product-price .special {
    color: #999;
    display: block;
}
.live-search .product-price>.special {
    margin-top: -10px
}
.live-search .result-text {
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #f1f1f1;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.live-search .view-all-results {
    color: #999;
}
.live-search .view-all-results:hover {
    color: #404040;
}