
.edit_here
{
	/* TODO:edit here */

}

.menu_style
{
	width: 1320px !important;
	height: 60px !important;
	margin: 0 20px !important;
	padding: 0 40px !important;
	transition: all 100ms ease-in-out !important;
}
.logo_style
{
	width: 100px !important;
	height: 28px !important;
	top: calc(50% - 19.5px) !important;
}

.mobile_menu_button1
{
	background-size: cover !important;
	transition: all 200ms ease-in-out !important;
}
.mobile_menu_button2
{
	background-size: cover !important;
}
.mobile_menu_button3
{
	background-size: cover !important;
	transition: all 200ms ease-in-out !important;
}
.mobile_menu_view
{
	width: 0px !important;
	display: none !important;
    cursor: pointer !important;
}
.web_menu_listView_default
{
	padding: 0 20px !important;
	overflow: hidden !important;
	transition: height 200ms ease-in-out !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background-color: #ffffff !important;

}
.web_menu_listView_show
{
	height: auto !important;
}

@media screen and (max-width: 945px) {
    .menu_style {
		padding: 0 20px !important;
		height: 46px !important;
    }
	.menu_flex_view
	{
		left: 124px !important;
	}
	.logo_style
	{
		width: 80px !important;
		height: 21px !important;
		position: absolute !important;
		top: 50% !important;
		left: 68px !important;
		transform: translate(-50%, -50%) !important;
	}
	.menu_button
	{
		display: none !important;
	}
	.mobile_menu_view
	{
		width: 50px !important;
		display: block !important;
	}
	.mobile_menu_button1
	{
		width: 20px !important;
		height: 3px !important;
		top: 18px !important;
		left: calc(50% - 10px) !important;
		background-size: cover !important;
	}
	.mobile_menu_button2
	{
		width: 20px !important;
		height: 3px !important;
		top: calc(50% - 1px) !important;
		left: calc(50% - 10px) !important;
		background-size: cover !important;
	}
	.mobile_menu_button3
	{
		width: 20px !important;
		height: 3px !important;
		bottom: 17px !important;
		left: calc(50% - 10px) !important;
		background-size: cover !important;
	}
}

/* @media screen and (max-width: 560px)
{
	.logo_style
	{
		width: 68px !important;
		height: 28px !important;
	}

	.mobile_menu_button1
	{
		width: 24px !important;
		height: 2.5px !important;
		top: 16px !important;
	}
	.mobile_menu_button2
	{
		width: 24px !important;
		height: 2.5px !important;
	}
	.mobile_menu_button3
	{
		width: 24px !important;
		height: 2.5px !important;
		bottom: 15px !important;
	}
} */

.mobile_menu
{
	transition: all 300ms ease-in-out !important;
	top: -1.5vh !important;
}

.menu_button_show
{
	width: 120% !important;
	height: 3px !important;
	border: 1px solid #7A3CFF !important;
	background-color: #7A3CFF !important;
	border--left-radius: 55px !important;
	border-top-right-radius: 55px !important;
	transform: translate(-8%, -8%) !important;
	bottom: -4px !important;
    cursor: pointer !important;
}

.menu_button_hide
{
	bottom: 0px !important;
}
.menu_button_color
{
	color: #7A3CFF !important;
}

.mobile_menu_window
{
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	padding-top: 10vh !important;
	padding-left: 16vw !important;
}

.menu_h2_font
{
	position: relative !important;
	display: block !important;
	width: 100% !important;
	line-height: 8vh !important;
	font-size: 4vh !important;
	font-weight: 900 !important;
}

.menu_h3_font
{
	position: relative !important;
	display: block !important;
	width: 100% !important;
	line-height: 5vh !important;
	font-size: 2vh !important;
	font-weight: 500 !important;
    cursor: pointer !important;
}

