& {
  width: 170px;
  background: transparent;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;

  &__colors-container {
    padding: 10px;
    background: white;
  }

  &__colors-container-margin-right {
    margin-right: -10px;
  }

  &__color-swatch-container {
    margin-right: -10px;
  }

  &__head {
    display: flex;
    width: inherit !important;
    height: 110px !important;
    border-radius: 6px 6px 0 0;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  &__swatch {
    width: 22px !important;
    height: 22px !important;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
  }

  &__input {
    width: 100%;
    height: 22px;
    font-size: 12px;
    color: #666;
    border: 0;
    outline: none;
    box-shadow: inset 0 0 0 1px #ddd;
    border-radius: 4px;
    padding: 0 7px;
    box-sizing: border-box;
  }

  &__triangle {
    width: 0 !important;
    height: 0 !important;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent red transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
  }

  &__color-text {
    font-size: 18px;
    color: white;
    position: relative;
  }
}
