.swatches-container .swatch-img,
.swatches-container .swatch-span { margin:0 2px 2px 0; }
.swatches-container .swatch-img { border:3px solid #fff; width: 60px; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.swatches-container .swatch-img.current { border:3px solid #3f9525;box-shadow: 0 0 3px 0px #3f9525; }
.swatches-container .swatch-span { }
.swatches-container .swatch-img:hover{transform: scale(2); -webkit-transform: scale(2); cursor: pointer; z-index:9999499;position:relative;}