.ovic-instant-search {
    position: relative;
}
.ovic-instant-search .wrapper-result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 21px;
    box-shadow: 0 2px 10px 0 #dfdfdf;
    border-color: #dfdfdf;
    z-index: 100;
}
.ovic-instant-search .product-search-item {
    overflow: hidden;
    margin-top: 15px;
}
.ovic-instant-search .product-search-item .product-thumb {
    width: 75px;
    float: left;
}
.ovic-instant-search .product-search-item .product-thumb img {
    border-radius: 0;
    margin-bottom: 0;
}
.ovic-instant-search .product-search-item .product-info {
    overflow: hidden;
    padding-left: 10px;
}
.ovic-instant-search .view-all {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.ovic-instant-search .key-instant-search {
    position: relative;
    z-index: 11;
}
.ovic-instant-search.loading .key-instant-search {
    background-image: url("/wp-includes/js/tinymce/skins/lightgray/img/loader.gif");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}
