/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Mpsellerlist
 * @author    Webkul
 * @copyright Copyright (c)  Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.filterurl_loader{
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    position: fixed;
    top: 0px;
    left:0;
    width: 100%;
    z-index:2000;
    height: 120%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF4E9,endColorstr=#FFF4E9);
}
.filterurl_loader > div{
    background:url("../images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    position: fixed;
    top: 48%;
    border-radius: 18px;
    left:48%;
    width: 32;
    height: 32px;
    width: 32px;
}
.filterurl {font-weight: 600;margin-left: 5px;}
.filterurl.selected{color: #636363;}

.wk-mp-sellerlist-container{display:inline-block;padding: 0;padding-top: 20px;width: 100%;}
#sellersearch{width:95%;border:1px solid #ccc;float:left;}
#search_mini_form{padding: 0px 20%;}

.wk-search .button {
    position: relative!important;
    top: 0;
    right: 0;
    height: 40px;
}



