/*
 Theme Name:   Rowad
 Description:  Rowad Theme
 Author:       Rowad IT
 Author URI:   https://rowadit.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

div.quantity input[type="number"] {
    width: auto !important; /* Allow the input to dictate its size */
    field-sizing: content; /* The magic property */
    min-width: 30px; /* Prevents it from disappearing when empty */
    padding:0 3px;
}