
.vc_voice_block {
    cursor: pointer;
}
.vc_voice_serach {
    top: -8px;
    left: 82%;
    position: absolute;
    padding: .5rem;
}
.vc_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) {
    .vc_customer_from_element {
        right: 15px;
    }
}
.vc_customer_address_from_element {
    float: right;
    background: #ffff;
    padding: 0.37rem;
    border: 1px solid rgba(0,0,0,.25);
    position: absolute;
}
