/*CODICE PER LA GESTIONE RESPONSIVA DEL FORM NEWSLETTER*/
@media screen and (max-width: 490px) {
  #div-nl {
    display:block !important
  }
  #div-nl div {
    text-align: center!important
  }	
}




/*Nascondo popup*/
.popup {
	display: none !important;
}

/*Descrizione prodotti listing su una riga - aut. D.C.*/
.wopb-block-908762 .wopb-short-description  {
	overflow: hidden ;
	width: 260px ;
	white-space: nowrap ;
	text-overflow: ellipsis;
}

/**/


/*Bordo Variante Colore Elenco prodotti  Selezionati - aut. D.C.*/

.wopb-swatch {
	border: 2px solid #2d2d2d; 
	border-radius: 50% !important;
}

.wopb-variation-swatches .wopb-swatch-color.selected {
	border: 4px solid #f5f5f5; 
	border-radius: 50% !important;
	box-shadow: 0px 0px 6px 7px
}
/**/



.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
		height: 45px;
		vertical-align: middle!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
		line-height: 43px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.woocommerce-js .select2-container .select2-selection--single {
    height: auto;
    padding: 0 0.75em;
}

#filtriWBW .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.woocommerce-js .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

/* nascondere il filtro vendibile singolarmente nella pagina Prodotti 
#wpfBlock_3.wpfFilterWrapper.wpfNotActive {display: none;} */

/** CSS per contact form —**/
#responsive-form{
	margin:0 auto;
	width:100%;
}

.form-row{
	width: 100%;
}

.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**—————- Media query —————-**/
@media only screen and (min-width: 48em) {
	.column-half{
		width: 50%;
	}
}


.wpcf7-submit{
	display: block;
	width: 100%;
	background-color: #000000 !important;
	color: #FFFFFF !important;
}
.wpcf7-submit:disabled {
	background-color: #000000; 
	color: #FFFFFF;
}


/**—————- Per personalizzare il messaggio di successo —————-**/

div.wpcf7-mail-sent-ok {
	text-shadow: none;
	border: none;
	background: #8BC34A;
	color: white;
}

.wpcf7-acceptance{
 input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 15px;
    width: 20px;
}
	input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -2px;
    width: 20px;
    height: 20px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 2px;
}


 	input[type="checkbox"]:checked:before {
    background: #000;
    border-color: #000;
}
 	input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
 	input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
 	input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}


 	span.wpcf7-list-item{
   margin: 20px 0 0 0;
}

	span.wpcf7-list-item-label-white{
		color: #FFFFFF;
	}

}







/*Codice per styling single product by DC*/
.woocommerce-js div.product form.cart .variations {
	border-bottom: 0px;
	}

.altri-colori {
	padding-bottom: 20px;
	border-bottom: 2px solid var(--ast-border-color);
}

/**/


/*Allineo a sinistra le etichette del form popup per la richiesta di "acquisto comodo" by DC*/
.elementor-kit-13 label {
	text-align: left;
}
/**/

/*stili per articoli di blog pag. singola by DC*/

.contenuto-blog h2 {
	margin-top: 70px !important;
	color: #dc201c !important;}

.contenuto-blogs h3 {
	margin-top: 50px !important;
	margin-bottom: 10px !important;}

.contenuto-blog p {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	}

.wp-block-quote {
	border-color:#df000f;
	background-color: #f7f8ff;
	border-radius: 10px;
	padding: 5px 30px 5px 30px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 1em;
	font-weight: 500;
}





