/* //////page */


main.main_page {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}

header.entry-header_page {
    width: 100%;
    float: left;
}

h1.title_page_heading {
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.entry-content_page {
    width: 100%;
    float: left;
}

/* //register /////////////////////////////// */

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

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

a.text_lo_re {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

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

form#hk-registerform {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

p.bor_input_dk {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
}

p.bor_input_dk input {
    width: 100%;
    background: #ddd;
    border: none;
    padding: 5px 10px 5px 40px;
    height: 40px;
    font-size: 15px;
    outline: none;
    color: #000;
    border-radius: 3px;
}

p.bor_input_dk>i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

span.text_red {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    font-size: 10px;
}

p.text-center.mb-0 {
    width: 100%;
    margin: 0 0 20px;
}

button.form-submit {
    width: 100%;
    height: 40px;
    font-size: 15px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

button.form-submit:hover {
    background: #49a010;
    border-color: #49a010;
    color: #fff;
}

.bor_page {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

p#hk-success {
    color: green;
    margin: 0 0 20px;
}

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

form.woocommerce-form.woocommerce-form-login.login {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

form.woocommerce-form.woocommerce-form-login.login input#username {
    width: 100%;
    background: #ddd;
    border: none;
    padding: 5px 10px 5px 40px;
    height: 40px;
    font-size: 15px;
    outline: none;
    color: #000;
    border-radius: 3px;
}

form.woocommerce-form.woocommerce-form-login.login input#password {
    width: 100%;
    background: #ddd;
    border: none;
    padding: 5px 10px 5px 40px;
    height: 40px;
    font-size: 15px;
    outline: none;
    color: #000;
    border-radius: 3px;
}

form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first label {
    display: none;
}


form.woocommerce-form.woocommerce-form-login.login p {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
}

form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-last label {
    display: none;
}

form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}


form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-last:before {
    content: "\f023";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
    height: 40px;
    font-size: 15px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin-top: 10px;
}


button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background: #49a010;
    border-color: #49a010;
    color: #fff;
}

p.lost_password a {
    color: blue;
}

form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "\2a";
    font-size: 10px;
    color: red;
}

form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-last:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "\2a";
    font-size: 10px;
    color: red;
}

/* 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;
}

.woocommerce table.shop_table .quantity {
    display: flex;
    gap: 5px;
}

.woocommerce table.shop_table .quantity button {
    width: 30px;
    height: 30px;
    font-size: 17px;
    background: #fff;
    border: 1px solid #dddd;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
}

.woocommerce table.shop_table .quantity input {
    border: 1px solid #ddd;
    width: 40px;
    height: 30px;
    border-radius: 3px;
}

.woocommerce table.shop_table .quantity button.minus:after {
    content: '';
    background: #ffffff00;
    position: absolute;
    width: 40px;
    height: 30px;
    left: 0;
    top: 0;
    transform: translateX(35px);
}

.woocommerce table.shop_table .quantity input::-webkit-inner-spin-button,
.woocommerce table.shop_table .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Ẩn mũi tên trên Chrome và Safari */
    margin: 0;
}



/* 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;
}

.woocommerce form.woocommerce-checkout .form-row .select2-selection {
    border-radius: 3px;
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 33px;
}

.woocommerce-additional-fields textarea {
    max-width: 100%;
    width: 100% !important;
}
form.checkout.woocommerce-checkout input {
    height: 35px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 35px;
    line-height: 33px;
}

/* 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;
}

.woocommerce form.woocommerce-checkout .form-row .select2-selection {
    border-radius: 3px;
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 33px;
}

.woocommerce-additional-fields textarea {
    max-width: 100%;
    width: 100% !important;
}
form.checkout.woocommerce-checkout input {
    height: 35px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 35px;
    line-height: 33px;
}
/* ////my account */

.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: #49a010;
    color: #fff;
}

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

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

a.woocommerce-button.button.view {
    background: #49a010;
    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: #49a010;
    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;
}

p.full_sb_mk button.woocommerce-Button.button {
    background: #49a010;
    color: #fff;
}

.woocommerce-info>a.woocommerce-Button.wc-forward.button {
    /* background: #49a010 !important; */
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: blue;
}

/* /////////////////wishlist */

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive>thead>tr>th {
    font-size: 16px;
}


table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive>thead>tr>th.product-price {
    text-align: center;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive>thead>tr>th.product-stock-status {
    text-align: center;
}
.wishlist-title-container {
    display: none !important;
}
.wishlist_table.mobile {
    margin: 0;
    padding: 0;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.wishlist_table.mobile a {
    color: #33a534;
}
table.item-details-table>tbody>tr>td {
    font-size: 14px !important;
}
table.additional-info tbody tr td {
    font-size: 14px !important;
}
.wishlist_table.mobile li .item-wrapper {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.product-remove a {
    color: red !important;
}