.row div .tippy-box {
    display: none;
}

.active_popover div .tippy-box {
    display: block;
    min-width: 150px;
    max-width: 250px;
    text-align: center;
    padding: 12px 8px;
}

.active_popover div .tippy-box hr {
    border-top: 1px solid #fff;
}

.btn-buy {
    border-radius: 12px;
    background-color: #fff;
    color: rgba(0,161,154,1);
    font-size: 1.3rem;
}

.btn-buy:hover {
    background-color: rgba(0,161,154,1);
    color: #fff;
}