#content_select_order {
    display: none
}

.content-top {
    margin-bottom: 20px
}

.filter-comic h1 {
    text-align: center;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    color: #000
}

.ui-dark .filter-comic h1 {
    color: #fff
}

.filter-comic h1 > strong {
    color: #e52d27
}

.description-category {
    margin-top: 10px;
    margin-bottom: 15px
}

.description-category .detail-des {
    padding: 10px;
    border: 1px solid #ddd;
    color: #000;
    /*background: #26292c;*/
    border-radius: 4px
}

.ui-dark .description-category .detail-des {
    border: 1px solid gray;
    color: #f3eded;
    background: #26292c;
}

.filter-comic .nav-tabs {
    margin-top: 0;
    border-bottom: none;
    justify-content: center
}

.filter-comic .nav-tabs li {
    list-style: none;
    min-width: 90px;
    padding-right: 8px;
    padding-top: 5px
}

.filter-comic .nav-tabs li a {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 6px;
    color: #0a0a0a;
    font-weight: 400;
    outline: 0;
    white-space: nowrap;
    display: block;
    line-height: 32px;
    text-align: center;
    text-decoration: none
}

.filter-comic .nav-tabs li.active a {
    background: #1e90ff;
    border: 1px solid #1e90ff;
    color: #fff
}

.filter-comic .list-sort-comic {
    margin: 15px -15px;
    color: #fff
}

.mrt5 {
    margin-top: 5px
}

.mrb5 {
    margin-bottom: 5px
}

.mrt10 {
    margin-top: 10px
}

.mrb10 {
    margin-bottom: 10px
}

.list-select a.link-order {
    border-radius: 5px;
    width: 112px;
    margin-bottom: 2px;
    display: inline-block;
    text-align: center;
    background: #f4f4f4;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 4px 2px;
    color: #0a0a0a;
    font-weight: 400;
    outline: 0
}

.list-select a.link-order:hover {
    text-decoration: none
}

.list-select a.active {
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

.list-category-right {
    border: 1px solid #ddd;
    color: #333;
    padding: 10px;
    clear: right;
    margin-bottom: 15px;
    /*background: #26292c;*/
    box-shadow: 0 .5rem 1rem rgb(196 194 194 / 15%);
    border-radius: 4px
}

.ui-dark .list-category-right {
    border: 1px solid gray;
    color: #ddd;
    background: #26292c;
    /*box-shadow: 0 .5rem 1rem rgb(196 194 194 / 15%);*/
}

h2.category-title {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 400;
    color: #e52d27
}

.categories-detail ul li {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ddd
}

.ui-dark .categories-detail ul li {
    border-top: 1px solid #dedede69
}

.categories-detail ul > li > a {
    display: block;
    text-decoration: none;
    color: #333
}

.ui-dark .categories-detail ul > li > a {
    color: #e0dddd
}

.categories-detail ul > li > a:hover {
    color: #e52d27
}

.categories-detail ul > li.active > a {
    color: #e52d27
}

.categories-detail ul li:first-child {
    width: 100%
}

.filter-comic .category-mobile {
    display: none
}

.content-search-left .content-top h1 {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
}

.ui-dark .content-search-left .content-top h1 {
    color: white;
}


@media (max-width: 350px) {
    #content_select_order {
        display: block
    }

    .list-sort-comic .list-select {
        display: none
    }

    .filter-comic .category-mobile {
        display: block
    }

    .content-search-right {
        display: none
    }
}

@media (min-width: 351px) and (max-width: 480px) {
    #content_select_order {
        display: block
    }

    .list-sort-comic .list-select {
        display: none
    }

    .filter-comic .category-mobile {
        display: block
    }

    .content-search-right {
        display: none
    }
}

@media (min-width: 481px) and (max-width: 767.9px) {
    #content_select_order {
        display: block
    }

    .list-sort-comic .list-select {
        display: none
    }

    .filter-comic .category-mobile {
        display: block
    }

    .content-search-right {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.5px) {
    .content-search-right {
        display: none
    }

    .filter-comic .category-mobile {
        display: block
    }
}
