.cart-status {
    position: fixed;
    right: 20px; /* Distance from the right side */
    bottom: 50%; /* Distance from the bottom */
    background-color: #3bb77e; /* Transparent background */
    color: white;
    padding: 15px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.cart-status span {
    font-size: 18px;
}