/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_EUPriceIndicationDirective
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
div.wk-min-price{
    font-size: 21px;
    font-weight: 300;
    color: #666;
    margin-bottom: 5px;
}

span.wk_cat_min_price{
    line-height: 3;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

.wk-min-price .map-show-info:not(:last-child){
    font-size: 15px;
    font-weight: 500;
}

.tooltip {
position: relative;
display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
visibility: visible;
}

.wk-min-price .map-show-info {
    font-size: 15px;
    font-weight: 500;
    color: #006bb4;
}
.map-popup {
    background: #ffffff;
    border: 1px solid #adadad;
    padding: 22px;
    width: auto;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
    transition: opacity 0.3s linear;
    left: 0;
    margin-top: 10px;
    position: absolute;
    top: 0;
    z-index: 1001;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    display: block;
}

.map-help-text {
    color: #333333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

.tooltip.map-show-info:hover {
    cursor: pointer;
}