.dnwoo-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
}

/* select {
  display: none;
} */

.dnwoo-custom-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
}

.dnwoo-custom-select:after {
  content: "3";
  font-family: "ETModules";
  transform: translate(50%, -50%);
  font-weight: 900;
  font-size: 20px;
  color: black;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.3s;
}

.dnwoo-custom-select,
.dnwoo-custom-select.active,
.dnwoo-custom-select:active {
  background-color: #fff;
  color: #000;
  border: 1px solid lightgray;
  display: flex;
  align-items: center;
}

.dnwoo-custom-select.active:after,
.dnwoo-custom-select:active:after {
  -webkit-transform: translate(55%, -50%) rotate(180deg);
  transform: translate(55%, -50%) rotate(180deg);
}

#left-area ul.dnwoo-select-options,
.entry-content ul.dnwoo-select-options,
.et-l--body ul.dnwoo-select-options,
.et-l--footer ul.dnwoo-select-options,
.et-l--header ul.dnwoo-select-options {
  list-style: none;
  padding: 0;
  line-height: 1.5rem;
}

ul.dnwoo-select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  background: #ffffff;
  box-shadow: 5px 15px 40px rgba(22, 27, 45, 0.08);
  border-radius: 6px;
}

.dnwoo-select-options li {
  margin: 0;
  padding: 7px 15px;
  color: #000000;
}

.dnwoo-select-options li:hover {
  color: #fff;
  background: #f6724c;
}

.dnwoo-select-options li[rel="hide"] {
  display: none;
}

.dnwoo-select-options li {
  border: 0px solid transparent;
}

.dnwoo_ajax_search_form_option_category .dnwoo_ajax_search_option {
  border: 0px solid #e4e5e9;
}