#sp-seach {
  color: #fff;
  background: linear-gradient(to bottom, rgb(0, 103, 174) 100%, rgb(26, 183, 236) 0%);
  display: inline-block !important;
  width: 100%;
  padding: 0px 0px 2px !important;
  margin-bottom: -10px;
  margin-top: -1px;
}
#selectciudad .fa.fa-map-marker {
  font-size: 20px;
    line-height: 29px;
    background-color: #fff;
    margin: 0;
    color: #055da7;
    padding: 0 5px;
    border-radius: 5px 0 0 5px;
}
#selectciudad #tiendasede {
  border-radius: 0 5px 5px 0;
  border: 0;
  box-shadow: none;
  max-width: 130px;
  font-family: 'Nunito Sans',sans-serif;
  height: 29px;
}
#selectciudad label{
  margin: 0 10px 0 0;
  line-height: 30px;
}
.popover.show {
  opacity: 1;
}