.stitch-dropdown {
  &-arrow {
    font-size: 0.5em;
    margin-right: 10px;
  }
  &-input{
    display: inline-flex;
    flex-direction: column;
  }
  &-label{
    text-transform: uppercase;
    font-size: 12px;
    font-weight:bold;
  }
  border: 1px solid;
  padding: 7px 15px 8px;
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.15) inset;
  outline: none;
  color: $gray1;
  border-color: $gray6;
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgb(246, 246, 246));
  background: linear-gradient(180deg, rgb(255, 255, 255), rgb(246, 246, 246));
}
