/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


div.quantity :is(input[type="number"],input[type="text"],input[type="button"]) {
    display: inline-block;
    color: var(--wd-form-color)
}

div.quantity input[type="number"] {
    width: 40px;
    border-radius: 0;
    border-right: none;
    border-left: none
}

div.quantity input[type="text"] {
    width: var(--quantity-space, 100px);
    text-align: center
}