.well .woocommerce {
    display: flex;
    margin-bottom: 30px;
}

.main-box {
    margin-bottom: 50px;
}

.woocommerce-MyAccount-navigation .title-nav {
    border-top: 2px solid #e54e7e;
    background: #fff;
    color: #232323;
    font-size: 2.4rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    line-height: 1.14;
    text-align: center;
    margin-bottom: 0;
    padding: 15px 15px 18px;
}

.woocommerce-MyAccount-content .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success,.woocommerce .acf-form-submit input.acf-button {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.woocommerce .acf-form-submit input.acf-button {
    -webkit-appearance: none;
}
.btn.disabled {
    color: #fff;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}


.well ul,
.full-main ul {
    list-style: none;
    margin: 0;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-adv .list-group-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item .adv-name {
    padding-bottom: 5px;
}

.acf-form .acf-form-submit {
    padding-left: 20px;
}

.msg-loading {
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.well .woocommerce .woocommerce-MyAccount-navigation {
    width: 30%;
    padding: 10px;
    background-color: #fff;
}

.well .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
    padding: 10px;
    background-color: #fff;
}

.well .woocommerce-MyAccount-content .my-form {
    padding: 10px;
}

.well .woocommerce .woocommerce-MyAccount-content .acf-form,
.well .woocommerce-MyAccount-content .my-form,
.full-main {
    background-color: #fff;
}

.sidebar .widget-title {
    text-transform: uppercase;
    background: #fff;
    color: #232323;
    font-size: 1.6rem;
}

.well ul, .acf-field.list-state .list-group {
    margin: 0;
}

.woocommerce-MyAccount-content .acf-field {
    margin-top: 0;
}

.acf-form-fields {
    padding: 10px;
}

.btn-default.btn-toggle-img {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.btn-default {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.acf-field-gallery .acf-input {
    display: none;
}

.entry-header h1 {
    font-size: 29px;
}

#ship-to-different-address {
    display: none;
}

.acf-gallery-toolbar .acf-hl li {
    margin-bottom: 5px;
}

.woocommerce-MyAccount-content .variations .label {
    color: #0c0c0c;
    font-weight: bold;
}

.list-adv li a {
    font-size: 18px;
}

#acf-form {

}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}

.woocommerce th {
    text-align: left;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 90px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
    display: none;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    height: 36px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {

    width: 48%;
    background-color: #fff;
    padding: 10px;
    margin: 10px auto;
}
.woocommerce-input-wrapper select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.woocommerce .wc-proceed-to-checkout{
    text-align: center;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside;
}

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}

.woocommerce .acf-gallery-sort {
    display: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

.woocommerce .woocommerce-MyAccount-navigation ul li {

    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;

}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #fb7167;
    color: #fff;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .col2-set .col-a, .woocommerce-page .col2-set .col-b {
    width: 48%;
    max-width: 100%;
}

.woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}

.woocommerce form .form-row label {
    line-height: 2;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label, .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 5px 10px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
}

#message.updated {
    text-align: center;
    color: green;
    font-weight: bold;
    font-size: 16px;
}

.full-main .woocommerce {
    padding: 10px;
    margin-bottom: 50px;
}

#acf-form .acf-fields .acf-field[data-name="kieu_bai"] {
    display: none;
}

.list-state ul li {

}

.list-state ul li:hover {

}

.list-state ul li input {
    padding-right: 15px;
}

.list-state ul li label,
.list-city ul li label {
    padding-left: 15px;
    cursor: pointer;
}

ul.list-adv,.list-city ul {
    margin-bottom: 20px;
}

ul.list-adv li .label {
    float: right;
    font-size: 16px;
}

ul.list-adv li .post-time {
    float: right;
    padding: 1px 5px;
    border: 1px silver solid;
    border-radius: 5px;
    margin-right: 5px;
}

ul.list-adv li .acf-icon {
    padding-top: 2px;
    text-align: center;
    font-size: 18px;
}

ul.list-adv li a {

}

ul.list-adv li .label {
    margin-right: 5px;
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
    border-radius: 5px;
}

.box-edit-adv .acf-radio-list, .box-new-adv .acf-radio-list {
    display: flex;
}

.box-edit-adv .acf-radio-list li, .box-new-adv .acf-radio-list li {
    padding: 5px 10px;
}

.box-edit-adv .acf-radio-list li:first-child {
    padding-left: 0;
}

.box-edit-adv .acf-radio-list li:last-child {
    padding-right: 0;
}

.box-edit-adv .acf-radio-list label, .box-new-adv .acf-radio-list label {
    font-size: 18px;
}

ul.list-adv li .label-on {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    cursor: pointer;
}

ul.list-adv li .label-off {
    color: #fff;
    background-color: #c4ced1;
    border-color: #1e7e34;
    cursor: pointer;
}

ul.list-adv li .label-pending {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;

}

ul.list-adv li .label-publish {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    font-size: 12px;
    line-height: 18px;
}

#box-edit-adv #acf-form {
    display: none;
}

.detail-adv th {
    width: 25%;
}

.nav-action {
    margin-bottom: 10px;
}

.box-edit-adv .nav-action .btn {
    font-size: 1.5rem;
    margin-left: 5px;
}

.gallery-slider {
    list-style: none;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
}

.media-sidebar {

}

.media-sidebar .attachment-info .edit-attachment,
.acf-gallery .acf-gallery-side-info a.acf-gallery-remove,
.acf-gallery .acf-gallery-side-info a.acf-gallery-edit,
.acf-gallery-side .form-table,
.woocommerce-MyAccount-content .acf-fr .acf-gallery-update {
    display: none;
}

.woocommerce-MyAccount-content .acf-gallery .acf-gallery-main {
    z-index: 1;
}

.woocommerce-MyAccount-content .acf-gallery .acf-gallery-side,
.acf-gallery .acf-gallery-toolbar {
    z-index: 3;
    max-width: 100%;
}

.attachments-browser .attachments {

}

.row_reg_active_key {
    display: none;
}

.acf-fe-gallery-remove {
    color: #bc0b0b;
    display: block !important;
}

.gallery-slider li .light_single_image {
    padding: 5px;
    display: block;
    margin-bottom: 21px;
    line-height: 1.42857143;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    margin: 5px;
}

.gallery-slider li .light_single_image img {
    max-width: 90px;

}


/*checkbox*/
.checkbox-visible {

}

.table-variations {
    background-color: #fff;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
}

.attrs_name {
    display: flex;
}

.attrs_name .item-checkbox {
    padding: 5px 10px;
}

.table-variations .label {
    font-size: 16px;
}

.table-variations {
    font-family: 'Roboto', sans-serif;
}

.table-variations .row-price {
    margin-bottom: 10px;
}

.table-variations .row-price .total_price {
    color: #ff0000;
    font-size: 18px;
}

.table-variations .row-price .display_regular_price {
    text-decoration: line-through;
}

.table-variations .btn-payment {
    background-color: #96c75b;
    color: #fff;
    font-weight: bold;
}

.table-variations .row-alert {
    color: #ff142b;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 100px;
        width: 100px;
        margin-left: -30px;
        margin-top: -30px;
        opacity: 0;
    }
}

.table-variations .option-input:focus {
    outline: none;
}

.table-variations .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.table-variations .option-input:hover {
    background: #9faab7;
}

.table-variations .option-input:checked {
    background: #57b0de;
}

.table-variations .checkbox-visible .option-input:not(:checked) {
    background: #96c75b;
}

.table-variations .reset_variations {
    display: none;
}

.table-variations .checkbox-visible .option-input::before {
    height: 40px;
    width: 40px;
    position: absolute;
    content: '•';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
}

.table-variations .option-input:checked::before {
    height: 40px;
    width: 40px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
}

.table-variations .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #46afe6;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.table-variations .option-input.radio {
    border-radius: 50%;
}

.table-variations .option-input.radio::after {
    border-radius: 50%;
}

.table-variations {

    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-align: center;
}

.table-variations label {
    display: block;
    line-height: 40px;
}


.cart-empty.woocommerce-info {
    display: none;
}

.detail-adv .table td .button {
    margin-right: 5px;
    margin-bottom: 5px;
}
.woocommerce a.button.pay-vip {
    color: #212529;
    background-color: #ffc107;
    font-weight: bold;
}
.timer-send {
    display: none;
}

.box-edit-adv .list-state {
    margin-bottom: 5px;
}

.pagination .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .85rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 16px;
}

.pagination .page-numbers.current {
    background-color: #dc3545;
    color: #fff;
}

.media-frame-actions-heading, .media-modal-close .screen-reader-text,
.media-toolbar-secondary .screen-reader-text,
.attachments-wrapper .screen-reader-text,
.media-uploader-status .screen-reader-text {
    display: none;
}

.media-toolbar-primary.search-form input {
    height: 30px;
}

.view-more-city {
    margin-left: 5px;
    margin-top: 15px;
}

.acf-field-gallery .acf-gallery {
    min-height: 450px;
}

.acf-form .acf-field textarea {
    font-size: 16px;
}

.btn.btn-user-adv {
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}

.row-home .btn.btn-user-adv {
    padding: 15px;
}

.responsive-table {
    overflow-x: auto;
}
.woocommerce-cart-form {
    max-width: 100%;
    overflow: hidden;
}
.cart_item .product-remove {
    width: 20px;
}

.cart_item .product-thumbnail {
    min-width: 90px;
}

.cart_item .product-name {
    min-width: 200px;
}

.cart_item .product-price {
    min-width: 90px;
}

.cart_item .product-quantity,
.cart_item .product-subtotal {
    min-width: 100px;
}
.table-variations .label label{
    font-size: 2rem;
}
.lost_reset_password{
    max-width: 500px;
    margin: 0 auto;
    background-color: #fcfcfc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    padding: 10px;
    text-align: center;
    margin-bottom: 50px;
}
.lost_reset_password label{
    width: 100%;
    display: block;
    margin: 10px auto;
    font-weight: bold;
}
.lost_reset_password input.phone{
    width: 50%;
    margin: 10px auto;

}
.lost_reset_password .error{
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 20px;
}
.lost_reset_password .success{
    color: #0eb51c;
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {

    .table-variations td, .detail-adv .table th, .detail-adv .table td {
        width: 100%;
        display: block;
    }

    .table-variations label {
        display: block;
        line-height: normal;
        padding-top: 15px;
    }

    .well .woocommerce .woocommerce-MyAccount-navigation,
    .well .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
    }

    .well .woocommerce {
        display: block;
    }

    .well .woocommerce-MyAccount-content .my-form,
    .well .woocommerce-MyAccount-content .acf-form-fields {
        padding: 0;
    }

    .well .woocommerce-MyAccount-content .acf-fields > .acf-field {
        padding: 15px 0;
    }

    .list-group-item .adv-status-bar {
        width: 100%;
        text-align: right;
    }

    #acf-form.acf-form .acf-form-submit {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .woocommerce-MyAccount-content .acf-gallery .acf-gallery-attachment .actions {
        display: block;
    }

    .media-modal .attachments-browser.has-load-more .attachments-wrapper {
        width: 100%;
        top: 90px;
    }

    .media-modal .attachments-browser.has-load-more .media-sidebar {

    }

    .woocommerce-MyAccount-content .attachments-browser.has-load-more .attachments-wrapper .li {
        width: 25%;
    }

    .woocommerce-MyAccount-content .acf-gallery[data-columns="2"] .acf-gallery-attachment {
        width: 42%;
    }

    .woocommerce-MyAccount-content .detail-adv .gallery-slider li {
        width: 33%;
    }

    .acf-field-gallery .acf-gallery .acf-gallery-attachment {
        width: 30%;
    }

    .acf-field-gallery .acf-gallery {
        min-height: 350px;
    }

    .woocommerce .woocommerce-MyAccount-navigation ul {
        display: flex;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 10px;
        font-weight: bold;
        flex-wrap: wrap;
    }

    .woocommerce .woocommerce-MyAccount-navigation ul li {
        width: 50%;
        padding: 10px 5px;
    }

    .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
        width: 100%;
        text-align: center;
    }
    .woocommerce .col2-set .col-a, .woocommerce-page .col2-set .col-b,
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
        width: 100%;
    }
}

.d-none {
    display: none;
}

.form-user {
    max-width: 500px;
    width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
}

.form-user .nav-tab {
    display: flex;
    margin-bottom: 20px;
}

.form-user .nav-tab .btn-regist {
    background: #f4bd13;
}

.form-user .nav-tab button {
    width: 50%;
    border: 0;
    color: #fff;
    font-size: 2rem;
}

.form-user .nav-tab button.active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    border-bottom: 2px solid #ff0024;
}

.u-column {
    display: none;
}

.u-column h2 {
    text-align: center;
    font-size: 3rem;
}

.u-column.active {
    display: block;
}

.woocommerce-notices-wrapper .woocommerce-error {
    padding: 10px;
    border: 1px solid #da463a;
    border-radius: 5px;
    color: #da463a;
    margin-bottom: 10px;
}

.err-ms {
    display: none;
}

.error .err-ms {
    display: block;
    color: #da463a;
}
