.white_content h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    margin-left: 25px;
    /*text-align: center;*/
    /*color: #164163;*/
    color: #330066;
}

.white_content ul {
    list-style: auto;
}

.white_content ul li {
    font-size: 14px;
    line-height: 24px;
    /*float: left;*/
    text-align: left;
}

.white_content {
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #ebebeb;
    margin-top: 20px;
    border-radius: 10px;
    display: none;
}

/*.white_content ul li:last-child {
    list-style: none;
}*/

.product-add-form form .fieldset {
    margin: 0;
}

.select-installment {
    margin-bottom: 15px;
    /*float: left;*/
    width: 100%;
}

.part-desc {
    width: calc(100% - 20px);
    background-color: #ebebeb;
    padding: 10px;
    border-radius: 10px;
    float: left;
}

.installment-summary {
    width: 100%;
    display: block;
    float: left;
}

.installment-first-line {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
}

.installment-totle-item {
    width: 100%;
    float: left;
    border-top: 1px solid;
}

.installment-downpayment-item {
    width: 100%;
    float: left;
    /*background-color: #164163;*/
    background-color: #330066;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 1px;
}

.installment-paidlater-item {
    width: 100%;
    float: left;
    /*background-color: #164163;*/
    background-color: #330066;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 1px;
}

.desc-backend {
    width: 100%;
    float: left;
    margin-top: 10px;
}

p.note-data {
    float: left;
    width: 100%;
    padding-left: 15px;
    position: relative;
}

.installment-first-line span {
    /*width: calc(33.33% - 1px);*/
    display: inline-block;
    float: left;
    text-align: center;
    /*color: #164163;*/
    color: #330066;
    font-weight: bold;
    font-size: 15px;
    line-height: 40px;
    /*border-bottom: 1px solid #434957;
    border-left: 1px solid #434957;*/
}

.installment-line-item {
    width: 100%;
    float: left;
}

.installment-line-item span {
    /*width: calc(33.33% - 1px);*/
    float: left;
    text-align: center;
    line-height: 25px;
    /*border-bottom: 1px solid;
    border-left: 1px solid #434957;*/
}

.installment-downpayment-item span {
    width: calc(33.33% - 1px);
    float: left;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #fff;
}

.installment-downpayment-item span:first-child {
    border-left: none;
    width: calc(66.66% - 2px);
    font-size: 15px;
    text-align: right;
    padding-right: 25px;
}

.installment-paidlater-item span {
    width: calc(33.33% - 1px);
    float: left;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #fff;
}

.installment-paidlater-item span:first-child {
    border-left: none;
    width: calc(66.66% - 2px);
    font-size: 15px;
    text-align: right;
    padding-right: 25px;
}

.installment-line-item span:first-child {
    border-left: none;
}

.installment-first-line span:first-child {
    border-left: none;
}

.installment-totle-item span {
    /*width: calc(33.33% - 1px);*/
    float: left;
    text-align: center;
    line-height: 30px;
    /*border-left: 1px solid #434957;*/
}

.installment-totle-item span:first-child {
    border-left: none;
    /*width: calc(66.66% - 2px);*/
    font-size: 15px;
    text-align: right;
    padding-right: 25px;
    /*border-top: 1px solid;*/
}

.switch-main-div {
    height: 45px;
    margin: 15px 0;
    width: calc(100% - 20px);
    border: 2px solid;
    border-radius: 30px;
}

span.left-toglle,
span.right-toglle {
    width: calc(50% - 3px);
    display: inline-block;
    text-align: center;
    line-height: 39px;
    margin-top: 1px;
    cursor: pointer;
    /*margin-left: 1px;*/
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
    position: relative;
}

span.left-toglle.active,
span.right-toglle.active {
    /*background-color: #164163;*/
    background-color: #330066;
    color: #fff;
}

span.left-toglle.active:before,
span.right-toglle.active:before {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    content: '';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 20px;
    top: 14px;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    position: absolute;
    text-align: center;
}

.installment-selector-wrapper .label {
    padding: 3px 0;
}

.installment-first-line span:nth-child(2),
.installment-line-item span:nth-child(2),
.installment-totle-item span:nth-child(2) {
    float: right;
}

.partial_terms_div {
    margin-left: 25px;
}

.part-desc .label {
    padding: 0;
}

@media only screen and (max-width: 1200px) {
    span.left-toglle.active:before,
    span.right-toglle.active:before {
        left: 6px;
    }
    span.left-toglle,
    span.right-toglle {
        font-size: 13px;
    }
    .installment-paidlater-item span:first-child {
        font-size: 12px;
    }
    .installment-downpayment-item span:first-child {
        font-size: 12px;
    }
}

@media only screen and (max-width: 400px) {
    span.left-toglle.active:before,
    span.right-toglle.active:before {
        left: 1px;
        top: 21px;
    }
    span.left-toglle.active:before,
    span.right-toglle.active:before {
        width: 20px;
        height: 20px;
    }
}

span.right-toglle.active.full-width {
    width: 100%;
}

/* partial payment table */
#preferred_shipping_date_label {
    color: #7b7b7b;
    font-weight:600;
    font-size: 14px;
    margin: 10px 0;
}

#user_chosen_shipping_method_label {
    color: #7b7b7b;
    font-weight:600;
    font-size: 14px;
    margin-top:15px;
}

#preferred_shipping_date {
    width: 50%;
    padding: 5px 10px 4px;
    margin-left: 20px;
}

#user_chosen_shipping_method {
    margin-left: 12px;
    width: 50%;
}

#partial_payment_table_order_manage {
    padding: 5px 0;
    margin: 15px 0;
}

#order-billing_method_form dl dt {
    color: #7b7b7b;
}

.account .table-wrapper .action#pay-installment {
    width: 315px;
    margin-left: 30px;
}

@media only screen and (max-width: 639px) {
    #preferred_shipping_date {
        width: 100%;
        padding: 5px 10px 4px;
        margin-left: 0;
    }
    
    #user_chosen_shipping_method {
        margin-left: 0;
        width: 100%;
    }
}
