/*
 Theme Name:   Coaching Mad Body System Child Theme
 Theme URI:    https://www.coaching.madbodysystem.it/
 Description:  Child Theme per Divi
 Author:       Alessandro lagasca
 Author URI:   https://www.alessandrolagasca.it/
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* Divi old sondaggio move the labels above the form input fields and hide the label in the field 
.pa-contact-form-labels .et_pb_contact_form_label {
display: block !important;
}


.pa-contact-form-labels .et_pb_contact_field_options_title {
    display: none;
} */

/* Divi old sondaggio make the placeholder text the same color as field background
.pa-contact-form-labels input::placeholder,
.pa-contact-form-labels textarea::placeholder {
color: #333 !important;
} */


.single_add_to_cart_button {
    display: none !important;
}

.woocommerce-Price-amount.amount {
    font-size: 30px !important; /* Modifica il valore a piacere */
    font-weight: bold; /* Opzionale, rende il testo più visibile */
    color: #000; /* Opzionale, cambia il colore del prezzo */
}

.quantity {
	display:none !important;
}

#wpforms-submit-192 {
	background-color: #c3e942 !important;
	font-family: 'Outfit',Helvetica,Arial,Lucida,sans-serif !important;
	border-radius: 72px;
	font-size: 22px;
	padding: 2% 4% 4%;
}