.account-page {
    color: #000;
    background-color: #FFFCF3 !important;
}

.grid--full:after,
.grid:after {
    content: '';
    display: table;
    clear: both;
}

.account-page .grid,
.account-page .grid--rev,
.account-page .grid--full {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.menu-nav-account li.title {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.account-page .account-grid .inner-act-wrap {
    background-color: #FFFCF3 !important;
}

.no-bullets {
    list-style: none outside;
    margin-left: 0;
}

.account-page a {
    color: #000;
    border-color: #000;
}

.account-page a:hover {
    color: #000;
}

.site-header {
    /*mix-blend-mode: unset !important;*/
}

h4, .h4 {
    font-size: 1.42857em;
}

hr.hr--small {
    margin: 16px 0;
}

.account-page hr {
    clear: both;
    border-top: solid #000;
    border-width: 2px 0 0;
    margin: 32px 0;
    height: 0;
    opacity: 1;
}

h5, .h5 {
    font-size: 1.14286em;
}

.account-page .act-btn {
    background-color: #FFFCF3;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;

    font-size: 0.75em;
    display: inline-block;
    padding: 4px 4px;
    border: 2px #000 solid;

    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    letter-spacing: 0.5pt;
}

.account-page .act-btn:hover {
    background-color: #000;
    color: #FFFCF3;
}

.edit-form input,
.edit-form select,
.edit-form textarea {
    display: block;
    margin-bottom: 10px;
    border-radius: 0;
}

.edit-form input::placeholder {
    color: #fff;
}

.button-update input{
    background-color: #ffffff;
    color: #f5a623;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    display: inline-block;
    padding: 4px 4px;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    letter-spacing: 0.5pt;
    color: #000;
    border: 1px solid #000;
}

.button-update input:hover {
    background: #FFFCF3;
    color: #000;
    border: 1px solid;
}

/*order page*/
.orderContent {
    float: left;
    width: 100%;
    border: 1px solid;
    padding: 15px;
}

.orderContent .cart_header_labels, .orderContent .list_product_cart {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*tra cuu*/
.search-order-page .orderView>h3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    font-weight: bold;
}
.search-order-page .orderView>span {
    display: block;
    text-align: center;
}
.search-order-page .orderView>span {
    font-style: italic;
    display: block;
    padding: 15px 0;
}
.search-order-page .form-inline {
    display: block;
    text-align: center;
}
.search-order-page #frmIndexOrder .txtFill {
    width: 50%;
}
.search-order-page #frmIndexOrder .form-groups input {
    border: 1px solid #DEDEDE;
    padding: 10px;
    width: 100%;
}
.search-order-page #frmIndexOrder .form-groups {
    margin: 0;
}
.search-order-page .form-inline>.form-groups {
    display: inline-block;
    margin: 10px;
}
.search-order-page #frmIndexOrder .btn-danger {
    border: none;
    background: #000;
    color: #fff;
    padding: 11px 20px;
    margin-left: -2px;
}
.search-order-page .table-bordered tr th{
    background: #f6f6f6;
    color: #333;
}
.search-order-page .table{
    width: 100% !important;
}
.search-order-page .table tr td,
.search-order-page .table tr th{
    text-align: center;
}
.search-order-page #noteStatus{
    text-align: left;
    margin: 30px 0;
}
.search-order-page #noteStatus>p{
    padding: 5px 0;
    font-size: 13px;
}
.search-order-page .table{
    margin:auto;
}
.search-order-page .text-center{
    text-align: center !important;
}
.search-order-page .desOrderSearch {
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.search-order-page .table tr td, .table tr th{
    padding: 7px;
    border: 1px solid #ddd;
}
.search-order-page #pfView{
    margin-top: 30px;
}

.search-order-page tbody tr td {
    color: #000;
}


@media screen and (min-width: 769px) {
    .account-page .account-grid .inner-act-wrap {
        padding: 96px 42px 42px;
        height: 100vh;
    }

    .account-page .account-grid .inner-content-wrap {
        padding: 96px 42px 42px;
    }

    .text-head {
        min-width: 200px;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .search-order-page .inner-content-wrap,
    .search-order-page .inner-act-wrap {
        padding: 0;
    }

    .inner-content-wrap,
    .inner-act-wrap {
        padding: 32px;
    }
}
