@charset "utf-8";
/*-----------------------for both-----------------------*/
header h1 a {
  width: 600px;
  background-image: url(../images/logoEn.jpg);
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  #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:800px) {
	
	header h1 a {
  width: 100%;
	height: 0;
	display: block;
	padding-bottom: 15%;

}
	
}