.cashback_price-amount {
    font-size: 16px;
    color: black;
    background: var(--e-a-color-success);
    width: fit-content;
    padding: 0px 10px;
    font-weight: 500;
}

.cashback_price-amount span {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.cashback_product-title {
    font-size: 14px !important;
    padding: 0px 5px !important;
    /* height: 25px !important; */
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    flex-direction: column !important;
}

.cashback_product-title span {
    font-size: 13px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.withdraw-info-con-vandor{
    display: flex;
    justify-content: space-evenly;
}