table.cashback-table td,
table.cashback-table th {
    padding: 10px;
}
table.cashback-table td.red,
table.cashback-table td.green {
    text-align: right;
    font-weight: bold;
}
table.cashback-table td.red {
    color:red !important;
}
table.cashback-table td.green {
    color:green !important;
}
.cashback-use{
    display: none;
}
#checkoutReview__wrapper .cashback-discount{
    border-bottom: 1px dashed #e6ddc8;
}
label.cashback{
    color: #ff5333;
    cursor: pointer;
}
.checkoutDetails .tel-cashback{
    position: absolute;
    margin-left: 400px;
    margin-top: -55px;
    color: black;
}
.checkoutDetails .tel-cashback span{
    float:none;
    display: inline;
}

#cashback-sum{
    margin-left: 186px;
    font-weight: bold;
}
@media all and (max-width: 700px) {
    #cashback-sum{
        margin-left: 6px;
        font-weight: bold;
    }
    .checkoutDetails .tel-cashback{
        position: relative;
        margin-left: 0;
        margin-top: 0;
        color: black;
    }
}