﻿@charset "utf-8";
#showList {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #FFF;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    font-weight: 600;
    background: #8cc63e;
    border: 1px solid #ffffff;
}

#showList .dropDownIcon {
        font-size: 30px;
        position: absolute;
        right: 10px;
        top: 5px;
    }

.ddlCateList {
   
    position: absolute;
    z-index: 5;
    background: rgba(255, 255, 255, 0.9);
    color: #676767;
    width: 95%;
    max-height: 300px;
    overflow-y: auto !important;
    padding: 5px;
    left: 3%;
    margin-top: -20px;
}

.ddlCateList li {
        padding: 10px;
        padding-left: 5px;
        position: relative;
    }

.no-li-point {
    list-style-type: none;
}

.ddlCateList li a.active {
    color: #ff0039;
    font-weight: bold;
}

.subProdCate, .subCate {
   
    padding-left: 5px;
}


.subCateAction {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 1.4em;
    color: #2a868e;
    cursor: pointer;
}

#showList .dropDownIcon {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.ddlCateList a {
    color: #666;
    text-decoration: none;
}

 
.subProdCate, .subCate,  .prodCateList, .ddlCateList {
    display: none;
}

.ddlCateList {
    max-height: 600px;
    overflow: auto;
}