/* RUSH RESULTS NUMBER - START */
.lottery-num-box .draw-number.rush-number {
    display: inline-block;
    width: 41px;
    height: 59px;
    padding: 36px 0 5px 0;
    margin-right: 3px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 7px;
}

    .lottery-num-box .draw-number.rush-number.number-1 {
        background-image: url('/Media/widgets/widget-product-cart/img/rush/spade.png');
    }

    .lottery-num-box .draw-number.rush-number.number-2 {
        background-image: url('/Media/widgets/widget-product-cart/img/rush/heart.png');
    }

    .lottery-num-box .draw-number.rush-number.number-3 {
        background-image: url('/Media/widgets/widget-product-cart/img/rush/club.png');
    }

    .lottery-num-box .draw-number.rush-number.number-4 {
        background-image: url('/Media/widgets/widget-product-cart/img/rush/diamond.png');
    }
/* RUSH RESULTS NUMBER - END */
