    html,
    body {
      height: 100%;
	  font-family: 'Gotham Book', sans-serif;
    }
    .bg-left-light {
      background-color: #fafafa;
      color: #2d2a26;
      display: flex;
      justify-content: center;
      align-items: center;
    }
	.bg-left-light h1 {
		font-family: 'Gotham Bold', sans-serif;
	}
	.bg-left-light span {
		display: inline-flex;
		align-items: center;
	}
	.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
		color: #fff;
		background-color: #65baaf;
		border-color: #00a887;
	}
	.btn-secondary {
		color: #fff;
		background-color: #2d2a26;
		border-color: #2d2a26;
	}
    .bg-right-dark {
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .container-fluid {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .row {
      flex: 1;
    }
	.product-content {
		padding: 20px;
		max-width: 500px;
	}
	.inline-heading {
		display: inline-block;
	}
	.text-subtotal {
		color: #00a887!important;
	}
	.payment-header h6 {
		opacity: .5;
	}
	.bg-right-dark .row {
	    flex-wrap: inherit!important;
	}
	
.buander.buander5 {
  background-color: #fff;
}

.buander.buander5 * {
  font-family: 'Gotham Book', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#buander5-paymentRequest {
  max-width: 500px;
  width: 100%;
  margin-bottom: 10px;
}

.buander.buander5 fieldset {
  border: 1px solid #a5e5d9;
  padding: 15px;
  border-radius: 6px;
}

.buander.buander5 fieldset legend {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #2d2a26;
  background-color: #65baaf;
  font-family: 'Gotham Bold', sans-serif;
}

.buander.buander5 fieldset legend + * {
  clear: both;
}

.buander.buander5 .card-only {
  display: block;
  max-width: 250px;
}
.buander.buander5 .payment-request-available {
  display: none;
}

.buander.buander5 .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}

.buander.buander5 .field {
  position: relative;
  width: 100%;
}

.buander.buander5 .field + .field {
  margin-left: 10px;
}

.buander.buander5 label {
  width: 100%;
  color: #2d2a26;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.buander.buander5 .input {
  width: 100%;
  color: #2d2a26;
  background: transparent;
  padding: 5px 0 6px 0;
  border-bottom: 1px solid #a5e5d9;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.buander.buander5 .input::-webkit-input-placeholder {
  color: #ccc;
}

.buander.buander5 .input::-moz-placeholder {
  color: #ccc;
}

.buander.buander5 .input:-ms-input-placeholder {
  color: #ccc;
}

.buander.buander5 .input.StripeElement--focus,
.buander.buander5 .input:focus {
  border-color: #2d2a26;
}
.buander.buander5 .input.StripeElement--invalid {
  border-color: #ffc7ee;
}

.buander.buander5 input:-webkit-autofill,
.buander.buander5 select:-webkit-autofill {
  -webkit-text-fill-color: #2d2a26;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.buander.buander5 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.buander.buander5 input,
.buander.buander5 button,
.buander.buander5 select {
  -webkit-animation: 1ms void-animation-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  border-radius: 0;
}

.buander.buander5 select.input,
.buander.buander5 select:-webkit-autofill {
  background-image: url('data:image/svg+xml;utf8,<svg width="10px" height="5px" viewBox="0 0 10 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="#fff" d="M5.35355339,4.64644661 L9.14644661,0.853553391 L9.14644661,0.853553391 C9.34170876,0.658291245 9.34170876,0.341708755 9.14644661,0.146446609 C9.05267842,0.0526784202 8.92550146,-2.43597394e-17 8.79289322,0 L1.20710678,0 L1.20710678,0 C0.930964406,5.07265313e-17 0.707106781,0.223857625 0.707106781,0.5 C0.707106781,0.632608245 0.759785201,0.759785201 0.853553391,0.853553391 L4.64644661,4.64644661 L4.64644661,4.64644661 C4.84170876,4.84170876 5.15829124,4.84170876 5.35355339,4.64644661 Z" id="shape"></path></svg>');
  background-position: 100%;
  background-size: 10px 5px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.buander.buander5 button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
  background-color: #65baaf;
  border-radius: 6px;
  color: #2d2a26;
  font-weight: 500;
  cursor: pointer;
  font-family: 'Gotham Bold', sans-serif;
}

.buander.buander5 button:active {
  background-color: #cdd0f8;
}

.buander.buander5 .error svg .base {
  fill: #fff;
}

.buander.buander5 .error svg .glyph {
  fill: #9169d8;
}

.buander.buander5 .error .message {
  color: #fff;
}

.buander.buander5 .success .icon .border {
  stroke: rgb(101, 186, 175);
}

.buander.buander5 .success .icon .checkmark {
  stroke: #2d2a26;
}

.buander.buander5 .success .title {
  color: #2d2a26;
}

.buander.buander5 .success .message {
  color: #cdd0f8;
}

.buander.buander5 .success .reset path {
  fill: #2d2a26;
}
