.woocommerce .woocommerce-custom-notification{
	color: #fff;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #f45b5b !important;
    position: relative;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 30px 20px 20px;
    margin-bottom: 20px;
}

#customNotificationPopup{
    /* z-index: 100; */
}