.cfcity {
	position: relative;
}
.cfcity_first {
	display: none;
	position: absolute;
	top: 100%;
	/*min-width: 100%;*/
	padding: 15px;
	background: #fff;
	box-shadow: 1px 1px 5px #999;
	z-index: 999;
	width: 240px;
}

.cfcity_first .wrrp-btn{
    display: flex;
    padding: 0;
}

.cfcity_list {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	padding-left: 0;
    width: 100%;
}
.cfcity_list li {
	margin-bottom: 2px;
	list-style: none;
}

.cfcity_list li a{
    font-size: 14px;
    color: #2a2939;
    cursor: pointer;
}

#cfCityError {
	display: none;
}


.gl-current-select {
    color: #00F;
    cursor: pointer;
}

.btn-yes {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #00F;
}

.btn-change {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #F00;
    border-bottom: 1px dotted #005a99;
}

.gl-modal{
    width: 945px;
    position: relative;
    margin: 30px auto;
}

.gl-default {
    width: 945px;
    padding: 40px;
    text-align: center;
    display: block;
    background: #fff;
    position: relative;
    border-radius: 8px;
    color: #2A2939;
}

.gl-default .popup-title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Gilroy Semibold;
    text-align: left;
}

.gl-default .desc {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    margin-top: 10px;
}

.gl-change-select {
    width: 400px;
    padding: 30px;
    display: block;
}

.gl-change-list {
	list-style: none;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	margin: 25px 0 0 0;
}

.gl-change-list li {
    float: left;
    width: 20%;
    padding: 0;
    margin: 0;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.gl-change-list li a {
	font-size: 14px;
	color: #2A2939;
	cursor: pointer;
	/*color: #ED6766;*/
}

.gl-change-list span:hover{
	font-weight: 700;
}

.gl-default h5, .gl-change-select h5 {
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
	color: #636363;
}

/* fix select2 */
.select2-dropdown.select2-dropdown--below {
	z-index: 10001;
}


