.elementor-widget-motors-inventory-sort-by {
z-index: 0;
}
.stm-sort-by-options {
display: inline-block;
}
@media (max-width: 1024px) {
.stm-sort-by-options {
float: left;
margin-top: 10px;
}
}
.stm-sort-by-options > span {
float: left;
margin-top: 7px;
margin-right: 9px;
text-transform: uppercase;
font-size: 12px;
color: var(--motors-text-alpha-color);
}
@media (max-width: 1024px) {
.stm-sort-by-options > span {
display: none;
}
}
.stm-sort-by-options .stm-select-sorting {
float: left;
max-width: 100%;
}
.stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single {
height: 32px;
display: flex;
align-items: center;
}
.stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 32px;
line-height: 32px;
}
.stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
position: relative;
height: 32px;
}
.stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow b {
right: 10px;
font-family: "FontAwesome" !important;
}
.select2-dropdown.select2-dropdown--below.inventory-sort-by .select2-search.select2-search--dropdown.select2-search--hide {
display: none !important;
}
@media (max-width: 550px) {
.elementor-editor-active .stm-sort-by-options .stm-select-sorting select {
width: 100%;
}
}