 /* label on category page */    
	.onsale-category-container {
        top:0px;
        cursor: pointer;
        position: absolute;
        z-index: 100;
        width:100px;
        height: 58px;
		background-size: contain;
		background-repeat: no-repeat !important;
    }
    div.custom-onsale-category-label-text {
        color: #FFFFFF;
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
    }
    div.onsale-category-label {
        text-align: center;
        position: absolute;
    }
    .product-image {
        position: relative;
    }
/* label on product detail page */    
    .onsale-productdetail-container {
        cursor: pointer;
        position: absolute;
        z-index: 100;
        width:100px;
        height: 58px;
		background-size: contain;
    }
    div.custom-onsale-productdetail-label-text {
        color: #FFFFFF;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
    }
    div.onsale-productdetail-label {
        text-align: center;
        position: absolute;
    }
                            
/*  Custom CSS  */

	.custom-label-Badge {
		left: -8px !important;
		top: -15px !important;
	}
	.product-label-Badge {
		left: 0px !Important;
		top: -7px !important;
	}