.preview-delete-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: black;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}

.quatity-stock ul li {
    margin-bottom: 5px;
}

.quatity-stock ul li:not(:last-child) {
    margin-right: 25px;
}

.quatity-stock .list {
    height: 150px;
    overflow-y: scroll;
}

.quatity-stock ul {
    list-style: none;
}

.user-cart-list {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.user-cart-list li {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -1px;
    background-color: black;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.fs-12 {
    font-size: 12px;
}
