.live-search {
    width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 1rem 1rem 2rem 1rem;
    margin-top: 12px;
    background-color: #FFF;
    border: 1px solid #919E9D;
    left: 0;
    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: .5rem 0;
    margin: 0px;
    background-color: #FFF;
    border-bottom: 1px solid #e3e6e6;
}

.live-search ul li:nth-child(even) {
    background-color: #FAFAFA;
}

.live-search ul li:hover {
    background-color: white;
}

.live-search ul li a {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.live-search ul li span {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.live-search ul li .product-image {
    float: left;
    margin-right: 5px;
}

.live-search ul li .product-name p {
    display: none;
}

.live-search ul li .product-name {
    font-size: 1.25rem;
    font-weight: 400;
    color: #212529;
}

.live-search ul li .product-add-cart {
    display: none;
}

.live-search ul li .product-price {
    display: none;
}

.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: 400;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #639968;
    margin-top: 1.5rem;
}

.live-search .view-all-results:hover {
    color: #639968;
}

.live-search .view-all-results {
    color: #639968;
}

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

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

.live-search .text-no-matches {
    font-size: 1.25rem;
    color: #212529;
    text-align: center;
    padding: 2.5rem 0 0;
    border: 0;
}

.live-search__manufacturers {
    display: flex;
    align-items: center;
    justify-content: center;
}