#display_colours .yith-wcbm-badge.yith-wcbm-badge-text {
  display: none !important;
}

#display_colours p, #display_colours span {
  margin: 0;
  color: black;
}

#display_colours #current {
  cursor: pointer;
}

#display_colours #current, #display_colours #other > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 15px;
}

#display_colours #current > *, #display_colours #other > a > *{
  width: 15%;
  text-align: center;
}

#display_colours #other {
  display: none;
}

#display_colours #current, #display_colours #other{  
  border: 1px solid rgba(219,213,196,.4);
}

#display_colours #other{  
  border-top: none;
}

#display_colours #current .options {
  display: flex;
  gap: 15px;
  justify-content: end;
  width: 60%;
}

#display_colours #current .options p {
  margin-right: 25px;
  font-style: italic;
  font-size: .9em;
}

#display_colours #current .options span {
  position: absolute;
  transform: rotate(90deg);
  margin-top: 4px;
  font-size: .9em;
}