.stock-box {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    background: #ffedba;
    padding: 10px;
    font-size: 18px;
    border-radius: 3px;
    color: #000;
    display: none;
    text-align: center;
}