$noStoreBGImage: url($cdnBasePath  + "/locate+store+illustration.png") no-repeat center;
$loaderImage: url($cdnBasePath + "/client/assets/images/icon/loader.gif") no-repeat center;

.nw-store-list-heading {
  border-bottom: 1px solid #ccc;
  padding: 24px 0 16px;
  font-size: $font-size-sm;
  text-align: center;

  strong {
    font-family: $secondary-font-family;
  }
}

.nw-stores-panel {
  min-height: 110px;
}

.nw-store-list {
  margin: 0;
  width: 100%;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: $screen-max-xs) {
  .nw-store-list {
    max-height: 400px;
  }
}

.nwc-store {
  border-bottom: 1px solid #e9e7e7;
  width: 100%;
  padding: 32px 0;
  font-size: $font-size-xxxs;

  &:last-child {
    border: 0;
  }
}

// .nw-store-desc {
//   width: 80%;
// }

.nw-store-name {
  position: relative;
  font-size: $font-size-xxs;
  font-weight: 600;

}

.nw-locator-image {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;

  img {
    width: 100%;
  }
}

.nw-store-loader {
  margin: auto;
  width: 30px;
  height: 30px;
  background: $loaderImage;
  text-align: center;
  background-size: 30px 30px;
}

.nwc-goback-to-store-form {
  position: absolute;
  z-index: 10;
  // top: 16px;
  // left: 16px;
  padding: 16px;

  font-size: $font-size-xxxl;
  font-weight: 600;
  outline: none;
}

.nw-stores-found-gif-container {
  margin-top: -60px;
  text-align: center;

  h4 {
    margin: 8px 0;
    font-size: $font-size-xxl;
    font-family: $secondary-font-family;
  }

  img {
    width: 100%;
  }
}

.nw-stores-found-error-msg {
  position: relative;
  margin-top: -60px;
}

.nw-no-stores-msg {
  margin: 0;
  font-size: $font-size-sm;
}
