@media (min-width: 990px) {
    #cart_section {
        margin-top: 5vh;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}


#price_text {
    font-weight: 500;
    font-size: 22px;
    padding: 0rem 1rem;
}