.othercolors-small {
  display: none;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.highlighted-informations .othercolors-small {
  display: flex;
}

.othercolors-small__item img  {
  max-width: 30px;
  height: auto;
  border: 1px solid transparent;
}

.othercolors-small__item:hover img  {
  border: 1px solid #000;
}

.othercolors-small__plus {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  height: 100%;
  min-width: 30px;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 10px;
}

.othercolors-small__plus .material-icons {
  font-size: 11px;
}