body.section-checkout .title-border-fix {
  display: none;
}
.expres-stripe-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -o-border-top-left-radius: 6px;
  -o-border-top-right-radius: 6px;
}
body.section-checkout .stripe-cancel-btn {
  display: none;
}
.expres-stripe-form-wrapper {
  max-width: 352px !important;
  margin: 0 auto;
  border: solid 1px #eaeaea;
  border: solid 1px #d2d2d3;
  border: solid 1px #e4e8eb;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 1px 1px 3px #e4e8eb;
}
.expres-stripe-header {
  background: #f5f5f5;
  background: #e8e9eb;
  background: #edf1f4;
  border-bottom: solid 1px #ddd;
  border-bottom: solid 1px #e5e9eb;
  /*box-shadow: 0 -2px 3px #eee inset;*/
  padding: 20px;
  /*text-align: center;*/
}
/*.expres-stripe-header .logo-wrapper-outer {*/
  /*left: 50%;*/
  /*position: absolute;*/
  /*top: -26px;*/
/*}*/
/*body.section-checkout .logo-wrapper-outer {*/
  /*top: -5px;*/
/*}*/
/*.expres-stripe-header .logo-wrapper-inner {*/
  /*/!*left: -50%;*!/*/
  /*/!*position: relative;*!/*/
/*}*/
.expres-stripe-header img {
  border: solid 2px #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 0 5px #999;
  /*left: -50%;*/
  /*position: relative;*/
  float: left;
  margin-right: 14px;
}
.expres-stripe-header p {
  color: #5b5b65;
  color: #929496;
  font-size: 13px;
  /*font-weight: bold;*/
  line-height: 1.4em !important;
  margin: 5px 0 0 66px !important;
  text-shadow: 0 1px 0 #fff;
}
.expres-stripe-body {
  background-color: #fdfdfd;
  border-top: solid 1px #fff;
  /*box-shadow: 0 -1px 3px 0 #e4e8eb;*/
  padding: 20px;

  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -o-border-bottom-right-radius: 6px;
}
#expres-stripe-checkout-form {
  /*font-size: 0.9em;*/
  /*display: none;*/
}
#expres-stripe-checkout-form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccccd0;
}
#expres-stripe-checkout-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccccd0;
  opacity: 1;
}
#expres-stripe-checkout-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccccd0;
  opacity: 1;
}
#expres-stripe-checkout-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccccd0;
}
#expres-stripe-checkout-form,
#expres-stripe-checkout-form h1,
#expres-stripe-checkout-form h2,
#expres-stripe-checkout-form a,
#expres-stripe-checkout-form span,
#expres-stripe-checkout-form input,
#expres-stripe-checkout-form p {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
#expres-stripe-checkout-form .form-item {
  margin-top: 0;
}
#expres-stripe-checkout-form .form-item label {
  font-size: 13px;
  margin-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
}
#expres-stripe-checkout-form .form-item label span {
  color: #7f8899;
  /*color: #777;*/
}
#expres-stripe-checkout-form .form-text {
  border: solid 1px #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  box-sizing: border-box;
  padding: 8px 5px;
  width: 89%;
  width: 100%;
  box-shadow: 0 1px 0 #fff;
  color: #777;
}
#expres-stripe-checkout-form .form-text:focus {
  border-color: #5AB0DB;
  box-shadow: inset 0 1px 1px rgba(76,107,153,.15),0 1px 0 transparent,0 0 4px #7faae4;
}
#expres-stripe-checkout-form .form-text:disabled {
  background-color: #fff;
}
#expres-stripe-checkout-form .form-submit {
  width: 100%;
}
#expres-stripe-checkout-form h2 {
  color: #000;
  color: #41444a;
  font-size: 21px;
  font-weight: bold;
  line-height: 21px;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  /*text-align: center;*/
  text-shadow: 0 1px 0 #fff;
}
#expres-stripe-checkout-form .btn {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
#expres-stripe-checkout-form .btn.info {
  background: url(../images/btn-bg.png) repeat-x bottom #3fb1eb !important;
  border-bottom-width: 1px;
  font-size: 17px;
  font-weight: 700;
  height: 37px;
  line-height: 21px;
  text-shadow: 0 -1px 0 rgba(0,0,0,.12);
}
#expres-stripe-checkout-form .btn.info:hover {
  text-decoration: none;
}

div.test-mode {
  background: #e28f8f;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  width: 100%;
}
.stripe-checkout-popup {
  border-color: transparent;
  box-shadow: 0px 10px 20px #333;
  max-width: 352px !important;
  width: 90%;
}
.stripe-checkout-popup .qtip-content {
  padding: 0;
  overflow: inherit;
}
.stripe-checkout-popup .qtip-content h2 {
  padding: 0;
}
.stripe-checkout-popup .throbber{
  background: url(/misc/throbber.gif) 0 21px;
  height: 16px;
  margin: 1em auto 0;
  width: 14px;
}
.stripe-checkout-popup .progress {
  margin-bottom: 1em;
  margin-top: 5px;
  text-align: center;
}

.payment-errors {
  color: #a30000;
  font-size: 0.9em;
}

.cc-num-wrapper, .exp-expires-wrapper {
  margin-bottom: 0.5em;
}
.cc-num-wrapper,
.stripeEmail-wrapper{
  display: inline-block;
  margin-right: 2%;
  width: 68%;
}
.exp-expires-wrapper,
.cvc-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
.stripe-buttons-wrapper {
  border-top: solid 1px #edf1f3;
  box-shadow: 0 -1px 0 0 #fff;
  margin-top: 1em;
  padding-top: 1.5em;
}
.powered-by {
  background: url(../images/powered-by.png) no-repeat center center;
  bottom: 0.5em;
  left: 1em;
  position: fixed;
  text-align: center;
}
.powered-by a {
  display: block;
  height: 30px;
  margin: 0 auto;
  width: 130px;
}
body.section-checkout .powered-by {
  background: url(../images/powered-by-dark.png) no-repeat center center;
  margin-top: 10px;
  position: static;
  text-align: center;
}
.stripe-cancel-btn {
  background: url(../images/close.png) no-repeat;
  height: 23px;
  right: 3px;
  margin-top: 3px;
  position: absolute;
  top: 0;
  width: 22px;

  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#cc-num {
  background-image: url(../images/cards.png);
  background-position: 97% 6px;
  background-repeat: no-repeat;
}
#cc-num.visa {
  background-position-y: -33px;
}
#cc-num.unionpay {
  background-position-y: -72px;
}
#cc-num.mastercard {
  background-position-y: -111px;
}
#cc-num.maestro {
  background-position-y: -149px;
}
#cc-num.jcb {
  background-position-y: -188px;
}
#cc-num.discover {
  background-position-y: -227px;
}
#cc-num.dinersclub {
  background-position-y: -266px;
}
#cc-num.amex {
  background-position-y: -306px;
}

#card-element {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 0 #fff;
  padding: 8px 5px;
}
/*.expres-stripe-form-elements {*/
  /*display: none;*/
/*}*/
.stripe-processing-animation,
.expres-stripe-form-elements {
  display: none;
}
.expres-stripe-body fieldset.collapsible legend a {
  color: #7f8899;
  font-size: 13px;
}
.expres-stripe-body fieldset.collapsible.collapsed {
  border-width: 1px 0 0 0 !important;
}
.expres-stripe-body fieldset {
  border-color: #ddd !important;
  /*border-radius: 4px;*/
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 15px 0 !important;
  padding: 10px 10px 0 !important;
}
