#plzStoreLocator .address_input_ctn {
  display: flex;
}
#plzStoreLocator .address_input_ctn input {
  background: #EFEFEF;
  flex: 1 0 calc(80% - 20px);
  margin-right: 20px;
  height: 40px;
  line-height: 20px;
  border: none;
  padding: 10px 35px;
  font-size: 15px;
  color: #000000;
}
#plzStoreLocator .address_input_ctn input:focus {
  outline: none;
}
#plzStoreLocator .address_input_ctn button {
  flex: 1 0 20%;
  background: #789904;
  padding: 7px 15px 7px 10px;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  text-transform: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#plzStoreLocator .address_input_ctn button:before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-right: 10px;
  background-image: url("../img/ico_search_white.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
#plzStoreLocator .address_input_ctn button:hover {
  background: #5D7700;
}
#plzStoreLocator .plzstorelocator_Separator {
  border-bottom: 3px solid #789904;
}
#plzStoreLocator .error_massage {
  margin-top: 15px !important;
  font-size: 15px !important;
  color: red !important;
  text-align: left !important;
  line-height: 20px !important;
  margin-bottom: 5px !important;
}
#plzStoreLocator .stores_list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -30px 0;
}
#plzStoreLocator .stores_list li {
  padding: 0 30px;
  margin-bottom: 20px;
}
#plzStoreLocator .stores_list li a:hover {
  color: #789904;
}
#plzStoreLocator .stores_list li a:hover * {
  color: #789904;
}
#plzStoreLocator .stores_list li h6 {
  font-family: "BRHendrix-SemiBold", sans-serif !important;
  font-weight: unset;
  font-size: 15px;
  color: #000000;
  text-align: left;
  line-height: 20px;
}
#plzStoreLocator .stores_list li p {
  font-size: 15px !important;
  color: #000000 !important;
  text-align: left !important;
  line-height: 20px !important;
  margin-bottom: 5px !important;
}
#plzStoreLocator .stores_list.special_stores li {
  flex: 1 0 calc(50% - 60px);
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#plzStoreLocator .stores_list.special_stores li p, #plzStoreLocator .stores_list.special_stores li p a {
  word-break: break-all;
}
#plzStoreLocator .stores_list.normal_stores li {
  flex: 1 0 calc(25% - 60px);
  max-width: 25%;
}
#plzStoreLocator .stores_list.normal_stores li p, #plzStoreLocator .stores_list.normal_stores li p a {
  word-break: break-all;
}
#plzStoreLocator .stores_list.empty {
  color: #000000 !important;
  line-height: 26px !important;
  display: block !important;
  margin: 25px 0 0 !important;
}
#plzStoreLocator .stores_list.empty a {
  color: #789904;
}
#plzStoreLocator .stores_list.empty a:hover {
  color: #5D7700;
}
#plzStoreLocator #plz-loader {
  text-align: center;
  margin-top: 10px;
}
#plzStoreLocator #stores_map.init {
  padding-bottom: 60%;
  min-height: 400px;
}

#plz-loader .plz-ellipsis {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 30px;
}
#plz-loader .plz-ellipsis div {
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #789904;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#plz-loader .plz-ellipsis div:nth-child(1) {
  left: 8px;
  animation: plz-ellipsis1 0.6s infinite;
}
#plz-loader .plz-ellipsis div:nth-child(2) {
  left: 8px;
  animation: plz-ellipsis2 0.6s infinite;
}
#plz-loader .plz-ellipsis div:nth-child(3) {
  left: 32px;
  animation: plz-ellipsis2 0.6s infinite;
}
#plz-loader .plz-ellipsis div:nth-child(4) {
  left: 56px;
  animation: plz-ellipsis3 0.6s infinite;
}
@keyframes plz-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes plz-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes plz-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.plzstorelocator_link a {
  color: #FFFFFF;
  text-align: justify;
  align-items: center;
  width: 100%;
  height: 100px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  background: url("../img/plzstorelocator_homelink_bkg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  display: flex;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  font-family: "BRHendrix-SemiBold", sans-serif;
  font-weight: unset;
  font-size: 30px;
  line-height: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.plzstorelocator_link a:after {
  content: "";
  background-image: url("../img/arrow_right_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 28px;
  width: 16px;
  margin-left: 20px;
}

#checkout #plzStoreLocator {
  margin: 50px 0 65px;
}
#checkout #plzStoreLocator .address_input_ctn input,
#checkout #plzStoreLocator .address_input_ctn button {
  flex: 1;
  height: 50px;
  line-height: 50px;
}
#checkout #plzStoreLocator .address_input_ctn input {
  background-color: white;
  border: 1px solid #8a8a8b;
  padding: 15px;
}
#checkout #plzStoreLocator .address_input_ctn button {
  text-transform: uppercase;
}
#checkout #plzStoreLocator .address_input_ctn button:before {
  content: unset;
}
#checkout #plzStoreLocator .stores_list.special_stores {
  margin-top: 65px;
}
#checkout #plzStoreLocator .stores_list.special_stores li.store {
  flex: 1 0 100%;
  max-width: unset;
  display: block;
}
#checkout #plzStoreLocator .stores_list.special_stores li.store label {
  display: flex;
  flex-direction: column;
}
#checkout #plzStoreLocator .stores_list.special_stores li.store label span:first-of-type {
  min-height: 30px;
  line-height: 30px;
  font-family: "BRHendrix-Bold", sans-serif !important;
  font-weight: unset;
  font-size: 24px;
  text-align: left;
  color: #8a8a8b;
  margin-bottom: 15px;
}
#checkout #plzStoreLocator .stores_list.special_stores li.store label span.store_name {
  font-family: "BRHendrix-Bold", sans-serif !important;
  font-weight: unset;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

@media all and (max-width: 600px) {
  #plzStoreLocator .stores_list.special_stores li,
#plzStoreLocator .stores_list.normal_stores li {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=plzstorelocator.css.map */
