#wc-fomo-notification {
    font-family: montserrat;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #3c1a5b;
    color: #fff748;
    padding: 25px 15px 25px 100px;
    border: solid white 2px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    font-size: 15px;
    z-index: 9999;
    max-width: 500px;
    height: auto;
    display: flex;
    align-items: center;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 75px 75px;
    transition: opacity 0.5s ease;
}

@media (max-width: 600px) {
    #wc-fomo-notification {
        font-size: 15px;
        padding-left: 60px;
        max-width: 90%;
        left: 5%;
        bottom: 10px;
    }
}
