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

.wk_geoip_front_loader {
    background: none repeat scroll 0 0 rgba(255, 244, 232, 0.61);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.wk_geoip_front_loader > div {
    background: url("../images/loader.gif") no-repeat scroll 0 0 transparent;
    border-radius: 18px 18px 18px 18px;
    height: 32px;
    left: 48%;
    position: fixed;
    top: 48%;
    width: 32px;
}

.wk_geoip_front_popup_heading {
    text-align: center;
    font-weight: 400;
}

.wk_geoip_front_popup_main {
    display: none;
}
