.site-header {
	position: relative;
}
.site-header::after {
	content: "";
	height: 1px;
	display: block;
	width: 100%;
	background: var(--dark-border);
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 300;
}
.nav-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.2s ease;
	height: 110px;
}
.nav-wrapper-right {
	border-left: 1px solid var(--dark-border);
	padding: 0;
	padding-left:0;
	position: relative;
	top: auto;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 20px;
	width: 82%;
	display: flex;
	transition: all .5s ease;
}
.nav-menu {
	display: flex;
	align-items: center;
	margin: 0;
}
.nav-menu li a {
	font-size: 14px;
	color: var(--dark-black);
	font-family: var(--dmsans);
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: 16px;
}
.sub-menu {
	position: absolute;
	top: 61px;
	right: auto;
	left: -50px;
	z-index: 201;
	width: 260px;
	height: auto;
	background:var(--white);
	padding: 30px 24px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease;
}
.nav-menu .sub-menu li {
    margin: 0;
    min-height: inherit;
    padding: 5px 0;
    border: none;
}
.nav-menu .sub-menu li a {
	line-height: 30px;
	padding: 0 10px;
	border-radius: 4px;
}
.sub-menu a:hover, 
.nav-menu .sub-menu .current-menu-item a {
	background: rgba(112,122,122,0.1);
}
.nav-menu li.menu-item-has-children > a::after {
	margin-left: 10px;
	content: "";
	position: relative;
	right: 0;
	background: url(../../images/down-icon.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	width: 15px;
	height: 15px;
	top: 5px;
	display: inline-block;
}
.open-sub .sub-menu {
	opacity: 1;
	visibility: visible;
	right: 0;
}
.site-branding img {
	position: absolute;
	top: 50%;
	z-index: 100;
	left: 0;
	transform: translateY(-50%);
}
.site-branding {
	position: relative;
	max-width: 180px;
	width: 100%;
}
.site-header {
	top: 0;
	position: fixed;
	left: 0;
	width: 100%;
	background:var(--white);
	z-index: 300;
}
.header-right-nav {
	display: flex;
	flex-wrap: wrap;
}
.header-search {
	align-items: center;
	display: flex;
	margin-right: 20px;
}
.header-search .ico-search {
	font-size: 15px;
	color: var(--dark-black);
	font-weight: 700;
	font-family: var(--dmsans);
}
.header-search .ico-search {
	font-size: 15px;
	color: var(--dark-black);
	font-weight: 700;
	font-family: var(--dmsans);
	background-image: url(../../images/search_line.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	background-size: 22px;
	cursor: pointer;
}
.header-user {
	height: 60px;
	border-left: 1px solid var(--dark-border);
	padding-left: 25px;
	line-height: 60px;
}
.sign-button {
	align-items: center;
	display: flex;
	padding-left: 30px;
	color: var(--red);
	font-size: 15px;
	font-weight: 700;
	font-family: var(--dmsans);
	background-image: url(../../images/lock_security_icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
}
.search-panel {
	position: absolute;
	width: 100%;
	height: 90px;
	top: 50px;
	left: 0;
	background:var(--white);
	display: none;
	transition: all .2s ease;
	z-index: 2000;
	border-bottom: 1px solid var(--dark-border);
	-webkit-box-shadow: 0px 10px 19px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 19px 2px rgba(0,0,0,0.2);
}
.search-panel .search-panel-cnt {
	position: relative;
	bottom: -20px;
	padding: 20px;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all .2s ease;
}
.search-panel .search-panel-cnt input {
	height: 30px;
	border: none;
	width: calc(100% - 60px);
	border-bottom: 1px solid var(--dark-border);
	outline: none;
	font-size: 14px;
	padding: 0;
	vertical-align: top;
	margin-right:20px;
}
.search-panel #reset_btn {
	width: 30px;
	height: 30px;
	background: no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
}
.search-panel .search-panel-cnt form {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.open-search .search-panel {
	display: block;
}
.open-search .search-panel .search-panel-cnt {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	bottom: 0;
}
.site-header .v-logo {
	opacity: 0;
	visibility: hidden;
}
.geo-selector-wrapper {
	display: inline-block;
	position: relative;
}
.geo-selected {
	position: relative;
	font-size: 15px;
	color: var(--dark-black);
	font-family: var(--dmsans);
	font-weight: 700;
	margin-right: 20px;
	display: flex;
	gap: 0 5px;
	align-content: center;
	align-items: center;
	cursor: pointer;
	text-transform: capitalize;
}
.geo-icon {
	background: url(../../images/globe_icon.svg);
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.geo-dropdown {
	display: none;
	position: absolute;
	top: 20px;
	background:var(--white);
	border: 1px solid var(--light-border);
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	border-radius: 4px;
	min-width: 110px;
	z-index: 9999;
	right: 0;
}
.geo-dropdown.open {
	display: block;
}
.geo-option {
	padding: 8px 12px;
	cursor: pointer;
	white-space: nowrap;
	font-size: 15px;
	color: var(--dark-black);
	font-family: var(--dmsans);
	text-transform: capitalize;
}
.geo-option:hover {
	background:var(--white-400);
}
@media only screen and (min-width: 1920px) {
    .nav-menu li a {
        font-size: 15px;
    }
}
@media (min-width:1200px) {
	.site-header {
		position: relative;
	}
	.site-header.scrolled {
		position: fixed;
		height: 61px;
	}
	.menu-toggle {
		display: none;
	}
	.site-header::before {
		content: "";
		display: block;
		background:var(--dark-border);
		height: 1px;
		width: 50%;
		position: absolute;
		bottom: 60px;
		right: 0;
	}
	.nav-wrapper-right::before {
		content: "";
		display: block;
		background:var(--dark-border);
		height: 1px;
		width: 100%;
		position: absolute;
		bottom: 60px;
		left: 0;
	}
	.menu-main-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		flex: auto;
		position: relative;
		display: flex;
		height: 60px;
	}
	.nav-menu li {
		align-items: center;
		display: flex;
		margin-right: 26px;
		position: relative;
		margin-bottom: 0;
		min-height: 60px;
	}
	.nav-menu > li::before {
		content: "";
		height: 2px;
		width: 0;
		overflow: hidden;
		background: var(--red);
		display: block;
		transition: all 0.6s ease;
		position: absolute;
		left: 0;
		bottom: -1px;
	}
	.nav-menu > li.open-sub::before, .nav-menu > li.selected::before {
		width: 100%;
	}
	.esports {
		height: 50px;
		display: flex;
		align-items: center;
		opacity: 1;
		visibility: visible;
		transition: all 0.2s ease;
		justify-content: end;
		width: 100%;
	}
	.site-branding .h-logo {
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s ease;
	}
	.site-branding .v-logo {
		opacity: 1;
		visibility: visible;
		transition: all 0.2s ease;
	}
	.site-header.scrolled .v-logo {
		opacity: 0;
		visibility: hidden;
	}
	.site-header.scrolled .h-logo {
		opacity: 1;
		visibility: visible;
	}
	.site-header.scrolled .esports {
		height: 0;
		line-height: 0;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
	}
	.site-header.scrolled::before {
		display: none;
	}
	.site-header.scrolled {
		position: fixed;
		height: 61px;
	}
	.site-header.scrolled .nav-wrapper {
		height: 61px;
	}
	.search-panel {
		top: 110px;
	}
	.search-panel .search-panel-cnt {
		padding: 20px 8px;
	}
	.site-header.scrolled .search-panel {
		top: 61px;
	}
}

@media (max-width:1360px) {	
	.nav-wrapper {
		padding: 0 25px;
	}
}
@media (max-width:1199px) {	
	.menu-toggle {
		cursor: pointer;
		position: relative;
		width: 18px;
		height: 12px;
		transition: all 0.5s ease;
		background: transparent;
		border: none;
	}
	.menu-toggle span, 
	.menu-toggle span::before, 
	.menu-toggle span::after {
		width: 18px;
		height: 2px;
		display: block;
		background: var(--dark-black);
		transition: all .5s ease;
		position: absolute;
		content: '';
	}
	.menu-toggle span::after {
		margin-top: 6px;
	}
	.menu-toggle span::after {
		background: var(--red);
	}
	.menu-toggle span::before {
		margin-top: -6px;
	}
	.navopen .menu-toggle span::after {
		margin-top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition-delay: 0s, 0.2s;
		transition-delay: 0s, 0.2s;
	}
	.navopen .menu-toggle span::before {
		margin-top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition-delay: 0s, 0.2s;
		transition-delay: 0s, 0.2s;
	}
	.navopen .menu-toggle span {
		background-color: transparent;
	}
	.nav-wrapper-right {
		position: fixed;
		top: 50px;
		right: -100%;
		z-index: 200;
		width: 82%;
		height: calc(100dvh - 50px);
		min-height: calc(100vh - 50px);
		min-height: calc(100dvh - 50px);
		transition: all .5s ease;
		background: var(--white);
		padding: 30px 44px 60px 44px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		overflow: auto;
	}
	.navopen .nav-wrapper-right {
		right: 0;
	}
	.nav-wrapper {
		height: 50px;
	}
	.esports {
		order: 2;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid var(--light-border);
		width: 100%;
	}
	.menu-main-container {
		order: 1;
		flex: 1;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.nav-menu {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 20px;
	}
	.nav-menu li {
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid var(--light-border);
		margin: 0;
		position: relative;
	}
	.header-right-nav {
		margin-top: auto;
	}
	.sign-button {
		padding-left: 25px;
		font-size: 14px;
		background-size: 18px;
	}
	.header-user {
		height: auto;
		border-left: none;
		padding-left: 0;
		line-height: 20px;
	}
	.nav-menu li.menu-item-has-children > a::after {
		display: none;
	}
	.toggle-menu {
		background: url(../../images/right_chevron.svg) center;
		background-repeat: no-repeat;
		background-size: 18px;
		width: 28px;
		height: 41px;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
	}
	.sub-menu {
		position: fixed;
		top: 50px;
		right: -100%;
		z-index: 201;
		width: 82%;
		height: calc(100vh - 50px);
		background:var(--white);
		padding: 30px 44px;
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease;
		left: inherit;
		overflow: auto;
	}
	.sub-menu.active {
		opacity: 1;
		visibility: visible;
		right: 0;
	}
	.back_nav {
		padding-bottom: 40px;
		background: url(../../images/left_chevron.svg) left -3px;
		background-repeat: no-repeat;
		background-size: 25px;
		padding-left: 30px;
		cursor: pointer;
		position: relative;
		z-index: 1;
		color:var(--black);
	}
	.nav-wrapper {
		padding: 0;
	}
	.nav-menu li a {
		font-size: 14px;
	}
	.search-panel .search-panel-cnt input {
		width: calc(100% - 55px);
		margin-right: 20px;
	}
}