.sale-percentage {
    position: absolute;
    top: 2px;
    left: 2px;
    background: #e53935;
    color: #fff;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
}
.onsale{
	display:none;
}
