.chosenImage-container .chosen-single span {
  	padding-left: 2.4rem !important;
    background-repeat: no-repeat !important;
    background-size: 1.75rem auto !important;
    background-position: left center !important;
    height: 1.75rem;
    margin: 0rem;
    transition: font-weight .1s ease-in-out, font-weight .1s ease-in-out !important;
    line-height: 1.75rem;
    max-width: 20rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chosenImage-container .chosen-single span:not([style]), .chosenImage-container .chosen-single span[style*="background-image: none;"]{
	padding-left: 0rem !important;
}
.chosenImage-container .chosen-results li {
 	padding-left: 2.4rem !important;
	background-repeat: no-repeat !important;
	background-size: 1.75rem auto !important;
	background-position: left center !important;
	height: 1.75rem;
	margin: .5rem;
	transition: font-weight .1s ease-in-out, font-weight .1s ease-in-out !important;
  max-width: 20rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.chosenImage-container .chosen-results li:first-child[data-option-array-index*="0"]{
 display: none;
}
.chosenImage-container .chosen-results li.highlighted {
  background-color: transparent;
  color: #411222;
  font-weight: 600 !important;
  border-radius: 0;
}
.chosenImage-container .chosen-search{
  display: block;
}
.chosenImage-container .chosen-drop {
    max-width: 22rem;
    min-width: 17.5rem;
}
.chosenImage-container .chosen-results{
	max-height: 185px;
	margin: 0 0 0.75rem 0;
}