/* 產品列表 加入詢價顯示 */
/* 按鈕文字 */
a.addcart-btn::before {content: '加入詢價車';}
a.addcart-btn.active::before{content: '已加入詢價車';}
/* 點擊按鈕，圖片上顯示文字 */
.icon-container p.okfont::before {content: '已移出詢價車';}
.icon-container.active p.okfont::before {content: '加入成功！';}

input,select,button,option,textarea{font-family: '微軟正黑體',Arial, Helvetica, sans-serif;}

@media screen and (max-width: 1024px){
 /* NEWS、產品 搜尋框 標題 */
 #news-filter-wrap .searchwrap h5,
 .product-top .searchwrap h5 {
  width: 90px;
  text-align: right;
 }
 /* NEWS、產品 搜尋框 輸入框 */
 #news-filter-wrap .searchwrap input,
 .product-top .searchwrap input {
  max-width: 100%;
  width: calc(100% - 90px);
 }
 /* 主選單 搜尋框 */
 #menu #menu-m .m-wrap form.searchwrap button {
  min-width: 100px;
 }
}