/* Based on eStore Credit Card with additional includes for independent work */
/* Technicals */
.clearfix {
  display: table;
}
.clearfix:after {
  content: '. .';
  display: block;
  word-spacing: 99in;
  height: 0;
  overflow: hidden;
  font-size: 0.13em;
  line-height: 0;
}
.clearfix2:before,
.clearfix2:after {
  content: " ";
  display: table;
}
.clearfix2:after {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
/* Visual */
/* Elements */
.element:before {
  font-family: "Open Sans", "Arial Unicode", Helvetica, sans-serif !important;
  display: inline-block;
  position: inherit;
  font-weight: bold;
  font-size: 20px;
  width: 13px;
  height: 13px;
  line-height: 1em;
  color: #999;
  text-align: center;
}
.element-bg:before {
  font-size: 13px;
  border-radius: 6px;
  color: #ffffff;
  background-color: #999;
}
.loader {
  display: block;
  border: 4px solid #d3d3d3;
  border-top: 4px solid #777777;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  animation: rot .6s infinite linear;
}
@keyframes rot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.text-muted {
  color: #999999;
}
.list-ordered li {
  margin-bottom: 11px;
  padding-left: 30px;
}
.list-ordered li:before {
  content: "\2014";
  display: block;
  padding-right: 10px;
  float: left;
  margin-left: -22px;
}
/* START CREDIT CARD */
/* ======================== */
/* Purchase Method Selector */
/* ======================== */
.purchaseMethodSelector {
  margin-bottom: 11px;
  padding-bottom: 16.5px;
  overflow: hidden;
}
.purchaseMethodSelector .purchaseMethodTitle {
  left: 50%;
  /* Payment Methods */
}
.purchaseMethodSelector .purchaseMethodTitle:before {
  background: url('/resellers/assets/bad/payment-methods.svg');
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  z-index: 8887;
  left: 50%;
}
.purchaseMethodSelector .purchaseMethodTitle.adyen_sofort:before {
  background-position: 0 0;
  width: 45px;
  height: 30px;
}
.purchaseMethodSelector .purchaseMethodTitle.adyen_card:before,
.purchaseMethodSelector .purchaseMethodTitle.bank:before,
.purchaseMethodSelector .purchaseMethodTitle.bank_recurring:before {
  background-position: 0 -32px;
  top: 5px;
  width: 23px;
  height: 15px;
}
.purchaseMethodSelector .purchaseMethodTitle.adyen_paypal:before,
.purchaseMethodSelector .purchaseMethodTitle.braintree_paypal:before,
.purchaseMethodSelector .purchaseMethodTitle.paypal:before,
.purchaseMethodSelector .purchaseMethodTitle.paypal_recurring:before {
  background-position: 0 -48px;
  width: 21px;
  height: 23px;
}
.purchaseMethodSelector .purchaseMethodTitle.adyen_sepa:before {
  background-position: 0 -72px;
  width: 40px;
  height: 11px;
}
.purchaseMethodSelector .purchaseMethodTitle.adyen_alipay:before {
  background-position: 0 -83px;
  width: 40px;
  height: 13px;
}
.purchaseMethodSelector .purchaseMethodTitle.purchase_order:before,
.purchaseMethodSelector .purchaseMethodTitle.proforma_invoice:before {
  background-position: 0 -121px;
  width: 18px;
  height: 21px;
}
.purchaseMethodSelector .purchaseMethodTitle.adyen_unionpay:before {
  background-position: 0 -154px;
  width: 32px;
  height: 20px;
}
.purchaseMethodSelector .purchaseMethodTitle.partner_payment:before {
  background-position: 0 -175px;
  width: 32px;
  height: 15px;
}
.purchaseMethodSelector .purchaseMethodTitle.contact_sales:before {
  background-position: 0 -190px;
  width: 20px;
  height: 19px;
}
.purchaseMethodSelector .purchaseMethodTitle.adyen_wechatpay:before {
  background-position: 0 -244px;
  width: 26px;
  height: 23px;
}
.purchaseMethodSelector .purchaseMethodTitle.adyen_ideal:before {
  background-position: 0 -270px;
  width: 26px;
  height: 22px;
}
.purchaseMethodSelector .purchaseMethodTitle.adyen_applepay:before {
  background-position: 0 -295px;
  width: 40px;
  height: 26px;
}
.purchaseMethodSelector .purchaseMethodTitle.pingxx_alipay:before {
  background-position: 0 -83px;
  width: 40px;
  height: 13px;
}
.purchaseMethodSelector .purchaseMethodTitle.pingxx_wechatpay:before {
  background-position: 0 -244px;
  width: 26px;
  height: 23px;
}
.purchaseMethodSelector.singlePaymentMethod {
  margin-bottom: 0;
  padding-bottom: 0;
}
.purchaseMethodSelector.singlePaymentMethod .purchaseMethodTitle {
  margin-top: 22px;
  position: relative;
  font-weight: bold;
  left: 0;
}
.purchaseMethodSelector.singlePaymentMethod .purchaseMethodTitle.contact_sales,
.purchaseMethodSelector.singlePaymentMethod .purchaseMethodTitle.adyen_card {
  padding-left: 32px;
}
.purchaseMethodSelector.singlePaymentMethod .purchaseMethodTitle.contact_sales:before,
.purchaseMethodSelector.singlePaymentMethod .purchaseMethodTitle.adyen_card:before {
  top: 2px;
  left: 0;
  margin-left: 0;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock {
  border: 1px solid #d3d3d3;
  border-left: 1px solid transparent;
  float: left;
  min-width: 135px;
  min-height: 80px;
  text-align: center;
  border-radius: 1px;
  color: #777;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock:hover,
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock:active {
  color: #18a3fa;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock:first-child {
  border-left: 1px solid #d3d3d3;
  float: left;
  clear: right;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock.selected {
  border: 1px solid #18a3fa;
  color: #2e2e2e;
  cursor: default;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock.selected:before,
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock.selected:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  margin-left: -10px;
  z-index: 8888;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock.selected:before {
  border-top: 10px solid #18a3fa;
  bottom: -10px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock.selected:after {
  border-top: 10px solid #ffffff;
  bottom: -9px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock.selected:before,
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodBlock.selected:after {
  z-index: 8887;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle {
  width: 135px;
  padding-top: 35px;
  font-size: 14px;
  /* Payment Methods */
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.adyen_card:before,
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.bank:before,
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.bank_recurring:before {
  top: 15px;
  margin-left: -11px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.adyen_paypal:before,
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.braintree_paypal:before,
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.paypal:before,
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.paypal_recurring:before {
  top: 10px;
  margin-left: -12px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.adyen_sepa:before {
  top: 21px;
  margin-left: -20px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.adyen_alipay:before {
  top: 19px;
  margin-left: -20px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.adyen_sofort:before {
  top: 6px;
  margin-left: -22px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.purchase_order:before,
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.proforma_invoice:before {
  top: 12px;
  margin-left: -9px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.adyen_unionpay:before {
  top: 13px;
  margin-left: -16px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.partner_payment:before {
  top: 20px;
  margin-left: -11px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.adyen_wechatpay:before {
  top: 13px;
  margin-left: -16px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.adyen_ideal:before {
  top: 12px;
  margin-left: -16px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.adyen_applepay:before {
  top: 12px;
  margin-left: -20px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.contact_sales:before {
  top: 18px;
  margin-left: -12px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.pingxx_alipay:before {
  top: 19px;
  margin-left: -20px;
}
.purchaseMethodSelector:not(.singlePaymentMethod) .purchaseMethodTitle.pingxx_wechatpay:before {
  top: 13px;
  margin-left: -16px;
}
/* =============== */
/* Purchase Method */
/* =============== */
.purchaseMethod {
  position: relative;
  display: none;
}
.purchaseMethod p {
  display: none;
  margin: 0.5em 0 0.8em 0 !important;
}
.purchaseMethod.selected,
.purchaseMethod.selected p {
  display: block;
}
/* =========== */
/* Credit Card */
/* =========== */
.ccBlock {
  margin: 11px 0 0 0;
  position: relative;
}
.ccBlock:before,
.ccBlock:after {
  content: " ";
  display: table;
}
.ccBlock:after {
  clear: both;
}
.ccBlock:before,
.ccBlock:after {
  content: " ";
  display: table;
}
.ccBlock:after {
  clear: both;
}
.ccBlock .error {
  margin: 0.1em 0 1.85em -5px !important;
  color: #b94a48;
}
.ccBlock .error-cardDetails {
  margin: 35px 0 0 0 !important;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 542px;
  width: 201.5px;
}
/* Common shape and back of the Card */
.ccAppearance {
  width: 525px;
  position: relative;
  float: left;
  background: url('/resellers/assets/bad/ccBackBg.png') #ecebeb 0 0 repeat-x;
  -webkit-box-shadow: 0 2px 5px 0 rgba(119, 119, 119, 0.5);
  box-shadow: 0 2px 5px 0 rgba(119, 119, 119, 0.5);
  border-radius: 11px;
}
.ccAppearance:after {
  content: '';
  display: block;
  height: 100%;
  width: 70px;
  top: 0;
  left: 370px;
  position: absolute;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.33) 1%, rgba(0, 0, 0, 0.33) 20%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.33) 1%, rgba(0, 0, 0, 0.33) 20%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.33) 1%, rgba(0, 0, 0, 0.33) 20%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
/* Credit Card View */
.ccFront {
  width: 400px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background: url('/resellers/assets/bad/ccFrontBg.png') 0 0 repeat-x;
  border-radius: 11px;
  padding: 65px 12px 5px 12px;
  z-index: 1;
}
.ccFront .brand {
  position: absolute;
  top: 24px;
  background: url('/resellers/assets/bad/cc-images.svg') 0 0 no-repeat;
  width: 360px;
  height: 24px;
}
.ccFront .ccFieldGroup {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.ccFront input,
.ccFront select {
  font-size: 13px !important;
}
.ccFront input.invalid,
.ccFront select.invalid {
  border: 1px solid #ee685a !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.ccFront input {
  padding: 10px 10px !important;
  line-height: normal !important;
  height: auto;
}
.ccFront select {
  padding: 8px 6px !important;
  line-height: normal !important;
  height: auto;
}
.ccFront label {
  font-family: JetBrains Mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  color: #666;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 200;
  padding-right: 12px;
  padding-bottom: 6px;
  display: inline-block;
  text-shadow: 0 -1px 1px #ffffff;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #666;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2em;
}
/* Specific Controls */
.cvc-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.cvc-icon:before {
  padding: 0;
}
.cvc-icon:hover {
  color: #000;
}
.ccSecurityCodeLabel,
.ccSecurityCodeNote {
  display: none !important;
  width: 201.5px;
}
.ccSecurityCodeLabel p,
.ccSecurityCodeNote p {
  font-size: 12px !important;
  margin: 0 0 11px 0 !important;
}
.ccSecurityCodeLabel.default,
.ccSecurityCodeNote.default {
  display: block !important;
}
/* Amex */
.amex .ccAppearance {
  background: none;
  width: 400px;
}
.amex .ccAppearance:after {
  display: none;
}
.amex #ccNumber {
  width: 287px !important;
}
.amex #ccNumber.invalid-luhn,
.amex #ccNumber.valid-luhn {
  background-position: 255px 10px !important;
}
.amex .ccSecurityCodeLabel,
.amex .ccSecurityCodeNote {
  display: none !important;
}
.amex .ccSecurityCodeLabel.amex,
.amex .ccSecurityCodeNote.amex {
  display: block !important;
}
.amex .error-cardDetails {
  width: 275px;
  left: 415px;
}
@media (min-width: 781px) {
  #ccSecurityCode {
    position: absolute;
    left: 433.5px;
    top: 91px;
  }
  .cvc-icon {
    position: absolute;
    left: 484.5px;
    top: 103px;
  }
  .ccSecurityCodeLabel {
    position: absolute;
    top: 102px;
    left: 537px;
    line-height: normal;
  }
  .ccSecurityCodeLabel:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    border-top: 1px solid #c0c0c0;
    top: 8px;
    left: -25px;
    z-index: 2;
  }
  .ccSecurityCodeNote {
    position: absolute;
    top: 135px;
    left: 537px;
    line-height: normal;
  }
  .amex #ccSecurityCode {
    left: 311px;
  }
  .amex .cvc-icon {
    left: 362px;
  }
  .amex .ccSecurityCodeLabel.amex,
  .amex .ccSecurityCodeNote.amex {
    width: 275px;
    left: 415px;
  }
}
@media (max-width: 780px) {
  .ccBlock:not(.savedCard) .ccAppearance {
    width: auto;
    background: none;
    box-shadow: none;
  }
  .ccBlock:not(.savedCard) .ccAppearance:after {
    display: none;
  }
  .ccBlock:not(.savedCard) .ccFront {
    width: auto;
    border: none;
    background: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .ccBlock .error-cardDetails,
  .amex .error-cardDetails {
    position: static !important;
    left: 0 !important;
    margin-top: 11px !important;
    width: 100%;
  }
  .ccSecurityCodeLabel {
    width: 120px !important;
    text-align: right;
  }
  .ccSecurityCodeNote {
    display: block;
    position: relative;
    order: 3;
    width: 100%;
    left: 132px !important;
    margin-top: 12px;
  }
  .ccSecurityCodeNote p {
    width: 260px !important;
  }
  .cvc-icon,
  .amex .cvc-icon {
    position: relative;
    left: -27.5px;
    top: 0;
  }
}
/* Recurring Note */
.recurring-note {
  clear: both;
  position: relative;
  top: 11px;
  margin-bottom: 11px;
}
/* ================= */
/* Saved Credit Card */
/* ================= */
.savedCard {
  overflow: visible;
}
.savedCard:before,
.savedCard:after {
  content: " ";
  display: table;
}
.savedCard:after {
  clear: both;
}
.savedCard:before,
.savedCard:after {
  content: " ";
  display: table;
}
.savedCard:after {
  clear: both;
}
.savedCard .cc-saved-content {
  position: absolute;
  font-family: JetBrains Mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  right: 11px;
}
.savedCard .cc-saved-content:before {
  display: inline-block;
  color: #b6b6b6;
}
.savedCard .ccAppearance {
  width: auto;
  border-radius: 5.5px;
  border: 1px solid #f5f5f4;
  overflow: visible;
  background: none;
  -webkit-box-shadow: 0 2px 3px 1px rgba(119, 119, 119, 0.4), inset 0 0 0 1px #ffffff;
  box-shadow: 0 2px 3px 1px rgba(119, 119, 119, 0.4), inset 0 0 0 1px #ffffff;
}
.savedCard .ccAppearance:after {
  display: none;
}
.savedCard .ccFront {
  width: 170px;
  border-radius: 5.5px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.savedCard .brand {
  display: block;
  top: 11px;
  background: none;
}
.savedCard .ccSavedNumber {
  position: absolute;
  font-family: JetBrains Mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  right: 11px;
  top: 17px;
}
.savedCard .ccSavedNumber:before {
  display: inline-block;
  color: #b6b6b6;
}
.savedCard .ccSavedNumber:before {
  content: "****";
}
.savedCard .ccSavedExpiration {
  position: absolute;
  font-family: JetBrains Mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  right: 11px;
  top: 41px;
  font-size: 13px;
}
.savedCard .ccSavedExpiration:before {
  display: inline-block;
  color: #b6b6b6;
}
.savedCard .ccSavedExpiration:before {
  content: "EXP: ";
}
.savedCard .ccSavedDate {
  text-align: left;
  font-size: 11px;
  color: #999;
  margin-top: 16.5px;
}
.savedCard.selected .ccAppearance {
  border: 1px solid #63c1fc;
  -webkit-box-shadow: 0 0 6px 3px #e0f3fe;
  box-shadow: 0 0 6px 3px #e0f3fe;
}
.savedCard.expired .ccFront {
  background: #ffdddd;
}
.savedCard.expired .ccSavedExpiration {
  color: #b94a48;
}
.savedCard.expired .ccSavedExpiration:before {
  color: #b94a48;
  content: "EXPIRED: ";
}
.savedCard.expires-soon .ccSavedExpiration {
  color: #b94a48;
}
.savedCard.expires-soon .ccSavedExpiration:before {
  color: #b94a48;
  content: "EXPIRES SOON: ";
}
.savedCard .PayPalCode {
  position: absolute;
  font-family: JetBrains Mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  right: 11px;
  font-family: "Open Sans", "Arial Unicode", Helvetica, sans-serif;
  left: 11px;
  top: 41px;
  font-size: 11px;
}
.savedCard .PayPalCode:before {
  display: inline-block;
  color: #b6b6b6;
}
.savedCard .PayPalCode:before {
  font-family: JetBrains Mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  content: "ID: ";
  font-size: 10px;
}
.savedCard .PayPalCode:empty {
  visibility: hidden;
}
.savedCard .PayPalEmail {
  position: absolute;
  font-family: JetBrains Mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  right: 11px;
  font-family: "Open Sans", "Arial Unicode", Helvetica, sans-serif;
  left: 11px;
  top: 55.4px;
  font-size: 11px;
  line-height: 11px;
  width: 156px;
  visibility: visible;
}
.savedCard .PayPalEmail:before {
  display: inline-block;
  color: #b6b6b6;
}
.savedCard .PayPalEmailContent {
  display: none;
}
.savedCard .PayPalEmailLong {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 148px;
  visibility: visible;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.savedCard .PayPalEmailMore {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -2px;
}
.savedCard .PayPalEmailMore + .tooltip > .tooltip-inner {
  width: 350px;
  max-width: 350px;
}
.savedCard.paypal .brand {
  content: "";
  display: block;
  background-image: url('/resellers/assets/bad/payment-methods.svg');
  background-position: 0 -48px;
  width: 102px;
  height: 23px;
  zoom: 0.81;
  -moz-transform: scale(0.81);
  -moz-transform-origin: 0 0;
}
#eStoreCheckout .savedCard {
  cursor: pointer;
}
.ccSavedArea {
  width: 100%;
}
.ccSavedArea:before,
.ccSavedArea:after {
  content: " ";
  display: table;
}
.ccSavedArea:after {
  clear: both;
}
.ccSavedArea:before,
.ccSavedArea:after {
  content: " ";
  display: table;
}
.ccSavedArea:after {
  clear: both;
}
.ccSavedContainer {
  float: left;
}
.ccSavedAdd {
  margin: 27.5px 0 0 11px;
  font-size: 13px;
}
.ccSavedDescription {
  width: 525px;
}
.ccSavedBack {
  display: block;
  float: right;
  font-size: 13px;
}
.ccSavedNote {
  font-size: 13px;
  color: #308800;
  box-sizing: border-box;
  margin: 11px 0 0 24px;
}
.ccSavedNote p {
  margin: 0 0 0 0 !important;
}
.savePaymentBlock {
  clear: both;
}
#removeCreditCardConfirm {
  top: 30px;
  margin: 0;
}
/* =========== */
/* Specific CC */
/* =========== */
.visa .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: 0px 0;
  width: 40px;
}
.visa .ccSecurityCodeLabel.default,
.visa .ccSecurityCodeNote.default {
  display: none !important;
}
.visa .ccSecurityCodeLabel.visa,
.visa .ccSecurityCodeNote.visa {
  display: block !important;
}
.visadankort .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: 0px 0;
  width: 40px;
}
.visadankort .ccSecurityCodeLabel.default,
.visadankort .ccSecurityCodeNote.default {
  display: none !important;
}
.visadankort .ccSecurityCodeLabel.visadankort,
.visadankort .ccSecurityCodeNote.visadankort {
  display: block !important;
}
.visaalphabankbonus .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: 0px 0;
  width: 40px;
}
.visaalphabankbonus .ccSecurityCodeLabel.default,
.visaalphabankbonus .ccSecurityCodeNote.default {
  display: none !important;
}
.visaalphabankbonus .ccSecurityCodeLabel.visaalphabankbonus,
.visaalphabankbonus .ccSecurityCodeNote.visaalphabankbonus {
  display: block !important;
}
.mc .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -46px 0;
  width: 40px;
}
.mc .ccSecurityCodeLabel.default,
.mc .ccSecurityCodeNote.default {
  display: none !important;
}
.mc .ccSecurityCodeLabel.mc,
.mc .ccSecurityCodeNote.mc {
  display: block !important;
}
.mcalphabankbonus .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -46px 0;
  width: 40px;
}
.mcalphabankbonus .ccSecurityCodeLabel.default,
.mcalphabankbonus .ccSecurityCodeNote.default {
  display: none !important;
}
.mcalphabankbonus .ccSecurityCodeLabel.mcalphabankbonus,
.mcalphabankbonus .ccSecurityCodeNote.mcalphabankbonus {
  display: block !important;
}
.bijcard .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -46px 0;
  width: 40px;
}
.bijcard .ccSecurityCodeLabel.default,
.bijcard .ccSecurityCodeNote.default {
  display: none !important;
}
.bijcard .ccSecurityCodeLabel.bijcard,
.bijcard .ccSecurityCodeNote.bijcard {
  display: block !important;
}
.maestro .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -92px 0;
  width: 40px;
}
.maestro .ccSecurityCodeLabel.default,
.maestro .ccSecurityCodeNote.default {
  display: none !important;
}
.maestro .ccSecurityCodeLabel.maestro,
.maestro .ccSecurityCodeNote.maestro {
  display: block !important;
}
.maestrouk .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -92px 0;
  width: 40px;
}
.maestrouk .ccSecurityCodeLabel.default,
.maestrouk .ccSecurityCodeNote.default {
  display: none !important;
}
.maestrouk .ccSecurityCodeLabel.maestrouk,
.maestrouk .ccSecurityCodeNote.maestrouk {
  display: block !important;
}
.amex .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -138px 0;
  width: 40px;
}
.amex .ccSecurityCodeLabel.default,
.amex .ccSecurityCodeNote.default {
  display: none !important;
}
.amex .ccSecurityCodeLabel.amex,
.amex .ccSecurityCodeNote.amex {
  display: block !important;
}
.discover .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -184px 0;
  width: 40px;
}
.discover .ccSecurityCodeLabel.default,
.discover .ccSecurityCodeNote.default {
  display: none !important;
}
.discover .ccSecurityCodeLabel.discover,
.discover .ccSecurityCodeNote.discover {
  display: block !important;
}
.diners_club_international .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -230px 0;
  width: 40px;
}
.diners_club_international .ccSecurityCodeLabel.default,
.diners_club_international .ccSecurityCodeNote.default {
  display: none !important;
}
.diners_club_international .ccSecurityCodeLabel.diners_club_international,
.diners_club_international .ccSecurityCodeNote.diners_club_international {
  display: block !important;
}
.diners_club_carte_blanche .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -230px 0;
  width: 40px;
}
.diners_club_carte_blanche .ccSecurityCodeLabel.default,
.diners_club_carte_blanche .ccSecurityCodeNote.default {
  display: none !important;
}
.diners_club_carte_blanche .ccSecurityCodeLabel.diners_club_carte_blanche,
.diners_club_carte_blanche .ccSecurityCodeNote.diners_club_carte_blanche {
  display: block !important;
}
.jcb .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -276px 0;
  width: 40px;
}
.jcb .ccSecurityCodeLabel.default,
.jcb .ccSecurityCodeNote.default {
  display: none !important;
}
.jcb .ccSecurityCodeLabel.jcb,
.jcb .ccSecurityCodeNote.jcb {
  display: block !important;
}
.cup .brand {
  background-image: url('/resellers/assets/bad/cc-images.svg');
  background-position: -322px 0;
  width: 40px;
}
.cup .ccSecurityCodeLabel.default,
.cup .ccSecurityCodeNote.default {
  display: none !important;
}
.cup .ccSecurityCodeLabel.cup,
.cup .ccSecurityCodeNote.cup {
  display: block !important;
}
.ccBlock.unknown .brand.no-maestro {
  background: none;
}
.ccBlock.unknown .brand.no-maestro:before {
  display: block;
  content: "";
  position: absolute;
  background: url('/resellers/assets/bad/cc-images.svg') 0 0 no-repeat;
  width: 92px;
  height: 24px;
}
.ccBlock.unknown .brand.no-maestro:after {
  display: block;
  content: "";
  position: absolute;
  background: url('/resellers/assets/bad/cc-images.svg') -138px 0 no-repeat;
  width: 360px;
  height: 24px;
  margin-left: 92px;
}
.paypal-cards-info {
  font-size: 14px;
  margin-top: 27.5px;
}
.paypal-cards-info:before {
  content: '';
  display: inline-block;
  position: relative;
  background: url('/resellers/assets/bad/cc-images.svg') 0 0 no-repeat;
  width: 92px;
  height: 24px;
  top: 7px;
}
/* Cards Management */
.existing-cards-related {
  display: inline-block;
  position: absolute;
  margin-left: 20px;
}
.existing-cards-related .form-control {
  width: 450px;
  margin-top: -8px;
}

