@charset "utf-8";
/* CSS Document */

.tags-pageination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 54px;
    margin-bottom: 100px;
}
.pagenext,.pageprev{
    cursor: pointer;
}
.pagenext.default,.pageprev.default{
    pointer-events: none;
    opacity: 0.5;
}
.tags-pageination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.tags-pageination ul li{
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
}
.tags-pageination ul li:hover{
    border: 1px solid #000;
}
.tags-pageination ul li.current{
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 980px) {
}


@media screen and (max-width: 568px) {
}
@media screen and (max-width: 325px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min-device-pixel-ratio:1.5) {
}


