@charset "utf-8";
/*-----------------------for both-----------------------*/
header h1 a {
  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: 335px;
  }
}