
.discountnavbuttons {
    background-color: var(--bg-b);
    display: none;
    width: 8vw;
    max-width: 3em;
    padding: 0.2rem 1.5rem;
    align-self: center;
    justify-content: center;
    margin: 1em 0em 0.25em 0em;
    box-shadow: 0 0 2vh 0.15vh var(--shadow);
    border: 0.1rem solid var(--accent);
}

#emptycodelisttext {
    margin-top: 2em;
}

.discount_buttonsbox {
    display: flex;
    justify-content: space-evenly;
}

.listitem.clicked .discountnavbuttons {
    display: flex;
}

.listitem_editicon {
    width: 2.5em;
}
