.contentOrderIndex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px auto;
}

.leftOrderIndex {
    width: 20%;
}

.tableRightOrder {
    width: 100%;
    margin-top: 20px;
}
.tableRightOrder .txtFill{
    display: flex;
    height: 66px;
    background: #FFFFFF;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.tableRightOrder p{
    margin-bottom: 0;
}
.tableRightOrder .input-research{
    width: 200px;
    border: none;
    box-shadow: unset!important;
}
.pd_15{
    padding: 0 15px;
}
table, th, td {
    vertical-align: middle!important;
}
th p{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 20px;
}
table .ct, .text-center {
    text-align: center;
}
.itemPsInfo {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.itemPsInfo:last-child {
    border-bottom: none;
}
.itemProductOrderLine{
    max-width: 150px;
    height: 100px;
}
.itemProductOrderLine.priceLine{
    line-height: 100px;
}
.wrap-right .price, .address, .status{
    color: #878787;
}
.wrap-right .code{
    color: #287BF7;
}
table {
    border-collapse: collapse;
    width: 100%;
}
tr.title {
    text-align: center;
    border: none;
}
td {
    display: table-cell!important;
    vertical-align: middle!important;
}
tr {
    display: table-row;
    border-color: inherit;
    vertical-align: middle!important;
    border-bottom: 1px solid #464646;
}
tbody tr:last-child{
    border-bottom: none;
}
.leftBottomUser li {
    padding-bottom: 10px;
}
.leftBottomUser a.current {
    font-weight: 600;
}
.hello-customer-text {
    margin-bottom: 0;
    color: #81847f;
    font-size: 20px;
}
.leftOrderIndex h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}



.wrap.orderCenter{
    text-align: center;
    padding: 10px 0;
}
.table {
    border: 1px solid #ddd;
}

.orderInfoItemS {
    width: 40%;
    float: left;
    height: 150px;
}

.orderInfoItemL {
    width: 60%;
    float: left;
    height: 150px;
}

.orderInfoItemS h3, .orderInfoItemL h3 {
    font-size: 14px;
}

.orderInfoItemS p, .orderInfoItemL p {
    margin: 5px 0;
    line-height: 1.5em;
}

.orderInfoItemS p, .orderInfoItemL p b {
    display: inline-block;
    width: 175px;
}

.bgList tr:nth-child(odd) {
    background: #ddd;
}
.wrap.orderCenter {
    text-align: center;
    padding: 10px 0;
}
.orderCenter form{
    background-color: #EDF1F4;
    border-radius: 5px;
    display: block;
    max-width: 1110px;
    padding: 20px 0;
    margin: 0 auto;
}
.titleForm{
    font-size: 35px;
    color: #188bb8;
    padding: 3px 0;
    font-weight: 600;
}
.inputTextForm{
    padding: 10px 0;
}
.inputTextForm input{
    width: 350px;
    padding: 0 5px!important;
    height: 40px;
    margin-right: 15px!important;
}
.inputTextForm button{
    height: 40px;
    padding: 0 30px;
}
.wrap.orderCenter {
    width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 30px;
    max-width: 100%;
}
.itemPsInfo img{
    display: inline-block;
    overflow: hidden;
    object-fit: cover;
    width: 80px;
    height: 100px;
}
.pagination>li{
    padding: 0!important;
    border-bottom: none!important;
}
#profileContent table{
    background: #FFFFFF;
    border-radius: 12px;
}
div#profileContent {
    padding: 10px 20px;
    background: #fff;
    border-radius: 12px;
}
@media screen and (max-width: 768px){
    .itemPsInfo{
        display: block;
    }
    .itemPsInfo img{
        width: 100%;
    }
    .tableRightOrder, .leftOrderIndex{
        width: 100%;
    }
    #profileContent, #profileContent a{
        font-size: 10px;
    }
    .contentOrderIndex{
        padding: 0;
    }
    .titleForm{
        font-size: 18px;
    }
    .inputTextForm input{
        margin-bottom: 15px;
    }
    .wrap.orderCenter{
        padding: 0;
    }
    .inputTextForm input{
        margin-right: 0!important;
    }
    .orderInfoItemS, .orderInfoItemL{
        width: 100%;
        height: auto;
    }
    .orderInfoItemS p, .orderInfoItemL p{
        display: block;
        padding: 0 15px;
        text-align: left;
    }
}