main {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.breadcrumbs {
    padding-top: 22px;
    padding-bottom: 38px;
}
.breadcrumbs ul {
    display: flex;
    align-items: center;
}
.breadcrumbs ul li {
    margin-right: 5px;
    line-height: 22px;
}
.breadcrumbs ul li:first-child a {
    color: #001952;
}
.breadcrumbs ul li,
.breadcrumbs ul a {
    font-size: .8125em;
    font-weight: 700;
    color: #656565;
    text-decoration: none;
}
.content {
    width: 73%;
    margin: auto;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: flex-start;
}
.list-group {
    display: block;
}
.list-group li {
    padding: 0 0 10px;
    line-height: 1.38462em;
    font-weight: 700;
}
.list-group li a {
    color: #333;
    text-decoration: none;
}
.right-content {
    width: 75%;
}
.oreder-detail {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.oreder-detail .heading {
    padding: 10px 15px;
    line-height: 24px;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
}
.oreder-detail .heading .order-id {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.oreder-detail .heading .order-date {
    float: right;
    vertical-align: middle;
}
.detail-list .detail-item {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}
.detail-list .detail-item:first-child {
    border-top: none;
}
.detail-list .ship-address .title {
    margin-bottom: 5px;
    font-weight: 700;
}
.detail-list .ship-address>p,
.detail-list .ship-address>div {
    margin: 0 0 10px;
    line-height: 20px;
    word-wrap: break-word;
}
.detail-list .ship-address>div span {
    padding-right: 20px;
}
.detail-list .ship-address .icon {
    width: 14px;
    height: 14px;
}
.prod-list {
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.prod-list .heading {
    padding: 10px 15px;
    color: #333;
    background-color: #f5f5f5;
}
.prod-list table {
    width: 100%;
    max-width: 100%;
    color: #666;
    text-align: left;
}
.prod-list table>thead>tr>th,
.prod-list table>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.prod-list table>thead>tr>th {
    font-weight: bold;
}
.prod-list table>tbody>tr>td .prod-img {
    width: 55px;
    height: 55px;
    display: block;
    background-color: rgb(243, 243, 243);
}
.prod-list table>tbody>tr>td .prod-img img {
    width: 100%;
    height: 100%;
}
.prod-list table>tbody>tr>td a {
    color: #666;
    text-decoration: none;
}
.prod-list .panel-body {
    padding: 15px;
    color: #666;
}
.prod-list .panel-body>p {
    margin: 0 0 10px;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
}
.prod-list .panel-body>p label {
    padding-right: 15px;
}
.prod-list .panel-body>p strong {
    font-size: 18px;
    color: #f60;
}
.prod-list .panel-body .order-status-model {
    text-align: right;
}
.prod-list .panel-body .order-status-model a {
    padding: 6px 80px;
    line-height: 1.42857143;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background-color: #5cb85c;
    text-decoration: none;
}
.prod-list .panel-body .order-status-model a:last-child {
    margin-right: 10px;
    background-color: #d3535d;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.label {
    padding: 0.2em 0.6em 0.3em;
    display: inline-block;
    font-size: 1rem;
    /* font-weight: 700; */
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 0.25em;
    vertical-align: middle;
    margin-right: 5px;
}
.label:last-child {
    margin-right: 0;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-delivery {
    background-color: #5bc0de;
}
.label-success {
    background-color: #5cb85c;
}
.label-primary {
    background-color: #337ab7;
}
.label-default {
    background-color: #777;
}
.mobile-only {
    display: none;
}
.visible-xs-block {
    display: none;
}
.delivery-code {
  cursor: pointer;
}
.delivery-code .track-no {
  word-break: break-word;
}
@media screen and ( max-width: 768px) {
    .breadcrumbs {
        padding-bottom: 22px;
    }
    .mobile-only {
        position: relative;
        margin: 20px 0;
        padding: 18px 20px;
        display: block;
        font-size: .9375em;
        font-weight: 700;
        text-align: center;
        color: #001952;
        border: 1px solid #d4dadc;
        border-radius: 5px;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
        cursor: pointer;
    }
    .mobile-only .icon {
        position: absolute;
        top: 42%;
        right: 10px;
        width: 13px;
        height: 13px;
        fill: #a9b5ba;
    }
    .content {
        margin: 0 16px 20px;
        flex-direction: column;
        width: unset;
    }
    .list-group {
        padding-bottom: 22px;
        display: none;
    }
    .list-group li a {
        font-size: 15px;
    }
    .right-content {
        width: 100%;
    }
    .oreder-detail .heading {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs-block {
        display: block;
    }
    .prod-list table>thead>tr>th,
    .prod-list table>tbody>tr>td {
        /* white-space: nowrap; */
        word-break: break-word;
    }
    .prod-list table>thead>tr>th:last-child,
    .prod-list table>tbody>tr>td:last-child {
        white-space: pre-line;
    }
    .prod-list .panel-body .order-status-model a {
        width: 100%;
        padding: 6px 0;
        display: block;
    }
    .prod-list .panel-body .order-status-model a:last-child {
        margin-top: 10px;
        margin-right: 0;
    }
}