/*
  Custom Chosen CSS
*/

.chosen-container-single .chosen-single {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
}
.repairForm .chosen-container-single .chosen-single {
  height: 34px;
  font-size: 14px;
  line-height: 34px;
}
.chosen-container-active .chosen-single {
  box-shadow: none;
}
.chosen-container-single .chosen-single span {
  margin-right: 34px;
}
.chosen-container-single .chosen-single abbr {
  top: 13px;
  right: 40px;
}
.chosen-container-single .chosen-single div {
  background: #ebebeb;
  width: auto;
  padding: 5px;
  text-align: center;
}
.chosen-container-single .chosen-single div b {
  background: none;
  font-size: 24px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chosen-container-single .chosen-single div b:before {
  content: "\e603";
}
.prochosen-container-single.chosen-with-drop .chosen-single div b:before {
  content: "\e602";
}
.chosen-container-single .chosen-default {
  color: #222;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  box-shadow: none;
}
.chosen-container .chosen-results li {
  padding: 3px 6px;
}
.chosen-disabled .chosen-default {
  color: #aaa;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #006397;
  background-image: none;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #444;
  background: #fff;
}
.chosen-container-single .chosen-search input[type="text"] {
  font-family: inherit;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  height: 36px;
  font-family: inherit;
  font-size: 16px;
  line-height: 36px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 0;
  background: #ebebeb;
  line-height: 24px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 9px;
}

.sidebox.productFinder .chosen-container-single .chosen-single {
  border: none;
}

.chosen-container-multi .chosen-choices {
  background: #fff url('chosen-add.png') right center no-repeat;
}
.chosen-container-multi .chosen-choices.loading {
  background: #fff url('../../img/ajax_loader.gif') right 0 no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-container-multi .chosen-choices {
    background-image: url('chosen-add@2x.png');
  }
}