:root {
  --themeprimaryclr: #ff7000;
  --themesecondaryclr: #696969;
  --darkclr: #000;
  --plainclr: #fff;
  --lightbg: #fafafa;
  --themehoverclr: #ff8426;
  --borderone:#cdcdcd;
}

a {
  text-decoration: none;
}

.find-store-sec-two .search-box {
  background: var(--plainclr);
  padding: 25px;
  box-shadow: 0 0 10px var(--darkclr);
}
.find-store-sec-two .topsec h1 {
  font-weight: bold;
  font-size: 30px;
}
.find-store-sec-two .form-select {
  padding: 10px;
  border-radius: 0;
  border: 1px solid var(--borderone);
  color: var(--themesecondaryclr);
}
.find-store-sec-two .location-box {
  font-weight: 500;
  background: var(--darkclr);
  width: 50%;
  padding: 10px 19px;
  color: var(--plainclr);
  text-align: center;
  transition: background 0.5s ease;
}
.find-store-sec-two .location-box:hover {
  opacity: 0.9;
  background-color: var(--themesecondaryclr);
}
.find-store-sec-two .location-box i {
  color: var(--darkclr);
}
@media (max-width: 500px) {
  .find-store-sec-two .location-box {
    width: 100%;
  }
}
.find-store-sec-two .or-divider {
  text-align: center;
  color: var(--themesecondaryclr);
  margin: 15px 0;
  font-style: italic;
}
.find-store-sec-two .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--darkclr);
  color: var(--plainclr);
  padding: 10px;
  border-radius: 0;
  margin-top: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.find-store-sec-two .search-btn:hover {
  opacity: 0.8;
}
.find-store-sec-two .search-btn i {
  margin-right: 8px;
}
.find-store-sec-two .img-container {
  box-shadow: 0 0 10px var(--darkclr);
}
.find-store-sec-two .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}/*# sourceMappingURL=findStoreDesign2.css.map */