/*
Theme Name: Hello Elementor Child
Description: Child Theme del tema Hello Elementor
Author: andreapaolucci
Template: hello-elementor
Version: 1.0
*/

@import url("../hello-elementor/style.css");

/* SINGLE PRODUCT – forza larghezza quantity */
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity input.qty,
.woocommerce div.product form.cart div.quantity .input-text.qty {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  flex: 0 0 100px !important;   /* se il contenitore è flex */
  box-sizing: border-box;
}

/* Alcuni temi usano .buttons_added con +/− */
.woocommerce .quantity.buttons_added input.qty {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  flex: 0 0 100px !important;
}

/* (opzionale) spazio dal bottone Aggiungi al carrello */
.woocommerce div.product form.cart .quantity { margin-right: 10px !important; }
