.nw-leftnavmobile {
  // padding: 20px 0; 
}

.nw-leftnavmobile-title {
  margin: 0 0 10px;
  width: 100%;
  font-size: $font-size-xxl;
  font-family: $primary-font-family;
  font-weight: 600;
  text-align: center;
}

.nw-leftnavmobile-list {
  flex-wrap: nowrap;
  display: flex;
  overflow: -moz-scrollbars-none;  // Firefox}
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;  // IE 10+
  &::-webkit-scrollbar { 
    display: none;  // Safari and Chrome
  }

  &.is-noscroll {
    justify-content: center;
  }
}

.nw-leftnavmobile-item {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  overflow: hidden;
  margin: 0 8px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.nw-leftnavmobile-itemimage {
  &.is-fullwidth {
    width: 100%;
  }

  &.is-fullheight {
    height: 100%;
  }
}

.nw-leftnavmobile-itemtitle {
  margin: 10px 0 0;
  font-size: $font-size-xxs;
  font-weight: 600;
  text-align: center;
  color: $leftnavmobile-itemtitle-color;
}
