@charset "utf-8";

/* -- ADD NEXT START > -- */

.search_cond-wrapper {
    display: none;
    z-index: 9999;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0px 20px;
}

.search_cond-wrapper.active {
    display: block;
    padding-bottom: 45px;
}

.mobile-filter {
/*    margin: 0px 20px;*/
}

.filter_title {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.mobile-filter .form-group {
    border-bottom: 1px dotted #808080;
/*    padding: 11px 0px;*/
    margin: 0px;
}

.mobile-filter .filter-cat:last-of-type {
    border: none;
}

.mobile-filter .form-group .togglelabel{
    font-size: 12px;
    color: #262626;
    font-weight: bold;
    display: inline-block;
    padding: 10px 5px;
    cursor: pointer;
    position: relative;
    width: 100%;
}
.mobile-filter .form-group .togglelabel:after{
    content: "+";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
}
.mobile-filter .form-group .togglelabel.plus:after{
    content: "-";
}

.mobile-filter .form-group ul label{
    font-size: 12px;
    color: #262626;
    font-weight: bold;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    width: 90%;
}
.mobile-filter .form-group ul{
    display: none;
    border-top: 1px dotted #808080;
    padding-top: 11px;
    background-color: #efefef;
}
.mobile-filter .form-group ul li{
    padding-left: 5px;
}

.mobile-filter label:after{
    
}

.mobile-filter .form-group input[type="date"] {
    width: 105px;
    height: 20px;
    -webkit-appearance: none;
    border: 1px solid #cccccc;
}

.mobile-filter .filter-cat ul {
    margin: 0;
    padding: 0;
}

.mobile-filter .filter-cat ul li {
    list-style: none;
}

.mobile-filter .filter-cat ul li label {
    font-weight: normal;
    display: inline;
}

.mobile-filter .filter-cat input[type="submit"] {
    background: #D65C96;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    height: 30px;
    cursor: pointer;
}

/* -- ADD NEXT < END -- */

@media (min-width: 320px) and (max-width: 767px) {}
