.pcFilterWrap,
.ecFilterWrap {
  display: flex;
  justify-content: flex-end;
}
.pcFilterWrap .selectric-wrapper,
.ecFilterWrap .selectric-wrapper {
  width: 150px;
  margin-bottom: 30px;
}
.pcFilterWrap .selectric-wrapper .selectric,
.ecFilterWrap .selectric-wrapper .selectric {
    border: 1px solid #1f2a66;
    border-radius: 5px;
    background: #1f2a66;
}
.selectric .button{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #1f2a66;
    color: #fff;
    padding: 5px 10px;
}
.selectric .label{
  color: #fccf00;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}

.selectric .button:after{
  color: #fff;
  border-top-color: #fff;
  border-width: 8px;
}
.selectric-items{
    background: #a8d2cc;
    border: 1px solid #82cdc4;
    border-radius: 10px;
    top: 140%;
}
.selectric-items:before{
  content: ' ';
  position: absolute;
  top: -30px;
  left: 40%;
  border: 4px solid transparent;
  border-bottom-color: #82cdc4;
  border-width: 15px;
}
.selectric-items li.highlighted {
  background: none;
  color: #fff;
}
.selectric-items li:hover{
  background: none;
  color: #1f2a66;
}
.selectric-items li{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
}