.ovic-live-search-form .results-search{
    position: relative;
}

.ovic-live-search-form .products-search,
.ovic-live-search-form  .not-results-search{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 2px);
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 2px 10px 0px #dfdfdf;
    border-color: #dfdfdf;
    z-index: 1000;

}
.ovic-live-search-form .live-search-overlay{
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.1);
    z-index: 999;
}
.ovic-live-search-form .suggestion-search{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
    padding: 11px  21px;
    color: #ccc;
}

.ovic-live-search-form .product-search-item{
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px dashed #c9c9c9;
}
.ovic-live-search-form .product-search-item .product-image{
    width: 75px;
    float: left;
}
.ovic-live-search-form .product-search-item .product-image img{
    border-radius: 0;
    margin-bottom: 0;
}
.ovic-live-search-form .product-search-item .product-title-price{
    overflow: hidden;
    padding-left: 10px;
}
.ovic-live-search-form .view-all{
    margin-top: 6px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 3px 0;
}
.ovic-live-search-form .txt-livesearch{
    width: 100%;
    padding: 10px  20px;
    position: relative;
    z-index: 11;
    background-color: transparent;
    border: 1px solid #eee;
    box-shadow: none;
}
.ovic-live-search-form .txt-livesearch:focus,
.ovic-live-search-form .txt-livesearch:active{
    background-color: transparent;
}
.ovic-live-search-form .keyword-current{
    background-color: red;
    color: #fff;
    display: inline-block;
    padding: 0 3px;
    line-height: normal;
}
.ovic-live-search-form.loading .results-search::before {
    font-family: 'FontAwesome';
    content: "\f1ce";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 46px;
    z-index: 999;
    /*color: #ccc;*/

}
.live-search-widget .ovic-live-search-form .results-search{
    padding-right: 30px;
}
.live-search-widget .ovic-live-search-form.loading .results-search::before{
    right: 7px;
    top: -4px;
    left: inherit;
}
.live-search-widget .ovic-live-search-form .txt-livesearch{
    padding: 10px;
}