/**
* 2010-2018 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2018 Webkul IN
*  @license   https://store.webkul.com/license.html
*/
.wk_voice_block {
    cursor: pointer;
}
.wk_seller_request_form {
    font-size: unset;
}
.wk_vs_deactive {
    display:none;
}
.wk_customer_from_element {
    top: 0px;
    position: absolute;
    background: #ffff;
    padding: 0.39rem;
    border: 1px solid rgba(0,0,0,.25);
    right: -23px;
}
@media (max-width:767px) {
    .wk_customer_from_element {
        right: 15px;
    }
}