/* Выбор цвета. */
.color-selector-sample {
  font-size: 34px;
  font-weight: bold;
  color: #000;
}

/* Выбор цвета во всплывающем окне. */
.color-selector-popup-placeholder {
}
.color-selector-popup-bg {
  margin: 10px 0;
  height: 30px;
  border: 1px dotted #000;
}
.color-selector-popup-text {
  margin: 10px 0;
  height: 30px;
  border: 1px dotted #000;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* Slider. */
.slider-wrapper {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 200px;
  margin-right: 15px;
}
