@import url(https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css);
.tpay-animated {
    transition: all 0.2s cubic-bezier(0.335, 0.01, 0.03, 1.36);
}
.tpay-animated-fast {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes tpayFadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes tpayFadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}
.tpay-fadeIn {
    -webkit-animation-name: tpayFadeIn;
    animation-name: tpayFadeIn;
    display: block;
}
@keyframes tpayFadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes tpayFadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
.tpay-fadeOut {
    -webkit-animation-name: tpayFadeOut;
    animation-name: tpayFadeOut;
    display: none;
}
.tpay-preload {
    position: relative;
}
.tpay-preload__inner {
    margin-top: 0.7rem;
    display: flex;
}
.tpay-preload__content {
    margin-left: 12px;
    font-size: 0.7rem;
}
.tpay-preload__loader {
    position: relative;
    width: 20px;
}
.tpay-preload__loader:before {
    content: "";
    display: block;
}
.tpay-preload__circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tpay-preload__path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation:
        dash 1.5s ease-in-out infinite,
        color 6s ease-in-out infinite;
    stroke-linecap: round;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes color {
    100%,
    0% {
        stroke: #71e496;
    }
    50% {
        stroke: #2953c5;
    }
    80%,
    90% {
        stroke: #1c2f77;
    }
}
.tpay-payment-gateways {
    display: grid;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
.tpay-payment-gateways--grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.tpay-payment-gateways__item {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-bottom: 1.2rem;
}
.tpay-payment-gateways__item img {
    width: auto;
    display: block;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
}
.tpay-payment-gateways__item.installments img {
    height: 55px;
}
.tpay-payment-gateways__item.installments .tpay-payment-gateways__item-inner {
    padding: 12px 10px;
}
.tpay-payment-gateways__item span {
    text-align: center;
    font-weight: 600;
    font-size: 0.72rem;
    color: #1b2257;
}
.tpay-payment-gateways__item:hover .tpay-payment-gateways__item-inner,
.tpay-payment-gateways__item--active .tpay-payment-gateways__item-inner {
    box-shadow: 0 0 20px #c9cce7;
    transition: box-shadow 125ms ease-out;
    -webkit-transition: box-shadow 125ms ease-out;
    -moz-transition: box-shadow 125ms ease-out;
    -o-transition: box-shadow 125ms ease-out;
}
.tpay-payment-gateways__item-inner {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    padding: 16px 10px;
    height: 100%;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 125ms ease-out;
    -webkit-transition: box-shadow 125ms ease-out;
    -moz-transition: box-shadow 125ms ease-out;
    -o-transition: box-shadow 125ms ease-out;
}
.tpay-blik {
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 300;
    max-width: 220px;
    position: relative;
}
.tpay-blik .tpay-input-label {
    display: block;
    margin: 0 auto 7px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #2c2c2c;
}
.tpay-blik input::placeholder {
    color: #3c3c3c;
}
.tpay-blik input {
    outline: none;
    background-color: #ffffff;
    height: 40px;
    line-height: 30px;
    padding: 0 10px;
    letter-spacing: 5px;
    width: 100%;
    color: #072653;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: lato, "helvetica-light", "sans-serif";
    border: 1px solid #e7e7e7;
}
.tpay-blik input:focus {
    border-color: #2953c6;
}
.tpay-blik input.success {
    border: 1px solid #00c062;
}
.tpay-blik input .btn {
    width: 100%;
}
#tpay-blik-submit {
    margin-top: 20px;
    max-width: 220px;
    width: 100%;
    color: #ffffff;
    background-color: #24b9d7;
    border-color: rgba(0, 0, 0, 0);
}
#tpay-blik-submit.disabled,
#tpay-blik-submit:disabled {
    cursor: pointer;
    opacity: 1;
}
.tpay-blik-response {
    display: none;
    transition: all 0.4s cubic-bezier(0.335, 0.01, 0.03, 1.36);
    -webkit-animation-name: tpayFadeOut;
    animation-name: tpayFadeOut;
}
.tpay-blik-response--open {
    -webkit-animation-name: tpayFadeIn;
    animation-name: tpayFadeIn;
    display: block;
    transition: all 0.4s cubic-bezier(0.335, 0.01, 0.03, 1.36);
}
.tpay-account-cards {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    color: #232323;
    background: #fff;
}
.tpay-account-cards__body {
    padding: 1rem;
}
.tpay-account-cards__footer {
    padding: 0.5rem 1rem;
    border-top: 1px solid #f6f6f6;
}
#card-number {
    width: 100%;
}
#exp-container {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}
#card-exp {
    width: 150px;
}
#card-cvc {
    width: 100px;
}
.tpay-card {
    position: relative;
    background: #f6f6f6;
    width: 390px;
    height: 210px;
    border-radius: 6px;
    padding: 25px 20px 0;
    box-sizing: border-box;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 10px;
}
.tpay-card__wrap {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}
.tpay-card label {
    display: block;
    margin: 0 auto 7px;
    font-size: 11px;
    font-weight: 600;
    color: #2c2c2c;
}
.tpay-card input::placeholder {
    color: #3c3c3c;
}
.tpay-card input {
    outline: none;
    background-color: #ffffff;
    line-height: 30px;
    padding: 3px 12px;
    margin: 0 0 25px;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
    font-family: lato, "helvetica-light", "sans-serif";
    letter-spacing: 0.7px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    width: 100%;
}
.tpay-card input.wrong {
    border: 1px solid red;
}
.tpay-card__save {
    display: flex;
    align-items: center;
}
.tpay-card__save label {
    margin-left: 10px;
    margin-bottom: 0;
}
.tpay-cards__item {
    padding-bottom: 12px;
    padding-right: 15px;
    padding-left: 15px;
}
.tpay-cards__item-inner {
    display: flex;
    align-content: center;
    margin: 0;
    padding: 12px 15px;
    height: 100%;
    border: 1px solid #dddddd;
    border-radius: 3px;
    cursor: pointer;
}
.tpay-cards__item-inner:hover {
    box-shadow: 0 0 20px #c9cce7;
    transition: box-shadow 125ms ease-out;
    -webkit-transition: box-shadow 125ms ease-out;
    -moz-transition: box-shadow 125ms ease-out;
    -o-transition: box-shadow 125ms ease-out;
}
.tpay-cards__item label {
    font-weight: 700;
    text-align: left;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.tpay-cards__item p {
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.tpay-cards__item input:checked + label {
    border-bottom: 2px solid #56df83 !important;
}
.tpay_text {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    line-height: 21px;
    color: #072653;
}
#tpay_pending {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 24px 8px 8px;
    gap: 8px;
    width: 264px;
    height: 48px;
    background: #f4f6fc;
    border: 1px solid #2953c6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
}
#tpay_pending i {
    color: #2953c6;
    font-size: 20px;
}
#tpay_success {
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 8px 24px 8px 8px;
    gap: 8px;
    width: 264px;
    height: 48px;
    background: #f4fff7;
    border: 1px solid #1fa04a;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
}
#tpay_success i {
    color: #56a14b;
    font-size: 20px;
}
#tpay_error {
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 8px 24px 8px 8px;
    gap: 8px;
    width: 264px;
    height: 48px;
    background: #fff2f2;
    border: 1px solid #e82b2b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
#checkout-payment-step.loading {
    position: relative;
    opacity: 0.5;
    pointer-events: none;
    filter: blur(2px);
}
#checkout-payment-step.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 8px solid rgba(0, 123, 255, 0.3);
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
#tpay_error i {
    color: #e74e29;
    font-size: 20px;
}
#tpay_retry-payment-message {
    display: none;
}
#tpay_retry-payment-message .tpay_text {
    margin: 5px;
    color: #072653;
}
#tpay_retry-payment-message a.tpay_text {
    font-weight: bold;
}
#tpay_email-sent-message {
    display: none;
}
.tpay-wrapper {
    position: relative;
}
.tpay-wrapper .custom-checkbox span.wrong {
    border: 1px solid #ff3860;
}
.tpay-wrapper .wrong {
    border: 1px solid #ff3860;
}
.tpay-regulations {
    padding: 0.9rem 0 0.5rem;
}
.tpay-regulations__content {
    margin-bottom: 0.6rem;
    font-size: 0.7rem;
}
.tpay-widget-wrap {
    padding: 16px 0;
    margin-bottom: 16px;
}
.tpay-label-info {
    display: flex !important;
    align-items: center;
}
.tpay-label-info img {
    width: 12px;
    opacity: 0.5;
    margin-left: 10px;
}
#info_msg_not_valid,
.tpay-blik-response {
    margin-top: 0.7rem;
    color: #232323;
    font-size: 0.7rem;
}
.tpay-logo--small {
    position: absolute;
    right: 20px;
    top: 20px;
}
body#checkout .additional-information {
    margin-left: 0;
}
.tpay-radio-payments label {
    color: #072653;
}
.tpay-radio-payments--blik {
    max-width: 500px;
}
.tpay-radio-payments__radio {
    display: flex;
    align-content: center;
    margin: 0;
    position: relative;
    padding: 15px 20px;
    height: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.335, 0.01, 0.03, 1.36);
}
.tpay-radio-payments__radio .tpay-logo--small {
    display: none;
}
.tpay-radio-payments__radio:hover {
    border-color: #2953c6;
    transition: all 0.3s cubic-bezier(0.335, 0.01, 0.03, 1.36);
}
.tpay-radio-payments__radio--active {
    border-color: #2953c6;
}
.tpay-radio-payments__radio--active .tpay-logo--small {
    display: block;
}
.tpay-radio-payments__description {
    display: none;
    margin-top: 12px;
    transition: all 0.4s cubic-bezier(0.335, 0.01, 0.03, 1.36);
    margin-bottom: 20px;
}
.tpay-radio-payments__description p {
    color: #072653;
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 400;
}
.tpay-radio-payments__item {
    padding-bottom: 12px;
}
.tpay-radio-payments__item label {
    font-weight: 700;
    text-align: left;
    margin: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.tpay-radio-payments__item p {
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.tpay-radio-payments__content {
    width: 100%;
}
.tpay-radio-payments__content label {
    margin-bottom: 8px;
}
.tpay-radio-payments__content img {
    float: right;
}
#tpay-blik-form .tpay-radio-payments__radio--active .tpay-radio-payments__description {
    display: block;
}
#tpay-blik-form .tpay-radio-payments > .tpay-radio-payments__description {
    display: block;
}
#tpay-blik-form .tpay-radio-payments__item.tpay-blik--use .tpay-radio-payments__content label {
    display: block;
}
#tpay-blik-form #payment-confirmation,
#card_payment_form #payment-confirmation {
    display: none !important;
}
body#checkout section.checkout-step .payment-options label {
    display: flex;
    text-align: left;
}
.tpay-error {
    color: #ff3860;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
}
body.tpay-hide-process-btn #payment-confirmation {
    display: none !important;
}
.installments-iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.installments-iframe-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}
.installments-button {
    box-sizing: border-box;
    font-family: sans-serif;
    display: flex;
    margin: 8px 0;
    flex-direction: column;
    gap: 1px;
    padding: 8px 32px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    line-height: 15.6px;
    font-size: 13px;
    transition: background-color 0.25s ease;
}
.installments-button:hover {
    background: #eeeeee;
}
.installments-button img {
    max-width: 114px;
}
.show-blik-info {
    position: relative;
    cursor: default;
    display: inline-block;
    color: #072653;
    font-weight: 400;
    text-decoration: underline;
}
.tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 380px;
    background-color: #203759;
    color: #fff;
    text-align: center;
    padding: 12px 14px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    bottom: 135%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #203759 transparent transparent transparent;
}
.show-blik-info:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
