
.product.media .discount-label {
    position: absolute;
    float: right;
    top: 30px;
    right: 20px;
}

.product.media .discount-label {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 23px;
}

.product-block .discount-label {
    position: absolute;
    top: 10px;
}

.discount-label {
    display: inline-block;
    background-color: #f28a52;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    z-index: 10;
}
        
