.woocs-style-1-dropdown {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  /* color: #fff; */
  height: 100%;
  text-align: left;
  line-height: 16px;
}
.woocs-style-1-dropdown .woocs-style-1-select {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px;
}
.woocs-style-1-dropdown .woocs-style-1-select > i:before {
  margin-left: 4px;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(6px, 50%, 18px);
  order: 3;
  content: '\f129';
  font-size: 10px;
  font-weight: 500;
  font-family: 'dctech-font';
}

.woocs-style-1-dropdown .woocs-style-1-select > i img {
  border: none !important;
  box-shadow: none !important;
}

.woocs-style-1-dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}
/* .woocs-style-1-dropdown:active {
  background-color: #f8f8f8;
} */
.woocs-style-1-dropdown.woocs-style-1-active:hover,
.woocs-style-1-dropdown.woocs-style-1-active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 5px 5px 0 0;
  /* background-color: #f8f8f8; */
}
.woocs-style-1-dropdown.woocs-style-1-active .woocs-style-1-select > i {
  transform: rotate(90deg);
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  color: #333;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:hover {
  background-color: #f2f2f2 !important;
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:active {
  background-color: #f2f2f2 !important;
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li.woocs-style-1-selected {
  background-color: #f2f2f2 !important;
}
