﻿
.cart-add-success {
    position: absolute;
    left: -230px;
    top: 45px;
    background-color: #dcf8ee;
    color: #2bd396;
    z-index: 999999999999;
    width: 350px;
    height: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 4px;
    box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
    border: 1px solid #e1e7ec;
}
