.#{$prefix}pagination-c {
  @include clearfix();

  &-item {
    @include border();

    min-width: 36px;
    text-align: center;
    color: $text-color-default;
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    font-size: 12px;

    &:nth-of-type(1) {
      margin-left: 0;
      padding: 0 12px;
    }

    &:last-child {
      padding: 0 12px;
    }

    &:hover {
      @include border(all, $brand-c-default);
    }

    &-on {
      background-color: $c-brand-color-default;
      color: $background-color-write;
      border: none;
    }

    &-on:hover {
      border: none;
    }
  }

  & .disabled {
    display: none;
  }
}
