.nw-shopallstyles-titlecontainer {
  justify-content: center;
  align-items: center;
  display: flex;
  @media screen and (min-width: $screen-max-xs) {
    justify-content: flex-start;
  }
}

.nw-shopallstyles-title {
  margin: 0;
  padding: 20px 0;
  font-size: $shopallstyles-title-font;
  font-family: $shopallstyles-title-fontfamily;
}

.nw-shopallstyles-productcount {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: $shopallstyles-productcount-font;
  font-family: $shopallstyles-productcount-fontfamily;
  @media screen and (min-width: $screen-max-xs) {
    justify-content: flex-start;
  }
}

.nw-shopallstyles-viewcontainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.nw-shopallstyles-contentrow {
  padding: 0 10px;
}

.nw-shopallstyles-actionsrow {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: $shopallstyles-actionsrow-background;
  @media screen and (min-width: $screen-max-xs) {
    left: 8px;
    width: 100%;
    background: $shopallstyles-actionsrow-backgrounddesktop;
  }
}

.nw-shopallstyles-actionstotal {
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 14px 34px 8px rgba(0, 0, 0, 0.17);
  padding: 15px;
  font-size: $font-size-sm;
  @media screen and (min-width: $screen-max-xs) {
    justify-content: flex-end;
    margin-top: 10px 0;
    box-shadow: none;
  }
}

.nw-shopallstyles-totalamount {
  margin-left: 10px;
  font-family: $shopallstyles-actionsrow-totalamountfontfamily;
}

.nw-shopallstyles-actionsaddtocart {
  @extend %nwc-centeralign-items;
  padding: 0;
  @media screen and (min-width: $screen-max-xs) {
    justify-content: flex-start;
    padding: 0 7.5px;
  }
}

.nw-shopallstyles-productitemcontainer {
  padding-bottom: 220px;
  @media screen and (min-width: $screen-max-xs) {
    overflow: auto;
    max-height: $shopallstyles-productitem-containerheight;
    padding-bottom: 180px;
  }
}
