.live-search {
    margin-top: 26px !important;
    top: 0 !important;
    min-width: 300px !important;
    padding-bottom: 10px !important;
}
.live-search ul li .product-name {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333 !important;
    float: none !important;
}
.live-search ul li {
    padding: 5px 0 !important;
    min-height: 60px !important;
}
.live-search .product-price > .special {
    margin-top: -5px !important;
    margin-bottom: -3px !important;
}
.live-search ul li .product-price {
    text-align: left !important;
    float: left !important;
    margin-top: 0 !important;
}
.live-search .result-text {
    background: #fff !important;
    width: auto !important;
    text-align: center !important;
    margin: 10px auto 0 !important;
    position: initial !important;
}
.live-search .result-text .btn {
    border-radius: 50px !important;
    padding: 5px 20px !important;
    font-size: 15px !important;
    width: auto !important;
}
.live-search .product-image img {
    border-radius: 3px !important;
}
.wrap_search label.checkbox-inline {
    display: none;
}
input#button-search {
    padding: 12px;
    width: 100%;
}




/* max-width: 991 */
@media (max-width: 991px) {
.live-search {
    min-width: 100% !important;
}


}
/*end max-width: 991 */