table.cfvsw-shop-variations, .cfvsw-shop-variations tbody, .cfvsw-shop-variations td, .cfvsw-shop-variations tr {
	padding: 0;
	display: flex !important;
	justify-content: center;
	font-weight: 400;
}

/* Per la variante gialla 
.cfvsw-swatches-option[data-slug="giallo"] .cfvsw-swatch-inner {
  background-image: url('/wp-content/uploads/2024/04/Bianco-giallo_miniatura.webp');
  background-size: cover;
  background-repeat: no-repeat;
}*/

/* Per la variante verde 
.cfvsw-swatches-option[data-slug="verde"] .cfvsw-swatch-inner {
    background-image: url('/wp-content/uploads/2024/04/ACQUERELLO-Disegno_miniatura.webp');
}*/

/* Nascondi il testo 'More' originale*/
.cfvsw-more-link a {
  display: none;
  margin: 0 0.25rem;
  font-family: var(--wp--preset--font-family--raleway) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.75rem;
  background-color: #f1c040;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
  color: #036;
  transition: 0.5s;
}

.cfvsw-more-link a:hover {
  background-color: #036;
  color: #f1c040;
}

/*.cfvsw-more-link:hover {
  background-color: #000;
  border-radius: 25px;
}*/

/* single product page 'svuota' */

.cfvsw-custom-button {
	min-width: fit-content !important;
  background-color: transparent;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
	  width: 100%;
  height: 100%;
}

.cfvsw-swatches-option.cfvsw-label-option {
  min-width: fit-content !important;
  padding: 0.25rem 0.5rem;
}

.cfvsw-swatches-option.cfvsw-label-option:hover {
  background-color: #f1c040;
}

#custom-add-tu-cart-options .cfvsw-variation-disable-logic tbody tr th.label label {
  margin-top: 1rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 150% !important;
}

