body.woocommerce-checkout h1.uk-article-title {
    color: #000;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}

@media(max-width:640px) {
    body.woocommerce-checkout h1.uk-article-title {
        display: none;
    }

    body.woocommerce-checkout div.uk-margin-medium {
        margin-top: 0 !important;
    }

    body.woocommerce-checkout form.checkout {
        margin-top: 30px !important;
    }
}

#ju_checkout>* {
    padding-left: 60px;
}

#ju_checkout {
    margin-left: -60px;
}

/* thanh toan giao hang  */
#customer_details {
    width: 100% !important;
}

#customer_details .col-1 .woocommerce-billing-fields h3 {
    color: #ED1F1F;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media(max-width:640px) {
    #customer_details .col-1 .woocommerce-billing-fields h3 {
        font-size: 18px;
    }
}

@media(min-width:640px) {
    #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}

@media(min-width:640px) {
    #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.55;
        width: 40% !important;
    }
}

@media(max-width:640px) {
    #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.55;
        margin-bottom: 15px;
    }
}

@media(min-width:640px) {
    #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper {
        width: 60% !important;
    }
}

#customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input {
    border: 1px solid #E3E3E3;
    padding: 0 8px;
    border-radius: 6px;
    /* border-color: #E3E3E3; */
    height: 46px;
}

@media(max-width:640px) {
    #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input {
        height: 42px;
    }
}

#customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input:hover,
#customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input:focus {
    border-color: #619749 !important;
}


#customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper .select2 {
    width: 100% !important;
}

@media(min-width:640px) {
    #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2 {
        width: 60% !important;
    }
}

#customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2 .select2-selection--single {
    border-radius: 6px;
    border-color: #E3E3E3;
    height: 46px;
    transition: all .3s;
}

@media(max-width:640px) {
    #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2 .select2-selection--single {
        height: 42px;
    }
}

#customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2 .select2-selection--single:hover {
    border-color: #619749;
}

#customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}

@media(max-width:640px) {
    #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2 .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
    }
}

#customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2 .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

@media(max-width:640px) {
    #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2 .select2-selection--single .select2-selection__arrow {
        height: 42px;
    }
}

#customer_details .col-2 .woocommerce-additional-fields h3 {
    display: none;
}


#customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row label {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 20px;
}

@media(max-width:640px) {
    #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row label {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

#customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row textarea {
    border-radius: 6px;
    border: 1px solid #E3E3E3;
    padding: 10px 15px;
}

#customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row textarea:hover,
#customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row textarea:focus {
    border-color: #619749 !important;
}



/* don hang */
#order_review_heading {
    width: 100% !important;
    color: #ED1F1F;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media(max-width:640px) {
    #order_review_heading {
        font-size: 18px;
    }
}

#order_review {
    width: 100%;
}

#order_review table.shop_table:not(thead)>th,
#order_review table.shop_table td {
    padding: 25px 12px;
}

#order_review table.shop_table thead th {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    padding-top: 0;
}

#order_review table.shop_table tbody td.product-name {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

#order_review table.shop_table tbody td.product-name strong {
    font-weight: 700;
}

#order_review table.shop_table tbody td.product-total bdi {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}


#order_review table.shop_table tfoot th,
#order_review table.shop_table tfoot td bdi {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    vertical-align: middle !important;
}

#order_review table.shop_table tfoot .woocommerce-shipping-methods li {
    justify-content: flex-end;
}

#order_review #payment .wc_payment_methods>li:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
}

#order_review #payment .wc_payment_methods li>label {
    font-weight: 600;
}

@media(max-width:640px) {
    #order_review #payment .wc_payment_methods li>label {
        font-size: 14px;
    }
}


#order_review #payment .wc_payment_methods li>div p {
    font-size: 16px;
}

@media(max-width:640px) {
    #order_review #payment .wc_payment_methods li>div p {
        font-size: 14px;
    }
}

#order_review #payment .place-order .woocommerce-form__input-checkbox {
    margin-right: 6px;
    border-radius: 2px;
}

#order_review #payment .place-order .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.62;
}

@media(max-width:640px) {
    #order_review #payment .place-order .woocommerce-terms-and-conditions-checkbox-text {
        font-size: 14px;
    }
}

#order_review #payment .place-order .woocommerce-terms-and-conditions-checkbox-text a {
    color: #ED1F1F;
}

#order_review #payment #place_order {
    font-size: 18px;
}

@media(max-width:640px) {
    #order_review #payment #place_order {
        font-size: 16px;
    }
}