

._hidden_menu .hidden_menu_block a {
	font-family: 'Mitr', sans-serif;
}

._hidden_menu .hidden_menu_block a.normal {
	transition: all 0.3s;
}

._hidden_menu .hidden_menu_block a.normal:hover {
	text-decoration: none !important;
	color: #F6F101;
}


section.menu a:not(.md-button) {
	transition: all 0.3s;
}

section.menu a:not(.md-button):hover {
	text-decoration: none !important;
	color: #F6F101 !important;
}

section.menu.desktopOnActive ._menuHeadList {
	text-align: right;
}

section.menu.desktopOnActive ._menuHeadList a:not(.logo) {
	line-height: 34px !important;
	font-family: 'Kanit';
	font-weight: normal;
	font-size: 16px;
	padding: 0px 10px;
}

._hidden_menu .hidden_menu_block a.normal {
	font-family: 'Kanit';
	font-weight: normal;
	font-size: 16px;
	padding: 0px;
	margin: 0px 7px;
}


.mobileOnActive {
	background-color: white;	
}

.mobileOnActive a:hover{
	color: #F6F101 !important;
}

.mobileOnActive ._menuHeadList a.normal {
	color: black;
	font-family: "Kanit";
}
.mobileOnActive ._menuHeadList a.normal:hover {
	color: black;
	font-family: "Kanit";
}
.hamburger_close .x-a {
	background-color: black;
}
.hamburger_close .x-b {
	background-color: black;
}


/* Desktop Mid,Large */

@media (min-width:992px){

	section.menu {
		height: 190px;
		max-height: 190px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: transparent !important;
		color: #fff !important;
		position: absolute;
		top: 0;
		z-index: 1010;

	}

	section.menu.desktopOnActive {
		background-color: white ;
		color: white;
		height: 120px;
		padding: 20px 0;
		width: 100% ;
		float: none ;
		position: relative ;
		transition: all 0.6s;
	}

	section.menu a {
		padding-left: 50px;
		padding-right: 50px;
		font-family: 'Kanit', sans-serif;
		color: white !important;
		line-height: 150px !important;
		width: 190px;
		text-align: center;
		padding: 0 20px;
	}

	section.menu.desktopOnActive a {
	}

	section.menu a img:not(.cartImg) {
		height: 150px;
		width: 150px;
		padding: 0;
	}
	section.menu a img.cartImg {
		height: 20px;
		width: 25px;
		padding: 0;
	}
}

/* Mobile Mid,Xs,Tablet */

@media (max-width:991px){
	sectionmenu {
		background-color: white !important;
		color: #fff !important;
	}
	section.menu {
		background-color: white !important;
		color: #fff !important;
	}
}
section.menu.desktopOnActive ._menuHeadCover a{
	line-height: 100% !important;
}
section.menu.desktopOnActive ._menuHeadCover a img {
	height: 80px !important;
	width: auto;
}
