/** Styles for pro features on demonstration **/
.is-pro {
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    z-index: 3;
    padding: 2px 7px;
    margin-left: 5px;
    font-size: 11px;
    content: 'pro';
    text-transform: uppercase;
    background: #006666;
    font-weight: 200;
    position: relative;
    top: -4px;
    display: none;
    margin-top: 1px;
}
.e-handle-second {
    z-index: 1;
}
.ccb-btn-wrap .is-pro {
    right: -20px;
    position: absolute;
    top: -25px;
}

.pro-border {
    position: absolute;
    z-index: 1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border: 1px solid #8bdef9;
}

.ccb-cf-wrap .is-pro {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.is-pro .pro-tooltiptext {
    visibility: hidden;
    width: 110px;
    z-index: 10;
    font-weight: 400;
    background: rgba(0,0,0,.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    box-sizing: content-box;
    padding: 6px 9px;
    position: absolute;
    font-size: 12px;
    bottom: 130%;
    left: 50%;
    transition: visible .1s linear;
    margin-left: -63px;
    text-transform: initial;
}

.is-pro .pro-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0,0,0,.7) transparent transparent transparent;
}

.is-pro:hover .pro-tooltiptext {
    visibility: visible !important;
}

.calc-item-title .is-pro {
    top: -1px !important;
}