/* 分頁 */
.showPage{
	margin:0 auto;
	text-align: center;
	/* min-height:100px; */
}
.showPage > #page p{margin:0}
.showPage > #page{
	display: inline-block;
  /* height:60px; */
	margin-top:30px;
	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;
}
.showPage > #page a:hover{
  color: #90550b;
  border: 1px solid #90550b;
}
.showPage > #page a.cur{
  background: #ec9b34;
  color: white;
  border: 1px solid #ec9b34;
}
.showPage > #page p{
  float:left;
  padding:2px 12px;
  height:35px;
  line-height:35px;
  margin-right:8px;
}
.showPage_enterprise > #page a{
  /* background: white; */
  color: inherit;
  border: 1px solid #ec9b34;
}
.showPage_enterprise > #page p{
  background: #f8f8f8;
  color: darkgrey;
  border: 1px solid darkgrey;
}
.showPage > #page p.pageRemark{
  border-style:none;
  background:none;
  margin-right:0px;
  padding:4px 0px;
  color:#666;
}
.showPage > #page p.pageRemark b{
  color:red;
}
.showPage > #page p.pageEllipsis{
  border-style:none;
  background:none;
  padding:4px 0px;
  color:#808080;
}



.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;
  }
}