/* ===============================
DMConcept – Dimensions portail
Hauteur / Largeur
================================ */

/* 1 champ par ligne */
#product .step_options .option_input.option_group {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}

/* Conteneur input */
#product .step_options .option_input .input-group {
display: flex !important;
flex-direction: column !important;
align-items: flex-start;
width: 100%;
}

/* Label */
#product .step_options .input-group-addon {
width: auto !important;
background: none !important;
border: none !important;
font-weight: 600;
padding: 0 0 6px 0;
}

/* Champ nombre */
#product .step_options input[type="number"] {
width: 100% !important;
max-width: 340px;
font-size: 16px;
padding: 8px 10px;
}

