.live-search {
    width: calc(100% - 36px);
    position: absolute;
    z-index: 2000;
    padding: 0px 0 30px;
    margin-top: 40px;
    margin: 41px 18px 0px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /*box-shadow: 0 2px 2px #DDDDDD;*/
    border-radius: 16px;
    left: 0;
    display: none;
    overflow: hidden;
    top: -3px;
}

.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;
    margin: 0px 0px;
    /* background-color: #FFF; */
    min-height: 50px;
    clear: both;
}

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

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

.live-search ul li a {
    text-decoration: none;
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
}

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

.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 {
    float: left;
    width: calc(100% - 101px);
    font-size: 14px;
    line-height: 16px;
    /* margin-top: 5px; */
}

.live-search ul li .product-add-cart {
    float: right;
    padding: 0px;
    margin-left: 10px;
    display: none;
}

.live-search ul li .product-add-cart+div {
    display: flex;
}

.live-search ul li .product-add-cart a {
    display: flex;
    padding: 0px;
    width: 40px;
    background-image: url(/image/catalog/design/button-cart.svg);
    background-position: center;
    background-repeat: no-repeat;
}

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

.live-search ul li .product-price {
    text-align: right;
    font-size: 14px;
    float: right;
    /* margin-top: 10px; */
    width: 150px;
    line-height: 115%;
    white-space: nowrap;
}

.live-search ul li .product-price .price {
    color: #000000;
    display: block;
    font-weight: 400;
    font-size: 14px;
    /* margin: 0px 3px; */
    white-space: nowrap;
}

.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 {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    background-color: #f1f1f1;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* border-bottom-left-radius: 0px; */
    /* border-bottom-right-radius: 0px; */
}

.live-search .view-all-results:hover {
    color: var(--orange);
}

.live-search .view-all-results {
    color: #000;
    font-weight: 400;
}

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

.live-search .product-image img {
    width: 64px;
    border-radius: 10px;
}

.live-search.none11 .none1 {
    display: none;
}

.live-search.none11 ul li {
    padding: 15px 5px 5px;
}