.woocommerce-ordering select {
  display: none;
}

.toolbar .nice-select {
  position: relative;
  text-transform: uppercase;
  float: left;
}

.toolbar .nice-select ul {
  margin: -1px 0 0;
  display: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  right: 0;
  background-color: white;
  border: 0;
  box-shadow: 0 2px 2px rgba(0, 1, 1, 0.04);
}

.toolbar .nice-select ul li {
  margin: 0 0 -1px;
  padding: 0;
  color: black;
  list-style: none;
  font-family: "GillSans-Light", Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #d5d5d5;
  line-height: 28px;
}

.toolbar .nice-select ul li.option:first-child {
  display: none;
}

.toolbar .nice-select ul li.option {
  display: block;
  padding: 0 35px 0 10px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.toolbar .nice-select ul li.option:after {
  width: 12px;
  content: "";
  height: 12px;
  background-color: white;
  border: 1px solid #d5d5d5;
  border-radius: 20px;
  position: absolute;
  top: 8px;
  right: 11px;
}

.toolbar .nice-select ul li.option.selected:after {
  background: #c1b596;
  box-shadow: inset 0 0 0 2px #fff;
}

.toolbar .nice-select .current {
  width: 174px;
  height: 45px;
  margin: 0;
  background: white;
  color: #878787;
  display: block;
  z-index: 1099;
  position: relative;
  font-size: 12px;
  cursor: default;
  font-weight: 400;
  line-height: 43px;
  border: 1px solid white;
  padding: 0 35px 0 15px;
}

.toolbar .nice-select .current:after {
  width: 8px;
  height: 7px;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  background: url(../img/bg_select.png) no-repeat 0 100%;
  content: "";
  position: absolute;
  background-size: 100% 100%;
  right: 15px;
  top: 18px;
}

.touch .toolbar .nice-select.open .current,
.no-touch .toolbar .nice-select:hover .current {
  background-color: #f9f8f6;
  border: 1px solid #c1b596;
}

.no-touch .toolbar .nice-select ul {
  display: none !important;
}

.no-touch .toolbar .nice-select:hover ul {
  display: block !important;
}
.touch .toolbar .nice-select.open ul {
  display: none !important;
}

.touch .toolbar .nice-select.open ul {
  display: block !important;
}