.qty-input {
    border: 1px solid green;
    background: transparent;
    width: 30px;
    text-align: center;
    border-radius: 4px;
}

.number_container button {
    background: #4eae29;
    color: white;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
}

.classEmpty {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 2rem 1rem;
}
