.select2-container--default .select2-selection--single {
height: 40px;
border: none;
border-radius: 0;
background-color: #eceff3;
outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
font-size: 14px;
color: #555;
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: #888;
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"; font-family: "motors-icons";
speak: none;
font-size: inherit;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -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;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #f0f2f5;
border-bottom-color: #f0f2f5;
color: #555;
}
.select2-dropdown {
border-radius: 0;
border-color: #e7e8e8;
}
.select2-results__options li {
font-size: 13px;
border-bottom: 1px solid #f0f2f5;
}
.select2-results__options li:last-child {
border-bottom: none;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
display: 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: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul li {
font-size: 11px;
color: #232628;
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;
}
}