.elementor-editor-active .form-group.type-select {
    position: relative;
}

.elementor-editor-active .form-group.type-select:before {
    display: block;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    margin-left: 0;
    font-size: 16px;
    color: #888;
    width: 15px;
    height: 15px;
    border: none;
    text-align: center;
    line-height: 16px;
}

.elementor-editor-active .form-group.type-select select {
    opacity: 1;
    visibility: visible;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    padding: 0 40px 0 14px;
    outline: none !important;
    background-color: #eceff3;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.elementor-editor-active .stm-sort-by-options .stm-select-sorting {
    position: relative;
}

.elementor-editor-active .stm-sort-by-options .stm-select-sorting:before {
    display: block;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    margin-left: 0;
    font-size: 16px;
    color: #888;
    width: 15px;
    height: 15px;
    border: none;
    text-align: center;
    line-height: 16px;
}

.elementor-editor-active .stm-sort-by-options .stm-select-sorting select {
    opacity: 1;
    visibility: visible;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    padding: 0 40px 0 14px;
    outline: none !important;
    background-color: #eceff3;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}