Shape Of Discount Label To Round

Hi, we currently have rectangle discount labels. I want to change them to round shape. Where can I change discount label shape?

For example, you can add the following code to the CSS section of the Theme editor

.ty-discount-label {
    border-radius: 15px;
}

http://prntscr.com/hmhec9

Thanks, eCom labs. I need a full circle.

https://css-tricks.com/almanac/properties/b/border-radius/

Try

.ty-discount-label {
    border-radius: 40px;
    height: 80px;
}
.ty-discount-label__item {
    margin-top: 25px;
}

http://prntscr.com/hmtw5q