/*弹出的支付窗口*/
.modal-header {
  border-bottom: none;
}
.modal {
  border-radius: 2px;
}
.modal-title {
  color: #fff;
}
#popup-form {
  text-align: center;
}
#popup-form img {
  margin-top: 40px;
}
#popup-form h3 {
  margin-top: 32px;
  font-family: "Songti SC", serif;
  font-weight: lighter;
  font-size: 24px;
}
#popup-form p {
  font-size: 18px;
  margin-top: 16px;
  color: #999;
}
#popup-form .form-submit {
  margin-top: 80px;
  width: 189px;
  background: #00B700;
  color: #fff;
}
#popup-form .form-submit:hover {
  background: #029902;
}
#popup-form a.btn{
  display: block;
  background: none;
  margin-top: 8px;
}
#popup-form a.btn:hover{
  background: none;
}
/* ubercart */

#uc-cart-view-form .form-actions {
  margin-top: 20px
}
.cart-review {
  border: none;
}

@media (min-width: 980px) {
  .page-cart .maincontent {
    padding: 64px 160px;
  }
}
#uc-cart-checkout-form, .white-container {
  padding: 32px;
  background: #fff;
  border-radius: 10px;
}
#edit-panes-billing-billing-phone,
#edit-panes-billing-billing-first-name {
  width: 255px;
}
.order-review-table .review-button-row td {
  text-align: center;
  padding-top: 5px
}

#uc-paypal-wps-form, #uc-cart-checkout-review-form{
  display: inline-block;
}
#uc-paypal-wps-form div {
  clear: both;
}
/*Cart*/

#review-instructions {
  color: #999;
  margin-bottom: 25px
}
#uc-cart-checkout-form .form-submit,
#uc-cart-checkout-review-form .form-submit,
#uc-paypal-wps-form .form-submit {
  margin: 20px 0;
  margin-right: 20px;
  width: 130px;
  box-sizing: border-box;
}
.fieldset-description {
  color: #999;
  margin-bottom: 20px
}
#payment-details {
  display: none
}
.order-review-table {
  width: 100%
}
.order-review-table td {
  padding: 5px 0;
  padding-left: 25px
}
.pane-title-row td {
  font-size: 18px;
  padding: 15px 0;
  padding-left: 0
}
.order-review-table tr {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px
}
.order-review-table tr table tr {
  border: none
}
.order-review-table tr table td {
  padding-left: 0
}
tr.pane-title-row {
  border: none
}
