.select2-container {
  width: 100% !important;
  max-width: 100%;
  padding-right: 0;
  z-index: 20;
}
.select2-container--open {
  z-index: 209;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 50vh;
  overflow: auto;
  box-shadow: 0px 5px 10px -5px #000000;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #000000;
  background: #FFFFFF;
}
.select2-container--default .select2-selection--single {
  color: #000000;
  background: #FFFFFF;
  height: 49px;
  border: 1px solid #000000;
  outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #FFFFFF;
  background: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  font-weight: 500;
  line-height: 49px;
  padding: 0 50px 0 15px;
  text-align: left;
  outline: none;
}
.select2-container--default.init .select2-selection--single .select2-selection__rendered {
  color: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 49px;
  width: 38px;
  background: #000000;
  border: none;
  top: 0;
  right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFFFFF transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #FFFFFF transparent;
}
.select2-dropdown {
  border: 0;
}
.select2-search--dropdown {
  display: none;
}
.select2-results {
  border-top: 0;
}
.select2-results__options {
  min-width: 120px;
  background: #FFFFFF;
}
.select2-results__option {
  line-height: 120%;
  padding: 10px 15px;
}
.select2-results__option:last-child {
  border: 0;
}
.select2-results li[aria-disabled=true] {
  display: none;
}
.page-shop-overview,
.page-shop-detail {
  display: block;
}
.page-shop-overview .select2:not(.init) .select2-selection,
.page-shop-detail .select2:not(.init) .select2-selection {
  background: #F4BD56;
}
.page-shop-overview .select2-results__option,
.page-shop-detail .select2-results__option {
  font-weight: 500;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .page-shop-overview .select2-results__option,
  .page-shop-detail .select2-results__option {
    font-size: 0.8rem;
  }
}
html.overlay-open .select2-container--default .select2-results {
  display: none;
}
