@charset "utf-8"; .basic-category {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    height: 70px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex-direction: row; */
}

.basic-category a {
    display: block;
}

.basic-category .ca-head {
    border: 0;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    padding-right: 1px;
}

.basic-category .ca-sub1 {
    display: inline-block;
    float: left;
}

.basic-category .ca-sub1.on > a {
    color: 00a9a7 !important;
}

.basic-category .ca-sub1 > a.no-sub::after {
    top: 0px;
    font-family: "FontAwesome";
    float: right;
    position: relative;
    content: "|";
    padding: 0 10px;
}

.basic-category .ca-sub1 > a.is-sub::after {
    top: 0px;
    font-family: "FontAwesome";
    float: right;
    position: relative;
    content: "+";
}

.basic-category .ca-sub2 {
    float: left;
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0px 0px;
    margin: -1px;
}

.basic-category .ca-sub2 li {
    padding: 2px 20px;
    padding-right: 15px;
}

.basic-category .ca-sub2 li.on a {
    font-weight: bold !important;
    color: crimson !important;
}

.basic-category .ca-line {
    padding: 8px 15px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

.basic-category .new {
    color: crimson;
}

.div-title-underbar-bold {
    border-color: #00a9a7;
}

.div-title-underbar {
    margin-bottom: 15px;
}

.basic-category .top-cate {
    float: left;
    width: 100px;
    height: 100%;
}

@media (max-width: 767px) {
    .basic-category .top-cate .nav_plus {
        display:none;
    }

    .basic-category .top-cate {
        float: left;
        width: auto;
    }

    .widget-side {
        display: none;
    }
}
