.order-detail-page h2.woocommerce-column__title,
.order-detail-page h2.woocommerce-order-details__title{
    color: #f76d9d;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}

p.order-again {
    text-align: right;
}

p.order-again a.button {
    font-size: 14px;
    display: inline-block;
    width: auto;
    text-align: left;
    background: #2f5194;
    line-height: 28px;
    border-radius: 3px;
    padding: 10px 150px 10px 29px;
    font-weight: 800;
    color: #fff;
}

html:lang(zh-HK) p.order-again a.button{
    font-family: "PingFangHK-Regular";
}

html:lang(en-US) p.order-again a.button{
    font-family: "Inter";
}

p.order-again a.button:before {
    background-image: url(../images/forward-icon.svg);
    width: 17px;
    height: 15px;
    background-repeat: no-repeat;
    left: auto;
    z-index: 1;
    right: 8px;
}

p.order-again a.button:after {
    content: '';
    width: 51px;
    height: 45px;
    background: #f76d9d;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
}

p.order-again a.button:hover::before,
p.order-again a.button:active::before,
p.order-again a.button:focus::before {
    right: 5px;
}

p.order-again a.button:hover,
p.order-again a.button:active,
p.order-again a.button:focus {
    color: #f76d9d;
}

html:lang(zh-HK) .order-detail-page h2.woocommerce-column__title,
html:lang(zh-HK) .order-detail-page h2.woocommerce-order-details__title{
    font-family: "PingFangHK-Regular";
}

.woocommerce-account.logged-in .order-detail-page a.btn-details.button.btn-forward:before{
    right: 8px;
}

.woocommerce-page .order-detail-page table.shop_table td.table-heading-mobile, 
.woocommerce .order-detail-page table.shop_table td.table-heading-mobile{
    display: none;
}

.order-detail-page section.woocommerce-customer-details {
    padding-top: 30px;
}

.woocommerce .content-area.order-detail-page{
    padding: 145px 0 126px;
    max-width: 100%;
}

.order-detail-page .detail-headding h4 {
    color: #f76d9d;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 42px;
    margin-top: 58px;
}

html:lang(en-US) .order-detail-page .detail-headding h4{
    font-family: Marcellus;
}

html:lang(zh-HK) .order-detail-page .detail-headding h4{
    font-family: "PingFangHK-Regular";
}

.order-detail-page .order-address {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.woocommerce h2.local_pickup_email_title {
    display: none;
}

.woocommerce .wclp_mail_address {
    display: none;
}

.order-detail-page .woocommerce-customer-details address,
.order-detail-page .woocommerce-customer-details address p {
    margin: 0;
    color: #504658;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
}

.woocommerce .order-detail-page table.shop_table th, 
.woocommerce-page .order-detail-page  table.shop_table th,
.woocommerce-page .order-detail-page  table.shop_table td, 
.woocommerce .order-detail-page  table.shop_table td{
    border: none;
}

.woocommerce .order-detail-page table.shop_table th, 
.woocommerce-page .order-detail-page  table.shop_table th{
    color: #504658;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    width: 20%;
    text-align: center;
}


html:lang(zh-HK) .woocommerce .order-detail-page table.shop_table th, 
html:lang(zh-HK) .woocommerce-page .order-detail-page  table.shop_table th{
    font-family: "PingFangHK-Regular";
}

.woocommerce .order-detail-page table.shop_table th.woocommerce-table__product-table.product-total, 
.woocommerce-page .order-detail-page  table.shop_table th.woocommerce-table__product-table.product-total{
    text-align: right;
    padding-right: 35px;
}

.woocommerce-page .order-detail-page  table.shop_table td, 
.woocommerce .order-detail-page  table.shop_table td{
    color: #504658;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    width: 20%;
    text-align: center;
}

.woocommerce-page .order-detail-page table.shop_table td.woocommerce-table__product-total.product-total, 
.woocommerce .order-detail-page table.shop_table td.woocommerce-table__product-total.product-total{
    text-align: right;
    padding-right: 0;
}

.woocommerce-page .order-detail-page  table.shop_table td.woocommerce-table__product-name.product-name,
.woocommerce .order-detail-page  table.shop_table td.woocommerce-table__product-name.product-name{
    width: 40%;
    padding-left: 0;
    text-align: left;
    justify-content: space-between;
}

.order-detail-page .woocommerce-table--order-details{
    border: none;
}

.order-detail-page .woocommerce-table--order-details thead {
    border-bottom: 1px solid #ededed;
}

.order-detail-page.background-heading .entry-title{
    text-align: left;
    color: #504658;
    font-size: 60px;
    font-weight: 400;
    line-height: 56px;
    text-transform: uppercase;
    position: relative;
    margin: 0 !important;
    display: block;
    width: 100%;
}

html:lang(en-US) .order-detail-page.background-heading .entry-title{
    font-family: Marcellus;
}


html:lang(zh-HK) .order-detail-page.background-heading .entry-title{
    font-family: "PingFangHK-Regular";
}

.order-detail-page.background-heading .entry-title:before {
    content: '';
    background: url(../images/heading-bkg.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: -84%;
    width: 550%;
    height: 215%;
    z-index: 1;
    transform: translate3d(-50%, -50%, 0);
    background-size: contain;
}

.order-detail-page .information-order .item{
    color: #504658;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
}

.order-detail-page .information-order .item .label{
    font-weight: 600;
}

html:lang(zh-HK) .order-detail-page .information-order .item .label{
    font-family: "PingFangHK-Regular";
}

.order-detail-page .information-order .item .value{
    font-weight: 400;
    padding-left: 3px;
}

.order-detail-page .billing-address {
    width: 59%;
}

.order-detail-page .shipping-address {
    width: 41%;
}

.woocommerce .order-detail-page table.shop_table tbody tr, 
.woocommerce-page .order-detail-page table.shop_table tbody tr {
    border-bottom: 1px solid #ededed;
    padding: 25px 0;
}

.woocommerce .order-detail-page table.shop_table tbody tr:last-child, 
.woocommerce-page .order-detail-page table.shop_table tbody tr:last-child{
    border-bottom: 0;
}

.order-detail-page td.woocommerce-table__product-name.product-name{
    display: flex;
    width: 100%;
}

.order-detail-page ul.wc-item-meta{
    margin: 0;
}

.order-detail-page ul.wc-item-meta li{
    margin: 0;
    color: #9b999d;
}

.order-detail-page ul.wc-item-meta li p{
    text-transform: uppercase;
    color: #9b999d;
}

.order-detail-page td.woocommerce-table__product-name.product-name a{
    width: 40%;
    display: block;
}

.order-detail-page td.woocommerce-table__product-name.product-name a img{
    min-height: 146px;
    object-fit: cover;
    border-radius: 5px;
    height: auto;
    display: block;
}

.order-detail-page td.woocommerce-table__product-name.product-name .name-size{
    width: 45%;
    display: block;
}

.order-detail-page td.woocommerce-table__product-name.product-name .name-size a{
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-decoration: none;
    font-family: Inter;
    margin-bottom: 15px;
}

.order-detail-page .woocommerce-table--order-details tr {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.woocommerce .order-detail-page table.shop_table th.woocommerce-table__product-name.product-name,
.woocommerce-page .order-detail-page table.shop_table th.woocommerce-table__product-name.product-name {
    width: 40%;
    padding-left: 0;
    text-align: left;
    padding-bottom: 15px;
}

.order-detail-page strong.wc-item-meta-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.woocommerce-page .order-detail-page table.shop_table td strong, 
.woocommerce .order-detail-page table.shop_table td strong{
    font-weight: 400;
    margin-right: 5px;
}

html:lang(zh-HK) .woocommerce-page .order-detail-page table.shop_table td strong, 
html:lang(zh-HK) .woocommerce .order-detail-page table.shop_table td strong{
    font-family: "PingFangHK-Regular";
}

.woocommerce-page .order-detail-page table.shop_table td.total-item, 
.woocommerce .order-detail-page table.shop_table td.total-item,
.woocommerce-page .order-detail-page table.shop_table td.total-price,
.woocommerce .order-detail-page table.shop_table td.total-price{
    font-weight: 700;
}

.woocommerce .order-detail-page .woocommerce-table--order-details tfoot tr.total th,
.woocommerce .order-detail-page .woocommerce-table--order-details tfoot tr.total td{
    font-weight: 600;
    font-size: 18px;
    color: #504658;
    line-height: 32px;
}

.woocommerce .order-detail-page .woocommerce-table--order-details tfoot tr th,
.woocommerce .order-detail-page .woocommerce-table--order-details tfoot tr td{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #9b999d;
}

.woocommerce .order-detail-page .woocommerce-table--order-details tfoot tr td {
    text-align: right;
    padding-right: 0;
}

.order-detail-page .actions {
    text-align: center;
}
.order-detail-page .actions a.btn-details.button.btn-forward{
    padding: 10px 251px 10px 29px;
    font-weight: 800;
}

html:lang(en-US) .order-detail-page .actions a.btn-details.button.btn-forward{
    font-family: Inter;
}

html:lang(zh-HK) .order-detail-page .actions a.btn-details.button.btn-forward{
    font-family: "PingFangHK-Regular";
}

.woocommerce-page .order-detail-page table.shop_table td.total-price, 
.woocommerce .order-detail-page table.shop_table td.total-price {
    text-align: right;
    padding-right: 0;
}

.woocommerce section.woocommerce-order-details {
    padding-bottom: 96px;
    padding-top: 74px;
}

.woocommerce-page .order-detail-page table.shop_table td.total-item, 
.woocommerce .order-detail-page table.shop_table td.total-item{
    text-align: left;
}

html:lang(zh-HK) .woocommerce-page .order-detail-page table.shop_table td.total-item, 
html:lang(zh-HK) .woocommerce .order-detail-page table.shop_table td.total-item{
    font-family: "PingFangHK-Regular";
}

@media screen and (min-width: 1600px){
    .order-detail-page.background-heading .entry-title:before {
        left: -63%;
    }
}

@media screen and (max-width: 1200px){
    .order-detail-page .detail-headding h4 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1060px){
    .order-detail-page.background-heading .entry-title:before {
        left: -40%;
        right: 0;
        width: calc(100% + 50px);
        transform: translate3d(0%, -50%, 0);
        top: 50%;
        background-size: cover;
        background-position: center right;
    }
}

@media screen and (max-width: 767.98px){
    .order-detail-page.background-heading .entry-title {
        font-size: 40px;
        line-height: 50px;
    }

    .order-detail-page .order-address {
        display: block;
    }

    .woocommerce-page .order-detail-page table.shop_table td.table-heading-mobile, 
    .woocommerce .order-detail-page table.shop_table td.table-heading-mobile{
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0;
    }

    .order-detail-page .woocommerce-table--order-details thead{
        display: none;
    }

    .woocommerce-page .order-detail-page table.shop_table td.unit-price,
    .woocommerce .order-detail-page table.shop_table td.unit-price{
        display: none;
    }

    .woocommerce-page .order-detail-page table.shop_table td.quantity,
    .woocommerce .order-detail-page table.shop_table td.quantity{
        display: none;
    }

    .woocommerce-page .order-detail-page table.shop_table td.woocommerce-table__product-total.product-total, 
    .woocommerce .order-detail-page table.shop_table td.woocommerce-table__product-total.product-total{
        display: none;
    }

    .woocommerce-page .order-detail-page table.shop_table td.woocommerce-table__product-name.product-name, 
    .woocommerce .order-detail-page table.shop_table td.woocommerce-table__product-name.product-name {
        width: 100%;
        padding-right: 0;
        padding-bottom: 25px;
    }

    .woocommerce .order-detail-page table.shop_table tbody tr, 
    .woocommerce-page .order-detail-page table.shop_table tbody tr {
        display: block;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .order-detail-page .table-heading-inner>div {
        color: #f76d9d;
        font-family: Inter;
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
        margin-bottom: 2px;
    }

    .order-detail-page .woocommerce-table--order-details tr {
        justify-content: space-between;
    }

    .woocommerce .order-detail-page .woocommerce-table--order-details tfoot tr th {
        text-align: left;
        width: 50%;
        padding: 2px 0;
    }

    .woocommerce .order-detail-page .woocommerce-table--order-details tfoot tr td {
        width: 50%;
        padding: 2px 0;
    }

    .woocommerce .order-detail-page table.shop_table tbody tr.total-content,
    .woocommerce-page .order-detail-page table.shop_table tbody tr.total-content{
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 28px;
    }

    .woocommerce .order-detail-page table.shop_table tbody tr.total-content td,
    .woocommerce-page .order-detail-page table.shop_table tbody tr.total-content td{
        display: none;
    }

    .woocommerce .order-detail-page table.shop_table tbody tr.total-content td.total-item,
    .woocommerce-page .order-detail-page table.shop_table tbody tr.total-content td.total-item{
        display: block;
        width: 50%;
        padding: 0;
    }

    .woocommerce .order-detail-page table.shop_table tbody tr.total-content td.total-price,
    .woocommerce-page .order-detail-page table.shop_table tbody tr.total-content td.total-price{
        display: block;
        width: 50%;
        padding: 0;
    }

    .table-heading-mobile .infor-mobile>div {
        text-align: right;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 9px;
    }

    .order-detail-page .detail-headding h4 {
        font-size: 25px;
        font-weight: 400;
        line-height: 34px;
        margin-bottom: 45px;
    }

    .order-detail-page .detail-headding {
        padding-top: 22px;
    }

    .order-detail-page .information-order .item {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .order-detail-page section.woocommerce-customer-details {
        padding-top: 22px;
    }

    .order-detail-page .woocommerce-customer-details address, .order-detail-page .woocommerce-customer-details address p {
        font-size: 14px;
        line-height: 22px;
    }

    .order-detail-page .shipping-address,
    .order-detail-page .billing-address{
        width: 100%;
    }

    .order-detail-page .shipping-address {
        margin-top: 61px;
    }

    .woocommerce section.woocommerce-order-details {
        padding-top: 27px;
        padding-bottom: 43px;
    }

    .order-detail-page h2.woocommerce-order-details__title {
        border-bottom: 1px solid #ededed;
        padding: 3.5rem 0 2rem;
        margin: 0;
    }

    .order-detail-page .woocommerce-table--order-details {
        margin-top: 0;
    }

    .order-detail-page td.woocommerce-table__product-name.product-name a img {
        min-height: 159px;
        width: 131px;
    }

    .order-detail-page td.woocommerce-table__product-name.product-name a {
        width: 50%;
    }

    .order-detail-page td.woocommerce-table__product-name.product-name .name-size {
        width: 48%;
        justify-content: flex-end;
        align-items: flex-end;
        display: flex;
    }

    .order-detail-page .woocommerce-table--order-details tr.total {
        padding-top: 38px;
    }

    .woocommerce .content-area.order-detail-page {
        padding-bottom: 90px;
    }

    .woocommerce .content-area.order-detail-page .container {
        padding: 0 50px;
    }

}

@media screen and (max-width: 639px){
    .order-detail-page .actions a.btn-details.button.btn-forward {
        width: 100%;
        padding: 10px 80px 10px 29px;
    }

    p.order-again a.button{
        width: 100%;
    }
}

@media screen and (max-width: 475px){
    .woocommerce .content-area.order-detail-page {
        padding-top: 96px;
        padding-bottom: 91px;
    }
    .order-detail-page.background-heading .entry-title:before {
        left: 10%;
        height: 133%;
        width: 200%;
        transform: translate3d(-50%, -50%, 0);
    }

    .order-detail-page .register-header {
        padding: 33px 0;
    }
}

@media screen and (max-width: 374px){
    .order-detail-page.background-heading .entry-title {
        font-size: 32px;
    }

    .order-detail-page .detail-headding {
        padding-top: 20px;
    }

    .order-detail-page td.woocommerce-table__product-name.product-name .name-size a {
        font-size: 14px;
        line-height: 20px;
        padding-left: 8px;
    }

    .order-detail-page ul.wc-item-meta {
        padding-left: 8px;
    }

    .order-detail-page strong.wc-item-meta-label,
    .order-detail-page ul.wc-item-meta li p {
        font-size: 12px;
        line-height: 20px;
    }

}


