.live-search {
    width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 5px 0 0 0;
    /*margin-top: 40px;*/
    top: 51px;
    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;
    display: none;
}

.live-search .loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.live-search ul {
    list-style-type: none;
    margin: 0 0 16px 0;
    padding: 0;
}

.live-search ul li {
    cursor: pointer;
    padding: 5px;
    margin: 0 5px;
    background-color: #FFF;
    min-height: 60px; /* 50 */
    clear: both;
}

.live-search ul li:only-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.live-search ul li:only-child:hover {
    background: none;
    cursor: auto;
}

/*.live-search ul li:nth-child(even) {*/
/*	!*background-color: #ddd;*!*/
/*}*/
.live-search ul li:hover {
    background-color: #d4d4d4;
}

.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-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #a5a5a5;
    margin: 0;
    padding: 0;
    line-height: 14px;
}

.live-search ul li .product-name {
    font-weight: bold;
    float: left;
    width: 55%;
    color: #0c2340;
}

.live-search ul li .product-add-cart {
    float: right;
    padding: 7px;
}

.live-search ul li .product-price {
    text-align: right;
    float: right;
    margin-top: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.live-search ul li .product-price .price_sale {
    text-decoration: line-through;
    color: #0c2340;
    display: block;
}

.live-search ul li .product-price .special {
    color: #b70d05;
    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: 20px;
    color: #0c2340;
    background-color: #fff;
    border: 1px solid #0c2340;
    position: absolute;
    bottom: -21px;
    width: 100%;
    cursor: pointer;
    /*border-bottom-left-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    padding: 8px 0;
}

.live-search .result-text:hover {
    background-color: #0c2340;
    color: #fff;
}

/*.live-search .view-all-results:hover {*/
/*	color: #555555;*/
/*    text-decoration: underline;*/
/*}*/
.live-search .view-all-results {
    /*color: #000;*/
}

.live-search .product-image {
    width: auto;
}

.live-search .product-image img {
    width: auto;
}