.nw-sashorizontalcarousel-carousel {
  &.nwc-carousel {
    flex-wrap: nowrap;
    display: flex;
    overflow: hidden;
  }
}

.nw-sashorizontalcarousel-imagecontainer {
  flex: 0 0 auto;
  width: 100%;
}

.nw-sashorizontalcarousel-image {
  width: 100%;
}

.nw-sashorizontalcarousel-button {
  border: 0;
  color: $shopallstyles-horizontalcarousel-iconcolor;

  &:disabled {
    border: 0 !important;
  }
}

.nw-sashorizontalcarousel-buttonicon {
  font-size: $shopallstyles-horizontalcarousel-iconfontsize;
}

.nw-sashorizontalcarousel-buttonwrapper {
  @extend %nwc-centeralign-items;
}

.nw-sashorizontalcarousel-dotwrapper {
  @extend %nwc-centeralign-items;
  padding-top: 20px;
}

.nw-sashorizontalcarousel-dot {
  margin: 3px;
  border: 0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: $shopallstyles-horizontalcarousel-dotscolor;

  &.is-active {
    background: $shopallstyles-horizontalcarousel-dotscoloractive;
  }
}
