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;
}
/******** 公版調整 ********/
/* 公版置頂隱藏 */
.go-to-top{ display: none !important;}

/* 會員登入 */
.member_home .signin_width { margin-top: 130px; margin-bottom: 180px; }
body.member_home.new_bg { background: #f2f5f6; }
body.member_home button.l_benPrimary{ background: #74c1d7; }
body.member_home .note_box a { color: #74c1d7; }
body.member_home a.font4.blue-txt2 { color: #545454; }
body.member_home .member_title { margin: 70px 0 30px; }
@media (max-width: 767px){
	.member_home  .signin_width { margin-top: 100px; margin-bottom: 120px; }
}

/* 通用商品 */
.general_home.D_commprod_buycart_index .basic_message,.general_home.D_commprod_buycart_index .purchase_delete_btn{ width: 60%;}
@media (max-width: 991px){
	.general_home.D_commprod_buycart_index .basic_message,.general_home.D_commprod_buycart_index .purchase_delete_btn{ width: 45%;}
}
@media (max-width: 767px){
	.general_home.D_commprod_buycart_index .basic_message,.general_home.D_commprod_buycart_index .purchase_delete_btn{ width: 60%;}
	.general_home.D_commprod_buycart_index .unit_price,.general_home.D_commprod_buycart_index .purchase_unit_price{ width: 40%;}
	.general_home.D_commprod_buycart_index .quantity,.general_home.D_commprod_buycart_index .purchase_quantity{ width: 40%; }
	.general_home.D_commprod_buycart_index .subtotal,.general_home.D_commprod_buycart_index .purchase_subtotal{ width: 30%; }
	.general_home.D_commprod_buycart_index .delete_btn,.general_home.D_commprod_buycart_index .purchase_delete_btn{ width: 30%; padding-right: 0;}
	.general_home.D_commprod_buycart_index .delete_btn::before,.general_home.D_commprod_buycart_index .purchase_delete_btn::before{ margin-right: 0;}
	.general_home.D_commprod_buycart_index .delete_btn img,.general_home.D_commprod_buycart_index .purchase_delete_btn img { margin: 0 auto; }
}