.wfp-view {
  /*-- General --*/
  /*-- Order Form --*/
  /*-- Title --*/
  /*-- Payment Details --*/
}

.wfp-view .wfp-order-summery-section {
  margin-bottom: 30px;
}

.wfp-view .wfp-order-summery-section .order_details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wfp-view .wfp-order-summery-section .order_details li {
  display: inline-block;
  border-right: 1px solid #eeddee;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 23px;
  color: #333;
}

.wfp-view .wfp-order-summery-section .order_details li:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

.wfp-view .wfp-order-summery-section .order_details li strong {
  display: block;
}

.wfp-view .wfp-order-details-section {
  margin-bottom: 30px;
}

.wfp-view .wfp-order-details-section .wfdp-table-container {
  overflow: auto;
}

.wfp-view .wfp-order-details-section .wfdp-table-container .wfdp-table-design {
  background-color: #cccccc29;
}

.wfp-view .wfp-billing-section .shipping_details {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #eeddee;
}

.wfp-view .wfp-billing-section .shipping_details li {
  border-bottom: 1px solid #eeddee;
  padding: 15px;
  font-size: 16px;
  line-height: 23px;
  color: #333;
}

.wfp-view .wfp-billing-section .shipping_details li:last-child {
  border-bottom: 0;
}

.wfp-view .wfdp-table-design {
  border: 0px solid #000;
  background-color: #cccccc29;
}

.wfp-view .wfdp-table-design thead th,
.wfp-view .wfdp-table-design thead td,
.wfp-view .wfdp-table-design tbody th,
.wfp-view .wfdp-table-design tbody td,
.wfp-view .wfdp-table-design tfoot th,
.wfp-view .wfdp-table-design tfoot td {
  text-align: left;
  padding: 15px 20px;
  vertical-align: middle;
}

.wfp-view .wfdp-table-design thead th {
  color: #474747;
  border: 0px solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wfp-view .wfdp-table-design tbody td {
  border: 0px solid #000;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  color: #777777;
}

.wfp-view .wfdp-table-design em {
  font-style: italic;
}

.wfp-view .wfdp-table-design tfoot td {
  color: #474747;
  border-color: transparent;
}

.wfp-view .entry-content .wfp-order-details-section table {
  margin-bottom: 10px;
  background-color: #fff;
}

.wfp-view .entry-content .payment_method_info table {
  margin-top: 0px;
  margin-bottom: 0;
}

.wfp-view .payment_method_info .xs-table-responsive {
  margin-bottom: 10px;
}

.wfp-view .wfp-order-payment-section {
  background-color: #cccccc29;
  padding: 15px 20px;
}

.wfp-view .checkout-heading,
.wfp-view .order-heading {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.wfp-view .wfp-title-section {
  margin-bottom: 20px;
}

.wfp-view .wfp-order-payment-section {
  margin-bottom: 20px;
}

.wfp-view .wfp-payment-method-title {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.wfp-view .wfp-payment-method-title:before {
  display: none;
}

.wfp-view .submit-form-checkout > .xs-btn {
  border-radius: 0px;
}
