/* 分頁 */
.showPage{
	margin: 60px auto 30px auto;
	text-align: center;
}
.showPage > #page{
	display: inline-block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.showPage > #page a{
  /* display:block;
  float:left;
  margin-right:10px;
  padding:2px 12px;
  height:35px;
  text-decoration:none;
  line-height:35px; */
	display:inline-block;
	line-height:44px;
	height:44px;
	width:44px;
	min-width:44px;
	font-size: 18px;
	background-color:rgb(234, 234, 234);
	border-radius:50px;
  color: brown;
  border: 1px solid #a5783e;
  margin: 0 10px 0 0;
}
.showPage > #page a:hover{
  color: white;
  background-color: #d1af83;
}
.showPage > #page a.cur{
  color: white;
  background-color: #d1af83;
}
.showPage > #page p{
  /* float:left;
  padding:2px 12px;
  height:35px;
  line-height:35px;
  margin-right:8px; */
	display:inline-block;
	line-height:44px;
	height:44px;
	width:44px;
	min-width:44px;
	font-size: 18px;
  color: #222;
	background-color:rgb(234, 234, 234);
	border-radius:50px;
  margin: 0 10px 0 0;
}
.showPage > #page p.pageEllipsis{
  /* border-style:none;
  background:none;
  padding:4px 0px;
  color:#808080; */
	display:inline-block;
	line-height:44px;
	height:44px;
	width:44px;
	min-width:44px;
	font-size: 18px;
  color: #222;
	background-color:rgb(234, 234, 234);
	border-radius:50px;
  margin: 0 10px 0 0;
}
.showPage > #page p.pageRemark{
  border-style:none;
  background:none;
  margin-right:0px;
  padding:4px 0px;
  color:#666;
}
.showPage > #page p.pageRemark b{
  color:red;
}



.detail-order-item-box .order-detail-total-box *{
	display: inline-block;
}
.list-box-item{
  /* font-size: unset; */
  padding: 26px 5px;
}
.spec-btn.chosen.text-muted {
  color: black !important;
  opacity: .5;
}
.minHeight85vh {
  min-height: 85vh;
}
.checkout-btn {
  border: 0;
}
.disabled {
  pointer-events: none;
  cursor: auto !important;
  background-color: gray !important;
}
@media (max-width: 430px) {
  .buyer-list-scroll {
    height: 130px;
  }
  .item-name {
    display: inline;
  }
  .minHeight85vh {
    height: unset;
  }
}

/* 隱藏Google廣告的節點 */
#___gcse_0 .gsc-adBlock {
  display: none !important;
}