#RestaurantForSale {
  background: url(../../../assets/home-banner.jpg);
  font-family: var(--open-sans);
  background-size: cover;
  background-position: center;
  margin-top: 115px;
  position: relative;
}
#RestaurantForSale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#RestaurantForSale .restaurantForSale {
  text-align: center;
  position: relative;
  z-index: 1;
}
#RestaurantForSale .restaurantForSale .modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000000000000000000000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#RestaurantForSale .restaurantForSale .loadingSpinner {
  position: absolute;
}
#RestaurantForSale .restaurantForSale .firstP {
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 8px;
}
#RestaurantForSale .restaurantForSale .firstP p {
  padding-top: 2rem !important;
}
#RestaurantForSale .restaurantForSale .smallFontP {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 8px;
  padding-right: 9px;
}
#RestaurantForSale .restaurantForSale .smallFontP p {
  padding-top: 2rem !important;
}
#RestaurantForSale .restaurantForSale .secondP {
  font-weight: bold;
  color: #fff;
  font-size: 68px;
  text-align: center;
  line-height: 80px;
}
#RestaurantForSale .restaurantForSale .smallFontSecondP {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}
@media screen and (max-width: 576px) {
  #RestaurantForSale .restaurantForSale .wsSelectors {
    padding-bottom: 0;
  }
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild1 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild1 select,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild1 button,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild1 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  text-align: center;
  text-align: -webkit-center !important;
  color: var(--red-color);
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild1 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild1 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild1 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild1 button {
  background-color: var(--red-color);
  color: white;
  font-weight: 600;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild1 button.advancedSearch {
  background-color: transparent;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 select,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  color: var(--red-color);
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button {
  background-color: var(--red-color);
  color: white;
  font-weight: 600;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button.advancedSearch {
  background-color: transparent;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild2 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild2 select,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild2 button,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild2 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  text-align: center;
  text-align: -webkit-center !important;
  color: var(--red-color);
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild2 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild2 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild2 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild2 button {
  background-color: var(--red-color);
  color: white;
  font-weight: 600;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild2 button.advancedSearch {
  background-color: transparent;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 select,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  color: var(--red-color);
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button {
  background-color: var(--red-color);
  color: white;
  font-weight: 600;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button.advancedSearch {
  background-color: transparent;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild3 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild3 select,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild3 button,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild3 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  text-align: center;
  text-align: -webkit-center !important;
  color: var(--red-color);
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild3 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild3 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild3 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild3 button {
  background-color: var(--red-color);
  color: white;
  font-weight: 600;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild3 button.advancedSearch {
  background-color: transparent;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 select,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  color: var(--red-color);
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button {
  background-color: var(--red-color);
  color: white;
  font-weight: 600;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button.advancedSearch {
  background-color: transparent;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild4 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild4 select,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild4 button,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild4 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  text-align: center;
  text-align: -webkit-center !important;
  color: var(--red-color);
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild4 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild4 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild4 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild4 button {
  background-color: var(--red-color);
  color: white;
  font-weight: 600;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild4 button.advancedSearch {
  background-color: transparent;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 select,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  color: var(--red-color);
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button {
  background-color: var(--red-color);
  color: white;
  font-weight: 600;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button.advancedSearch {
  background-color: transparent;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild5 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild5 select,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild5 button,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild5 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  text-align: center;
  text-align: -webkit-center !important;
  color: var(--red-color);
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild5 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild5 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild5 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild5 button {
  background-color: var(--red-color);
  color: white;
  font-weight: 600;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChild5 button.advancedSearch {
  background-color: transparent;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 select,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button,
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  color: var(--red-color);
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button {
  background-color: var(--red-color);
  color: white;
  font-weight: 600;
}
#RestaurantForSale .restaurantForSale .wsSelectors .wsSelectorsChilds12 button.advancedSearch {
  background-color: transparent;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide {
  padding-bottom: 64px;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .searchBy {
  text-align: left;
  color: #fff;
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  text-transform: initial;
  padding: 15px;
  margin: 0;
  line-height: 20px;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .searchBy p {
  margin-bottom: 0;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer {
  display: flex;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild1 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild1 select,
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild1 button,
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild1 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 0;
  text-align: center;
  text-align: -webkit-center !important;
  -moz-text-align-last: center;
       text-align-last: center;
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild1 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild1 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild1 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild1 button {
  font-weight: 600;
  background-color: white;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild2 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild2 select,
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild2 button,
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild2 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 0;
  text-align: center;
  text-align: -webkit-center !important;
  -moz-text-align-last: center;
       text-align-last: center;
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild2 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild2 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild2 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild2 button {
  font-weight: 600;
  background-color: white;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild3 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild3 select,
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild3 button,
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild3 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 0;
  text-align: center;
  text-align: -webkit-center !important;
  -moz-text-align-last: center;
       text-align-last: center;
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild3 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild3 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild3 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild3 button {
  font-weight: 600;
  background-color: white;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild4 {
  flex-basis: 20%;
  padding: 0px 8px;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild4 select,
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild4 button,
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild4 input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 0;
  text-align: center;
  text-align: -webkit-center !important;
  -moz-text-align-last: center;
       text-align-last: center;
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild4 input::-moz-placeholder {
  color: var(--red-color);
  object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild4 input::placeholder {
  color: var(--red-color);
  -o-object-fit: contain;
     object-fit: contain;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild4 select option {
  color: black;
}
#RestaurantForSale .restaurantForSale .wsSelectorHide .wsSelectorHideContainer .wsSelectorHideChild4 button {
  font-weight: 600;
  background-color: white;
}
#RestaurantForSale .BasicBtn {
  color: #000 !important;
}
@media only screen and (max-width: 991px) {
  #RestaurantForSale {
    margin-top: 69px;
  }
}
@media only screen and (max-width: 767px) {
  #RestaurantForSale {
    background-position: right top;
    margin-top: 69px;
  }
  #RestaurantForSale .wsSelectorHideChild1 {
    flex-basis: 20%;
    padding: 0px 8px;
    padding-bottom: 15px !important;
  }
  #RestaurantForSale .wsSelectorHideChild2 {
    flex-basis: 20%;
    padding: 0px 8px;
    padding-bottom: 15px !important;
  }
  #RestaurantForSale .wsSelectorHideChild3 {
    flex-basis: 20%;
    padding: 0px 8px;
    padding-bottom: 15px !important;
  }
  #RestaurantForSale .wsSelectorHideChild4 {
    flex-basis: 20%;
    padding: 0px 8px;
    padding-bottom: 15px !important;
  }
  #RestaurantForSale .wsSelectorsChild1 {
    flex-basis: 20%;
    padding: 0px 8px;
    padding-bottom: 15px !important;
  }
  #RestaurantForSale .wsSelectorsChild2 {
    flex-basis: 20%;
    padding: 0px 8px;
    padding-bottom: 15px !important;
  }
  #RestaurantForSale .wsSelectorsChild3 {
    flex-basis: 20%;
    padding: 0px 8px;
    padding-bottom: 15px !important;
  }
  #RestaurantForSale .wsSelectorsChild4 {
    flex-basis: 20%;
    padding: 0px 8px;
    padding-bottom: 15px !important;
  }
  #RestaurantForSale .wsSelectorsChild5 {
    flex-basis: 20%;
    padding: 0px 8px;
    padding-bottom: 15px !important;
  }
  #RestaurantForSale .secondP {
    font-size: 35px !important;
  }
  #RestaurantForSale .wsSelectors {
    flex-direction: column;
  }
  #RestaurantForSale .wsSelectorHide {
    padding-bottom: 0 !important;
  }
  #RestaurantForSale .wsSelectorHide .searchBy {
    text-align: center !important;
  }
  #RestaurantForSale .wsSelectorHide .wsSelectorHideContainer {
    flex-direction: column;
    padding-right: 0 !important;
    padding-bottom: 2rem;
  }
}

.idInputOne {
  min-width: 300px !important;
}/*# sourceMappingURL=Restaurant.module.css.map */