#leanpayObrocneCeneAdmin .page-title {
    background-size: auto;
    background-size: 32px;
    padding-left: 42px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 400 !important;
}

#leanpayObrocneCeneAdmin .breadcrumbs {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

.leanpay-setting-form input[type=text]{
    width: 320px;
}

.leanpay-setting-form th{
    text-align: left;
    width:150px;
    padding-bottom: 20px;    
}

.update-log {
    padding:10px;
    background-color: #ffffff;
    width:90%;
}

.leanpay_or {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    line-height: 0.1em;
    margin: 30px 0 16px;
}

.leanpay_or span {
    background: #fff;
    color: #333;
    padding: 0 10px;
}

.leanpay_txt {
    color: #F26178;
    font-size: 20px;
    font-weight: 500;
    padding-left:20px;
}

.leanpay_catalog_txt {
    color: #F26178;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
}
.leanpay_catalog_txt img{
    max-width: 85px;
    height: auto;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -3px;
}

.leanpay_cash_txt{
    color:#757575;font-size:12px;line-height: 2.5;
}

.leanpay-modal-title {
    background: url(../../images/leanpay-logo-color.svg) no-repeat left center;
    background-size: auto;
    background-size: 32px;
    padding-left: 42px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 400 !important;
    color:#ffffff;
    font-size: 25px;
    margin-top: 20px;
}

.leanpay-product-price-wrapp {
    margin-bottom: 24px;
    font-size:16px;
    line-height:130%;
    gap: 16px;
}

.leanpay-tooltip {
    position:relative;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}

/* Banner-style button */
#leanpay_product_price_wrapper.leanpay-banner-button {
    display: flex;
    max-width: 360px;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #FE5A78;
    border-radius: 16px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    min-height: 60px;
    gap: 16px;
}

@media (max-width: 460px) {
    #leanpay_product_price_wrapper.leanpay-banner-button {
        flex-direction: column;
    }
}

.leanpay-banner-bottom-arrow {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url(../../images/chevron-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: -3px;
    vertical-align: middle;
    margin-left: -5px;
}

.leanpay-banner-button .leanpay-banner-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.leanpay-banner-top {
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    padding: 8px 12px;
    color: #FE5A78;
    width: max-content;
}

.leanpay-banner-bottom {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0;
}

.leanpay-banner-logo {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    text-decoration: none;
    padding-right: 6px;
    z-index: 2;
}

.leanpay-banner-logo img {
    width: 85px;
    height: auto;
    margin-top: 5px;
    display: block;
}

.instalment_calc_wrapper {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding-top:12px;
}

.instalment_calc_wrapper a {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size:19.2px;
    line-height:130%;
}

.instalment_calc_wrapper a img {
    margin-right: 8px;
}

.instalment_calc_wrapper img.leanpay-logo {
    max-width: 80px;
    margin-left: 16px;
}

/*
.leanpay_hr_instalments_select {
    display: none;
}

.leanpay_hr_linki {
    display: none;
}
*/

.lp_bottom_overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:2147483646!important;
    display:none;
}

.lp_bottom_close {
    position:absolute;
    top:16px;
    right:16px;
    width:24px;
    height:24px;
    cursor:pointer;
}


.lp_bottom {
    min-width:300px; 
    max-width: 700px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    padding:10px 20px;
    color:#5A5A6D;
    background-color:#ffffff;
    font-weight:normal;
    border-radius: 16px;
    position:fixed;
    line-height:130%;
    font-size:16px;
    z-index:2147483647!important;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
    user-select: none;
}

@media (max-width: 768px) {
    .lp_bottom {
        min-width: 96%;
    }
}

.lp_bottom .leanpay-logo-mono {
    width: 170px;
    height: auto;
    margin-top: 5px;
    display: block;
}

.lp_bottom i {
    position:absolute;
    bottom:100%;
    left:20%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.lp_bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#ffffff;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #F26178 !important;
    outline: none;
}

.ui-state-active {
    border: 1px solid #F26178 !important;
}

@media (max-width:768px){
    .leanpay-tooltip .lp_bottom {
        left: 100% !important;
    }
}

/****** Product Page *****/
.leanpay_product_or_txt {
    padding-bottom: 12px;
    font-size:19.2px;
    line-height:130%;
}

.product_from {
    color:#000;
    padding:14.4px 12.8px;
    display:block;
    font-size:16px;
    line-height:130%;
}

.product_from.text-white {
    color:#fff;
}

.product_from .woocommerce-Price-currencySymbol {
    font-weight:normal;
}

.product_monthly_instalment {
    padding:14.4px 12.8px;
    font-size:16px;
    line-height:130%;
    background:#ffffff;
    display: block;
}


div.lp_bottom + div img {
    width:80px;
    margin-left:0px;
}
div.lp_bottom + div img + div {
    padding:10px 0 10px 0;
}
.product_instalment_options {
    padding:0 0 10px 0;
}
#lean_amount {
    font-weight:bold;
}
.product_leanpay_desc {
    padding-top:5px;
    margin-bottom: 16px;
}

.links {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

#leanpay-check-limit {
    display: inline-block;
    background-color: #FE5A78;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#leanpay-check-limit:hover {
    background-color: #EB5A7A;
    color: #ffffff;
    text-decoration: none;
}

#leanpay-more-info {
    display: inline-block;
    color: #757575;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.5;
    margin-left: auto;
}

#leanpay-more-info:hover {
    color: #555555;
    text-decoration: underline;
}

.limit_check {
    padding: 14.4px 12.8px;
    font-size: 16px;
    line-height: 130%;
    display: block;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.limit_check a {
    text-decoration: none;
}

.limit_check a:hover {
    text-decoration: underline;
}

.limit_check_icon {
    display:flex;
    align-items:center;
    justify-content:center;
}

.limit_check_icon img {
    width: 28px;
    height: 28px;
    display: block;
    padding: 8px;
}

/****** Payment Success/Error Page *****/
#payment_error,
#payment_success {
    text-align: center;
}
#payment_error a {
    padding: 8px 10px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffff;
    text-decoration: none;
    margin-left: 15px;
    font-weight: bold;
    transition: 0.5s;
}

#payment_error a:hover {
    background-color: #fff;
    color: #F26178;
}

#payment_error p,
#payment_success p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/****** Checkout Page *****/
div.leanpay_checkout_from {
    padding:6px 10px 6px 10px;
    display:inline-block;
    font-size:12px;
    color:#ffffff;
}
div.leanpay_monthly_inst {
    padding:6px 10px 6px 10px; 
    display: inline-block;
    font-size:12px;
    background: #fff;
}

#leanpay_btn_checkout {
    margin-bottom: 0px !important;
}

#leanpay_btn_checkout > div {
    clear:both !important;
}
#leanpay_btn_checkout + div {
    margin-top:3px !important;
}

div.checkout_instalment_calc {
    text-decoration: underline;
    display:inline-block;
    padding:0 10px 0 10px;
}

#leanpay_btn_checkout div.lp_bottom {
    line-height:1.5;
}


body#leanpay-info-page *{
    font-family: 'Raleway', sans-serif;
}

.leanpay-button {
    font-weight: 500;
    font-size: 18px;
    width: 220px;
    padding: 21px 28px;
    background: linear-gradient(132.83deg, #6f6fb3 0%, #996aad 93.12%);
    border-radius: 9px;
    color: #fff;
    border: none;
    cursor: pointer;
  }

  .offer-button-container{
    width: 230px;
  }

  .free-offer-btn{
    color: #8D6EB1;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    width: 81px;
    padding: 7px;
    border-radius: 6px;
    right: 34px;
    top: -16px;
  }
  
  .leanpay-button:hover{
    background-position: 99% 0;
    background-image: linear-gradient(134deg, #6f6fb3, #996aad, #734a95, #734a95);
    background-size: 300% 100%;
    transition: background-position 300ms;
    cursor: pointer;
  }

/****** Horizontal Widget *****/
.wc-leanpay-horizontal-widget {
    display: flex;
    overflow: hidden;
}
@media (max-width: 768px) {
    .wc-leanpay-horizontal-widget,
    .wc-leanpay-horizontal-widget .logo_wrapper {
        flex-direction: column;
    }
}
.wc-leanpay-horizontal-widget .logo_wrapper {
    background: #FE5A78;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    flex: 1;
        
}

.wc-leanpay-horizontal-widget .logo_wrapper img {
    max-width: 120px;
    margin-right: 32px;
}

@media (max-width: 768px) {
    .wc-leanpay-horizontal-widget .logo_wrapper img {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.wc-leanpay-horizontal-widget .button_wrapper {
    display: flex;
    align-items: center;
    color: #fff;
    background: #746DB0;
    padding: 16px 32px;
    position: relative;
}


.wc-leanpay-horizontal-widget .button_wrapper a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wc-leanpay-horizontal-widget .button_wrapper .arrow img {
    display: block;
    margin-left: 16px;
}

/****** Vertical Widget *****/
.wc-leanpay-vertical-widget {
    border-radius: 8px;
    background: #FE5A78;
    padding: 32px 16px;
    max-width: 350px;
}

.wc-leanpay-vertical-widget .logo_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

}

.wc-leanpay-vertical-widget .logo_wrapper img {
    max-width: 200px;
    margin-bottom: 32px;
}

.wc-leanpay-vertical-widget .text {
    color: #fff;
    
}

.wc-leanpay-vertical-widget .text .wc-leanpay-price {
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    display: block;
    margin: 16px 0;
}

.wc-leanpay-vertical-widget .text .wc-leanpay-price span {
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
}

.wc-leanpay-vertical-widget .button_wrapper {
    
}


.wc-leanpay-vertical-widget .button_wrapper a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    background: #746DB0;
    padding: 16px 32px;
    position: relative;
    justify-content: space-between;
    border-radius: 8px;
    margin-top: 32px;
}

.wc-leanpay-vertical-widget .button_wrapper .arrow img {
    display: block;
    margin-left: 16px;
}

#leanpay_inst_slider {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    margin-bottom: 48px;
    margin-top: 32px;
    justify-content: space-between;
}

#leanpay_inst_slider::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 15px;
    width: calc(100% - 30px);
    height: 3px;
    background: #F8ACB6;
    border-radius: 100px;
}

/* Bullet */
#leanpay_bullet {
    position: absolute;
    bottom: -25px;
    width: 14px;
    height: 14px;
    background: #f1697b;
    border-radius: 50%;
    transform: translateX(-50%);
    cursor: grab;
    transition: left 0.15s ease-out;
    z-index: 10;
}

#leanpay_bullet_path {
    position: absolute;
    bottom: -20px;
    left: 15px;
    height: 3px;
    background: #EB5A7A;
    border-radius: 100px;
}

.leanpay_inst_slider_item {
    background: #fff;
    color: #000;
    padding: 4px 12px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    font-size: 12.8px;
}

.leanpay_inst_slider_item::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #F8ACB6;
    border-radius: 50%;
}

.leanpay_inst_slider_item.highlighted::after {
    background: #EB5A7A;
}

.leanpay_inst_slider_item.active {
    background: #f1697b;
    color: #fff;
}

.leanpay_inst_slider_item.mobile-hidden {
    display: none;
}

#instalment_details_wrapper {
    position: relative;
    min-height: 60px;
    /*margin-bottom: 2rem;*/
    overflow: visible;
}

#instalment_details_months {
    
}

#instalment_details_price {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(0);
    white-space: nowrap;
    transition: left 0.2s ease-out;
}


.leanpay_catalog_txt_wrapper {

}

#instalment_details_price_zero_interest {
    font-weight: bold;
    color: #EB5A7A;
    font-size: 1rem;
}

#instalment_details_price_zero_interest.hidden {
    display: none !important;
}