@charset "utf-8";
/*-----------------------for both-----------------------*/
/*header h1 a {
	background-image: url(../images/logoEn.jpg);
}*/
/*-----------------------for PC-----------------------*/
@media screen and (min-width:901px) {
  header h1 a {
    background-image: url(../images/logoEn.jpg);
  }
  #menu li ul li a {
    min-width: 200px;
  }
  /*看更多產品*/
  .prodShow::before {
    content: "+ See All Products";
  }
  .prodHide::before {
    content: "Less Product";
  }
  .Smile li {
    height: 520px
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:900px) {
  header h1 a {
    background-image: url(../images/logoMobEn.jpg);
  }
  .Smile li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .Smile li:last-of-type {
    margin-bottom: 0;
  }
}