.order-links .item {
    display: inline-block;
}

.bc-order .box-order-billing-method {
    float:left;
    width: 50%;
}

.bc-order .order-details-items .order-title {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

.bc-order .page-title-wrapper h1 {
    float: none !important;
    font-size: 16px;
    font-weight: bold;
}

.bc-order .page-title-wrapper .order-status{
    padding-top: 0px;
}

.bc-order .label{
    font-weight: bold;
}

.table-order-items tfoot .price{
    font-size: 1.55rem;
}

.table-order-items .cart-price .price{
    font-size: 1.5rem;
}

.bc-order .detail-title {
    font-size: 1.9rem;
    margin-bottom: 10px;
    border-bottom: 2px solid #AAA;
}

.bc-order .order-details-items:before,
.page-title-wrapper:after,
.bc-order .detail-title:after,
.bc-order:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.bc-order .box-order-shipping-method {
    margin-bottom: 18px;
}

.bc-order .order-tracking {
    border-bottom: none !important;
    margin: 0;
    padding: 0px 0 !important;
    font-size: 1.6rem;
}

.bc-order .flex-address{
    /* display: flex; */
}

.bc-order .flex-address .title {
    float:left;
    width:50%;
}

.bc-order .block-order-details-view .shipping-information .box,
.bc-order .block-order-details-view .billing-information .box {
    min-height: auto;
}

.order-details-items .order-items  .product-item-name {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.bc-order .col.subtotal .price-excluding-tax{
    padding-bottom: 8px;
}

.bc-order .order-items.table-wrapper .col.subtotal,
.bc-order .order-items.table-wrapper .col.price {
    text-align: left;
}

.bc-order .order-items.table-wrapper .col.qty,
.bc-order .order-items.table-wrapper .items-qty .item{
    text-align: center;
}

.bc-order .block-order-details-view .shipping-information .box,
.bc-order .block-order-details-view .billing-information .box,
.bc-order .block-order-details-view .box-order-billing-method .box{
    width: 100% !important;
    border: 1px solid #cccccc;
    margin-bottom: 10px !important;
    min-height: auto;
    padding: 10px;
    box-sizing: border-box;
}


.bc-order .order-details-items .table-wrapper + .actions-toolbar {
    display: block !important;
}

.bc-order .order-details-items .actions-toolbar > .secondary .action.back {
    display: block !important;
}

.order-details-items .bc-order .table-order-items tbody td{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.bc-order .order-details-items .col.name{
    font-size: 1.4rem;
}

.bc-order .order-details-items .product-item-name{
    font-size: 1.5rem;
    font-weight: 600;
}

.bc-order .table-order-items .product-item-name{
    margin: 0 0 5px;
}

.bc-order .table-order-items .item-options{
    padding-left: 5px;
    font-size: 1.3rem ;
}

.bc-order .table-order-items .item-options .option-title {
    font-weight: 550;
}

.bc-order .tracking-content .action.track,
.bc-order .order-details-items .item-options a{
    color: blue;
}

.bc_order .account .table-wrapper:before {
    margin-bottom: 0;
}

.order-details-items .order-title,
.block-order-details-view .order-title{
    display: none !important;
}

.bc-order tfoot .amount {
    text-align: left !important;
    white-space: nowrap;
}

table > tfoot > tr > td,
table > tfoot > tr > th{
    padding: 8px 10px;
}

.columns .order-links .item {
    background-color: white;
    margin: 0 -1px -1px 0;
}

@media only screen and (max-width: 767px) {
    .bc-order .block-order-details-view .shipping-information, .block-order-details-view .billing-information {
        padding-left: 2px;
        padding-right: 2px;
        width: 50%;
    }
}
@media only screen and (max-width: 639px) {
    .bc-order .block-order-details-view .shipping-information,
    .bc-order .block-order-details-view .billing-information,
    .bc-order .block-order-details-view .box-order-billing-method{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .bc-order .flex-address .title {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .order-links .item a,
    .order-links .item strong{
        padding: 1px 10px;
    }
    .bc-order .table-wrapper tfoot .mark {
        text-align: right !important;
    }
}
