/* modalità visualizzazione pannello colori */
.container-variations-custom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.container-variations-custom div.colore_var span {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 3px;
    color: #000000;
    display: block;
}
/* box colore */
.colore_var {
	width: 50%;
}

/* allinea a destra le colonna a dx */
.colore_var > div {
	margin: 0 auto;
	position: relative;
	display: inline-block;
}

/* immagine singola del pannello colori */
.woocommerce img.img_var_style {
	width: auto;
	max-width: 314px;
	max-height: 115px;
	border: solid 1px #dadada;
	display: block;
}

/* puntatore manina su rettangoli */
.rectangle-block{
	cursor: pointer;
}

/* titolo + sottotitolo */
.single-prod-dettagli {
	display: flex;
	justify-content: space-between;
}

/* contenitore della tabella bulk */
#contenitore-bulk {
	clear: both;
}

#tabella_bulk td.col-tot  {
	text-align: right;
}

.site-content .col-tot input {
	text-align: right !important;
	padding-right: 0px;
}

.single-prod-dettagli-right span.titolo-tabella-colori {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.87px;
	text-align: right;
	color: #000000;
    display: block;
}

.sottotitolo_prodotto {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.87px;
	color: #000000;
	text-transform: capitalize;
	margin-bottom: 20px;
	display: block;
	max-width: 400px;
}

.single-prod-dettagli-left .wpex-lightbox-group-item i.ticon-search,
.single-prod-dettagli-left .wpex-lightbox i.ticon-search {
	padding-left: 10px;
}

.single-prod-dettagli-left .wpex-lightbox-group-item,
.single-prod-dettagli-left .wpex-lightbox {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.87px;
	color: #000000;
	text-transform: capitalize;
	margin-bottom: 20px;
	display: block;
}

.single-prod-dettagli-left .wpex-lightbox-group-item:hover,
.single-prod-dettagli-left .wpex-lightbox:hover {
	text-decoration: none;
}

.single-product h2,
.single-product .prezzo_tab_colore bdi {
	font-size: 20px !important;
	line-height: 22px;
	font-weight: 500!important;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}

.single-product .prezzo_tab_colore bdi {
	font-size: 20px !important;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
	display: block;
}

.woocommerce.single-product .product .summary {
	margin-top: 0px;
}

.woocommerce-Price-amount.amount {
	min-height: 22px;
	display: block;
}

/* immagine pannello colori selezionata */
.woocommerce img.img_variazioni {
	position: relative;
	border: 0;
}
/* immagine pannello colori selezionata */
.woocommerce img.img_variazioni[data-selected='true'] {
	position: relative;
	border: 0;
}
/* se il colore non è selezionato, nasconde il check */
.after-img-colore {
	display: none !important;
	color: #fff;
	font-size: 28px;
}
/* inserisce un after per l'overlay sull'img selezionata */
.woocommerce img.img_variazioni[data-selected='true'] + .after-img-colore {
	background: rgba(0,0,0,0.5);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');*/
	display: flex !important;
	justify-content: center;
	align-items: center;
}

}
.woocommerce img.img_variazioni[data-selected='true'] {/* 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;*/
	background: rgba(0, 0, 0, .6); 
  }
  
  
/* nasconde l'etichetta colore */
.woocommerce div.product form.cart .variations label {
    display: none;
}
/* nasconde il campo list_attributes e id prodotto */
.list_attributes,
#product_id {
	display: none !important;
}

.woocommerce-additional-fields {
	margin-top: 20px;
}

a.added_to_cart.wc-forward {display:none}

/* nasconde quantità e bottone ADD TO CART */
.single_variation_wrap .quantity.buttons_added  {
	display: none;
}

/* nasconde il loader */
.loading-image {
	display: none;
}

/* loader per checkout button */
.loading-button {
	display: none;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

/* bottone Update Selection */
/* bottone per andare al checkout */
.product-checkout-button,
#select_colors_custom {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff !important;
	padding: 12px 42px;
	background: #000;
	display: block;
	float: right;
}

.product-checkout-button:hover {
	text-decoration: none;
	background-color: #999999;
    color: #ffffff;
}

/* tabella bulk */
.sfondo-bulk {
	width: 100%;
	background-color: #ffffff;
	padding: 32px;
}


#tabella_bulk {
	border-collapse: collapse;
}

#tabella_bulk .col-taglia {
	text-align: center;
}

#tabella_bulk td {
	border-collapse: collapse;
	padding: 0; 
   margin: 0;
   vertical-align: middle;
    text-align: center;
	padding: 0 10px;
	border: 0px;
}

.col-taglia input {
	width: 42px;
	height: 41px;
	border: solid 1px #ebebeb!important;
	background-color: #fefefe!important;
    display: block!important;
	margin: 0 auto;
	font-size: 13px !important;
	letter-spacing: 0.87px;
	color: #000000;
	box-shadow: none;
}
.col-taglia .wcbvp_quantity {
    border: 1px solid #eee !important;
    line-height: 38px;
    padding-left: 8px;
    width: 40%;
}
.col-taglia .col-taglia-flex {
	display: flex;
	justify-content: center;
}
.col-taglia > div {
	font-size: 11px;
	letter-spacing: 0.73px;
	color: #000000;
}

.col-qty, 
.col-tot {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.87px;
	text-align: center;
	color: #000000;
}

.col-qty span,
.col-tot span {
	display: block;
}

.site-content .content-tot-bulk input,
.site-content .content-qty-bulk input {
	border: 0px;
	width: 100px;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
}

.col-details {
	width: 43px;
	height: 51px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: 0.92px;
	color: #000000;
}

.col-image img {
	max-width: 102px;
}

.bulk_qty {
	text-align: center;
	padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
	float: none !important;
	width: 40px !important;
}

.minus {
	font-size: 15px;
	padding: 0px;
	float: left;
	letter-spacing: 0;
	background: transparent;
	color: #b2b2b2;
  }
  
  .minus:hover,
  .minus:focus {
	background: transparent;
	color: #b2b2b2;
	border: 0;
	outline: none;
  }
  
  .plus {
	text-align: center;
	padding: 0px;
	float: left;
	letter-spacing: 0;
	background: transparent;
	color: #b2b2b2;
  }
  
  .plus:hover,
  .plus:focus {
	background: transparent;
	color: #b2b2b2;
	border: 0;
	outline: none;
  }

  .col-taglia span {
	  display: block;
  }
  
/* meta */
.wpex-clear-after-summary,
.product_meta {
	clear: none !important;
}

.product_meta {
	display: none !important;
}

/* nota riga prodotto */
.site-content input.product-nota-riga {
    width: 100%;
    border: solid 1px #ebebeb !important;
    background-color: #fefefe !important;
    margin-bottom: 12px;
	display: none;
}

.site-content input.nota-visibile {
	display: block;
}

/* nasconde il loader */
.loading-image-nota {
	display: none;
}



@media (max-width: 1400px) {
	.woocommerce img.img_var_style {
		max-width: 100%;
	}
}

@media (max-width: 956px) {
	.woocommerce .product .summary {
		width: 100% !important;
	}

	.colore_var {
		width: auto;
	}
}

@media (max-width: 768px) {
	/* box colore */
	.colore_var {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	/* blocco colori a dx */
	.container-variations-custom {
		margin-top: 40px;
	}

	/* titolo e descrizione top */
	.single-prod-dettagli {
		flex-direction: column;
	}

	.single-prod-dettagli-right span.titolo-tabella-colori {
		text-align: left;
	}

	/* box colore, testo */
	.container-variations-custom div.colore_var span {
		text-align: center;
		font-size: 18px;
	}

	/* box colore, img */
	.woocommerce img.img_var_style {
		margin: 0 auto;
	}

	/* bottone scelta colori */
	#select_colors_custom {
		clear: both;
		float: none;
		margin: 0 auto;
	}
}