.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    border-color: var(--motors-accent-color);
    color: var(--motors-accent-color);
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border: none;
    border-radius: 0;
    background-color: var(--motors-filter-inputs-color);
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
    color: var(--motors-text-highalpha-color);
    font-weight: 400;
    padding-left: 14px;
    padding-right: 40px;
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 19px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-rendering: auto;
    transform: translate(0, -50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -3px;
    margin-left: 0;
    color: var(--motors-text-alpha-color);
    width: 15px;
    height: 15px;
    border: none;
    text-align: center;
    line-height: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader {
    height: 14px;
    font-size: 14px;
    margin-top: -7px;
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader:before {
    content: "\e9c6";
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "motors-icons";
    speak: none;
    font-size: inherit;
    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;
    animation: rotating 2s infinite linear;
    padding: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    opacity: 0.5;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg) translateY(50%);
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 350px;
}

.select2-results__options li {
    margin-bottom: 0;
    padding-left: 14px;
    color: var(--motors-text-highalpha-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--motors-filter-inputs-color);
    border-bottom-color: var(--motors-filter-inputs-color);
    color: var(--motors-text-color);
}

.select2-dropdown {
    border-radius: 0;
    border-color: var(--motors-filter-inputs-color);
    background-color: var(--motors-bg-color);
}

.select2-results__options li {
    font-size: 13px;
    border-bottom: 1px solid var(--motors-filter-inputs-color);
}

.select2-results__options li:last-child {
    border-bottom: none;
}

.select2-container--open.stm-multi-currency {
    z-index: 1065;
}

.select2-container--open.stm-multi-currency .select2-dropdown {
    background: transparent;
    border: 0;
}

.select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: var(--motors-bg-color);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid var(--motors-inputs-border-color);
    border: 1px solid var(--motors-inputs-border-color);
    border-radius: 4px;
    box-shadow: 0 6px 12px var(--motors-bg-lowalpha-contrast);
}

.select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul li {
    font-size: 11px;
    color: var(--motors-text-color);
    padding: 3px 20px;
}

.admin-bar:not(.woocommerce-checkout) .select2-container--open .select2-dropdown {
    top: 46px;
}

@media (min-width: 1024px) {
    .admin-bar:not(.woocommerce-checkout) .select2-container--open .select2-dropdown {
        top: 32px;
    }
}