/*
Theme Name: Divinaos Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.grecaptcha-badge { visibility: hidden; }
.wpcf7-form #form-contatto .flex-row .flex-col,
.wpcf7-form .flex-row .flex-col{
    margin-bottom: 20px;
}
#form-contatto .primary{
	color: white !important;
}
.woocommerce-message .success-color {
    background: #ddffd9;
    padding: 12px;
    border: 1px solid #286d21;
    border-radius: 6px;
}
#billing_address_2_field>label{
	width: auto !important;
	opacity: 1;
}
/* Logo e assistenza WhatsApp */
#testoAssistenzaWhatsApp {
  position: fixed;
  color: white;
  right: 82px;
  bottom: 20px;
  z-index: 999;
  text-align: center;
  background: black;
  border-radius: 15px;
  padding: 10px;
  line-height: 18px;
  display: none;
}
#testoAssistenzaWhatsApp::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -16px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}
#assistenzaWhatsApp {
  position: fixed; 
  right: 16px; 
  bottom: 16px; 
  z-index: 999;
  width: 54px;
}
/* fine logo e assistenza WhatsApp */

.testo-banner-whatsapp a,
.testo-banner-whatsapp a:hover,
.testo-banner-whatsapp a:active { color: #ffffff; }

/* Extra Product Options */
.product-info.summary .variations {
  margin-bottom: 0;
}

.tm-extra-product-options .tc-epo-label.tm-epo-element-label {
  margin-bottom: 0;
}
/* END Extra Product Options */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@media (min-width: 850px){
	.wpcf7-form #form-contatto .flex-row:not(.single) .flex-col:first-child,
	.wpcf7-form .flex-row:not(.single) .flex-col:first-child{
		margin-right: 10px;
	}
	.wpcf7-form .flex-row:not(.single) .flex-col:nth-child(2) {
		margin-right: 10px;
		margin-left: 10px;
	}	
	.wpcf7-form .flex-row:not(.single) .flex-col:nth-child(3) {
		margin-left: 10px;
	}	
}