.nw-back-to-top-btn-wrapper {
  text-align: center;
}

.nw-back-to-top-btn {
  border: 0;
  width: 170px;
  padding: 16px 14px;
  background: $back-to-top-btn-background;
  cursor: pointer;
  font-size: $font-size-xs;
  font-weight: 600;
  text-align: center;
  color: $back-to-top-btn-color;

  i {
    padding-right: 8px;
    font-size: $font-size-xl;
    font-weight: 600;
  }
}
