/*section_form_regis*/
#page_registration .section_form_regis {
    margin-top: 30px;
}
#page_registration .section_form_regis .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#page_registration .section_form_regis .section_form_regis_left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
#page_registration .section_form_regis .section_form_regis_left .box_section_form_regis_left {
    width: 80%;
}
#page_registration .section_form_regis .section_form_regis_left h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 10px;
}
#page_registration .section_form_regis .section_form_regis_left .content_fill_form {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 30px;
}
#page_registration .section_form_regis .section_form_regis_left .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row {
    margin-bottom: 30px;
}
#page_registration .section_form_regis .section_form_regis_left .woocommerce-form.woocommerce-form-register.register label{
    display: none;
}
#page_registration .section_form_regis .section_form_regis_left .woocommerce-form.woocommerce-form-register.register input{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 25px;
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: .5px solid #d9d9d9;
    padding-bottom: 5px;
}
#page_registration .section_form_regis .section_form_regis_left .woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
    display: none;
}
#page_registration .section_form_regis .section_form_regis_left .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row .woocommerce-form-register__submit {
    background-color: #b48c72;
    color: #fff;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    margin-top: 0px;
}
#page_registration .section_form_regis_right {
    width: 50%;
    display: flex;
    justify-content: center;
}
#page_registration .section_form_regis_right img{
    height: 372px;
    width: auto;
    object-fit: cover;
}
#page_registration .section_form_regis .section_form_regis_left .button_dang_nhap_for_dang_ky {
    color: #3f3a36;
    background-color: #fff;
    border: .5px solid #d9d9d9;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    width: max-content;
    margin-left: 20px;
}
#page_registration .section_form_regis .section_form_regis_left .box_button_regis {
    display: flex;
    align-items: flex-end;
}
@media screen and (min-width: 0px) and (max-width: 992px) { 
    #page_registration .section_form_regis .container {
        flex-direction: column;
    }
    #page_registration .section_form_regis .section_form_regis_left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #page_registration .section_form_regis .section_form_regis_left .box_section_form_regis_left {
        width: 89%;
    }
    #page_registration .section_form_regis .section_form_regis_left h3 {
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        line-height: 24.72px;
    }
    #page_registration .section_form_regis .section_form_regis_left .content_fill_form {
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        line-height: 18.54px;
    }
    #page_registration .section_form_regis .section_form_regis_left .box_button_regis {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    #page_registration .section_form_regis .section_form_regis_left .woocommerce-form.woocommerce-form-register.register input{
        font-size: 15px;
    }
    #page_registration .section_form_regis_right {
        width: 100%;
    }
    #page_registration .section_form_regis_right img{
        max-height: 295px;
    }
}

/*========================Login*/
/*section_form_login*/
#page_login .section_form_login {
    margin-top: 30px;
}
#page_login .section_form_login .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#page_login .section_form_login .section_form_login_left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
#page_login .section_form_login .section_form_login_left .box_section_form_login_left {
    width: 80%;
}
#page_login .section_form_login .section_form_login_left h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#page_login .section_form_login .section_form_login_left .content_fill_form {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 30px;
}
#page_login .section_form_login .section_form_login_left .woocommerce-form.woocommerce-form-login.login .form-row {
    margin-bottom: 30px;
}
#page_login .section_form_login .section_form_login_left .woocommerce-form.woocommerce-form-login.login label{
    display: none;
}
#page_login .section_form_login .section_form_login_left .woocommerce-form.woocommerce-form-login.login input{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 25px;
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: .5px solid #d9d9d9;
    padding-bottom: 5px;
}
#page_login .section_form_login .section_form_login_left .woocommerce-form.woocommerce-form-login.login .lost_password {
    display: none;
}
#page_login .section_form_login .section_form_login_left .woocommerce-form.woocommerce-form-login.login .form-row .woocommerce-form-login__submit {
    background-color: #b48c72;
    color: #fff;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}
.button_login_regis {
    display: flex;
}
#page_login .section_form_login .section_form_login_left .box_section_form_login_left .button_dang_ky {
    color: #3f3a36;
    background-color: #fff;
    border: .5px solid #d9d9d9;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    width: max-content;
    margin-left: 20px;
}
#page_login .section_form_login_right {
    width: 50%;
    display: flex;
    justify-content: center;
}
#page_login .section_form_login_right img{
    height: 372px;
    width: auto;
    object-fit: cover;
}

@media screen and (min-width: 0px) and (max-width: 992px) { 
    #page_login .section_form_login .container {
        flex-direction: column;
    }
    #page_login .section_form_login .section_form_login_left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #page_login .section_form_login .section_form_login_left .box_section_form_login_left {
        width: 70%;
    }
    #page_login .section_form_login .section_form_login_left h3 {
        text-align: center;
    }
    #page_login .section_form_login .section_form_login_left .content_fill_form {
        text-align: center;
    }
    #page_login .section_form_login_right img{
        height: 219px;
    }
}


/*========================My Account*/
#page_my_account {
    margin-top: 30px;
}
#page_my_account .title_my_account {
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
#page_my_account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}
#page_my_account .woocommerce-MyAccount-navigation li a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 30px;
    display: inline-block;
}
#page_my_account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders {
    display: block;
}
#page_my_account .woocommerce-MyAccount-content .show_congrat_accounts {
    margin: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
}
#page_my_account .woocommerce-MyAccount-content .show_congrat_accounts span{
    font-weight: 600;
    font-size: 21px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-form-row label{
    font-weight: 500;
    font-size: 16px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-form-row input{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 25px;
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: .5px solid #d9d9d9;
    padding-bottom: 5px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 40px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
    background-color: #b48c72;
    color: #fff;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
}


/*=======================================Tai khoan*/
#page_my_account .woocommerce-MyAccount-content .woocommerce-orders-table thead th{
    font-size: 16px;
    font-weight: 600;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td{
    font-size: 15px;
    font-weight: 400;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td .woocommerce-button.button {
    font-weight: 400;
    background: #B48C72;
    color: #fff;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-pagination a{
    font-weight: 400;
    background: #B48C72;
    color: #fff;
}

#page_my_account .woocommerce-MyAccount-content p{
    font-size: 16px;
}

/*Chi tiet don hang*/
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table {
    border: 1px solid #ccc;
    padding: 0px 10px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .woocommerce-table__line-item.order_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 20px;
    padding-bottom: 10px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .woocommerce-table__line-item.order_item .item_image_product_thankyou {
    width: 30%;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .woocommerce-table__line-item.order_item .item_image_product_thankyou img{
    width: 100%;
    height: 100%;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .woocommerce-table__line-item.order_item .item_info_product_thankyou {
    width: 70%;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .woocommerce-table__line-item.order_item .item_info_product_thankyou a{
    font-size: 16px;
    font-weight: 500;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .woocommerce-table__line-item.order_item .item_info_product_thankyou .price_product_thankyou {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 15px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .woocommerce-table__line-item.order_item .item_info_product_thankyou .qty_pro_thankyou {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 15px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .woocommerce-table__line-item.order_item .item_info_product_thankyou .wc-item-meta li {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 15px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .woocommerce-table__line-item.order_item .item_info_product_thankyou .wc-item-meta li .wc-item-meta-label {
    font-weight: 400;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .box_total_thankyou .total_thankyou_1{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 15px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .box_total_thankyou .total_thankyou_1:last-child {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    color: #333;
    font-weight: 700;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .box_total_thankyou .total_thankyou_1:last-child .woocommerce-Price-amount.amount{
    color: #d83443;
    font-weight: 700;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-customer-details {
    display: none;   
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .info_customer_content .box_info_custom {
    margin: 10px 0 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .info_customer_content .box_info_custom .code_order {
    margin: 10px 0;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .info_customer_content .box_info_custom ul {
    margin-left: 40px;
}
#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .info_customer_content .box_info_custom ul li{
    margin: 10px 0;
    list-style: circle;
}

#page_my_account .woocommerce-MyAccount-content .woocommerce-order-details .order-again a{
    font-weight: 400;
    background: #B48C72;
    color: #fff;
    margin-top: 10px;
}



/*Popup register success*/
.popup_register_success {
    z-index: 9999;
    background: #3F3A364D;
    height: 100vh;
    overflow-y: auto;
    padding-top: 220px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
}
.popup_register_success .popupContent {
    background: #fff;
    padding: 0;
    position: relative;
    margin: 0 auto;
    height: 285px;
    max-width: 460px;
    width: 100%;
    border-radius: 5px;
}
.popup_register_success .popupContent .icon-heart-popup-register {
    width: 80px;
    height: 80px;
    background: #B48C72;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_register_success .popupContent .icon-heart-popup-register img{
    transform: scale(1.3);
}
.popup_register_success .popupContent .group_content_popup_register {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.popup_register_success .popupContent .group_content_popup_register .box_content_popup_register{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.popup_register_success .popupContent .group_content_popup_register .box_content_popup_register h3{
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
}
.popup_register_success .popupContent .group_content_popup_register .box_content_popup_register .line_popup_register{
    border: 1px solid #D9D9D9;
    width: 100%;
    margin-bottom: 20px;
}
.popup_register_success .popupContent .group_content_popup_register .box_content_popup_register .content_popup_register {
    font-size: 16px;
    margin-bottom: 20px;
}
.popup_register_success .popupContent .group_content_popup_register .box_content_popup_register .button_ok_register {
    background-color: #b48c72;
    color: #fff;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px) { 
    .popup_register_success .popupContent {
        height: 256px;
        width: 330px;
    }
    .popup_register_success .popupContent .icon-heart-popup-register {
        width: 58px;
        height: 58px;
        top: -12%;
    }
    .popup_register_success .popupContent .icon-heart-popup-register img{
        transform: scale(1);
    }
    .popup_register_success .popupContent .group_content_popup_register .box_content_popup_register h3{
        font-size: 24px;
        font-weight: 300;
        line-height: 30px;
    }
    .popup_register_success .popupContent .group_content_popup_register .box_content_popup_register .content_popup_register {
        font-size: 15px;
    }
    .popup_register_success .popupContent .group_content_popup_register .box_content_popup_register .button_ok_register {
        font-size: 15px;
    }
}












