h4.modal-title {
  font-size: 18px;
}

b.section-header {
  display: inline-block;
  width: 100%;
  margin: 10px 0 10px 0;
  color: grey;
}

.shipping-address-item {
  float: left;
  margin: 0px 0 20px 0;
  width: calc(50% - 20px); /* Two items per row, accounting for the margin */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.shipping-address-item input,
.shipping-address-item select {
  height: 50px;
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

#stripe-cart-dialog button.place-your-order{
  height: 50px;
  width: 250px;
}

#stripe-cart-dialog #address-selection-form {
  width: 100%;
  margin: 7px 0 22px 0;
}

#totals-container h4.text-danger.order-total.order-total-first {
  font-size: 18px;
}

#totals-container {
  float: left;
  width: 300px;
}

.stripe-active-shipping-summary {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.stripe-active-shipping-summary--confirm {
  margin: 0 0 16px;
}

.stripe-active-shipping-label,
.stripe-active-shipping-amount {
  color: #474747;
  font-size: 14px;
  font-weight: 600;
}

.stripe-active-shipping-amount {
  color: #00af1a;
}

#shipping_state {
  background-color: #fff;
}

.float-right {
  float: right;
}

#uc-stripe-card-messages {
  color: red;
  font-weight:bold;
}

#payment-confirm #uc_addresses_cart_address_list label,
#payment-confirm .modal-body h5 {
  text-align: left;
  color: #474747;
}

#payment-confirm  .payment-methods h5 {
  font-size: 15px;
}

#payment-confirm .address-list-wrapper label {
  float: left;
  width: 25%;
  height: 41px;
  padding-top: 13px;
  font-size: 15px;
}
#payment-confirm #field-postal-code label {
  float: left;
  font-size: 15px;
  margin-top: 8px;
}

button#stripe-submit-cc-btn {
  width: 100%;
}

@media (max-width: 767px) {
  .shipping-address-item, #totals-container {
    width: 100%;
  }
  #place-your-order-button-wrapper {
    text-align: center;
  }
}

.modal.border .modal-dialog {
  border: 1px solid #000;
}

#link-helper-txt {
  font-size: 13px;
  text-align: right;
  background: #1ed670;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #000;
  padding: 10px 24px;
}

#link-ref {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 2px;
}
