.wrapCatPageWithItems {
    flex-direction: row-reverse;
}

.sortgroup .arrowitem {
    display: none;
}

.sortgroup.active .arrowitem {
    display: inline-block;
}

.container2 {
    max-width: 1650px;
    margin: 0 auto;
}

.viewsBlock svg {
    width: 20px;
    height: 20px;
}

.viewsBlock a,
.viewsBlock a:hover {
    color: transparent;
    padding: 0 10px 0 0;
}

.viewsBlock a.active {
    cursor: auto;
    pointer-events: none;
}

.viewsBlock a:hover svg path {
    fill: #ff7c1c;
}

.viewsBlock a:hover svg line {
    stroke: #ff7c1c;
}

.catalog-showcount-variant.active {
    background: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-family: 'ProximaNovaRegular';
    margin: 0 10px 0 0;
    border: 1px solid #000;
}

.viewsBlock {
    padding-left: 20px;
}

.viewsBlock a.active svg path {
    fill: #000;
}

.viewsBlock a.active svg line {
    stroke: #000;
}

.btn.btn-default.show-more {
    background-color: transparent;
    color: #FF7C1C;
    line-height: 1;
    margin-left: 20px;
    border: 1px solid #FF7C1C;
    outline: none;
    padding: 9px 65px;
    font-size: 17px;
}

.btn.btn-default.show-more:hover {
    background-color: #FF7C1C;
    color: #fff;
}

.catalog-showcount-variant:hover {
    background: #ff761a;
    color: #fff;
    border: 1px solid #ff761a;
}

.catalog-showcount-variant.active {
    pointer-events: none;
}

.catalog-showcount-variant.active:hover {
    background: #000;
    cursor: auto;
    border: 1px solid #000;
}

.sortgroup {
    opacity: 0.7;
}

.sortgroup.active {
    opacity: 1;
    font-weight: 500;
}

.sortgroup:hover {
    opacity: 1;
}