.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

div.selectric-wrapper {
  min-width: 200px;
}

div.selectric-wrapper .selectric {
  height: 52px;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
}

div.selectric {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: none;
  height: 52px;
  min-width: 200px;
}

div.selectric .label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  height: 52px;
  margin: 0;
  padding: 14px 40px 14px 20px;
  color: #292929;
}

div.selectric-wrapper .selectric .button {
  background: #fff;
  color: #292929;
}

div.selectric .button {
  width: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  min-height: 52px;
}

div.selectric .button:after {
  background: url("../images/icons/icon-arrow-menu.e41bfcfeaba2.svg") no-repeat center left;
  width: 20px;
  height: 24px;
  background-size: 12px;
  border: none;
  margin: auto 0;
}
