/* #get-category-list {
    margin-bottom: 16px !important;
    padding: 8px !important;
    position: relative !important;
    width: 140px !important;
    z-index: -1 !important;
}
#get-category-list .title {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
    position: relative !important;
}
#get-category-list .title a {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
#get-category-list .title span img {
    height: auto !important;
    width: 16px !important;
} */
/* #get-category-list .title span {
    color: rgba(202, 26, 32, 1);
    font-size: 16px !important;
} */
/* #get-category-list li a {
    color: rgba(130, 130, 130, 1) !important;
}
#get-category-list .current-cat a {
    color: rgba(202, 26, 32, 1) !important;
    font-weight: 400 !important;
}
#get-category-list .cat-item {
    list-style-type: none !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}
.fixed-category-list {
    position: fixed !important;
    top: 100px !important;
}
@media (max-width: 1199px) {
    #get-category-list {
        background-color: rgba(255, 255, 255, 1) !important;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, .2) !important;
        border-radius: 4px !important;
        margin-top: -14px !important;
        width: 100% !important;
    }
    #get-category-list .title a {
        width: 100% !important;
    }
    .fixed-category-list {
        position: relative !important;
    }
} */
/* @media (min-width: 7678px) and (max-width: 1199px) {
    .fixed-category-list {
        top: 10px !important;
        z-index: 10 !important;
    }
} */