#credit_popup .main{
    position: relative;
}
.mt-credit-title{
    float: left;
}
.mt-credit-title:before{
content: "\e008";
    font-family: glyphs;
    padding: 5px 5px;
    margin: 0 5px;
    background: #6e6f6f;
    color: #fff;
    border-radius: 16px;
    position: relative;
    z-index: 99;
}
.mt-credit-line:before{
position: absolute;
    top: 12px;
    bottom: 0px;
    left: 15px;
    content: "";
    width: 2px;
    background: #6e6f6f;
    z-index: 9;
}
.main.checkout .mt-credit-line:before{
position: absolute;
    top: 12px;
    bottom: 40px;
    left: 15px;
    content: "";
    width: 2px;
    background: #6e6f6f;
    z-index: 9;
}
#credit_popup .checkout .mt-credit-line:before{
    bottom: 0px;
}
.mt-credit-bank{
    border: none;
    display: inline-block;
    margin: 0 15%;
    margin-top: 5px;
    margin-bottom: 0px;
    /*padding: 10px;*/
    text-align: center;
}
.mt-credit-pickup{
    padding: 4px;
    display: inline-block;
}
.mt-credit-pickup img{
    max-height: 30px;

    width: auto;
    
}
.mt-credit-payment{
display: block;
    margin: 0 15%;
    font-size: 11px;
    margin-bottom: 20px;
    margin-top: 4px;
    font-weight: bold;
    text-align: left;
}
.mt-credit-period{
    border: 0px solid #f0f0f0;
    display: inline-block;
	/*margin: 0 15%;*/
    margin-top: 50px;
    margin-bottom: 20px;
    /*padding: 10px;*/
    min-height: 40px;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    
}
.mt-credit-programm{
    display: inline-block;
    margin: 0px 10%;
    padding: 10px;
    min-height: 50px;
    text-align: center;
    width: 70%;
}
.mt-credit-payment-total{
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
}
.mt-credit-payment-total div{
display: inline-block;
    padding: 0.5% 0.5%;
    color: #00a70d;
    font-size: 14px;
    border-right: 1px solid #cecece;
    text-align: center;
    width: 21%;
}

.mt-credit-payment-total div:last-child{
   border-right: 0px solid #cecece;
}
#credit_popup .mt-credit-bottom{
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}
.mt-credit-payment-total div bdi{
display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color:#000;
    } 
    
    @media (min-width: 1400px) {
.mt-credit-payment-total div bdi{
    padding: 10px 0;
}
}  
.mt-credit-programm select{
    height: 30px;
    padding: 5px 10px;
    margin-bottom: 5px;
	min-width: 300px;
}
.mt-credit-programm-block input, .mt-credit-period-block input, .mt-hidden-radio/*, .mt-credit-pickup input*/{
    display: none;
}
.mt-credit-pickup input{
    opacity: 0;
    position: absolute;
}
.mt-credit-period-block{
    display: none;
}
.mt-credit-programm-block{
        display: inline-block;
    width: 100%;
        font-size: 16px;
}
.mt-credit-programm-block label, .mt-credit-period-block label, .mt-credit-pickup label{
padding: 5px 10px;
border: 1px solid #f0f0f0;
    margin: 3px;
    float: left;
    display: inline-block;
}
.mt-credit-period-block label{
    font-size: 18px;
    padding: 5px 10px;
    min-width: 42.05px;
    text-align: center;
}
.mt-credit-radio:checked + .mt-credit-label, 
.mt-credit-programm-block label:active, 
.mt-credit-programm-block label:hover,
.mt-credit-period-block label:active,
.mt-credit-period-block label:hover,
.mt-credit-pickup label:active,
.mt-credit-period-block label:hover{
        border: 1px solid #1155cc;
}
.mt-credit-paymentfirst, .mt-credit-paymentprice{
	min-height: 50px;
    font-size: 22px;
}
#credit_popup .right{
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.mt-credit-bottom .price-left{
    width: 60%;
    float: left;
	
}
.mt-credit-bottom .price-right{
    width: 40%;
    float: left;
}
.mt-credit-img{
    float: left;
    margin-right: 15px;
}
.mt-credit-bottom .mt-credit-name{
    display: block;
    text-align: left;
    font-weight: bold;
	padding-top: 10px;
}
.mt-credit-bottom .mt-credit-code{
    display: block;
    width: 100%;
    text-align: left;
    color: #b3b3b3;
    padding: 10px 0px;
}
.mt-credit-bottom .mt-credit-price{
        padding: 5px 0;
            display: block;
    text-align: left;
}
.mt-credit-bottom .mt-credit-price .mt-credit-price-item {
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
}
.mt-credit-price .ty-list-price{
    margin-right: 20px;
}
.mt-credit-bottom .mt-credit-total-price{
    font-size: 25px;
    padding: 0px 15px;
    font-weight: bold;
}
#credit_popup .right input{
    max-width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
}
.mt-credit-plus, .mt-credit-minus{
    font-size: 30px;
}
#credit_popup .buttons-container{
    width: 100%;
    /*float: center;*/
	text-align: center;
    /*right: 19px;*/
   /* height: 185px;*/
    /*bottom: auto !important;*/
}
.mt-credit-programm-desc{
        font-size: 12px;
    padding: 2px 15px;
        color: #b3b3b3;
}
#credit_popup .checkout .mt-credit-paymentprice, #credit_popup .checkout .mt-credit-paymentfirst{
    text-align: center;
}
.litecheckout__payment-methods.mt-litecheckout .litecheckout__payment-method .ty-control-group.calculator{
    margin: 24px 0px 10px 38px !important;
}
.litecheckout__item.litecheckout__payment-instructions{
    margin: 20px;
    border: 1px solid #e7e7e7;
    background: #f3f3f3;
    padding: 9px;
    -webkit-box-shadow: 0px 0px 19px -14px rgb(93, 99, 106);
    -moz-box-shadow: 0px 0px 19px -14px rgba(255,85,0,0.66);
    box-shadow: 0px 0px 19px -14px rgb(94, 94, 96);
}
.mt-credit-title-checkout{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin: 28px 0px;
}
.litecheckout__payment-methods.mt-litecheckout .litecheckout__payment-method .ty-control-group.calculator label{
 display: inline-block;
     margin: 0 15px;
     
}
.mt-checkout .litecheckout__payment-methods.mt-litecheckout{
    border: 0px;
}
.main.checkout .mt-credit-payment-total {
    height: 80px;
    padding-top: 20px;
}
.mt-credit.relative{
    position: relative;
}
.mt-credit_buttons .ty-btn{
    width: 30%;
    display: inline-block;
}
@media (max-width: 767px) {
.mt-credit_buttons .ty-btn{
    width: 100%;
    display: inline-block;
}	

}

.mt-credit-title.mt-fill-data{
   margin: 15px 0px; 
}
.mt-credit-checkout .mt-credit-payment-total div{
   /*font-size: 11px;*/
}

/*Table credit styles*/
#credit_popup .buttons-container.mt-table{
    /*bottom: -90px !important;*/
}
.mt-table-bank-img img{
    max-width: 100px;
}
#credit_popup th {
    padding: 5px 2px;
    text-align: center;
        font-size: 10px;
    width: 10%;
        background: #bfbfbf;
}
#credit_popup th:first-child {
    width: 15%;
}
#credit_popup th:last-child {
    width: 25%;
}
#credit_popup td {
    text-align: center;
    padding: 10px 0px;
}
#credit_popup .mt-table-conditions p {
font-size: 12px;
    color: #888484;
    text-align: justify;
}
#credit_popup table{
width: 100%;
max-width: 900px;
}
#credit_popup .mt-table-period select{
    font-size: 10px;
    
}
#credit_popup .mt-table-bank{
    font-size: 10px;
    font-style: italic;
    color: #610707;
}
#credit_popup .mt-table-bank-img span{
        display: table-cell;
}
#credit_popup .mt-table-bank-img .mt-table-bank-radio{
    width: 20px;
}
#credit_popup .mt-table-bank-img .mt-table-bank-radio input[type="radio"]{
    margin: 0px;
}
.mt-credit-popup-label{
    display: none;
}

/*Table credit styles end*/

#container .ui-slider #amount{
    width: 40px;
    height: 25px;
    border: 1px solid !important;
    top: -36px;
    position: absolute;
    z-index: 9999;
    left: -13px;
    text-align: center;
}
#container .ui-slider .ui-slider-handle:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: -5px;
    left: 50%;
    border-top: 6px solid #f6931f;
    bottom: 20px;
}
#container .ui-slider .ui-slider-handle{
z-index: 9999;
    cursor: pointer;
    border-radius: 10px;
    background: #f6931f;

}

.slider.animated .ui-slider-handle {
  transition: left 0.075s linear;
}

.slider.animated .ui-slider-range {
  transition: width 0.075s linear;
}
.ui-widget-content.ui-dialog {
    min-width: 70%;
}