/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 22:04:27 */
//fix
/* Sale Percent Sticker */

.sale_percent_sticker {
    background: #C20E1A;
    color: #fff;
    font-family: 'DIN';
    font-size: 16px;
    display: inline-block;
    position: absolute;
    left: -14px;
    top: -34px;
    padding: 5px 15px;
    border-radius: 30px;
	font-weight: 600
}

/* Sale Percent Sticker End */