.js-form-type-select.js-form-item-field-category-target-id select {
  display: none;
}

.js-form-type-select.sumoselect-ready .SumoSelect {
  display: block;
}

.js-form-type-select > .SumoSelect {
  width: 100%;
}

.js-form-type-select > label {
  font-size: 0.9375rem;
}

.js-form-type-select .SumoSelect {
  display: none;
}

.js-form-type-select .SumoSelect.open > .CaptionCont {
  border-color: #0055b8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-form-type-select .SumoSelect.open > .CaptionCont > label > i {
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.js-form-type-select .SumoSelect > .CaptionCont {
  padding: 0.625rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-color: #d9d8d6;
  background: transparent;
  font-size: 0.938rem;
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .js-form-type-select .SumoSelect > .CaptionCont {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.js-form-type-select .SumoSelect > .CaptionCont > span {
  padding-right: 0;
  cursor: pointer;
}

.js-form-type-select .SumoSelect > .CaptionCont > span.placeholder {
  color: #878786;
  font-style: normal;
}

.js-form-type-select .SumoSelect > .CaptionCont > label {
  right: 1.25rem;
  width: 1.0625rem;
  margin-bottom: 0;
}

.js-form-type-select .SumoSelect > .CaptionCont > label > i {
  width: 1.0625rem;
  height: 1.0625rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  background-image: url(../../images/icons/blue-arrow.svg);
}

@media (prefers-reduced-motion: reduce) {
  .js-form-type-select .SumoSelect > .CaptionCont > label > i {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.js-form-type-select .SumoSelect > .CaptionCont > label > i::before {
  display: none;
}

.js-form-type-select .SumoSelect > .optWrapper {
  z-index: 10;
  top: auto !important;
  overflow: hidden;
  border-color: #d9d8d6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-form-type-select .SumoSelect > .optWrapper > .options {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}

.js-form-type-select .SumoSelect > .optWrapper > .options li.opt {
  padding: 0;
  border: 0;
}

.js-form-type-select .SumoSelect > .optWrapper > .options li.opt:not(:last-child) {
  margin-bottom: 0.625rem;
}

.js-form-type-select .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: transparent;
}

.js-form-type-select .SumoSelect > .optWrapper > .options li.opt.selected span i {
  border-color: #0055b8 !important;
  border-radius: 0 !important;
  background-color: #0055b8 !important;
}

.js-form-type-select .SumoSelect > .optWrapper > .options li.opt label {
  text-align: start;
  text-wrap: wrap;
  font-size: 0.938rem;
}
