.category-wrap {
    width: 100%;
    height: auto;
    min-height: 60px;
    position: relative;
    z-index: 3;
}

.category-wrap button {
    min-width: 220px;
    background: none;
	font-weight:500;
    border: 0;
    color: #fff;
    font-size: 17px;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all-wrap {
    width: 100%;
    max-width: 690px;
    height: auto;
    min-height: 60px;
    transition: all .3s ease;
}

.all-wrap .loca-wrap {
    width: 100%;
    height: auto;
    min-height: 60px;
}

.all-wrap .loca-wrap .loca-area {
    width: 100%;
    height: auto;
    min-height: 60px;
    font-size: 16px;
    color: #fff;
    font-weight:400;
    letter-spacing: -0.04em;
}

.all-wrap .loca-wrap .loca-area > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.all-wrap .loca-wrap .loca-area > ul > li {
    /*width: 270px;*/
    height: 60px;
    position: relative;
}

.all-wrap .loca-wrap .loca-area > ul > li button {
    width: 100%;
    height: 60px;
    padding: 0 50px 0 0;
    position: relative;
    text-align: left;
    border-right: 1px solid #7b96ef;
    background-image: url("https://s2.svgbox.net/hero-solid.svg?ic=chevron-down&color=fff");
    background-size: 30px 30px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    transition: background .3s ease;
}

.all-wrap .loca-wrap .loca-area > ul > li button.active {
    background-image: url("https://s2.svgbox.net/hero-solid.svg?ic=chevron-up&color=fff");
}

.all-wrap .loca-wrap .loca-area > ul > li button span {
    padding-left: 20px;
    background-color: transparent;
}

.all-wrap .loca-wrap .loca-area > ul > li div {
    overflow: hidden;
    height: 0;
    position: relative;
}

.all-wrap .loca-wrap .loca-area > ul > li div ul {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    list-style: none;
}

.all-wrap .loca-wrap .loca-area > ul > li div ul li a {
    color: #000;
    text-align: left;
    border: 1px solid #ddd;
    background: #fff;
    margin-top: -1px;
    height: 45px;
    line-height: 45px;
    display: block;
    transition: background .3s ease;
    padding-left: 19px;
    box-sizing: border-box;
}

.all-wrap .loca-wrap .loca-area > ul > li div ul li a:hover {
    background: #4268E3;
    color: #fff;
    text-decoration: none;
}

.all-wrap .loca-wrap .loca-area > ul > li.active {
    background: #4268E3;
    color: #fff;
}
