body .uc-select-filter select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 14px 24px 14px 24px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: black !important;
    border-radius: 0px 0px 0px 0px;
    color: black;
    text-align: inherit;
    outline-color: black !important;
    cursor: pointer !important;
}
body .uc-select-filter option {
    background-color: white !important;
    color: black !important;
    /*line-height: 50px !important;*/
    font-size: 16px !important;
    /*text-align: center !important;*/
    font-weight: 500 !important;
    text-align:left !important;
    /*direction: */
    /*word-wrap: break-word !important;*/
}
body .uc-select-filter option.fake-white {
  background-color: white !important;
  color: transparent !important;
  font-size: 5px !important;
  position: relative;
  z-index: -1;
}
body .uc-select-filter option.fake {
  background-color: black !important;
  color: transparent !important;
  font-size: .3px !important;
  position: relative;
  z-index: -1;
}
body .uc-select-filter option:last-child {
  display: none !important;
}
body .uc-select-filter option:nth-last-child(2) {
  display: none !important;
}

body .uc-select-filter select:hover{
  background-color: black !important;
  color: white !important;
}

