/* login */

.full_signup.bor_left_1 {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.div.title_full_log_re {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

a.text_lo_re {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #212B25;
    text-align: center;
    width: 100%;
    float: left;
}

form#hk-registerform {
    width: 100%;
    float: left;
}

form#hk-registerform p {
    width: 100%;
    float: left;
    margin: 0px 0 20px;
}

p.bor_input_dk {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

span.text_red {
    color: red;
}

p.bor_input_dk label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

p.bor_input_dk input {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
    outline: none;
}

button.form-submit {
    min-width: 290px;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 13px;
    width: 100%;
    text-transform: uppercase;
    background: #0abaff;
    border: none;
    color: #fff;
}

a.link_logins_page {
    float: left;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #0abaff;
}

.bor_page {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

p#hk-success {
    color: green;
}

/* đăng ký */

.conetent_login {
    width: 100%;
    float: left;
}

.conetent_login p {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.conetent_login label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

span.required {
    color: red;
}



.conetent_login p.form-row.form-row-first input {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
    outline: none;
}

.conetent_login p.form-row.form-row-last input {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
    outline: none;
}

.conetent_login button.woocommerce-button.button.woocommerce-form-login__submit {
    min-width: 290px;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 13px;
    width: 100%;
    text-transform: uppercase;
    background: #0abaff;
    border: none;
    color: #fff;
}

p.lost_password {
    text-transform: none;
    font-size: 14px;

}

p.lost_password a {
    color: #0abaff;
}

.bor_page_login {
    width: 100%;
    float: left;
}

.bor_page_login p {
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.bor_page_login a {
    color: #0abaff;
}

input#user_login {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
    outline: none;
}

button.woocommerce-Button.button {
    background: #0abaff;
    color: #fff;
}

/* my */

.box_my {
    width: 100%;
    float: left;
    margin: 30px 0;
}

nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
    line-height: 26px;
    width: 100%;
    float: left;
}

nav.woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: gray;
    text-transform: uppercase;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #0abaff;
    color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #0abaff;
    color: #fff;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

a.woocommerce-button.button.view {
    background: #0abaff;
    color: #fff;
}

.u-column2.col-2.woocommerce-Address {
    display: none;
}

.u-column1.col-1.woocommerce-Address {
    border: 1px solid #ddd;
    padding: 20px 10px;
    border-radius: 10px;
}

header.woocommerce-Address-title.title {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.woocommerce-account .addresses .title h3 {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

header.woocommerce-Address-title.title>a {
    color: red;
}
p#billing_country_field {
    display: none;
}
span.woocommerce-input-wrapper input {
    border: 1px solid #aaaaaa;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
}
button.bt_green.button {
    background: #0abaff;
    color: #fff;
}
form.woocommerce-EditAccountForm.edit-account label {
    font-weight: bold;
}
form.woocommerce-EditAccountForm.edit-account input {
    background: #fff;
    border: 1px solid #ddd;
    height: 30px;
    padding: 5px;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide em {
    display: none;
}

/* cart */

.coupon {
    display: none;
}

.woocommerce-notices-wrapper {
    display: none;
}

td.product-subtotal span {
    color: red;
}

p.woocommerce-shipping-destination {
    display: none !important;

}


form.woocommerce-shipping-calculator {
    display: none !important;

}

td.price_cart span {
    color: red;
}

/* check out */


.box_left_checkout {
    width: 100%;
    float: left;
}

.box_left_checkout .col-1 {
    width: 100% !important;
}

.box_left_checkout .col-2 {
    width: 100% !important;
}

h3.text_up {
    text-transform: uppercase;
}

h3#order_review_heading {
    text-transform: uppercase;
}

span.optional {
    display: none;
}

tr.order-total td strong {
    color: red;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    display: none;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot.text_th_last tr:last-child td span {
    color: red;
}

.woocommerce ul.order_details li {
    margin-bottom: 15px;
}

.woocommerce .woocommerce-customer-details address {
    line-height: 2;
}

h4.title_sea {
    display: block;
    line-height: 1.3em;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin: 15px 0;
}