/*
	Theme Name: ROSSI GRAND
	Author: DIFICENTO
	Version: 0.0.1b
*/


span.onsale {
    background: none;
    box-shadow: none;
}

/* Sale badge on the single product page */
.product-badges--badge.nsale {
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    background: #e30613 !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.product-badges--badge.nsale picture,
.product-badges--badge.nsale noscript {
    display: none !important;
}

.product-badges--badge.nsale::after {
    content: "%";
}


