.product-notification {
    width: 300px;
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0 7px 2px rgb(158 158 158 / 20%);
    box-shadow: 0px 0 7px 2px rgb(158 158 158 / 20%);
    margin: 10px;
    position: fixed;
    bottom: 0;
    -webkit-animation: movebottom 10s infinite;
    animation: movebottom 10s infinite;
    z-index: 99;
}

.product-notification .close {
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 24px;
    z-index: 99;
}

.product-notification img {
    max-height: 70px;
    max-width: 54px;
    margin-top:23px;
}

.product-notification h5 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 16px;
}