#brx-content {
	background-color: white;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_taille"] .variable-item {
	border-radius: 0 !important;
}

/* ANIMATION */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: 1s ease-in-out;
}
.zoom:hover img {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

