.live-search {
    width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 5px 0 30px;
    margin-top: 42px;
    background-color: #000;
    border: 0px solid #DDD;
    box-shadow: 0 5px 13px -6px #000;
    left: 0;
    display: none;
    border-radius: 0px;
}

/* description */
.live-search ul li .product-name p {
    font-weight: normal;
    font-style: italic;
    color: #555555;
    margin: 0px;
    padding: 0px;
}

.live-search ul li .product-name {
    font-weight: bold;
    float: left;
}

@media (min-width: 10px) {
    /* description */ .live-search ul li .product-name p {
        font-size: 1.1rem;
    }

    .live-search ul li .product-name {
        width: 53%;
        font-size: 14px;
        padding-top: 12px;
        font-weight: normal;
        color: #fff;
        line-height: 18px;
    }
}

.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: 10px 0px 10px 0px;
    margin: 5px 5px;
    background-color: #000;
    clear: both;
    border-top: 1px solid #000;
    color: #8dc548;
}

.live-search ul li:first-child {
    border-top: 1px solid #000;
}

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

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

.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-add-cart {
    float: right;
    padding: 7px;
}

.live-search ul li .product-price {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-top: 20px;
    width: 25%;
}

.live-search ul li .product-price .price {
    color: #ffffff;
    display: block;
    background: #000;
    font-size: 15px;
    text-align: right;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: -2px;
    padding-top: 0px;
    font-weight: 400;
}

.live-search ul li .product-price .special {
    color: #353535;
    text-decoration: line-through;
    display: block;
    margin-top: -15px;
    font-weight: 400;
}

.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: #555555;
    background-color: rgb(0, 0, 0);
    position: absolute;
    bottom: -20px;
    width: 100%;
}

.live-search .result-text .btn {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 5px 5px 7px 5px;
    font-size: 14px;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px 0px 0px 0px #000;
    background: #fff;
    color: #000;
}

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

.live-search .product-image img {
    width: auto;
    border-radius: 7px;
}

@media (max-width: 575px) {
    .live-search ul li .product-image {
        float: left;
        margin-right: 5px;
        width: 15%;
    }
}

@media (max-width: 575px) {
    .live-search ul li .product-name {
        font-weight: normal;
        float: left;
        width: 50%;
        line-height: 16px;
        padding-top: 15px;
    }
}

@media (max-width: 575px) {
    .live-search ul li .product-price {
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        float: right;
        margin-top: 10px;
        width: 22%;
    }
}

@media (max-width: 575px) {
    .live-search ul li .product-price .price {
        display: block;
        background: #fff;
        font-size: 15px;
        text-align: right;
        height: auto;
        position: relative;
        overflow: hidden;
        margin-bottom: 0px;
        margin-top: 0px;
        font-weight: normal;
        padding-top: 0px;
    }
}
