.example.example2 {
  background-color: #fff;
	text-align: left;
}



.example.example2 .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 10px;
}

.example.example2 .field {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 10px;
}

.example.example2 .field.half-width {
  width: 50%;
}

.example.example2 .field.quarter-width {
  width: calc(25% - 10px);
}

.example.example2 .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #32323f;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: #32323f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent;
}

.example.example2 .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}

.example.example2 .input.focused,
.example.example2 .input:not(.empty) {
  opacity: 1;
}

.example.example2 .input.focused::-webkit-input-placeholder,
.example.example2 .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df;
}

.example.example2 .input.focused::-moz-placeholder,
.example.example2 .input:not(.empty)::-moz-placeholder {
  color: #cfd7df;
}

.example.example2 .input.focused:-ms-input-placeholder,
.example.example2 .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df;
}

.example.example2 .input.focused + label,
.example.example2 .input:not(.empty) + label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-25px);
  cursor: default;
}

.example.example2 .input.focused + label {
  color: #f9d22B;
}

.example.example2 .input.invalid + label {
  color: #ffa27b;
}

.example.example2 .input.focused + label + .baseline {
  background-color: #f9d22B;
}

.example.example2 .input.focused.invalid + label + .baseline {
  background-color: #e25950;
}

.example.example2 input, .example.example2 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.example2 input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.example.example2 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.example.example2 input, .example.example2 button {
  -webkit-animation: 1ms void-animation-out;
}

.example.example2 button,.btn_valid_use_payment {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background-color: #32323f;color:white;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
	transition: 0.3s;
	border:none;
	font-size: 1.2em;
}
.example.example2 button:hover,
.btn_valid_use_payment:hover{background-color: #f9d22B;color:#32323f}

@media (max-width: 801px){
	.example.example2 button,.btn_valid_use_payment {font-size: 1em;}
}

.block_cb .error svg {
  margin-top: 0 !important;
}

.block_cb .error svg .base {
  fill: #e25950;
}

.block_cb .error svg .glyph {
  fill: #fff;
}

.block_cb .error .message {
  color: #e25950;
}

.block_cb .success .icon .border {
  stroke: #abe9d2;
}

.block_cb .success .icon .checkmark {
  stroke: #f9d22B;
}

.block_cb.success .title {
  color: #32325d;
  font-size: 16px !important;
}

.block_cb .success .message {
  color: #8898aa;
  font-size: 13px !important;
}

.block_cb .success .reset path {
  fill: #f9d22B;
}

.block_cb .error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  top: 100%;
  margin-top: 20px;
  left: 0;
  padding: 0 15px;
  font-size: 13px !important;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 801px){
	.block_cb .error {width:80%;padding:0 10%}
}

.block_cb .error.visible {
  opacity: 1;
  transform: none;
}

.block_cb .error .message {
  font-size: inherit;
}

.block_cb .error svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1px;
  margin-right: 10px;
}

.block_cb .success {
  display:none;
  height:400px
}


.block_cb .success.visible  {
  display:block;
}




.block_cb .success .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

.block_cb .success .message {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6em;
}

.block_cb .success .message span {
  font-size: inherit;
}


.icone_cb{margin-top:10px;text-align: center}
.icone_cb img{margin-right:10px}
.wrapSavedCard{margin:10px 0}
.mentions_cb{margin:30px 15px 0 15px}
.secure_cb{margin-top:20px;text-align: center}
.secure_cb img{vertical-align: inherit;}
#cardholder-name{font-weight: 600;font-family: Quicksand, Open Sans, Segoe UI, sans-serif;font-size: 16px;color:#333}


