#cart-popup-container{
    position: fixed;
    right: 2em;
    bottom: 2em;
    z-index: 99999;

    
}

#cart-popup-container .cart-popup{
    padding: 2em;
    background-color: var(--awb-color7);
}

#cart-popup-container .success:before{
    content: "✅";
    margin-right: 0.5em;
}
#cart-popup-container .warning::before{
    content: "⚠️";
    margin-right: 0.5em;
}
#cart-popup-container .error::before{
    content: "❌";
    margin-right: 0.5em;
}