.cta-price-section .tribe-link-view-attendee, .cta-price-section .event-tickets {
    position: absolute;
    height: 0;
    overflow: hidden;
}
.cta-price-section .cta-price-box {
    background: #000;
    color: #fff;
    border-radius: 10px;
    border-top: 9px solid #0093CB;
}
.cta-price-section .price-row {
    border-bottom: 1px solid #828282;
}
.add-to-cart-event:hover{
    border-color: #fff;
}
.cta-price-section .dots .list-list-item:before {
    position: relative;
    content: "";
    width: 6px !important;
    min-width: 6px;
    height: 6px !important;
    background: #fff;
    border-radius: 100%;
    margin: 0px 15px;
}
.cta-price-section .price {
    font-size: 24px;
}
.cta-price-section .price span {
    font-size: 40px;
    font-weight: bold;
}