/*
Theme Name:     m-cor
Description:    
Author:         rjmatt
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.feet-label{
	position: absolute;
    top: 29px;
    right: 50px;
}
.product-quantity{
	position:relative;
}

input[type="number"], input[type="text"] {
    max-width: 150px; /* Ensure sufficient width for up to 5 characters */
}

/* Adjust input field for quantity to fit up to 5 characters */
input.input-text.qty {
    width: 80px; /* Adjust width */
    max-width: 80px; /* Ensure it stays consistent */
    text-align: center; /* Optional: Center the text */
}

input.input-text.qty {
    width: 80px !important;
    max-width: 80px !important;
}
