/*blink product design*/
.badblinkproduct-block .badblink-close {
    position: absolute;
    top: 5px;
    right: 0;
    background: none;
    border: none;
}
.badblinkproduct-block .badblink-close i {
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 25px;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
}
.badblinkproduct-block .badblink-close:hover i {
    background-color: var(--theme-custom-color);
    color: #fff;
}