#pagination {
    margin-top: 40px!important;
    position: relative!important;
}
ul.simple-pagination {
    list-style: none;
}
.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}
.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.light-theme a, .light-theme span {
    color: #676767;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
}
.light-theme a:hover {
    text-decoration: none;
    background: #fcfcfc;
}
.light-theme .current {
    color: var(--main);
    font-weight: 600;
}
.light-theme .ellipse {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default;
}
.light-theme ul .next, .light-theme ul .prev {
    display: none;
}
