.select,
#locale {
  width: 100%;
}

.like {
  margin-right: 10px;
}


html,
body {
  width: 100%;
  height: 100%;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-container,
.instructions {
  /*   width: 200px; */
  /*   margin: 20px auto 0; */
  font-size: 14px;
  font-family: sans-serif;
  /*   overflow: auto; */
}

.instructions {
  width: 100%;
  text-align: center;
}

.dropdown-button {
  float: left;
  width: 100%;
  background: whitesmoke;
  padding: 10px 12px;
  cursor: pointer;
  border: 1px solid lightgray;
  box-sizing: border-box;
}

.dropdown-button .dropdown-label,
.dropdown-button .dropdown-quantity {
  float: left;
}

.dropdown-button .dropdown-quantity {
  margin-left: 4px;
}

.dropdown-button .fa-filter {
  float: right;
}

.dropdown-list {
  float: left;
  width: 100%;
  border: 1px solid lightgray;
  border-top: none;
  box-sizing: border-box;
  padding: 10px 12px;
}

.dropdown-list input[type="search"] {
  padding: 5px 0;
}

.dropdown-list ul {
  margin: 10px 0;
  /*   max-height: 200px; */
  /*   overflow-y: auto; */
}

.dropdown-list ul input[type="checkbox"] {
  position: relative;
  top: 2px;
}
