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

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

.leanpay_product_or_txt {
    padding-bottom: 10px;
}

#LeanpayBtn {
    cursor: pointer !important;
    margin-bottom: 20px;
}

#LeanpayBtn img {
    margin-left: 10px;
    width:90px;
    display:inline-block;
}

.leanpay-tooltip {
    display:inline-block;
    position:relative;
    border-bottom:0px dotted #666;
    text-align:left !important;
}

.leanpay-tooltip .bottom {
    min-width:350px; 
    top:25px;
    left:50%;
    transform:translate(-30%, 0);
    padding:10px 20px;
    color:#444444;
    background-color:#ffffff;
    font-weight:normal;
    font-size:13px;
    border-radius:6px;
    position:absolute;
    z-index:2147483647!important;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.leanpay-tooltip:hover .bottom {
    display:block;
    z-index:2147483647!important;
}

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

.leanpay-tooltip .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);
}

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

.product_from {
    font-size:16px;
    background-color:#f58466;
    border:1px solid;
    color:#ffffff;
    padding:4px 10px 4px 10px;
    display:inline-block;
}

.product_monthly_instalment {
    border:1px solid #f58466;
    font-size:16px;
    padding:4px 10px 4px 10px;
    background:#ffffff;
    display: inline-block;
}

.product_deposit {
    clear:both;
    margin: 0 0 10px 0;
}

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

span.instalment_calc {
    vertical-align:bottom;
}

span.instalment_calc + img {
    width:90px;
    display:inline-block;
}

div.bottom + div img {
    width:80px;
    margin-left:0px;
}

div.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:8px;
}

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

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