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

/* Сума в кошику в один рядок */

 .amount {
    white-space: nowrap;
}

/* при плагіні Product Quantity не видно + і -*/

 div.quantity.woopq-quantity-plus-minus {
    font-size: 100%;
}

 div.quantity input[type="number"] {
    min-width: 80px;
}