.krepling-login-panel[hidden] {
  display: none !important;
}

.krepling-form-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--kp-button-color);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.krepling-form-link:hover,
.krepling-form-link:focus {
  color: var(--kp-button-color);
  opacity: 0.85;
  outline: none;
}

.krepling-login-form__intro {
  margin-bottom: 16px;
}

.krepling-login-form__title {
  margin: 0 0 16px;
  color: var(--kp-text-color);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  font-family: PPRadioGrotesk-Bold;
}

.krepling-login-form__intro p {
  margin: 0;
  color: var(--kp-text-color);
  font-size: 13px;
  line-height: 1.5;
  font-family: PPRadioGrotesk-Light;
}

.krepling-login-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.krepling-login-form__divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0 20px;
  color: rgba(17, 24, 39, 0.62);
  font-size: 14px;
  line-height: 1;
}

.krepling-login-form__divider::before,
.krepling-login-form__divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(17, 24, 39, 0.16);
}

.krepling-block-checkout-content {
  padding-top: 12px;
}

.krepling-block-checkout-content,
.krepling-block-checkout-content *,
.krepling-block-checkout-content *::before,
.krepling-block-checkout-content *::after {
  box-sizing: border-box;
}

.krepling-block-checkout-content .text-left {
  text-align: left !important;
}

.krepling-block-checkout-content .text-right {
  text-align: right !important;
}

.krepling-block-checkout-content .text-center {
  text-align: center !important;
}

.krepling-block-checkout-content .text-success {
  color: #3c763d !important;
}

.krepling-block-checkout-content .mb-0 {
  margin-bottom: 0 !important;
}

.krepling-block-checkout-content .mt-2 {
  margin-top: 0.5rem !important;
}

.krepling-block-checkout-content .mt-3 {
  margin-top: 1rem !important;
}

.krepling-block-checkout-content .mt-4 {
  margin-top: 1.5rem !important;
}

.krepling-block-checkout-content .p-0 {
  padding: 0 !important;
}

.krepling-block-checkout-content .p-2 {
  padding: 0.5rem !important;
}

.krepling-block-checkout-content .float-right {
  float: right !important;
}

.krepling-block-checkout-content .img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.krepling-block-checkout-content .hideclass {
  display: none !important;
}

.krepling-block-payment-panel {
  overflow: hidden;
  transform-origin: top;
  will-change: max-height, opacity, transform;
  transition:
    max-height 0.7s ease,
    opacity 0.7s ease,
    transform 0.7s ease,
    visibility 0s linear 0s;
}

.krepling-block-payment-panel.is-expanded {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.krepling-block-payment-panel.is-collapsed {
  opacity: 0;
  transform: translateY(-12px);
  visibility: hidden;
  pointer-events: none;
  transition:
    max-height 0.7s ease,
    opacity 0.7s ease,
    transform 0.7s ease,
    visibility 0s linear 0.7s;
}

@media (prefers-reduced-motion: reduce) {
  .krepling-block-payment-panel,
  .krepling-block-payment-panel.is-expanded,
  .krepling-block-payment-panel.is-collapsed {
    transition: none;
    transform: none;
  }
}

body.krepling-block-addcard-open {
  overflow: hidden;
}

button.wc-block-components-checkout-place-order-button[data-krepling-disabled="true"],
.wc-block-components-checkout-place-order-button[data-krepling-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
}

.krepling-block-checkout-content .krepling-block-authenticated,
.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks,
.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .login_section,
.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .loginemail_section,
.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .krepling-login-panel,
.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .krepling-guest-signup-form--blocks,
.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .krepling-block-checkout-fields--blocks {
  width: 100%;
  max-width: none;
}

.krepling-block-checkout-content #addcard[data-krepling-add-card-context="blocks"] {
  position: fixed;
  inset: 0;
  z-index: 100000;
  padding: 24px 16px;
  overflow-y: auto;
  background: rgba(17, 24, 39, 0.42);
}

.krepling-block-checkout-content #addcard[data-krepling-add-card-context="blocks"] .modal-dialog.setCenter {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  float: none;
  width: min(100%, 610px);
  max-width: 610px;
  margin: 0 auto;
}

.krepling-block-checkout-content #addcard[data-krepling-add-card-context="blocks"] .modal-content.addcard-content.bbox {
  min-height: auto;
  padding: 32px 28px 24px;
  border-radius: 28px;
}

.krepling-block-checkout-content #addcard[data-krepling-add-card-context="blocks"] footer#copyright_section {
  margin-top: 16px;
}

.krepling-block-checkout-content .krepling-login-form--blocks .form-group,
.krepling-block-checkout-content .krepling-block-checkout-fields--blocks .form-group {
  margin: 0 0 21px;
}

.krepling-block-checkout-content .krepling-login-form--blocks label,
.krepling-block-checkout-content .krepling-block-checkout-fields--blocks label {
  display: block;
  margin-bottom: 8px !important;
  color: var(--kp-text-color);
  font-size: 13px;
  line-height: 12px;
  font-weight: 300;
  font-family: PPRadioGrotesk-Light;
}

.krepling-block-checkout-content .krepling-login-form--blocks .form-control,
.krepling-block-checkout-content .krepling-block-checkout-fields--blocks .form-control {
  width: 100%;
  height: 34px;
  min-height: 34px;
  padding: 6px 12px 5px;
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 0;
  border-radius: 6px;
  background: #efefef;
  color: var(--kp-text-color);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  font-family: 'PPRadioGrotesk-Light', 'FontAwesome';
  box-shadow: none !important;
  outline: none;
}

.krepling-block-checkout-content .krepling-login-form--blocks .form-control::placeholder,
.krepling-block-checkout-content .krepling-block-checkout-fields--blocks .form-control::placeholder {
  color: #8b8b8b;
  opacity: 1;
}

.krepling-block-checkout-content .krepling-login-form--blocks .form-control:focus,
.krepling-block-checkout-content .krepling-login-form--blocks input:focus,
.krepling-block-checkout-content .krepling-block-checkout-fields--blocks .form-control:focus,
.krepling-block-checkout-content .krepling-block-checkout-fields--blocks input:focus {
  border: 0 !important;
  box-shadow: 0px 3px 5px 1px #ccc !important;
}

.krepling-block-checkout-content .krepling-login-form--blocks .showpass {
  margin-bottom: 0;
}

.krepling-block-checkout-content .krepling-login-form--blocks #togglePassword {
  top: 48px;
  right: 16px;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .form-group {
  margin: 0 0 21px;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel label {
  margin-bottom: 8px !important;
  color: var(--kp-text-color);
  font-size: 13px;
  line-height: 12px;
  font-family: PPRadioGrotesk-Light;
  font-weight: 300;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .form-control {
  height: 34px;
  min-height: 34px;
  padding: 6px 12px 5px;
  border: 0;
  border-radius: 6px;
  background: #efefef;
  color: var(--kp-text-color);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  font-family: 'PPRadioGrotesk-Light', 'FontAwesome';
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .form-control::placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .form-control:focus,
.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel input:focus {
  background: #efefef;
  border-color: transparent !important;
  box-shadow: none !important;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .showpass .form-control {
  padding-right: 40px;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel #togglePassword {
  top: 32px;
  right: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 18px;
  opacity: 0.8;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel #togglePassword svg {
  width: 25px;
  height: auto;
}

.krepling-block-checkout-content .krepling-login-form--blocks .login_section,
.krepling-block-checkout-content .krepling-login-form--blocks .loginemail_section {
  margin-bottom: 16px;
}

.krepling-block-checkout-content .krepling-login-form--blocks .email_section,
.krepling-block-checkout-content .krepling-login-form--blocks .sendotp_section,
.krepling-block-checkout-content .krepling-login-form--blocks .otpverified_section {
  margin-top: 12px;
}

.krepling-block-checkout-content .krepling-login-form--blocks .forgetpass,
.krepling-block-checkout-content .krepling-login-form--blocks .krepling-form-link {
  margin-top: 0;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel--login .forgetpass {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  color: var(--kp-button-color);
  font-size: 13px;
  line-height: 1.2;
  font-family: PPRadioGrotesk-Bold;
  font-weight: 400;
  text-decoration: none;
}

.krepling-block-checkout-content .krepling-login-form--blocks .flex-btn,
.krepling-block-checkout-content .krepling-login-form--blocks .krepling-login-form__actions {
  margin-top: 0;
  justify-content: flex-start;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel--login .krepling-login-form__actions {
  width: 100%;
  margin-top: 0;
  justify-content: flex-end;
}

.krepling-block-checkout-content .krepling-login-form--blocks .currentbtn,
.krepling-block-checkout-content .krepling-login-form--blocks .currentbtn:focus {
  width: auto !important;
  min-width: 190px;
  height: 52px;
  padding: 0 24px;
  margin: 0;
  float: none !important;
  line-height: 1.2 !important;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .currentbtn,
.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .currentbtn:focus {
  width: 233px !important;
  min-width: 0;
  height: 55px;
  padding: 0 24px;
  margin: 0 !important;
  border: 0;
  border-radius: 50px;
  background: linear-gradient(135deg, #6b11ff 0%, var(--kp-button-color) 100%) 0 0 no-repeat padding-box;
  color: #fff;
  font-size: 21px !important;
  font-family: PPRadioGrotesk-Bold;
  font-weight: 700;
  line-height: 0 !important;
  float: none !important;
  box-shadow: none;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks {
  margin-top: 0;
  position: relative;
  z-index: 9;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks .form-group {
  position: relative;
  margin: 0 0 21px;
}

.krepling-block-checkout-content .krepling-block-checkout-fields--blocks .form-group {
  position: relative;
}

.krepling-block-checkout-content .krepling-block-checkout-fields--blocks {
  margin-top: 28px;
}

.krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .krepling-block-checkout-fields--blocks {
  margin-top: 0;
}

.krepling-block-checkout-content .krepling-block-checkout-footer {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.krepling-block-checkout-content .krepling-block-checkout-footer .copyright_group {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 24px;
  flex-wrap: wrap;
}

.krepling-block-checkout-content .krepling-block-checkout-footer .copyright_text h4,
.krepling-block-checkout-content .krepling-block-checkout-footer .copyright_email h4 {
  margin: 0;
}

.krepling-block-checkout-content .krepling-block-checkout-footer .copyright_text h4 {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-family: 'PPRadioGrotesk-Medium';
}

.krepling-block-checkout-content .krepling-block-checkout-footer .copyright_email h4 a {
  color: #aaaaaa;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-family: 'PPRadioGrotesk-Medium';
}

.krepling-block-checkout-content .krepling-block-checkout-footer .copyright_email h4 a:hover,
.krepling-block-checkout-content .krepling-block-checkout-footer .copyright_email h4 a:focus {
  color: #aaaaaa;
  text-decoration: none;
}

.krepling-block-checkout-content .krepling-block-saved-cards {
  display: grid;
  grid-template-columns: max-content minmax(230px, 1fr);
  justify-content: start;
  align-items: start;
  column-gap: 32px;
  row-gap: 16px;
  margin-top: 24px;
}

.krepling-block-checkout-content .krepling-block-checkout-fields--blocks > .krepling-block-saved-cards:first-child,
.krepling-block-checkout-content .krepling-block-checkout-fields--blocks > .krepling-guest-card-fields--blocks:first-child {
  margin-top: 0;
}

.krepling-block-checkout-content .krepling-block-authenticated-selector {
  width: 100%;
}

.krepling-block-checkout-content .krepling-block-authenticated-new-card {
  margin-top: 24px;
}

.krepling-block-checkout-content .krepling-block-saved-cards__cvv.is-hidden {
  display: none;
}

.krepling-block-checkout-content .krepling-block-saved-cards__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 153px;
  justify-content: start;
  justify-items: start;
  align-items: start;
  align-content: start;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 5px 8px 10px 5px;
  scrollbar-width: thin;
  justify-self: start;
  align-self: start;
}

.krepling-block-checkout-content .krepling-block-saved-card {
  width: 153px;
  min-width: 153px;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  line-height: 0;
  align-self: start;
  justify-self: start;
}

.krepling-block-checkout-content .krepling-block-saved-card__visual {
  position: relative;
  width: 100%;
  height: 247px;
  display: inline-block !important;
  border: none !important;
  padding: 11px;
  background-size: 155px;
  border-radius: 10px;
  overflow: hidden;
}

.krepling-block-checkout-content .krepling-block-saved-card__holder {
  width: 90px;
  word-wrap: break-word;
  white-space: initial;
  text-transform: capitalize;
  font-family: 'PPRadioGrotesk-Bold';
  font-weight: 600;
  font-size: 13px;
  color: var(--kp-background-color);
  line-height: 1.2;
}

.krepling-block-checkout-content .krepling-block-saved-cards__cvv {
  width: 230px;
  margin: 0;
  justify-self: start;
  align-self: start;
}

.krepling-block-checkout-content .krepling-block-saved-cards__cvv.cardcvv {
  background-color: var(--kp-background-color);
  border-radius: 26px;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 16px;
  border: 1px solid var(--kp-input-color);
}

.krepling-block-checkout-content .krepling-block-saved-cards__cvv .cardcvv_input {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.krepling-block-checkout-content .krepling-block-saved-cards__cvv label {
  display: block;
  margin-bottom: 10px !important;
  color: #000 !important;
  font-size: 14px !important;
  text-align: center;
}

.krepling-block-checkout-content .krepling-block-saved-cards__cvv .card_cvv_input_image {
  position: relative;
}

.krepling-block-checkout-content .krepling-block-saved-cards__cvv .getcvvval {
  border: 0;
  width: 150px !important;
  right: 34px;
  bottom: -28px;
  padding: 7px 12px !important;
  outline: none;
  color: var(--kp-text-color);
  margin: 0 !important;
  box-shadow: none;
  background-color: var(--kp-input-color);
  border-radius: 6px;
  padding-bottom: 5px !important;
}

.krepling-block-checkout-content .krepling-block-saved-cards__cvv #securitylogo {
  right: 45px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 999;
  line-height: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.krepling-block-checkout-content .krepling-block-saved-cards .company_logo {
  display: flex;
  align-items: center;
  width: calc(100% - 24px);
  position: absolute;
  z-index: 99;
  justify-content: space-between;
  inset: 12px 12px auto 12px;
  padding: 0;
  margin: 0;
}

.krepling-block-checkout-content .krepling-block-saved-cards .img-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.krepling-block-checkout-content .krepling-block-saved-cards .img-card1 {
  width: 50px;
  height: auto;
  max-height: 50px;
  position: absolute !important;
  bottom: 4px !important;
  left: 4px;
}

.krepling-block-checkout-content .krepling-block-saved-cards .img-card2 {
  position: static !important;
  width: auto !important;
  max-height: 35px;
  max-width: 56px;
  flex-shrink: 0;
}

.krepling-block-checkout-content .krepling-block-saved-cards .card-number-card2 {
  font-size: 10px;
  color: var(--kp-background-color);
  font-weight: 300;
  font-family: 'PPRadioGrotesk-Regular';
  display: block;
  text-align: right;
  line-height: 1.4;
}

.krepling-block-checkout-content .krepling-block-saved-cards .card_exp_group {
  display: flex;
  justify-content: end;
  position: absolute;
  right: 8px;
  bottom: 5px;
  flex-direction: column;
}

.krepling-block-checkout-content .krepling-block-saved-cards .card_design {
  bottom: 0;
  position: absolute;
  left: 0;
  border-radius: 0 0 0 10px;
}

.krepling-block-checkout-content .krepling-block-saved-cards .card_design_mobile {
  display: none;
}

.krepling-block-checkout-content .krepling-block-saved-cards .card-margin-details {
  margin-left: auto;
  line-height: 3;
}

.krepling-block-checkout-content .krepling-block-saved-cards .defaul_new_card {
  padding: 12px;
  position: absolute;
  border-radius: 8px;
  font-size: 14px;
  color: #00850d;
  background-color: #b4ffbc;
  text-align: center;
  margin: 6px;
  right: 0;
  bottom: 60px;
}

.krepling-block-checkout-content .krepling-block-saved-card.active_card {
  outline: 3px solid var(--kp-border-color);
  border-radius: 8px;
  transition: unset;
  outline-offset: 5px;
}

.krepling-block-checkout-content .krepling-block-add-card {
  width: 153px;
  min-width: 153px;
  margin: 0;
  justify-self: start;
  align-self: start;
}

.krepling-block-checkout-content .krepling-block-add-card #divAddCardId.card.cardbg-1 {
  background: var(--kp-input-color);
}

.krepling-block-checkout-content .krepling-block-add-card #divAddCardId {
  width: 100%;
  padding: 0;
  height: 247px;
  border-radius: 10px;
  border: 0;
  margin-left: 1px;
}

.krepling-block-checkout-content .krepling-block-add-card #divAddCardId .card-top.text-center {
  position: relative;
  top: 40%;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks .iti,
.krepling-block-checkout-content .krepling-guest-signup-form--blocks .intl-tel-input,
.krepling-block-checkout-content .krepling-block-checkout-fields--blocks .iti,
.krepling-block-checkout-content .krepling-block-checkout-fields--blocks .intl-tel-input {
  width: 100%;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks .email_otp_loader {
  position: absolute !important;
  right: 2px;
  bottom: -4px;
  top: auto;
  width: 42px;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks #stepThirdId {
  margin-top: 16px;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks #stepThirdId .otp_verification {
  margin-top: 0;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks #SMSArea {
  display: flex;
  justify-content: center;
  margin-left: 4rem;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks #SMSArea .code-col {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  margin: 5px;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks #SMSArea .code-col h5,
.krepling-block-checkout-content .krepling-guest-signup-form--blocks #SMSArea .code-col #verifySignupOtpError {
  grid-column: 1 / -1;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks #stepThirdId h5 {
  margin: 0 0 2rem;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--kp-text-color);
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks div#SMSArea .code-col input,
.krepling-block-checkout-content .krepling-guest-signup-form--blocks .smsCode {
  width: 100%;
  height: 89px;
  margin: 0 !important;
  font-size: 35px !important;
  line-height: 1;
  font-weight: 700;
  border-radius: 10px !important;
  background: var(--kp-input-color);
  border: 0;
  box-shadow: none !important;
  outline: none;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks #sendEmailForVerificationId {
  margin-top: 15px !important;
  text-align: left !important;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks a.changeBtnStatusId {
  font-size: 13px;
  color: var(--kp-button-color);
  font-weight: 300;
  margin-top: 10px;
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks .countdown {
  display: block;
  margin-top: 4px;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks {
  margin-top: 24px;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks#card_holder_group {
  margin-bottom: 21px;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .krepling-guest-card-fields__title {
  margin-bottom: 18px;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-information {
  display: flex;
  width: 100%;
  gap: 0;
  align-items: start;
  margin-bottom: 21px;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-1,
.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-2,
.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-3 {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-1 {
  width: 60%;
  position: relative;
  margin-right: 5px;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-2 {
  width: 25%;
  position: relative;
  margin-right: 5px;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-3 {
  width: 25%;
  position: relative;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-1 .form-control {
  padding-left: 45px;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-2 .form-control {
  text-align: justify;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-3 .form-control {
  padding-right: 12px;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .krepling-hosted-field__label {
  display: block;
  margin-bottom: 8px;
  color: var(--kp-text-color);
  font-size: 13px;
  line-height: 12px;
  font-weight: 300;
  font-family: PPRadioGrotesk-Light;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .krepling-hosted-field__mount {
  width: 100%;
  height: 34px;
  min-height: 34px;
  margin-top: 0;
  border: 0;
  border-radius: 6px;
  background: #efefef;
  box-shadow: none !important;
  overflow: hidden;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .krepling-hosted-field__mount iframe {
  display: block;
  width: 100%;
  height: 34px;
  min-height: 34px;
  border: 0;
  background: transparent;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .krepling-hosted-field__mount:focus-within {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .krepling-hosted-field__mount.addErrorBorder {
  border-width: 3px;
  border-color: #f00 !important;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks #cardlogo {
  position: absolute;
  top: calc(100% - 17px);
  left: 0;
  bottom: auto;
  padding-left: 7px;
  line-height: 0;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks #cardlogo img,
.krepling-block-checkout-content .krepling-guest-card-fields--blocks #cardlogo svg,
.krepling-block-checkout-content .krepling-guest-card-fields--blocks #securitylogo svg {
  max-width: 30px;
  display: block;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks #cardlogo img {
  border-radius: 4px;
  position: static;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks #securitylogo {
  position: absolute;
  top: calc(100% - 17px);
  right: 5px;
  bottom: auto;
  line-height: 0;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks #credit-card-type-text,
.krepling-block-checkout-content .krepling-guest-card-fields--blocks #cardDetailsError,
.krepling-block-checkout-content .krepling-guest-card-fields--blocks #cardHolderNameError {
  display: block;
  margin-top: 8px;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card_details_error {
  display: block;
  margin-top: 8px;
  color: #f00;
  font-size: 14px;
  font-weight: 400;
  font-family: PPRadioGrotesk-Regular;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card_details_error::before {
  display: none;
}

.krepling-block-checkout-content .addErrorBorder {
  border: 3px solid #f00 !important;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-holder {
  margin-top: 0;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-holder label {
  display: block;
  margin-bottom: 8px !important;
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-holder .form-control {
  height: 34px;
  min-height: 34px;
  padding: 6px 12px 5px;
  border-radius: 6px;
  background: #efefef;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  font-family: 'PPRadioGrotesk-Light', 'FontAwesome';
}

.krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-information .form-control:is(.card-input, .numbersOnly):focus {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-block__content {
  width: 100%;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-block__title {
  margin-bottom: 28px;
}

.krepling-block-checkout-content .card-information:has( + .hideclass:not(:empty)),
.krepling-block-checkout-content .form-group .card-information:has( + .hideclass:not(:empty)) {
  margin-bottom: unset !important;
}

.krepling-block-checkout-content .card-holder:has( ~ .hideclass:not(:empty)) .form-control {
  margin-bottom: unset !important;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-block__options {
  width: 100%;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-block__express-option {
  width: 100%;
  margin: 0 0 28px;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-block__express-option .krepling-apple-pay {
  width: 100%;
}

.krepling-block-checkout-content .krepling-subscription-token-list {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.krepling-block-checkout-content .krepling-subscription-token-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 30px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  color: #1b1b1b;
  text-align: left;
  cursor: pointer;
  font-family: 'PPRadioGrotesk-Regular';
  font-size: 18px;
  line-height: 1.4;
}

.krepling-block-checkout-content .krepling-subscription-token-option:last-child {
  border-bottom: 0;
}

.krepling-block-checkout-content .krepling-subscription-token-option:hover,
.krepling-block-checkout-content .krepling-subscription-token-option:focus {
  background: #fafafa;
  outline: none;
}

.krepling-block-checkout-content .krepling-subscription-token-option.is-active {
  background: #f8f8f8;
}

.krepling-block-checkout-content .krepling-subscription-token-option__radio {
  position: relative;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 2px solid #8f8f8f;
  border-radius: 50%;
  background: #fff;
}

.krepling-block-checkout-content .krepling-subscription-token-option.is-active .krepling-subscription-token-option__radio,
.krepling-block-checkout-content .krepling-subscription-change-payment-panel.is-active .krepling-subscription-token-option__radio {
  border-color: #222;
}

.krepling-block-checkout-content .krepling-subscription-token-option.is-active .krepling-subscription-token-option__radio::after,
.krepling-block-checkout-content .krepling-subscription-change-payment-panel.is-active .krepling-subscription-token-option__radio::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #111;
}

.krepling-block-checkout-content .krepling-subscription-token-option__label {
  font-size: 18px;
  line-height: 1.45;
  font-family: 'PPRadioGrotesk-Regular';
}

.krepling-block-checkout-content .krepling-subscription-change-payment-block__alternate-label {
  margin: 32px 0 16px;
  color: #1b1b1b;
  font-family: 'PPRadioGrotesk-Regular';
  font-size: 18px;
  line-height: 1.45;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel {
  width: 100%;
  border: 3px solid #222;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel__selector {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  margin: 0;
  border: 0;
  background: transparent;
  color: #1b1b1b;
  text-align: left;
  cursor: pointer;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel__selector:disabled {
  cursor: default;
  opacity: 1;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel__selector:focus {
  outline: none;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel__gateway-name {
  font-family: 'PPRadioGrotesk-Regular';
  font-size: 18px;
  line-height: 1.4;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-subscription-change-payment-block__new-card {
  display: block;
  padding: 0 28px;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-guest-card-fields--blocks {
  margin-top: 0;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-guest-card-fields--blocks#card_holder_group {
  padding-top: 40px;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-guest-card-fields__title {
  margin: 0 0 28px;
  color: #000;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 700;
  font-family: PPRadioGrotesk-Bold;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-guest-card-fields--blocks .form-control {
  height: 34px;
  min-height: 34px;
  padding: 6px 12px 5px;
  border-radius: 6px;
  background: #efefef;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  font-family: 'PPRadioGrotesk-Light', 'FontAwesome';
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-guest-card-fields--blocks .form-control::placeholder {
  color: #8b8b8b;
  opacity: 1;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-guest-card-fields--blocks .card-info-1 .form-control {
  padding-left: 45px;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-guest-card-fields--blocks .card-info-2 .form-control {
  text-align: justify;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-guest-card-fields--blocks .card-info-3 .form-control {
  padding-right: 12px;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .card-information {
  gap: 0;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .card-holder {
  margin-top: 24px;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel .card-holder .form-control {
  height: 34px;
  min-height: 34px;
  padding: 6px 12px 5px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  font-family: 'PPRadioGrotesk-Light', 'FontAwesome';
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel__footer {
  margin-top: 44px;
  padding-bottom: 24px;
  padding-top: 0;
  border-top: 0;
}

.krepling-block-checkout-content .krepling-subscription-change-payment-panel__footer .copyright_group {
  padding-top: 0;
}

@media (max-width: 640px) {
  .krepling-block-checkout-content .krepling-block-saved-cards {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
  }

  .krepling-block-checkout-content .krepling-block-saved-cards__list {
    max-width: 100%;
  }

  .krepling-block-checkout-content .krepling-block-saved-cards__cvv {
    width: 100%;
    margin: 0;
    justify-self: stretch;
  }

  .krepling-block-checkout-content .krepling-block-saved-card {
    min-width: 153px;
  }

  .krepling-block-checkout-content .krepling-block-add-card {
    min-width: 153px;
  }

  .krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-information {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-2 {
    width: 48%;
    margin-right: 0;
  }

  .krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-3 {
    width: 49%;
  }

  .krepling-block-checkout-content .krepling-guest-card-fields--blocks .card-info-1 .form-control {
    padding-left: 45px;
    padding-right: 11px;
  }

  .krepling-block-checkout-content .krepling-block-checkout-footer .copyright_group {
    flex-direction: column;
    align-items: flex-start;
  }

  .krepling-block-checkout-content .krepling-subscription-token-option,
  .krepling-block-checkout-content .krepling-subscription-change-payment-panel__selector {
    padding: 22px 20px;
  }

  .krepling-block-checkout-content .krepling-subscription-token-option__label,
  .krepling-block-checkout-content .krepling-subscription-change-payment-block__alternate-label,
  .krepling-block-checkout-content .krepling-subscription-change-payment-panel__gateway-name {
    font-size: 16px;
  }

  .krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-subscription-change-payment-block__new-card {
    padding: 0 20px;
  }

  .krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-guest-card-fields--blocks#card_holder_group {
    padding-top: 28px;
  }

  .krepling-block-checkout-content .krepling-subscription-change-payment-panel .krepling-guest-card-fields__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .krepling-block-checkout-content .krepling-subscription-change-payment-panel__footer {
    padding-bottom: 20px;
  }
}

.krepling-block-checkout-content .krepling-guest-signup-form--blocks .otpverified_section .toster_message p {
  margin: 4px 0 0;
}

.krepling-block-checkout-content .krepling-block-authenticated {
  display: grid;
  gap: 12px;
}

.krepling-block-checkout-content .krepling-block-authenticated__title,
.krepling-block-checkout-content .krepling-block-authenticated__email {
  margin: 0;
}

.krepling-block-checkout-content .krepling-block-authenticated__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.krepling-block-checkout-content .krepling-block-authenticated__email {
  color: var(--kp-text-color);
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
}

.krepling-block-checkout-content .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}

.krepling-block-checkout-content .btn-link {
  font-weight: 400;
  color: var(--kp-button-color);
  background-color: transparent;
  border-color: transparent;
}

.krepling-block-checkout-content .btn-link:hover,
.krepling-block-checkout-content .btn-link:focus {
  color: var(--kp-button-color);
  text-decoration: underline;
  background-color: transparent;
}

.krepling-block-checkout-content .krepling-block-logout-btn {
  border: 0;
  background: transparent;
  color: var(--kp-button-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.krepling-block-checkout-content .krepling-block-logout-btn:hover,
.krepling-block-checkout-content .krepling-block-logout-btn:focus {
  color: var(--kp-button-color);
  opacity: 0.85;
  box-shadow: none;
}

@media only screen and (max-width: 782px) {
  .krepling-block-checkout-content .krepling-block-authenticated,
  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .login_section,
  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .loginemail_section,
  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .krepling-login-panel,
  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .krepling-guest-signup-form--blocks,
  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks > .krepling-block-checkout-fields--blocks {
    max-width: none;
  }

  .krepling-block-checkout-content #addcard[data-krepling-add-card-context="blocks"] {
    padding: 12px;
  }

  .krepling-block-checkout-content #addcard[data-krepling-add-card-context="blocks"] .modal-dialog.setCenter {
    width: 100%;
  }

  .krepling-block-checkout-content #addcard[data-krepling-add-card-context="blocks"] .modal-content.addcard-content.bbox {
    padding: 24px 20px 20px;
    border-radius: 24px;
  }

  .krepling-block-checkout-content .krepling-login-form--blocks .krepling-login-form__actions {
    align-items: stretch;
  }

  .krepling-block-checkout-content .krepling-login-form--blocks .currentbtn,
  .krepling-block-checkout-content .krepling-login-form--blocks .currentbtn:focus {
    width: 100% !important;
  }

  .krepling-block-checkout-content .krepling-guest-signup-form--blocks #SMSArea {
    justify-content: flex-start;
    margin-left: 0;
  }

  .krepling-block-checkout-content .krepling-guest-signup-form--blocks div#SMSArea .code-col input,
  .krepling-block-checkout-content .krepling-guest-signup-form--blocks .smsCode {
    height: 55px;
  }

  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .form-group {
    margin-bottom: 21px;
  }

  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel label {
    margin-bottom: 8px !important;
    font-size: 13px;
  }

  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .form-control {
    height: 35px;
    min-height: 35px;
    padding: 6px 12px 5px;
    font-size: 13px;
  }

  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .showpass .form-control {
    padding-right: 40px;
  }

  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel #togglePassword {
    top: 32px;
    right: 21px;
  }

  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel--login .forgetpass {
    margin-top: 30px;
    font-size: 13px;
  }

  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel--login .krepling-login-form__actions {
    margin-top: 0;
  }

  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .currentbtn,
  .krepling-block-checkout-content #loginDivId.krepling-login-form--blocks .krepling-login-panel .currentbtn:focus {
    min-width: 0;
    height: 55px;
    font-size: 21px !important;
  }

  .krepling-login-form__title {
    font-size: 24px;
  }

  .krepling-block-checkout-content .krepling-guest-signup-form--blocks #SMSArea .code-col {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .krepling-block-checkout-content .krepling-block-authenticated__row {
    align-items: flex-start;
  }
}

.krepling-express-placeholder {
  width: 100%;
}

.krepling-express-placeholder__button {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  background: #000000;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  cursor: not-allowed;
  box-shadow: none;
}

.krepling-express-placeholder__button:disabled,
.krepling-express-placeholder__button[aria-disabled="true"] {
  opacity: 1;
  color: #ffffff;
  background: #000000;
  border-color: transparent;
}
