.page-navigation .show-more-catalog {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 32px;
    border: 1px solid #dad9d9;
    box-sizing: border-box;
    border-radius: 4px;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
    line-height: 18px;
    color: #6f6f6f;
}