.nw-shopallstyles-addtocartbtn {
  position: relative;
  border: 0;
  width: 100%;
  padding: 20px 118px;
  font-size: $shopallstyles-productitem-addtobagfontsize;
  font-family: $shopallstyles-productitem-addtobagfontfamily;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 1.3px;
  @media screen and (min-width: $screen-max-xs) {
    margin: 20px 0;
    width: initial;
    padding: 14px 118px;
  }
}

.nw-shopallstyles-addtocartbtnloader {
  @extend %nwc-centeralign-items;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
