.store-locator {
  padding-top: 50px;
}

.store-locator .body {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}

#locator-country-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}

#locator-country-tabs li {
  border: none;
}

#locator-country-tabs li button {
  border: none;
  font-family: var(--bs-font-sans-serif);
  color: var(--bs-gray-700);
  font-weight: 600;
  display: flex;
  padding: 0px;
  text-transform: none;
}

#locator-country-tabs li button img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

#locator-country-tabs li button.active,
#locator-country-tabs li button:hover {
  color: var(--bs-black);
  background: none;
}

#locator-country-content .map-bar {
  width: 35%;
  text-align: center;
}

#locator-country-content .map-bar .image {
  text-align: center;
}

#locator-country-content .map-bar img {
  width: auto;
  margin: auto;
  max-height: 300px;
}


#locator-country-content .tab-pane>.d-flex {
  width: 100%;
}

#locator-country-content .tab-pane>.d-flex .address-bar {
  width: 25%;
}


.store-locator address {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  padding-left: 30px;
}

.store-locator address::before {
  content: '';
  border-radius: 100%;
  background-color: var(--bs-yellow);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 3px;
  white-space: nowrap;
}

.store-locator address i {
  width: 20px;
  margin-right: 10px;
  text-align: center;
}

.store-locator .address-select {
  border: none;
}

.store-locator .address-select h5 {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.store-locator .address-select li {
  border: none;
  text-align: center;
}

.store-locator .address-select li button {
  border: none;
  position: relative;
  display: flex;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  color: var(--bs-gray-700);
  white-space: nowrap;
  text-transform: none;
}

.store-locator .address-select li button::before {
  content: '';
  border-radius: 100%;
  background-color: var(--bs-white);
  border: 1px var(--bs-gray-700) solid;
  width: 15px;
  height: 15px;
  left: 0px;
  top: 3px;
  display: block;
  margin-right: 10px;
  position: relative;
}

.store-locator .address-select li button.active::before {
  background-color: var(--bs-yellow);
  border: 1px var(--bs-yellow) solid;
}

.store-locator .address-select li button.active,
.store-locator .address-select li button:hover {
  color: var(--bs-black);
    background: none;
}

.store-locator .address-select .col {
  border-left: 1px var(--bs-gray-200) solid;
  padding-left: 30px;
  padding-right: 30px;
}









@media (max-width: 1399.98px) {

  .store-locator .address-select .col button {
    padding-left: 0px;
    padding-right: 20px;
  }

  .store-locator .address-select .col h5 {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 5px;
  }

  .store-locator .address-select {
    display: block;
  }

  .store-locator .address-select .col {
    border: none;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  body #locator-country-content .tab-pane > .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }


  #locator-country-content .tab-pane > .d-flex .address-bar,
  #locator-country-content .map-bar {
    width: 50%;
    order: 2
  }

  #locator-country-content .tab-pane > .d-flex .locator-category-bar {
    width: 100%;
    order: 1;
  }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

  .store-locator .address-bar,
  .store-locator .locator-category-bar{
    display: none;
  }

  #locator-country-tabs {
    display: none;
  }

  .store-locator .body {
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px;
  }

  .store-locator {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-wrapper {
    max-width: 100;
    overflow: hidden;
  }

  #locator-country-tabs {
    margin-bottom: 10px;
  }

  .store-locator address {
    margin: 0px;
  }

  .store-locator .address-select .col {
    padding: 0px;
  }

  #locator-country-content .tab-pane > .d-flex .locator-category-bar {
    padding-left: 0px;
  }

  #locator-country-content .tab-pane > .d-flex .address-bar {
    order: 2;
  }

  #locator-country-content .map-bar {
    order: 3;
  }

  #locator-country-content .tab-pane > .d-flex .address-bar, #locator-country-content .map-bar {
    width: 100%;
  }

}
