/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpHyperLocal
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.mp-mphyperlocal{
    position: relative;
}
.mp-mphyperlocal ul.nav{
    display:none;
    top: 0px;
    position: absolute;
    background-color: #f5f5f5;
    margin-left: 35%;
    border: 1px solid rgb(204, 204, 204);
}
.mp-mphyperlocal:hover ul.nav{
    display:block;
    z-index: 9999;
}
.block-collapsible-nav .mp-mphyperlocal.current .item a {
    font-weight: normal;
    border-left:none;
}
#selected-location, .my_location {
    float: right;
    cursor: pointer;
    margin-right: 5px;
}
.material-icons.my_location {
    font-size: 15px;
    line-height: 1.5;
}

.modal-footer .loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #333;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    margin-right: 10px;
}
.wk-mp-design .legend, .modal-header .modal-title {
    width: 100%;
}
.wk-mp-design #shipping-rate #rate-csv-file {
    width: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}