.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: pointer;
}
.farbtastic{
  width: 164px;
  height: 164px;
}
.farbtastic .wheel {
  width: 160px;
  height: 160px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .color{
  display: none;
}
.farbtastic .wheel {
  /*background: url(wheel.png) no-repeat;*/
  width: 160px;
  height: 160px;
  border-radius:50%;
  border:2px #fff solid;
}
.farbtastic .overlay {
  display: none;
  /*background: url(mask.png) no-repeat;*/
}
.farbtastic .marker {
  width: 18px;
  height: 18px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  /*background: url(marker.png) no-repeat;*/
  border:2px #fff solid;
  border-radius:50%;
}
.farbtastic .marker.sl-marker{
  display: none;
}
.form-item{
  display: none;
}