.k_feye{
    display: flex;
    align-items: center;
    justify-content: center;
}
.k_feye .k_tw{
    margin-top: 20px;
    padding: 10px;
    cursor: pointer;
    margin-left: 10px;
}
.k_feye .s_top{
    margin-left: 0;
    margin-right: 10px;
}
/**/
#k_ul .list {
    overflow: hidden;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 20px;
}

.pagination li a {
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
    padding: 0;
}

.pagination li a:hover {
    background-color: #484848;
    color: #fff;
}

.pagination .active a {
    background-color: #484848;
    color: #fff;
}

/**/
.sort .u-pt-5 {
    display: none
}

.sort.asc .nt {
    display: block;
}

.sort.desc .up {
    display: block;
}

.sort.desc .icon-chevron-down-alt {
    transform: rotate(180deg);
    display: inline-block;
}
.l-sticky-footer.background-green{
    background-color: #65c8d0;
}

/**/
.js-header__mobile-menu-root{
    display: none;
}
@media (max-width: 1023px) {
    .header__takeover .header__desktop-links ,.your-Isource .header__desktop-links{
        display: block;
        
        float: right;
    }
}