
.nw-pdp-pincode {
  position: relative;
  display: inline-block;
  width: 100%;
}

.nw-pincode-inputblock {
  margin-left: -7.5px;
  padding-left: 0;
}

.nw-pincode-title {
  margin: 10px 0;
  font-size: $font-size-xs;
}

.nw-pincode-input {
  border: 0;
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: $concrete;
  font-size: $font-size-xs;
  font-weight: 600;
  letter-spacing: 2px;
  outline: 0;
}

.nw-pincode-btns {
  margin-bottom: 20px;
}

.nw-pincode-btn {
  position: relative;
  border: 2px solid;
  width: 100%;
  padding: 10px 25px;
  background: $pincode-btn-bg;
  font-size: $font-size-xs;
  font-family: $secondary-font-family;
}

.nw-pincode-header {
  font-size: $font-size-xxs;
  font-family: $secondary-font-family;
}

.nw-pincode-modes {
  margin: 12px 0;
}

.nw-pincode-check {
  float: left;
  font-size: $font-size-sm;
}

.nw-pincode-name {
  position: relative;
  top: -2px;
  margin: 0 5px 0 10px;
  font-size: $font-size-xxs;
}

.nw-stores-length {
  position: relative;
  top: -2px;
  border: 0;
  padding: 0;
  font-size: $font-size-xxs;
  font-weight: 600;
  color: $button-primary-txt-color;
}

.nw-store-header {
  margin: 30px 0 10px;
  width: 100%;
  background: $concrete-solid;
  font-weight: 600;
  line-height: 35px;
}

.nw-store-title {
  padding-left: 15px;
  line-height: 40px;
}

.nw-store-item {
  float: left;
  margin: 10px 0;
  width: 100%;

  @media screen and (min-width: $screen-min-sm) {
    width: 50%;
  }

  min-height: 125px;
  padding: 0 30px;
  font-size: $font-size-xs;
  line-height: 1.5;

  span {
    display: block;
  }
}

.nw-item-bold {
  font-weight: 600;
}

.nw-pincode-error {
  margin-top: 10px;
  font-size: $font-size-xxs;
  color: $color-danger;
}

.nw-pincode-loader {
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 35px;
  height: 35px;
}

.nw-stores-storepickmsg {
  margin: 2px 0;
  padding: 0 25px;
  font-size: $font-size-xxs;
}
