
.store_select {
  display: none;
}

.store_search{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .crim-select .result-empty{
    font-size: 14px;
  }
}


#store_list {
  display: none;
  max-height: 200px;
  overflow-y: scroll;
}

.crim-select .crim-select-result {
  background: #fbfbfb;
  color: #999999;
  border: 1px #ededed solid;
  letter-spacing: -0.7px;
  border-top: 0;
  width : 78%;
  display: none;
}

.crim-select.active .crim-select-result {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  margin-bottom:15px;
}

.crim-select .result-item {
  font-size:18px;
  padding: 15px 21px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.crim-select .result-empty {
  color:black;
}

.crim-select .result-empty-txt {
  font-size: 12px;
  margin-top: 7px;
  display: block;
  line-height: 1.3;
  color: red;
  opacity: 0.5;
}




.crim-select .result-item:hover {
  background-color: #ececec;
}
