.select-local-installer .custom-select {
  margin-bottom: 38px;
}
.pdp-header .custom-select {
  margin-bottom: 30px;
}
.custom-select--mobile {
  position: relative;
}
.custom-select--mobile .select2--mobile {
  display: block;
}
.custom-select select {
  position: absolute;
  z-index: 0;
}
@media (max-width: 1366px) {
  .custom-select__letters {
    margin-bottom: 25px;
  }
  .pdp-header .custom-select {
    margin-bottom: 25px;
  }
}
.select2-container {
  margin: 0 auto;
  display: block;
  max-width: 334px;
  width: 100% !important;
}
.form-inline-field .select2-container {
  min-width: 100%;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  border-radius: 2px;
  height: auto;
  color: #000000;
  cursor: pointer;
  border: 1px solid;
  border-color: #a1a1a1;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  display: -ms-flexbox;
  display: flex;
}
.custom-select.error .select2-container .select2-selection--single,
.custom-select.error .select2-container .select2-selection--multiple {
  border: 1px solid #ed0f00;
  font-weight: 600;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 32px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 14px 4px 12px 20px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative;
}
.select2-container .select2-selection.error {
  border-color: #ed0f00;
}
.select2-container .select2-selection.error .select2-selection__placeholder {
  color: #ed0f00;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  font-size: 1.6rem;
  height: auto;
  color: #000000;
  line-height: 32px;
  cursor: pointer;
  padding: 14px 0 12px 0;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M11.908 6.236l-.41.41a.345.345 0 0 1-.47 0L6.003 1.62 4.299 3.325.978 6.645a.345.345 0 0 1-.47 0l-.41-.409a.33.33 0 0 1 0-.47L5.764.092a.355.355 0 0 1 .478 0l5.666 5.674c.053.07.092.139.092.231 0 .093-.039.17-.092.239zM11.908 13.502l-.41-.41a.345.345 0 0 0-.47 0l-5.025 5.025-1.704-1.703-3.321-3.322a.345.345 0 0 0-.47 0l-.41.41a.33.33 0 0 0 0 .47l5.666 5.674a.355.355 0 0 0 .478 0l5.666-5.674a.363.363 0 0 0 .092-.231.384.384 0 0 0-.092-.239z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  background-color: #fff;
  background-size: 12px auto;
  position: static;
  height: auto;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 60px;
  border-left: 1px solid;
  border-color: inherit;
  box-sizing: border-box;
  border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.custom-select.error .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ed0f00;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: calc(37px * 6);
}
@media (min-width: 769px) and (max-height: 665px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: calc(37px * 5);
  }
}
@media (min-width: 769px) and (max-height: 555px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: calc(37px * 4);
  }
}
@media (min-width: 769px) and (max-height: 500px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: calc(37px * 3);
  }
}
@media (max-width: 768px) and (max-height: 450px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: calc(37px * 4);
  }
}
.pdp-header .select2-container {
  max-width: 290px;
  min-width: 290px;
}
.form-element--average .select2-container {
  max-width: 400px;
  min-width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .form-element--average .select2-container {
    max-width: 220px;
  }
}
.cart-item .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 1.4rem;
  padding-left: 10px;
}
@media (max-width: 374px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
  }
}
.select2-dropdown {
  z-index: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #000;
}
.select2-dropdown--autocomplete.select2-dropdown--above {
  margin-top: 59px;
}
.select2-dropdown--autocomplete.select2-dropdown--above .select2-search {
  -ms-flex-order: 1;
      order: 1;
}
.select2-dropdown--autocomplete.select2-dropdown--above .select2-search--dropdown {
  border-top: 1px #000 solid;
}
.select2-dropdown--autocomplete.select2-dropdown--below {
  margin-top: -59px;
}
.select2-dropdown--autocomplete.select2-dropdown--below .select2-search--dropdown {
  border-bottom: 1px #000 solid;
}
.select2-dropdown--scroll-disable .select2-results > .select2-results__options {
  max-height: none;
}
.select2-search--dropdown {
  padding: 0;
  margin: 0 20px;
}
.select2-results {
  margin-top: 10px;
}
.select2-results__option {
  padding: 10px 20px;
}
.select2--mobile {
  display: none;
  position: relative;
}
.select2--mobile .selection {
  z-index: 1;
  position: relative;
  pointer-events: none;
  display: block;
}
