.customstockmessage {
    margin: 15px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}
.customstockmessage.custominstock {
    color: rgba(61,122,62,1.00);
}