@media screen and (max-width: 768px) {
#popWindow{ /*此行指定放置廣告的div */
  width:80%; /*此行設定div的寬度*/
}}
  #popWindow{ /*此行指定放置廣告的div */
height:auto; /*此行設定div的高度*/
background:url(popWindow.png) no-repeat; /*此行設定div的背景圖形*/
/*box-shadow:3px 3px 3px black;*/ /*此行設定div的外框陰影*/
border:0px gray solid; /*此行設定div的外框線條*/
border-radius:0px; /*此行設定div的外框圓角*/
position:fixed; /*此行設定div為不隨捲動而移動的模式*/
 z-index:99999;
}
#popWindow img{
width:100%;
}
.disappear{
  display: none; 
}



@media only screen and (min-width: 768px) {
.topnavbar {
    background-color: #000;
}
}



#nav .subnav {
    background-color: #2f2f2f;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #232323;
}

/*改產品大標的陰影*/
.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}



/*改產品標題顏色*/
ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #464646;
}
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #7a7a7a;
    overflow: hidden;
    padding: 0 16px;
}