.bottom-nav {clear: both; padding-top: 10px;padding-bottom: 20px;}
.nav-load {text-align: center;}
.nav-load div {padding: 0 60px; display: inline-block; height: 60px; line-height: 60px; border-radius: 30px;
font-weight: 700; font-size: 18px; background-color: #2980b9; color: #fff;}
.nav-load div:hover {background-color: #00a652; color: #fff;cursor: pointer;}
.nav-load span {display: none;}
.tags-select-area {
    width: 180px;
    float: right;
    margin-right: -180px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    border: 3px solid #d6d6d6;
}

.tags-select-h {
    font-size: 14px;
    font-weight: bold;
    padding: 7px 5px;
    clear: both;
}
.tags-select-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
}
.tags-select-list li {
    display: block;
    border-bottom: 1px solid #eee;
}
.tags-selected-list li a{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAAKklEQVQoz2NgGATA4L/Bf3QWmrTBfwSNQwEOSWQT8EjiNRqnCQRcPgAAAG+mJxC7ICdhAAAAAElFTkSuQmCC) no-repeat 100% 50%;}

.tags-select-list li a {
    display: block;
    padding: 7px;
    text-decoration: none;
    line-height: 15px;
}
.not_filter {
    display: block;
    padding: 7px;
    text-decoration: none;
    line-height: 15px;
}
.tags-select-list li a i {
    float: right;
    color: #555;
    margin-left: 5px;font-family: 'Rubik', sans-serif;
font-size: 1.1rem; font-style: normal !important;
}