.color-switch-box {
  cursor: pointer;
}

.color-switch-box.color-active .color-img {
  outline: 3px solid #F4030C;
  outline-offset: 3px;
  opacity: 1;
}

.color-switch-box .color-img {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.color-switch-box:hover .color-img {
  opacity: 1;
}

.color-switch-box:hover{
	background:#E5EEF7;
}