
        .combobox {
            position: relative;
            width: 100%;
            display: block;
        }
        .combobox input {
            width: 100%;
            box-sizing: border-box;
        }
        .combobox .dropdown {
            position: absolute;
            width: 100%;
            border: 1px solid #ccc;
            border-top: none;
            background: #fffff0;
            display: none;
            max-height: 200px;
            overflow-y: auto;
            z-index: 1000;
            color: #444444;
        }
        .combobox .dropdown div {
            padding: 15px 8px;
            cursor: pointer;
        }
        .combobox .dropdown div:hover {
            background: #f0f0f0;
        }
        .combobox .clear-icon {
            position: absolute;
            right: 10px;
            bottom: 10px;
            cursor: pointer;
            display: none;
            font-size: 27px;
            color: #000;
            font-weight: 900;
        }
        ._line-item {border-bottom: 1px solid #ccc; display: block;padding: 10px 0 10px 10px;}
        ._line-item ._open-list {float: right; padding-right: 0}
        ._line-item ._open-list, ._line-item ._back-list {padding: 0 10px;}
        .judet {display: block; font-size: 12px; font-style: italic; padding: 0 10px;}
        .hint-sel-location{display: block; padding: 3px; font-weight: bold; font-size: 12px;}
        .back-location {display: none;}
        .search-icon {display: none;}

/*@media (max-width:767px) {
    .loc-open {position: fixed !important; top: 0; left: 0; bottom:0; z-index: 100000; height: 100vh; width: 100%; box-sizing:border-box; overflow-y:scroll; overflow-x:hidden; background-color: #fff; padding: 5px 15px !important;}
    .loc-open .combobox .dropdown {max-height: none;}
    .loc-open .back-location {display: block; font-size: 1.7rem; font-weight: bold;}
    .loc-open .back-location span {display: block; font-size: 2rem; font-weight: bold; padding: 5px 0 15px 0; text-align:center;}
    .loc-open label {display: none !important;}*/
    /*.loc-open .combobox .clear-icon {top: 100px;}*/
/*    .loc-open .search-icon {display: block; position: absolute; bottom: 4px; left: 10px;font-weight: bold; font-size: 1.3rem; color: #000;}
    .loc-open .combobox input { padding-left: 2.5rem !important; background-color: #f5f5f5;}

}*/
