.stores {
  margin-top: 109px;
  position: relative;
  min-height: 100%;
}

.stores .centered {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}

.stores-left {
  background-color: #FFF;
  border: 3px solid #69af94;
  text-align: center;
}

.stores-img {
  width: 100%;
}

.custom-input {
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #717171;
  color:#717171;
  outline: none;
  width: 200px;
  box-shadow: none;
}

.find-store {
  color: #FFF;
  padding: 5px;
  background-color: #999999;
  cursor: pointer;
}

.find-store-mobile {
  display: none;
}

.find-examples {
  margin-top: 10px;
  font-size: 0.9em;
  color: #ABABAB;
}

.stores-found {
  display: none;
  max-height: 300px;
}

.store-name {
  font-size: 2em;
  color: #717171;
  margin-bottom: 20px;
}

.store-address {
  font-size: 1.2em;
  color: #ABABAB;
  margin-bottom: 10px;
}

.store-phone {
  font-size: 1.2em;
  font-weight: 900;
  color: #717171;
  margin-bottom: 20px;
}

.stores_list{
  display: none;
}

@media screen and (max-width: 839px) {
  .stores {
    margin-top: 68px;
  }
}

@media screen and (max-width: 480px) {
  .find-store-desktop {
    display: none;
  }
  .find-store-mobile {
    display: block;
  }
}
