.sort,
.sort ul,
.sort ul li,
.sort ul li a {
  margin: 0 0 0 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sort {
  width: 80%;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 16px;
}

.has-sub span{
color: #757575;
}

.open span{
color: black !important;
}

.sort ul ul {
  display: none;
}
.align-right {
  float: right;
}
.sort > ul > li > a {
  padding: 15px 20px;
  /*border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;*/
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: black;
  background: transparent;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.sort > ul > li > a:hover,
.sort > ul > li.active > a,
.sort > ul > li.open > a {
  color: black;
  background: transparent;
}
.sort > ul > li.open > a {
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  /*border-bottom: none;*/
  margin-bottom: 15px;
}
.sort > ul > li:last-child > a,
.sort > ul > li.last > a {
  /*border-bottom: 1px solid transparent;*/
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.open .holder::after,
.open .holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.holder::after {
  top: 17px;
 /* border-top: 2px solid #757575;
  border-left: 2px solid #757575;*/
}
.sort > ul > li > a:hover > span::after,
.sort > ul > li.active > a > span::after,
.sort > ul > li.open > a > span::after {
  border-color: #757575;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
.sort ul ul li a {
  cursor: pointer;
  /*border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;*/
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.sort ul ul li:hover > a,
.sort ul ul li.open > a,
.sort ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
.sort ul ul li:first-child > a {
  box-shadow: none;
}
.sort ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.sort ul ul ul li a {
  padding-left: 30px;
}
.sort > ul > li > ul > li:last-child > a,
.sort > ul > li > ul > li.last > a {
  border-bottom: 0;
}
.sort > ul > li > ul > li.open:last-child > a,
.sort > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
.sort > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
.sort ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sort ul ul li.active > a::after,
.sort ul ul li.open > a::after,
.sort ul ul li > a:hover::after {
  border-color: #ffffff;
}

.open {
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15) !important;
}

.has-sub .field {
  margin-left: 32px;
}

.sort .field {
  margin-left: 50px;
  margin-top: 50px;
}

.has-sub .field input {
  width: 745px !important;
}


