.save-card {
    z-index: 10;
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    border-radius: 8px;
    width: 240px;
    padding: 7px 10px;
    font-size: 13px;
    color: #5f5f5f;
}

.save-card img {
    width: 20px;
    vertical-align: middle;
}

.save-card span {
    vertical-align: middle;
}

.save-card .card-pointer {
    position: absolute;
    background-color: #ffffff;
    border-bottom: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
    bottom: 0px;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-8%, 8px) rotate(45deg);
}

.save-card .close-btn {
    position: absolute;
    top: 5px;
    right: 6px;
    height: 18px;
    width: 18px;
}
