.pickup-form {
  display: none;
}

.bing-map {
  margin: 30px 0px 0;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.store-pickup.disclaimer {
  font-family: "brandon-grotesque", arial !important;
  font-size: 0.875rem;
  color: #000;
  margin-bottom: 15px;
  margin-bottom: -24px;
}

.storepickup-not-available {
  font-family: "brandon-grotesque", arial !important;
  font-size: 12px;
  color: #000;
}

.shipping-option .FMJ-info-icon {
  margin-left: 4px;
}

.shipping-option .FMJ-circle {
  margin-top: -4px;
}

.shipping-option .FMJ-info-icon .FMJ-circle .icon {
  width: 14px;
  height: 14px;
}

.fmj-search-btn {
  background-color: #782157;
  border-color: #782157;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  text-align: center;
  width: 50px;
  border: none;
  height: 38px;
}

.fmj-search-btn:hover {
  background-color: #934d79;
  border-color: #934d79;
}

.fmj-search-btn img {
  vertical-align: sub;
}

.fmj-store-form-container {
  width: 280px;
  position: absolute;
  z-index: 999;
  background-color: #fff;
}

.padding-LR-15 {
  padding: 0 15px;
}

.margin-LRB-15 {
  margin: 0 15px 15px 15px;
}

.store-locator-heading {
  margin: 25px 0;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "brandon-grotesque", arial !important;
  font-size: 0.875rem;
  text-align: center;
}

.store-locator-info {
  margin-bottom: 10px;
  font-family: "brandon-grotesque", arial !important;
  font-size: 0.875rem;
  color: #000 !important;
}

.store-locator-map-btn {
  margin-bottom: 25px;
  border: 1px solid #000;
  border-radius: 625rem;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 230px;
  padding: 0 10px;
  text-align: center;
  font-family: "brandon-grotesque", arial !important;
  font-size: 0.875rem;
  background-color: #f0f0f0;
}

.store-locator-map-btn .gps {
  border: none;
  background-color: #f0f0f0;
}

#store-postal-code {
  border-radius: 0;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.form-control-label-custom {
  position: relative;
  display: inline-block;
  font-family: "brandon-grotesque", arial !important;
  font-size: 16px;
  margin-bottom: 0px;
}

.fmj-custom-span {
  padding: 10px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
  font-size: 16px;
  font-family: "brandon-grotesque", arial !important;
  font-size: 16px;
}

input.store-postal-code-cus {
  padding: 7px 12px;
  width: 200px;
  font-family: "brandon-grotesque", arial !important;
  font-size: 16px;
}

/* When input is focused, or the placeholder is not being displayed, change the border to blue */
.store-postal-code-cus:not(:-moz-placeholder-shown) {
  outline: none;
  border-color: 2px solid #8bade4 !important;
  border-right: none !important;
}
.store-postal-code-cus:not(:-ms-input-placeholder) {
  outline: none;
  border-color: 2px solid #8bade4 !important;
  border-right: none !important;
}
.store-postal-code-cus:focus,
.store-postal-code-cus:not(:placeholder-shown) {
  outline: none;
  border-color: 2px solid #8bade4 !important;
  border-right: none !important;
}

/* When input is focused, or the placeholder is not being displayed, change the placeholder size, position and color */
.store-postal-code-cus:not(:-moz-placeholder-shown) + .fmj-custom-span {
  opacity: 1;
  background-color: #fff;
  font-weight: 500;
  color: #000;
  /* transform: scale(0.80) translateY(-65%) translateX(-20px); */
  transform: scale(0.9) translate(-3%, -66%);
  padding-bottom: 0;
  /* Remove padding */
  padding-top: 0px;
}
.store-postal-code-cus:not(:-ms-input-placeholder) + .fmj-custom-span {
  opacity: 1;
  background-color: #fff;
  font-weight: 500;
  color: #000;
  /* transform: scale(0.80) translateY(-65%) translateX(-20px); */
  transform: scale(0.9) translate(-3%, -66%);
  padding-bottom: 0;
  /* Remove padding */
  padding-top: 0px;
}
.store-postal-code-cus:focus + .fmj-custom-span,
.store-postal-code-cus:not(:placeholder-shown) + .fmj-custom-span {
  opacity: 1;
  background-color: #fff;
  font-weight: 500;
  color: #000;
  /* transform: scale(0.80) translateY(-65%) translateX(-20px); */
  -webkit-transform: scale(0.9) translate(-3%, -66%);
          transform: scale(0.9) translate(-3%, -66%);
  padding-bottom: 0;
  /* Remove padding */
  padding-top: 0px;
}

#store-postal-code:focus + .fmj-custom-span {
  padding-bottom: 0;
  /* Remove padding */
  padding-top: 0px;
}

#store-postal-code-wrong-msg {
  padding: 7px 12px;
  font-size: 0.875rem;
  border-radius: 3px;
  border: 1px solid #979797;
  background-color: #f2dede;
  color: #a94442;
  margin-bottom: 15px;
  display: none;
  font-family: "brandon-grotesque", arial !important;
}

.store-details {
  max-height: 321px;
  overflow-y: auto;
}

.store-details-container {
  display: none;
  margin-top: 15px;
}

.store-details-heading {
  margin-bottom: 10px;
  font-family: "brandon-grotesque", arial !important;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
}

#bingMap {
  width: 100%;
  height: 680px;
}

.search-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.FMJ-info-icon-t .storepickup.tooltiptext {
  padding: 20px 0 0 0;
  bottom: 100%;
  border-radius: 5px;
  width: 270px;
}

.storepickup-not-present-main {
  background: #eeeeee;
}

.storepickup-not-present-main:hover {
  cursor: pointer;
}

.store-item {
  border-top: 1px solid #d8bfd8;
  padding: 15px;
  font-family: "brandon-grotesque", arial !important;
  font-size: 0.875rem;
  cursor: move;
}

.store-item:hover {
  background-color: #F0F0F1;
}

.selected {
  background-color: #F0F0F1;
}

.tel-Bold {
  font-weight: 600;
}

.store-name {
  color: #000;
  font-family: "brandon-grotesque", arial !important;
  font-size: 0.875rem;
  font-weight: 700;
}

.Address2 {
  font-family: "brandon-grotesque", arial !important;
  font-size: 0.875rem;
  color: #000;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.telephone-number {
  color: #782157;
  text-decoration: underline;
}

.telephone-number:hover {
  text-decoration: none;
}

.set-store-btn:hover {
  background-color: #792058;
  color: #fff;
}

.loadMoreStores {
  padding: 9px 26px;
  margin: 0 auto;
  color: white;
  font-family: "brandon-grotesque", arial !important;
  font-size: 0.875rem;
  background-color: #782157;
  border-color: #782157;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  border-radius: 4px;
  padding: 15px;
}

.loadMoreStores:focus {
  border: 2px solid #000 !important;
  background-color: #782157 !important;
  -webkit-box-shadow: 0 0 0 1px white, 0 0 0 1.8px #782157 !important;
  box-shadow: 0 0 0 1px white, 0 0 0 1.8px #782157 !important;
}

.loadMoreStores:hover {
  background-color: #934d79;
  border-color: #934d79;
}

.padding-15 {
  padding: 15px;
}

.store-info {
  color: #000;
}

.error-message-text {
  font-size: 0.875rem;
  font-family: "brandon-grotesque", arial !important;
}

.checkout-errors {
  background-color: #f5ecec;
  padding: 9px 25px;
  color: #792058 !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

.store-address {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page[data-action=Stores-StoreMap] {
  font-size: 17px !important;
}
.page[data-action=Stores-StoreMap] .telephone-number:hover {
  text-decoration: none !important;
}
.page[data-action=Stores-StoreMap] .arrow-image-locator {
  cursor: pointer;
}
.page[data-action=Stores-StoreMap] #store-postal-code-wrong-msg {
  font-size: 1rem;
  border: 1px solid #ebcccc;
  background-color: #f2dede;
  color: #a94442;
}
.page[data-action=Stores-StoreMap] .store-postal-code-cus:not(:-moz-placeholder-shown) + .fmj-custom-span {
  padding-left: 0px;
  font-weight: 700;
  color: #333;
  transform: scale(1) translate(4%, -60%);
}
.page[data-action=Stores-StoreMap] .store-postal-code-cus:not(:-ms-input-placeholder) + .fmj-custom-span {
  padding-left: 0px;
  font-weight: 700;
  color: #333;
  transform: scale(1) translate(4%, -60%);
}
.page[data-action=Stores-StoreMap] .store-postal-code-cus:focus + .fmj-custom-span,
.page[data-action=Stores-StoreMap] .store-postal-code-cus:not(:placeholder-shown) + .fmj-custom-span {
  padding-left: 0px;
  font-weight: 700;
  color: #333;
  -webkit-transform: scale(1) translate(4%, -60%);
          transform: scale(1) translate(4%, -60%);
}
.page[data-action=Stores-StoreMap] .fmj-store-form-container {
  max-width: 375px;
  width: 100%;
  position: absolute;
  z-index: 999;
  left: 5%;
  background-color: white;
  color: #333 !important;
  font-family: "brandon-grotesque", arial !important;
}
.page[data-action=Stores-StoreMap] .store-address {
  color: #000;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page[data-action=Stores-StoreMap] .store-directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page[data-action=Stores-StoreMap] .tel-Bold {
  font-weight: 600;
  font-size: 17px;
}
.page[data-action=Stores-StoreMap] .telephone-number {
  color: #000;
  font-size: 17px;
  text-decoration: underline;
}
.page[data-action=Stores-StoreMap] .opentext {
  color: #417505;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 0px;
  padding: 0px;
  font-size: 17px;
  height: auto;
}
.page[data-action=Stores-StoreMap] .display-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  font-size: 17px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page[data-action=Stores-StoreMap] input.store-postal-code-cus,
.page[data-action=Stores-StoreMap] .form-control-label-custom {
  width: 100%;
}
.page[data-action=Stores-StoreMap] .store-name,
.page[data-action=Stores-StoreMap] .Address2 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .page[data-action=Stores-StoreMap] #bingMap {
    height: 800px;
  }
}

.fmj-footer-store-locator .fmj-store-form-container {
  padding-bottom: 25px;
}
.fmj-footer-store-locator .store-locator-heading {
  font-size: 1.1875rem;
}
.fmj-footer-store-locator .store-locator-info,
.fmj-footer-store-locator #myLocationButton {
  font-size: 17px;
  color: #333 !important;
}
.fmj-footer-store-locator .fmj-custom-span {
  font-size: 17px;
  color: #333;
  padding: 5px 10px;
}
.fmj-footer-store-locator .store-details-heading {
  font-size: 15px;
  color: #333;
}
.fmj-footer-store-locator .store-name,
.fmj-footer-store-locator .storeAddressAndTiming,
.fmj-footer-store-locator .Address2,
.fmj-footer-store-locator .store-distance,
.fmj-footer-store-locator .hours .display-table {
  color: #333;
}
.fmj-footer-store-locator .store-item {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .MicrosoftMap {
    display: none;
  }
  #bingMap {
    height: 100%;
  }
  .store-details {
    max-height: 100%;
  }
  .fmj-store-form-container {
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 0;
    background-color: white;
  }
  .form-control-label-custom,
  #store-postal-code {
    width: 100%;
  }
  #store-postal-code-wrong-msg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page[data-action=Stores-StoreMap] .fmj-store-form-container {
    max-width: 100%;
    width: 100%;
    z-index: 999;
    position: relative;
    left: 0;
    padding: 0;
    background-color: white;
  }
  .page[data-action=Stores-StoreMap] .store-locator-heading {
    margin-top: 90px;
  }
  .page[data-action=Stores-StoreMap] .search-box-container,
  .page[data-action=Stores-StoreMap] .searchSec,
  .page[data-action=Stores-StoreMap] .store-details-heading,
  .page[data-action=Stores-StoreMap] .store-item {
    padding-left: 30px;
    padding-right: 25px;
  }
  .page[data-action=Stores-StoreMap] .store-details {
    max-height: 400px;
  }
}
