#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 1rem;
}

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

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

.leanpay_catalog_txt {
    color: #F58466;
    font-size: 18px;
    font-weight: 500;   
}

.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: 1.5rem;
    font-size:1rem;
    line-height:130%;
    gap: 1rem;
}

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

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

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

.instalment_calc_wrapper a img {
    margin-right: 0.5rem;
}

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

/*
.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:1rem;
    right:1rem;
    width:24px;
    height:24px;
    cursor:pointer;
}

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

.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: #f58466 !important;
    outline: none;
}

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

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

/****** Product Page *****/
.leanpay_product_or_txt {
    padding-bottom: 0.75rem;
    font-size:1.2rem;
    line-height:130%;
}

.product_from {
    color:#000;
    padding:0.9rem 0.8rem;
    display:block;
    font-size:1rem;
    line-height:130%;
}

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

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

.product_monthly_instalment {
    padding:0.9rem 0.8rem;
    font-size:1rem;
    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: 1rem;
}

.links {
    margin-bottom: 1rem;
}

.limit_check {
    padding: 0.9rem 0.8rem;
    font-size: 1rem;
    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: 0.5rem;
}

/****** 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: #F58466;
}

#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: 1rem;
    flex: 1;
        
}

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

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

.wc-leanpay-horizontal-widget .button_wrapper {
    display: flex;
    align-items: center;
    color: #fff;
    background: #746DB0;
    padding: 1rem 2rem;
    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: 1rem;
}

/****** Vertical Widget *****/
.wc-leanpay-vertical-widget {
    border-radius: 0.5rem;
    background: #FE5A78;
    padding: 2rem 1rem;
    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: 2rem;
}

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

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

.wc-leanpay-vertical-widget .text .wc-leanpay-price span {
    font-weight: normal;
    font-size: 1.5rem;
    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: 1rem 2rem;
    position: relative;
    justify-content: space-between;
    border-radius: 0.5rem;
    margin-top: 2rem;
}

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

#leanpay_inst_slider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    margin-bottom: 3rem;
    margin-top: 2rem;
    justify-content: space-between;
}

#leanpay_inst_slider::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #f1697b;
    opacity: 0.5;
    border-radius: 100px;
}

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

.leanpay_inst_slider_item {
    background: #fff;
    color: #000;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    position: relative;
    cursor: pointer;
    font-size: 0.8rem;
}

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

#instalment_details_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

#instalment_details_months {
    
}

#instalment_details_price {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 130%;
}

.leanpay_catalog_txt {
    text-align: center;
}