/*new basket styling*/
.cashback-basket-image-container {
    position: relative;
    width: 120px;
    height: 82px;
    float: left;
}

.cashback-basketempty {
    width: 103px;
    float: left;
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.cashback-basketfill {
    position: absolute;
    width: 103px;
    height: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    left: 0;
}

.cashback-basketfill img {
    position: absolute;
    bottom: 0;
}

.cashback-measure {
    position: absolute;
    right: 0;
    z-index: 2;
    right: 10px;
    bottom: 0;
}

.cashback-baskettextholder {
    margin-left: 120px;
}

.cashback-basket-percentage-holder {
    height: 82px;
}

.cashback-basket-percentage-holder h1 {
    line-height: 82px;
    margin: 0;
}