.live-search {
    width: 100%;
    position: absolute;
    z-index: 1000;
    /*margin-top: 40px;*/
    background: #FFFFFF;
    border: 1px solid #2D2D2D;
    border-top: 0;
    max-width: 946px;
    padding: 0 30px 15px 30px;
    display: none;
}

.live-container {
    padding: 0 0 15px 0;
    height: 718px;
    overflow: auto;
}
.line_search{
    border-top: 1px solid #B5B5B5;
    margin-bottom: 15px;
}

.live-search ul {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
}

.live-search ul li:first-child {
    padding-top: 0;
}

.live-search ul li {
    display: flex;
    min-height: fit-content;
    padding: 17px 0;
    border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

.live-search ul li:last-child {
    border-bottom: 0;
}

.live-search .product-container {
    display: flex;
    padding-right: 20px;
}

.live-search .product-info {
    width: 100%;
}

.live-search .product-image {
    /*margin-right: 20px;*/
    width: auto;
}

.live-search .product-image img {
    width: 105px;
    height: 140px;
}

.live-search .product-name {
    font-weight: normal;
    font-size: 16px;
    color: #2D2D2D;
    margin-bottom: 24px;
}

.live-search .product-desc {
    font-weight: 300;
    color: #2D2D2D;
    margin-bottom: 26px;
}

.live-search .product-add-cart {
    margin-top: auto;
}

.live-search .product-price .special {
    font-weight: bold;
    font-size: 16px;
    color: #CF2D48;
}

.live-search .product-price .price {
    font-weight: bold;
    font-size: 16px;
    color: #2D2D2D;
}

.live-search .product-price .special + .price {
    font-size: 12px;
    text-decoration: line-through;
    padding-left: 15px;
}

.live-search .result-text {
    text-align: center;
    border-top: 1px solid rgba(229, 229, 229, 0.5);
    margin-right: 42px;
    padding-top: 15px;
}

.live-search .result-text .view-all-results {
    font-size: 12px;
    margin-left: 42px;
}

@media (max-height: 768px) {
    .live-search ul {
        height: 333px;
    }
}