.store-content-wrapper {
  margin-top: 25px;
  height: calc(100% - 25px);

  .store-btn-container {
    display: flex;

    .store-btn-top {
      flex-grow: 1;
      border-bottom: $reward-modal-top-btn-border;
      font-size: $reward-item-data-font;
      text-align: center;

      &.current {
        border-bottom: medium solid;
        font-weight: 600;
        line-height: initial;
        color: $reward-shoppingbtn-background;
      }
    }
  }
}

.store-btn-top {
  .nwc-btn {
    border: $border-none !important;
    padding-bottom: 12px;
  }
}

.store-opt {
  display: flex;
  border-bottom: $reward-modal-top-btn-border;
  padding: 20px 10px;

  .nwc-img {
    margin-right: 10px;
    width: 35px;
    height: 35px;

  }
}

.store-main-img {
  margin: 20px 0;
  text-align: center;
}

.nw-store-btn-container {
  width: 80%;
  padding: 10px;
  text-align: center;

  .nwc-btn {
    border: $border-none !important;
    border-radius: 5px;
    width: 100%;
    padding: 10px 0;
    background: $reward-shoppingbtn-background;

    .nwc-anchortag {
      display: block;
      color: $reward-shoppingbtn-color;
    }
  }

}

.nw-store-content-container {
  margin: 0;
  min-height: 270px;
}

.nw-store-content {
  padding: 0;

  .nwc-grid-row {
    margin: 0;
  }
}

.nw-store-phy-img {
  width: 50%;
}

.store-dis-btn {
  flex-wrap: wrap;
  justify-content: center;
  border: $border-none;

  div:first-child {
    display: flex;
    width: 100%;
  }  
}

