.select2-container--custom-sub-w100.select2-container--open .select2-dropdown--below,
.select2-container--custom-sub-w230.select2-container--open .select2-dropdown--below {
  top: -3px; }

.select2-container--custom-sub-w100.select2-container--open .select2-dropdown--above,
.select2-container--custom-sub-w230.select2-container--open .select2-dropdown--above {
  top: 5px; }

.select2-container--custom-sub-w100.select2-container--open .select2-dropdown,
.select2-container--custom-sub-w230.select2-container--open .select2-dropdown {
  border: none !important;
  border-radius: 0px !important;
  z-index: 2; }
  .select2-container--custom-sub-w100.select2-container--open .select2-dropdown .select2-results .select2-results__options,
  .select2-container--custom-sub-w230.select2-container--open .select2-dropdown .select2-results .select2-results__options {
    padding: 0;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9; }
    .select2-container--custom-sub-w100.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option,
    .select2-container--custom-sub-w230.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
      background: #f8f8f8;
      padding: 5px 14px;
      text-align: left;
      color: #005597; }
      .select2-container--custom-sub-w100.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover,
      .select2-container--custom-sub-w230.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover {
        background: #005597;
        color: #fff; }

.select2-container--custom-sub-w100 {
  min-width: 110px; }

.select2-container--custom-sub-w230 {
  min-width: 230px; }

.select2-container--custom-sub-w100,
.select2-container--custom-sub-w230 {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 35px; }
  .select2-container--custom-sub-w100 *,
  .select2-container--custom-sub-w230 * {
    outline: none !important;
    cursor: pointer; }
  .select2-container--custom-sub-w100.select2-container--open .select2-selection--single,
  .select2-container--custom-sub-w230.select2-container--open .select2-selection--single {
    border-color: #e9e9e9; }
  .select2-container--custom-sub-w100 .select2-selection--single,
  .select2-container--custom-sub-w230 .select2-selection--single {
    height: 36px !important;
    padding: 0;
    border-radius: 6px !important;
    border: none;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    z-index: 3; }
    .select2-container--custom-sub-w100 .select2-selection--single .select2-selection__placeholder,
    .select2-container--custom-sub-w230 .select2-selection--single .select2-selection__placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #dcdcdc;
      text-align: left; }
  .select2-container--custom-sub-w100 .select2-selection__arrow,
  .select2-container--custom-sub-w230 .select2-selection__arrow {
    top: 0px !important;
    right: 0;
    width: 48px;
    position: absolute;
    bottom: 0px;
    text-align: center; }
    .select2-container--custom-sub-w100 .select2-selection__arrow:before,
    .select2-container--custom-sub-w230 .select2-selection__arrow:before {
      position: absolute;
      content: '';
      background: #e3e3e3;
      width: 1px;
      height: 22px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 47px; }
    .select2-container--custom-sub-w100 .select2-selection__arrow b,
    .select2-container--custom-sub-w230 .select2-selection__arrow b {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #000000;
      font-size: 27px;
      line-height: 36px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all; }
      .select2-container--custom-sub-w100 .select2-selection__arrow b:before,
      .select2-container--custom-sub-w230 .select2-selection__arrow b:before {
        content: "\f107"; }
  .select2-container--custom-sub-w100.select2-container--open b,
  .select2-container--custom-sub-w230.select2-container--open b {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .select2-container--custom-sub-w100.select2-container--open .select2-selection__rendered,
  .select2-container--custom-sub-w230.select2-container--open .select2-selection__rendered {
    background: transparent; }
  .select2-container--custom-sub-w100 .select2-selection__rendered,
  .select2-container--custom-sub-w230 .select2-selection__rendered {
    font-size: 14px !important;
    line-height: 36px;
    font-weight: 400;
    color: #212121 !important;
    padding: 0 55px 0 15px !important;
    text-align: center;
    text-transform: lowercase;
    text-transform: initial; }
  .select2-container--custom-sub-w100 .select2-dropdown,
  .select2-container--custom-sub-w230 .select2-dropdown {
    border: 1px solid #dadada !important;
    background: transparent;
    border-radius: 3px !important;
    top: 0;
    left: 0; }
    .select2-container--custom-sub-w100 .select2-dropdown .select2-results__options,
    .select2-container--custom-sub-w230 .select2-dropdown .select2-results__options {
      padding: 10px 0;
      background: #fff;
      max-height: 300px;
      overflow-y: auto; }
    .select2-container--custom-sub-w100 .select2-dropdown .select2-results__option,
    .select2-container--custom-sub-w230 .select2-dropdown .select2-results__option {
      font-size: 14px;
      background: #fff;
      color: #212121;
      padding: 10px 15px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      transition: background .2s; }
      .select2-container--custom-sub-w100 .select2-dropdown .select2-results__option:hover, .select2-container--custom-sub-w100 .select2-dropdown .select2-results__option.select2-results__option--highlighted,
      .select2-container--custom-sub-w230 .select2-dropdown .select2-results__option:hover,
      .select2-container--custom-sub-w230 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
        background: #e2e2e2;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s; }

.select2-container--price .select2-dropdown .select2-results__option {
  padding-left: 15px; }

.input-container .select2-container--custom-select {
  width: 100% !important; }
