.nw-storelocator-container {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  // height: calc(100vh - 150px);
}

.nw-storelocator-row {
  margin: 0;
  height: 100%;
}

.nwc-right-panel {
  height: 320px;
  padding: 0;
}

.nwc-left-panel {
  position: inherit;
  padding: 0;
  background-color: $white;
}

.nwc-storeform-container {
  overflow: auto;
  padding: 24px;
}

.nwc-stckyclass {
  z-index: 2;
  top: 0;
  left: 24px;
  background-color: $white;
}

.nwc-absolute {
  position: absolute;
  width: calc(100% - 48px);
}

.nwc-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 24px 24px 8px;
}

@media screen and (min-width: $screen-min-sm) {
  .nwc-right-panel {
    height: calc(100vh - 145px);
  }

  .nwc-left-panel-desktop {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 24px;
    max-width: 24%;
    min-height: 1px;
    padding: 0;
    background-color: $white;
  }

}

.nwc-storeform-container-desktop {
  height: calc(100vh - 196px);
}

@media screen and (max-width: $screen-max-sm) {
  .nwc-storeform-container {
    padding: 16px;
  }

}
