.adding-product-to-cart {
    z-index: 999999;
    position: fixed;
    display: flex;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
}


    #overlay-text {
        text-align: center;
        font-weight: bold;
        color: #000000;
    }