.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: #888;
}
@media (max-width: 1024px) {
.stm-sort-by-options > span {
display: none;
}
}
.stm-sort-by-options .stm-select-sorting {
float: left;
}
.stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single {
height: 32px;
}
.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 {
height: 32px;
}
@media (max-width: 550px) {
.elementor-editor-active .stm-sort-by-options .stm-select-sorting select {
width: 100%;
}
}