@charset "utf-8";
/*-----------------------for both-----------------------*/
header h1 a {
	background-image: url(../images/logoEn.jpg);
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:901px) {
#menu li ul li a {
	min-width: 200px;
}
/*看更多產品*/
.prodShow::before {
	content: "+ See All Products";
}
.prodHide::before {
	content: "Less Product";
}
}
/*------------------for mobile------------------------*/
@media screen and (max-width:900px) {
}
