@media (max-width: 767px) {
    .mt-credit-payment-total div {
    border-bottom: 1px solid #cecece;
    width: 100%;
}

#credit_popup .buttons-container .ty-btn span {
    font-size: 14px;
    line-height: 16px;
}
.mt-credit-bottom .price-right {
    width: 100%;
    float: left;
    text-align: center;
}
.mt-credit-bottom .price-left {
    width: 100%;
    float: left;
    margin-bottom: 16px;
}
#credit_popup .buttons-container {
    margin: 0;
    margin-top: 10px;
}
.mt-credit-bottom thead{display:none;}

#credit_popup td {
text-align: center;
padding: 10px 5px;
display: block;
width: 100%;
}

#credit_popup .buttons-container{
        padding-bottom: 20px;
}


}
@media (max-width: 580px) {
#credit_popup td {
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
}
#credit_popup .buttons-container{
    text-align: center;
}
#credit_popup .buttons-container .ty-btn{
    width: 40% !important;
}
#credit_popup .buttons-container .ty-btn i.ut2-icon-outline-cart {
    display: none;
    position: absolute;
}
html #credit_popup .buttons-container .ty-btn span {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
}
.mt-credit-popup-label{
    display: block;
    padding: 5px 0;
        background: #fff;
    width: 100%;
}
#credit_popup table thead {
display: none;
}
#credit_popup .mt-table-bank-img{
    width: 50%;
    display: inline-block;
}
#credit_popup .mt-table-bank-img .mt-table-bank-image{
    width: 100%;
}
#credit_popup .mt-table-period{
    display: inline-block;
    width: 50%;
        min-height: 117px;
}
#credit_popup .mt-table-period select{
    max-width: 70px;
    margin-top: 35px;
}
#credit_popup .mt-table-conditions{
    display: block;
}
#credit_popup .mt-table-prepayment{
    width: 50%;
    display: inline-block;
}
#credit_popup .mt-table-month{
    width: 50%;
    display: inline-block;
}
#credit_popup .mt-table-overpayment{
    width: 50%;
    display: inline-block;
}
#credit_popup .mt-table-total{
    width: 50%;
    display: inline-block;
}
}

@media screen and (min-width: 1000px){
 
 .span6.side-grid.litecheckout__cart{padding-left: 20px}
.litecheckout__step-title {
    margin-top: 0;
    margin-left: -4px;
}
.price-right {
    display: flex;
    justify-content: space-between;
}
html #litecheckout_step_location .litecheckout__field {
    margin: 0.5rem 0rem;
}
}

@media screen and (max-width: 1000px){
    .tygh-header .ty-logo-container {
    min-width: auto;
}
    .price-right {
    display: flex;
    justify-content: space-around;
}
}

@media screen and (max-width: 768px){
    #credit_popup td {
    vertical-align: top;
    padding-bottom: 10px;
}
.mt-credit-popup-label {
    margin-bottom: 10px;
}
div#credit_popup table tr:last-child td {
   border-bottom: none;
}
div#credit_popup table tr td:first-child{
    border-left: none;
}
div#credit_popup table tr td:last-child{
    border-left: none;
}
td.mt-table-conditions .mt-credit-popup-label {
    text-transform: uppercase;
    letter-spacing: .75px;
}
div#credit_popup table tr td:last-child{
    border-right: none;
}
}


@media (max-width: 580px){

    html #credit_popup .buttons-container .ty-btn span{
        font-size: 14px;
    }
    #credit_popup td.mt-table-conditions p {
    color: #666;
    /* font-family: Helvetica; */
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;}
#credit_popup .mt-table-period select {
    max-width: 70px;
    margin-top: 18px;
}
}
