#ownd-location
{
	display: inline-block;
	vertical-align: top;
	height: 14px;
	position: relative;
	margin-right: 30px;
}

#ownd-location .ownd-location-current
{
	display: inline-block;
	vertical-align: top;
	color: #fb2e01;
	line-height: 20px;
}

#ownd-location .ownd-location-current span
{
	background: url( '/local/components/ownedmuhaha/location/templates/.default/img/location.svg' ) 50% 50% / contain no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 18px;
	margin-top: -1px;
}

#ownd-location .ownd-location-guess
{
	position: absolute;
	top: 20px;
	left: 0;
	background: white;
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 4px rgb(0 0 0 / 4%), 0 20px 40px rgb(0 0 0 / 8%);
	padding: 23px;
	z-index: 1000;
}

#ownd-location .ownd-location-guess > div
{
	font-size: 18px;
	color: #666;
	white-space: nowrap;
}

#ownd-location .ownd-location-guess > div:first-child
{
	margin-bottom: 15px;
}

#ownd-location .ownd-location-guess a
{
	display: inline-block;
	vertical-align: top;
	height: 44px;
	padding: 0 19px;
	line-height: 44px;
	font-size: 16px;
	border-radius: 8px;
}

#ownd-location .ownd-location-guess a.ownd-location-guess-correct
{
	background-image: linear-gradient(0deg,#0392cf,#04c2df);
	font-weight: 700;
	color: white;
	letter-spacing: 1px;
}

#ownd-location .ownd-location-guess a.ownd-location-guess-correct:hover
{
	box-shadow: inset 0 100px 0 hsl(0deg 0% 100% / 10%);
}

#ownd-location .ownd-location-guess a.ownd-location-guess-change
{
	background: #f7f7f7;
	color: #666;
}

#ownd-location .ownd-location-guess a.ownd-location-guess-change:hover
{
	box-shadow: inset 0 0 0 50px rgb(0 0 0 / 2%);
}

#ownd-location-select
{
	background: rgba(0,0,0,.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 1000;
}

#ownd-location-select .ownd-location-window
{
	width: 1100px;
	height: 680px;
	margin: 50px auto 0;
	background-color: #fff;
	border-radius: 8px;
    box-shadow: 0 16px 24px 0 rgb(0 0 0 / 32%);
}

#ownd-location-select .ownd-location-window-title
{
	background: #f7f7f7;
	height: 70px;
	line-height: 70px;
	color: #666;
	padding-left: 20px;
	font-size: 20px;
	border-radius: 8px 8px 0 0;
	position: relative;
}

#ownd-location-select .ownd-location-window-title a
{
	background: url( '/local/components/ownedmuhaha/location/templates/.default/img/cross.svg' ) 50% 50% no-repeat;
	background-size: 24px 24px;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 22px;
	right: 17px;
}

#ownd-location-select .ownd-location-input
{
	height: 42px;
	width: 1060px;
	margin: 25px auto 0;
	background: #f2f2f2;
	border-radius: 8px;
	position: relative;
}

#ownd-location-select .ownd-location-input span
{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 50px;
	background: url( '/local/components/ownedmuhaha/location/templates/.default/img/search.svg?2' ) 50% 50% no-repeat;
	background-size: 20px 20px;
}

#ownd-location-select .ownd-location-input input
{
	display: inline-block;
	vertical-align: top;
	border: none;
	height: 100%;
	width: calc( 100% - 55px );
	background: none;
	color: #666;
	font-size: 16px;
	outline: none;
}

#ownd-location-select .ownd-location-input input::placeholder
{
	color: #999;
}

#ownd-location-select .ownd-location-search
{
	position: absolute;
	top: 50px;
	left: 1px;
	background: #fff;
	height: 534px;
	width: 100%;
	display: none;
	z-index: 1;
}

#ownd-location-select .ownd-location-big-cities
{
	width: 1060px;
	margin: 25px auto 0;
}

#ownd-location-select .ownd-location-big-cities a
{
	display: inline-block;
	vertical-align: top;
	background: #f7f7f7;
	color: #666;
	font-size: 14px;
	line-height: 34px;
	padding: 0 15px;
	border-radius: 100px;
	margin-right: 8px;
}

#ownd-location-select .ownd-location-big-cities a:last-child
{
	margin-right: 0;
}

#ownd-location-select .ownd-location-big-cities a:hover
{
	color: #fff;
	background: #0392cf;
}

#ownd-location-select .ownd-location-lists
{
	margin-top: 20px;
}

#ownd-location-select .ownd-location-list
{
	float: left;
	width: 33.33%;
}

#ownd-location-select .ownd-location-list-title
{
	color: #888;
	padding-left: 25px;
	font-size: 18px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	letter-spacing: 1px;
}

#ownd-location-select .ownd-location-list-values
{
	overflow-y: auto;
	max-height: 415px;
	border-left: 1px solid #d8d8d8;
}

#ownd-location-select .ownd-location-search .ownd-location-list-values
{
	border-left: none;
	height: 100%;
}

#ownd-location-select .ownd-location-list-values::-webkit-scrollbar
{
    width: 5px;
}

#ownd-location-select .ownd-location-list-values::-webkit-scrollbar-thumb
{
    background-color: #8c8c8c;
    border-radius: 3px;
}

#ownd-location-select .ownd-location-list-values::-webkit-scrollbar-track
{
    background-color: #f6f6f6;
}

#ownd-location-select .ownd-location-list:first-child .ownd-location-list-values
{
	border-left: 0;
}

#ownd-location-select .ownd-location-list-values a
{
	color: #000;
	padding-left: 25px;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	display: block;
	white-space: nowrap;
}

#ownd-location-select .ownd-location-search .ownd-location-list-values a
{
	padding-left: 0;
}

#ownd-location-select .ownd-location-search .ownd-location-list-values a:hover
{
	color: #0392cf;
}

#ownd-location-select .ownd-location-list-values a.ownd-selected-value
{
	border-left: 3px solid #0392cf;
	color: #0392cf;
	background: #d3f2ff;
	padding-left: 22px;
}

#ownd-location-mobile
{
	display: none;
}

#ownd-location-select .ownd-location-mobile
{
	display: none;
}

@media (max-width: 991px)
{
	#ownd-location-mobile
	{
		height: 25px;
		position: relative;
		display: block;
	}

	#ownd-location-mobile .ownd-location-current
	{
		color: #fb2e01;
		font-size: 14px;
	}

	#ownd-location-mobile .ownd-location-current span
	{
		background: url( '/local/components/ownedmuhaha/location/templates/.default/img/location.svg' ) -1px 50% / contain no-repeat;
		display: inline-block;
		vertical-align: top;
		width: 25px;
		height: 18px;
		margin-top: -1px;
	}

	#ownd-location-mobile .ownd-location-guess
	{
		position: absolute;
		top: 20px;
		left: 0;
		background: white;
		border-radius: 8px;
		box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 4px rgb(0 0 0 / 4%), 0 20px 40px rgb(0 0 0 / 8%);
		padding: 23px;
		z-index: 1000;
	}

	#ownd-location-mobile .ownd-location-guess > div
	{
		font-size: 18px;
		color: #666;
		white-space: nowrap;
	}

	#ownd-location-mobile .ownd-location-guess > div:first-child
	{
		margin-bottom: 15px;
	}

	#ownd-location-mobile .ownd-location-guess a
	{
		display: inline-block;
		vertical-align: top;
		height: 44px;
		padding: 0 19px;
		line-height: 44px;
		font-size: 16px;
		border-radius: 8px;
	}

	#ownd-location-mobile .ownd-location-guess a.ownd-location-guess-correct
	{
		background-image: linear-gradient(0deg,#0392cf,#04c2df);
		font-weight: 700;
		color: white;
		letter-spacing: 1px;
	}

	#ownd-location-mobile .ownd-location-guess a.ownd-location-guess-correct:hover
	{
		box-shadow: inset 0 100px 0 hsl(0deg 0% 100% / 10%);
	}

	#ownd-location-mobile .ownd-location-guess a.ownd-location-guess-change
	{
		background: #f7f7f7;
		color: #666;
	}

	#ownd-location-mobile .ownd-location-guess a.ownd-location-guess-change:hover
	{
		box-shadow: inset 0 0 0 50px rgb(0 0 0 / 2%);
	}
	
	#ownd-location-select .ownd-location-window
	{
		max-width: 90%;
	}
	
	#ownd-location-select .ownd-location-input
	{
		width: calc( 100% - 40px );
	}
	
	#ownd-location-select .ownd-location-big-cities
	{
		width: calc( 100% - 40px );
		margin-top: 15px;
	}
	
	#ownd-location-select .ownd-location-big-cities a
	{
		display: block;
		background: none;
		color: #000;
		font-size: 16px;
		line-height: 45px;
		padding: 0;
		border-radius: 0;
	}
	
	#ownd-location-select .ownd-location-big-cities a:hover
	{
		background: none;
		color: #000;
	}
	
	#ownd-location-select .ownd-location-lists
	{
		display: none;
	}
	
	#ownd-location-select .ownd-location-mobile
	{
		display: block;
		margin: 10px auto 0;
		width: calc( 100% - 40px );
	}
	
	#ownd-location-select .ownd-location-mobile a
	{
		display: block;
		height: 60px;
		line-height: 60px;
		color: #fb2e01;
		position: relative;
	}
	
	#ownd-location-select .ownd-location-mobile a i
	{
		background: url(/local/components/ownedmuhaha/location/templates/.default/img/location.svg) 100% 50% / contain no-repeat;
		width: 25px;
		height: 18px;
		position: absolute;
		top: 20px;
		right: 0;
	}
	
	#ownd-location-select .ownd-location-mobile span
	{
		color: #0392cf;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 20px);
	}
}