body {
  background-position: left top;
  background-attachment: scroll;
}
body .block-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .widget-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .header {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .left {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .right {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .footer {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
@charset "UTF-8";

* {font-family: "Helvetica Neue", "微軟正黑體", Helvetica, Arial, sans-serif;}

/*隱藏通用商品的加入購物車按鈕*/
.specification .specification-btn button:first-child {
 	display:none;
}
/*修改通用商品的立即訂購按鈕*/
.specification .specification-btn button:nth-child(2) {
    position: relative;
    font-size: 0;
}
.specification .specification-btn button:nth-child(2)::before {
    content: "立即預購";
    position: absolute;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%,0);
}
.specification .specification-btn .l_benPrimary, .specification .specification-btn .l_benWarning, .specification .specification-btn .l_benNoopen {
      width: calc(94% - 10px)!important;
	}
/* general product intro page */
@media (max-width: 767px){
	.specification .specification-btn {
    	bottom: 60px !important;
  	}
	.specification .specification-btn .l_benPrimary, .specification .specification-btn .l_benWarning, .specification .specification-btn .l_benNoopen {
      width: calc(100% - 10px)!important;
      margin-right: 5px!important;
      margin-left: 5px;
	}
}
/* group product page */
/*section.trip_note + section.group_table {display: none;} */


/* new member center */
/* .detail-features a:first-child {
  display: none;
}*/
/* 手機版請選擇選單版面會放大調整 */
.sub_menu-trip .trip_menu select{ font-size: 16px;}
