.pop_delivery_location .location_top {
	display: flex;
	position: relative;
}

.pop_delivery_location .location_top .custom-select.box {
	width: calc(100% - 66%);
	margin-right: 16px;
	background-position: calc(100% - 20px) center;
}

.pop_delivery_location .form-control.box {
	position: relative;
	width: calc(100% - 37%);
	padding: 0 50px 0 13px;
	border-radius: 0;
}

.pop_delivery_location .location_top select,
.pop_delivery_location .location_top input {
	height: 50px;
	line-height: unset;
	min-height: unset;
	font-size: 14px;
}

.pop_delivery_location .search_btn {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 30px;
	height: 42px;
	margin-top: -21px;
	background: #fff;
}

.pop_delivery_location .search_btn img {
	width: auto;
	height: auto;
}

.pop_delivery_location .table_detail {
	margin-top: 20px;
	border: 1px solid #e2e2e2;
}

.pop_delivery_location .table_detail tr:first-child {
	border-top: 0;
}

.pop_delivery_location .table_detail tr {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.pop_delivery_location .table_detail th {
	padding: 6px 0;
	color: #959595;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #e2e2e2;
	background: #f7f7f7;
}

.pop_delivery_location .table_detail td {
	padding: 12px 17px;
	color: #959595;
	font-size: 14px;
	line-height: 1.4;
	border-right: 1px solid #e2e2e2;
}

.pop_delivery_location .table_detail td:nth-child(2),
.pop_delivery_location .table_detail td:nth-child(3) {
	text-align: center;
}

@media (max-width: 767px) {

	.pop_delivery_location .location_top .custom-select.box {
		margin-right: 6px;
		background-position: calc(100% - 10px) center;
	}

	.pop_delivery_location .table_detail th {
		line-height: 32px;
	}

	.pop_delivery_location .search_btn {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 24px;
		height: 24px;
		margin-top: 0;
		background: #fff;
		transform: translateY(-50%);
	}
}
