/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
*/


.you-save {
    display:block;
    font-size:0.6em;
    margin-top:4px;
    color: white;
    background-color: #2e7d32;
    width: fit-content;
    padding: 0px 10px;
    border-radius: 5px;
}

li .product .you-save {
    justify-self: center;
}