/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpSellerProductSearch
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.wk_search {
    display: none;
    float: right;
}

.form-search {
    padding: 10px;
}

.wk-mp-float-left {
    width: auto;
    float: left;
}

.wk-left {
    float: left;
}

.wk-right {
    float: right;
    padding-left: 5px;
    padding-top: 0px;
}

@media only screen and (max-width: 350px) {
    .wk-left {
        float: none;
    }

    .wk-right {
        float: none;
        padding-left: 0px;
        padding-top: 5px;
    }

    .wk_search {
        float: none;
    }
}

.ui-autocomplete {
    list-style-type: none;
    text-decoration: none;
    padding-left: 0px;
    height: 100px;
    z-index: 1;
}

.ui-autocomplete>li {
    margin: 0;
    height: max-content;
    border: solid 1px #c2c2c2;
    color: black;
    width: 177px;
    background-color: white;
}

.check-search {
    margin-top: -1px;
}

.ui-autocomplete>.ui-menu-item:hover {
    background-color: #eee
}

.block-account {
    position: relative;
}

.ui-menu-item-wrapper {
    padding: 3%;
}

.clear-filters{
    margin-top: -1px;
}