body.sales-order-history .table-wrapper .action:last-child{
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

body.sales-order-view .carrier-title .tracking-title {
    display: inline-block;
}
body.sales-order-view .carrier-title dd.tracking-content {
    display: inline-block;
    margin: 0 0 0 5px;
}

body.sales-order-view .carrier-title{
    margin-top: -5px;
    float: left;
}

body.sales-order-view  dl.status-tracking.col.actions {
    top: -85px;
    display: block;
    text-align: right;
}

.sales-order-history table.data.table.table-order-items.new.history th.col.actions > a > button {
    background-color: unset !important;
    border: 1px solid #EA5628 !important;
    color: #EA5628 !important;
}

.sales-order-history  table.data.table.table-order-items.new.history th.col.actions > a > span {
    color: #2890EA !important;
}

.sales-order-history table.data.table.table-order-items.new.history thead {
    display: block !important;
}
.sales-order-history table.data.table.table-order-items.new.history tbody {
    display: block !important;
}
.sales-order-history table.data.table.table-order-items.new.history tr {
    display: block !important;
}
.sales-order-history table.data.table.table-order-items.new.history tbody {
    display: block !important;
}
.sales-order-history table.data.table.table-order-items.new.history tr > td {
    width: 10%;
    display: inline-block;
}
.sales-order-history table.data.table.table-order-items.new.history tr > td.col.name {
    width: 57% !important;
}
.sales-order-history table.data.table.table-order-items.new.history {
    border: 1px solid #C3C3C3;
    box-shadow: 0 0 #000000;
    border-radius: 5px;
    margin-bottom: 30px;
    border-collapse: unset;
    padding: 0 10px;
    display: block;
}
.sales-order-history table.data.table.table-order-items.new.history thead > tr > th {
    display: inline-block;
    width: 24%;
    border: unset !important;
}
.sales-order-history table.data.table.table-order-items.new.history tbody > tr >td {
    margin: 23px 0 10px;
}
.sales-order-history table.data.table.table-order-items.new.history tbody tr:last-child {
    border: unset;
}
.sales-order-history table.data.table.table-order-items.new.history tbody tr {
    border-top: 1px solid #dee2e6 !important;
}
.sales-order-history table.data.table.table-order-items.new.history thead > tr > th.col.actions {
    width: 26% !important;
}
.sales-order-view table.data.table.table-order-items.shipment {
    border: 1px solid #C3C3C3;
    box-shadow: 0 0 #000000;
    border-radius: 5px;
    margin-bottom: 30px;
    border-collapse: unset;
    padding: 0 10px;
    display: inline-block;
}
.sales-order-view table.data.table.table-order-items.shipment thead {
    display: block;
}
.sales-order-view table.data.table.table-order-items.shipment thead tr {
    display: block !important;
}
.sales-order-view table.data.table.table-order-items.shipment thead tr > th {
    display: inline-block;
    width: 12.5%;
    border: unset !important;
}
.sales-order-view table.data.table.table-order-items.shipment tbody {
    display: block !important;
}
.sales-order-view table.data.table.table-order-items.shipment tbody > tr {
    display: block !important;
}
.sales-order-view table.data.table.table-order-items.shipment tbody > tr > td {
    width: 12.5%;
    display: inline-block;
}
.sales-order-view table.data.table.table-order-items.shipment thead tr > th.col.price {
    width: 10% !important;
}
.sales-order-view table.data.table.table-order-items.shipment thead tr > th.col.sku {
    width: 20.5%;
}
.sales-order-view table.data.table.table-order-items.shipment thead tr > th.col.name {
    width: 40.5%;
}
.sales-order-view table.data.table.table-order-items.shipment tbody > tr > td.col.name {
    width: 40.5%;
}
.sales-order-view table.data.table.table-order-items.shipment tbody > tr > td.col.sku {
    width: 20.5%;
}
.sales-order-view table.data.table.table-order-items.shipment tbody > tr > td.col.price {
    width: 10.5%;
}
table#my-orders-table tr {
    display: table-row;
}
table#my-orders-table tr th.col.image{
    width: 10.5%;
}

table#my-orders-table tr th.col.sku {
    width: 11%;
}
table#my-orders-table tr th.col.price {
    text-align: center !important;
    width: 11%;
}
table#my-orders-table tr th.col.qty {
    width: 5%;
}
table#my-orders-table tfoot tr.grand_total {
    border-top: 1px solid #d1d1d1;
    font-size: 18px;
}

table#my-orders-table.table:not(.cart):not(.totals) tfoot > tr:first-child th, table#my-orders-table.table:not(.cart):not(.totals) tfoot > tr:first-child td {
    border-top: initial;
    width: 91%;
}
.sales-order-view table#my-orders-table tfoot tr > th {
    text-align: right;
}
.sales-order-view table#my-orders-table tfoot tr > td {
    padding: 0.75rem;
}
.sales-order-view table#my-orders-table tfoot tr:not(.grand_total) {
    font-size: 14px;
}
.sales-order-view table#my-orders-table tfoot tr:not(.grand_total) > th {
    font-weight: 700;
}
.sales-order-view .block-order-details-view .custom-delivery-info > .block-content > .box {
    width: 100% !important;
}
table#my-orders-table tr td.col.image {
    width: 85px;
    height: 85px;
    float: left;
    padding-right: 10px;
}
.sales-order-view .block-shipment {
    margin: 20px 0;
    border: 1px solid #000;
    border-radius: 5px;
}
.block-shipment .order-title {
    padding: 20px;
}
.block-shipment .title-shipment-id {
    float: left;
}
.block-shipment .print-this-shipment {
    float: right;
}
.block-shipment .title-tracking{
    padding: 0 20px;
}
.sales-order-view table.data.table.table-order-items.shipment {
    border: initial !important;
    /* border-bottom: 1px solid #C3C3C3 !important; */
}
.box-content address {
    color: #000000;
}
.sales-order-view table.data.table.table-order-items.shipment tr {
    border-bottom: 1px solid #C3C3C3 ;
}
.sales-order-view table.data.table.table-order-items.shipment thead tr {
    border-top: 1px solid #C3C3C3 ;
}

.block-shipment .order-tracking {
    border-bottom: initial;
}
.sales-order-view .block-order-details-view .block-title {
    display: none;
}
.sales-order-view .block-order-details-view .block-content .box-order-shipping-address,
.sales-order-view .block-order-details-view .block-content .box-order-shipping-method,
.sales-order-view .block-order-details-view .block-content .box-order-billing-address,
.sales-order-view .block-order-details-view .block-content .box-order-billing-method
 {
    background-color: #F9F9F9;
    padding: 20px;
}
.block-order-details-view .block-content strong.box-title {
    color: #021267;
}
.block-order-details-view .block-content address a {
    color: #2890EA;
}
.actions-toolbar.back-to-order{
    float: left;
}
.actions-toolbar.back-to-order a span {
    font-size: 14px;
    color: #021267;
}
.actions-toolbar.back-to-order a span:hover {
    color: #EA5628;
}
.actions-toolbar.back-to-order a.action.back:before {
    content: '\2190';
    font-size: 20px;
}
.order-details-items.ordered.order-info-table {
    border: none;
    padding: 10px 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}
.sales-order-view ul.items.order-links {
    display: none;
}
.sales-order-view a.action.print {
    background-color: #2890EA;
    padding: 6px 22px;
    border-radius: 3px;
    color: #fff;
}
.sales-order-view a.action.order {
    padding: 5px 20px;
    border-radius: 3px;
    color: #021267;
    border: 1px solid #021267;
}
.block-title-status .status-canceled {
    color: #e74c3c;
}
.block-title-status .status-complete{
    color:#4FD628;
}
.block-title-status span{
    color:#2890EA;
}

.actions-tracking {
    background-color: #FAFAFA;
    margin-bottom: 20px;
    border-top: 1px solid #000;
}
.sales-order-view .order-status-shipment{
    right: 50px;
    top: 10px;
}
.sales-order-view .image-order-status{
    margin-top: 0;
}

.sales-order-view .page-main .block.block-order-details-view{
    margin-top: 20px;
    padding: 30px;
    border-radius: 5px;
}
.block-shipment .title-shipment-id strong span {
    color: #EA5628;
}
a.action.print.print-complete {
    display: none;
}
.sales-order-view hr.status-line{
    border: 1px dashed #b3afaf;
}
.sales-order-view .image-order-status-Pack{
    left: 48.5%;
}
.sales-order-view .image-order-status-Delivery {
    right: -6%;
}


.sales-order-view table#my-orders-table.table:not(.cart):not(.totals) tfoot > tr:first-child th {
    padding-top: 10px;
}


/* ------------------ fig table -----------------  */

.price-including-tax .price, .price-excluding-tax .price {
    font-size: 14px;
}
.table-order-items td.qty ul.items-qty li span.title {
    display: none;
}
.table-order-items td.qty {
    padding: 6px 25px;
}
/*#my-orders-table td.col.name {
    width: 70%;
}
table#my-orders-table tr th.col.sku {
    width: 20.5%;
}*/

.block-title-status span {
    color: #2890EA;
}
.actions-tracking {
    margin-bottom: 20px;
    padding-bottom: 60px;
    background-color: #ffffff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.sales-order-view .tracking_info {
    display: block;
    padding-top: 30px;
}
.sales-order-view .steps-wizard {
    left: 0;
    transform: none;
    position: relative;
}
.sales-order-view .title-box-step {
    margin-left: 0px;
    position: relative;
}
.title-box-step {
    margin: 0px 0px 2rem 0;
    padding: 1.5rem;
}
.sales-order-view .image-order-status {
    border: 5px solid #ddd;
    padding: 7px;
    box-shadow: 0px 0px 10px 0px #999;
    background-color: #fdfdfd;
    position: absolute;
    border-radius: 50%;
}
.sales-order-view .image-order-status-Ordered {
    left: 0;
}
.sales-order-view .order-status-shipment {
    position: relative;
    margin: 0 100px;
    display: flex;
    align-items: center;
    right: 50px;
    top: 10px;
}

.sales-order-view .image-order-status {
    margin-top: 0;
}
.sales-order-view .image-order-status.active, 
.sales-order-view .image-order-status.active-here {
    border: 5px solid #4FD628;
}
.sales-order-view .image-order-status .icon {
    opacity: 0.5;
    display: inline-block;
    background-size: 25px;
    background-position-x: center;
    background-position-y: center;
    width: 40px;
    height: 35px !important;
}
.sales-order-view .image-order-status-Ordered .icon {
    background-image: url(../images/cart-bl.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view .image-order-status-Ordered.active .icon {
    background-image: url(../images/supermarket_gr.svg) !important;
    background-repeat: no-repeat;
}

.sales-order-view .image-order-status-Pack {
    left: 48.5%;
}
.sales-order-view hr.status-line {
    margin-left: 8%;
    border: 1px dashed #eee;
    width: 40%;
}
.sales-order-view hr.status-line {
    border: 1px dashed #b3afaf;
}
.sales-order-view .image-order-status-Pack .icon {
    background-image: url(../images/packing.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view span.status-shipment {
    position: absolute;
    text-shadow: 1px 1px #eee;
    color: #333;
    top: 70px;
    text-align: center;
    left: 0;
}
/*table#my-orders-table tr th.col.image {
    width: 10.5%;
}
table#my-orders-table tr th.col.name {
    width: 44.5%;
}
table#my-orders-table tr th.col.sku {
    width: 20.5%;
}
table#my-orders-table tr th.col.price {
    text-align: center !important;
    width: 11%;
}
table#my-orders-table tr th.col.qty {
    width: 5%;
}*/
.sales-order-view .block-order-details-view .block-content .box-order-shipping-address, .sales-order-view .block-order-details-view .block-content .box-order-shipping-method, .sales-order-view .block-order-details-view .block-content .box-order-billing-address, .sales-order-view .block-order-details-view .block-content .box-order-billing-method {
    background-color: #F9F9F9;
    padding: 20px;
}
.actions-toolbar.back-to-order {
    float: left;
}

/* ------------------ fix table new -----------------  */
table#my-orders-table tr {
    display: table-row;
}
table#my-orders-table tr th.col.image,
table#my-orders-table tr td.col.image {
    width: 10%;
    float: none;
    clear: both;
}
table#my-orders-table tr th.col.name, 
table#my-orders-table tr td.col.name {
    width: 45%;
}
table#my-orders-table tr th.col.sku, 
table#my-orders-table tr td.col.sku {
    width: 15%;
}
table#my-orders-table tr th.col.price, 
table#my-orders-table tr td.col.price {
    width: 10%;
}
table#my-orders-table tr th.col.qty, 
table#my-orders-table tr td.col.qty {
    width: 5%;
}
table#my-orders-table tr th.col.subtotal, 
table#my-orders-table tr td.col.subtotal {
    width: 15%;
}
table#my-orders-table .product-image-photo {
    width: 85px;
    height: auto;
    position: relative;
    display: block;
    margin: auto;
}
.table-order-items .product-image-photo {
    position: relative;
}
.sales-order-history table#my-orders-table .product-image-photo {
    width: 130px;
    display: inline-block;
}
.sales-order-history table#my-orders-table tr th.col.image {
    text-align: center;
}
.sales-order-history table#my-orders-table tr th.col.name {
    text-align: center;
}
.sales-order-history table#my-orders-table tr td.col.price {
    text-align: right;
}
.sales-order-history table#my-orders-table tr th.col.subtotal{
    text-align: center;
}
.sales-order-history table.data.table.table-order-items.new.history tbody > tr >td.col.total-price.sim{
    text-align: right;
}
/* ------------------ end fig table -----------------  */

/* ######################################################################################################################################################## */
.actions-tracking {
    padding-bottom: 30px;
}
.sales-order-view .col.txt-right {
    text-align: right;
}
.sales-order-view .tracking_info {
    display: block;
    padding-top: 10px;
}
.sales-order-view .steps-wizard {
    left: 0;
    transform: none;
    position: relative;
}
.sales-order-view .title-box-step {
    margin-left: 0px;
    position: relative;
}
.sales-order-view .order-status-shipment {
    position: relative;
    margin: 0 100px;
    display: flex;
    align-items: center;
}
.sales-order-view .order-status-timeline {
    height: 12px;
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #eee;
    box-shadow: 0px 0px 5px 0px #C2C2C2 inset;
}
.sales-order-view .order-status-timeline-completion {
    height: 8px;
    margin: 1px;
    border-radius: 7px;
    background: #0066CC;
    width: 0px;
}
.sales-order-view .image-order-status {
    border: 5px solid #ddd;
    padding: 7px;
    box-shadow: 0px 0px 10px 0px #999;
    background-color: #fdfdfd;
    position: absolute;
    border-radius: 50%;
}
.sales-order-view .image-order-status-Ordered {
    left: 0;
}
.sales-order-view span.status-shipment {
    position: absolute;
    text-shadow: 1px 1px #eee;
    color: #333;
    top: 70px;
    text-align: center;
    left: 0;
}
.sales-order-view .image-order-status-Pick {
    left: 33%;
}
.sales-order-view .image-order-status-Pack {
    left: 48.5%;
}
.sales-order-view .image-order-status-Delivery {
    right: -55px;
}

.sales-order-view .image-order-status .icon {
    opacity: 0.5;
    display: inline-block;
    background-size: 25px;
    background-position-x: center;
    background-position-y: center;
    width: 40px;
    height: 35px !important;
}
.title-box-step {
    margin: 0px 0px 2rem 0;
    padding: 1.5rem;
}
.shipping-info {
    padding: 40px 100px;
}
.shipping-info .tracking-list {
    border: 1px solid #dadada;
    background-color: #eff0f5;
    border-radius: 4px;
    padding: 12px;
    position: relative;
}
.shipping-info .translate {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    background-color: #eff0f5;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    top: -6px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.sales-order-view .image-order-status-Ordered.active .icon {
    background-image: url(../images/supermarket_gr.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view .image-order-status-Pick.active .icon {
    background-image: url(../images/pending-gr.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view .image-order-status-Pack.active .icon {
    background-image: url(../images/process-gr.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view .image-order-status-Delivery.active .icon {
    width: 40px;
    height: 35px !important;
    background-image: url(../images/checked-gr.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view .image-order-status-Ordered .icon {
    background-image: url(../images/cart-bl.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view .image-order-status-Pick .icon {
    background-image: url(../images/Notify-payment.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view .image-order-status-Pack .icon {
    background-image: url(../images/packing.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view .image-order-status-Delivery .icon {
    width: 40px;
    height: 35px !important;
    background-image: url(../images/correct.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view .image-order-status-Delivery.active-canceled .icon {
    width: 40px;
    height: 35px !important;
    background-image: url(../images/supermarket-red.svg) !important;
    background-repeat: no-repeat;
}
.sales-order-view hr.status-line {
    margin-left: 8%;
    border: 1px dashed #eee;
    width: 40%;
}
hr.status-line.active {
    border: 1px dashed #212529;
}
hr.status-line.active-here {
    border: 1px dashed #fc4b1f;
}
.sales-order-view .image-order-status.active-canceled {
    border: 5px solid #DE0E0E;
}
body.sales-order-view .main .block-order-details-view .box {
    min-height: 180px;
}
.sales-order-view .page-title-wrapper {
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}
.sales-order-view .label {
    color: #000;
}
/* --------------------------edit more 09092021----------------------------------------------------- */
.sales-order-history  th.col.id ,
.sales-order-history th.col.date , 
.sales-order-history th.col.status{
    font-weight: 700;
}

.sales-order-view span.status-shipment{
    left: -70px;
    width: 200px;
}
.sales-order-view hr.status-line {
    margin-left: 4.5%;
    width: 43.8%;
}
.sales-order-view .sidebar.sidebar-main, .sales-order-view .column.main {
    margin-top: 20px;
}
.sales-order-view a.action.print{
    background-color: #dd2727;
}
.sales-order-history .product-image-photo{
    position: relative;
}
.sales-order-history table.data.table.table-order-items.new.history th.col.actions > a > span{
    color: #dd2727 !important;
}
.sales-order-history table.data.table.table-order-items.new.history th.col.actions > a > button{
    border: 1px solid #dd2727 !important;
    color: #dd2727 !important;
}
.sales-order-view .actions-toolbar.back-to-order a span {
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 2px;
}
.sales-order-view  table#my-orders-table tr td.col.image{
    width: 95px;
    height: 95px;
}
.sales-order-view  #my-orders-table td.col.name {
    width: 46.5%;
    padding-left: 20px;
}
.sales-order-view  table#my-orders-table tr th.col.sku {
    width: 16.5%;
    text-align: left;
}
.sales-order-view  #my-orders-table td.col.price {
    width: 15%;
    text-align: right;
}
.sales-order-view  table#my-orders-table tr th.col.price {
    text-align: right !important;
    width: 11%;
    position: relative;
    right: 8px;
}
.sales-order-view  #my-orders-table td.col.qty {
    width: 10%;
    padding: 0 15px 0 15px;
}
.sales-order-view table#my-orders-table tr th.col.qty {
    width: 5%;
    padding: 0 4px 8px 30px;
}
.sales-order-view #my-orders-table td.col.sku {
    width: 12.5%;
}
.sales-order-view .order-details-items .order-title > strong {
    font-weight: 700;
}

.customer-account-index th.col.id ,
.customer-account-index td.col.id {
    width: 130px;
}
.customer-account-index th.col.date,
.customer-account-index td.col.date {
    width: 90px;
}
.customer-account-index th.col.shipping,
.customer-account-index td.col.shipping {
    width: 290px
}
.customer-account-index th.col.total,
.customer-account-index td.col.total {
    width: 150px;
}
.customer-account-index th.col.status,
.customer-account-index td.col.status  {
    width: 140px;
    text-align: center;
}
.customer-account-index th.col.actions {
    text-align: center;
    width: 20%;
}


.sales-order-view #my-orders-table td.col.qty {
    padding: 7px 30px 0 15px;
}
.sales-order-view #my-orders-table td.col.qty ul li.item:not(:first-child) {
    display: none;
}


@media (max-width: 1024px){ 
    .customer-account-index th.col{
        font-size: 10px;
    }
    .customer-account-index td.col , .customer-account-index td.col a span {
        font-size: 12px;
    }
    .customer-account-index th.col.id {
        width: 120px;
    }
    .customer-account-index td.col.id {
        width: 90px;
    }
    .customer-account-index th.col.date{
        width: 90px;
    }
    .customer-account-index td.col.date{
        width: 50px;
        padding: 10px 0;
    }
    .customer-account-index th.col.shipping {
        width: 270px;
    }
    .customer-account-index td.col.shipping {
        width: 170px;
    }
    .customer-account-index th.col.total{
        width: 160px;
        padding: 8px 0 8px 0;
    }
    .customer-account-index td.col.total {
        width: 75px;
        padding: 10px 0;
    }
    .customer-account-index th.col.status {
        width: 140px;
        text-align: left;
        padding: 8px 0;
        position: relative;
        left: 10px;    
    }
    .customer-account-index td.col.status {
        width: 98px;
        text-align: center;
    }
    .customer-account-index td.col.actions {
        padding: 0px 0;
    }
}
@media (max-width: 900px) and (min-width: 800px){ 
    .customer-account-index td.col, .customer-account-index td.col a span{
        font-size: 10px;
    }
    .customer-account-index td.col.id {
        width: 80px;
        padding: 8px 5px;
    }
    .customer-account-index td.col.shipping {
        width: 150px;
        padding: 8px 6px;
    }
    .customer-account-index td.col.total {
        width: 90px;
    }
    .customer-account-index td.col.status {
        width: 70px;
        padding: 8px 0;
    }
    .customer-account-index th.col.actions {
        text-align: right;
    }
    .customer-account-index th.col.status {
        width: 140px;
        text-align: center;
        padding: 8px 0;
        position: relative;
        left: 10px;
    }
    .customer-account-index td.col.actions a {
        display: block;
        text-align: right;
        margin: 0;
        width: 85px;
        color: #1d71aa;
        text-decoration: underline;
    }
}
@media (max-width: 799px) and (min-width: 640px){ 
    .customer-account-index td.col, .customer-account-index td.col a span{
        font-size: 10px;
    }
    .customer-account-index td.col.id {
        width: 70px;
        padding: 8px 5px;
    }
    .customer-account-index td.col.shipping {
        width: 115px;
        padding: 8px 6px;
    }
    .customer-account-index td.col.total {
        width: 68px;
    }
    .customer-account-index td.col.status {
        width: 70px;
        padding: 8px 0;
    }
    .customer-account-index th.col.actions {
        text-align: right;
    }
    .customer-account-index th.col.status {
        width: 140px;
        text-align: center;
        padding: 8px 0;
        position: relative;
        left: 10px;
    }
    .customer-account-index td.col.actions a {
        display: block;
        text-align: right;
        margin: 0;
        width: 70px;
        color: #1d71aa;
        text-decoration: underline;
    }
    .sales-order-history table.data.table.table-order-items.new.history thead > tr > th{
        width: 100%;
    }
    .sales-order-history table.data.table.table-order-items.new.history thead > tr > th.col.actions{
        width: 100% !important;
    }
    .sales-order-history table.data.table.table-order-items.new.history tbody > tr >td{
        width: 100%;
        margin: 5px 0 5px;
        padding: 8px 10px;
    }
    .sales-order-history table.data.table.table-order-items.new.history tr > td.col.name
    {
        width: 100% !important;
    }
    .sales-order-history .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td.product-image-photo:first-child:before {
        display: none;
    }
    .sales-order-view .order-status-shipment{
        margin-right: 25px;
        margin-left: 50px;
    }
    .sales-order-view .page-title-wrapper{
        padding: 50px;
        margin: 0 !important;
    }
    .sales-order-view table#my-orders-table tr td.col.image:before {
        display: none;
    }
    .sales-order-view #my-orders-table td.col.name{
        padding-left: 0;
    }
    .sales-order-view #my-orders-table td.col.sku{
        text-align: left;
    }
    .sales-order-view #my-orders-table td.col.price{
        text-align: left;
    }
    .sales-order-view #my-orders-table td.col.qty{
        padding: 5px 0;
    }
    .sales-order-view #my-orders-table td.col.qty .items-qty{
        position: relative;
        top: -4px;
    }
    table#my-orders-table tr:not(.subtotal):not(.shipping) {
        border-bottom: 1px solid #dee2e6;
    }
    table#my-orders-table tr.subtotal, table#my-orders-table tr.shipping, table#my-orders-table tr.grand_total {
        width: 100%;
    }
    .sales-order-view table#my-orders-table tfoot tr > td{
        width: 65%;
    }
    .sales-order-view .page-main .block.block-order-details-view {
        margin-top: 60px;
    }
    .account .secondary .action.back {
        position: relative;
        top: 33px;
    }
    .sales-order-view .sidebar .block.account-nav .title{
        top: -28px;
    }
    body.sales-order-view strong.product.name.product-item-name{
        min-height: 0;
    }
    .sales-order-view table#my-orders-table tr td.col.image{
        height: 170px;
        margin-bottom: 15px;
    }
    .sales-order-view .sidebar .product-items-names .product-item-name,
    .customer-account-index .sidebar .product-items-names .product-item-name{
        position: relative;
        top: -8px;
        left: 5px;
    }
    .sales-order-view .actions-toolbar>.secondary:last-child{
        position: absolute;
    }
    body.sales-order-view table>thead>tr>th, .sales-order-view #my-orders-table td.col {
        font-size: 14px;
    }
    body.sales-order-view table#my-orders-table tr th.col.image {
        width: 22.5%;
    }
    body.sales-order-view table#my-orders-table tr th.col.sku{
        width: 28.5%;
    }
    .sales-order-view table#my-orders-table tr th.col.price{
        right: -5px;
    }
    .sales-order-view .page-main .block.block-order-details-view .block-content,
    .sales-order-view .page-main .block.block-order-details-view .box-content address {
        font-size: 14px;
    }
    .sales-order-history table.data.table.table-order-items.new.history{
        overflow-x: auto;
    }
    .sales-order-history table.data.table.table-order-items.new.history tbody > tr >td.product-image-photo {
        padding: 0px;
    }
    .sales-order-history table.data.table.table-order-items.new.history tr > td.col.name {
        width: 50% !important;
    }
    .sales-order-history table.data.table.table-order-items.new.history tbody > tr >td.price {
        padding: 8px 0;
        display: inline-table;
    }
    .sales-order-history table.data.table.table-order-items.new.history tbody > tr >td.qty{
        text-align: right;
    }
    .sales-order-history table.data.table.table-order-items.new.history thead > tr > th.col.actions {
        width: 27% !important;
    }
    .sales-order-history table.data.table.table-order-items.new.history thead > tr > th.date {
        font-size: 12px;
        padding: 20px 0;
    }
    body.sales-order-history .table-wrapper .action:last-child{
        margin-right: 0px;
    }

}
@media only screen and (max-width: 639px) {
    .sales-order-history table.data.table.table-order-items.new.history thead > tr > th{
        width: 100%;
    }
    .sales-order-history table.data.table.table-order-items.new.history thead > tr > th.col.actions{
        width: 100% !important;
    }
    .sales-order-history table.data.table.table-order-items.new.history tbody > tr >td{
        width: 100%;
        margin: 5px 0 5px;
    }
    .sales-order-history table.data.table.table-order-items.new.history tr > td.col.name
    {
        width: 100% !important;
    }
    .sales-order-history .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td.product-image-photo:first-child:before {
        display: none;
    }
    .sales-order-view .order-status-shipment{
        margin-right: 25px;
        margin-left: 50px;
    }
    .sales-order-view .page-title-wrapper{
        padding: 50px;
        margin: 0 !important;
    }
    .sales-order-view table#my-orders-table tr td.col.image:before {
        display: none;
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th{
        width: 100% !important;
    }
    .sales-order-view #my-orders-table td.col.name{
        padding-left: 0;
    }
    .sales-order-view #my-orders-table td.col.sku{
        text-align: left;
    }
    .sales-order-view #my-orders-table td.col.price{
        text-align: left;
    }
    .sales-order-view #my-orders-table td.col.qty{
        padding: 5px 0;
    }
    .sales-order-view #my-orders-table td.col.qty .items-qty{
        position: relative;
        top: -2px;
    }
    table#my-orders-table tr:not(.subtotal):not(.shipping) {
        border-bottom: 1px solid #dee2e6;
    }
    table#my-orders-table tr.subtotal, table#my-orders-table tr.shipping, table#my-orders-table tr.grand_total {
        width: 100%;
        display: flex !important;
    }
    .sales-order-view table#my-orders-table tfoot tr > td{
        width: 65%;
    }
    .sales-order-view .page-main .block.block-order-details-view {
        margin-top: 60px;
    }
    /* .account .secondary .action.back {
        position: relative;
        top: 33px;
    } */
    dl.item-options {
        display: flex;
        margin-top: 20px;
        margin-bottom: inherit;
    }

    
    .page-title-wrapper .actions {
        -ms-transform: translateY(-50%);
        transform: translateX(12%);
        position: absolute;
    }
    dl.item-options dt {
        padding-right: 10px;
    }
    .sales-order-view .sidebar .block.account-nav .title{
        top: -28px;
    }
    body.sales-order-view strong.product.name.product-item-name{
        min-height: 0;
    }
    .sales-order-view table#my-orders-table tr td.col.image{
        height: 170px;
        margin-bottom: 15px;
    }
    .sales-order-view .price-including-tax .price, .price-excluding-tax .price {
        position: relative;
        top: 4px;
    }
    .sales-order-view .sidebar .product-items-names .product-item-name,
    .customer-account-index .sidebar .product-items-names .product-item-name{
        position: relative;
        top: -8px;
        left: 5px;
    }
    div .sidebar .block.account-nav .title{
        border-color: #353535;
    }
    .page-header .header-middle, .page-header .header-bottom {
        box-shadow: inherit;
    }
    .account .page-title-wrapper .order-status{
        margin-bottom: 15px;
    }
    .customer-account-index table#my-orders-table tr {
        display: inline-block;
        width: 100%;
    }
    .customer-account-index td.col.status{
        text-align: left !important;
    }
    .customer-account-index td.col.actions a {
        color: #1d71aa;
        text-decoration: underline;
    }

}
@media only screen and (max-width: 639px){
    body.page-print .logo{
        padding: 0;
    }

    .sales-order-print .account .page-title-wrapper .page-title{
        margin-top: 20px;
    }

    .sales-order-print .order-details-item .table-order-items tbody tr td .col.image:before{
        content: initial !important;

    }
    .sales-order-print table#my-orders-table tr td.col.image{
        padding-right: 0;
        margin-bottom: 20px;
    }
    body.sales-order-print strong.product.name.product-item-name {
        min-height: auto;
    }
    .sales-order-print tfoot tr th, .sales-order-print tfoot tr td, .sales-order-view tfoot tr th, .sales-order-view tfoot tr td {
        left: 0;
    }
    .sales-order-print .product-image-photo{
        margin: 0;
    }
    .sales-order-print table#my-orders-table tr {
        display: inline-table;
        width: 100%;
    }
    .sales-order-print .block.block-order-details-view {
        margin-top: 60px;
    }
    .order-details-items .order-title > strong{
        font-weight: 700;
    }
    body.page-print .logo{
    padding: 0;
    }
    
    .sales-order-print .account .page-title-wrapper .page-title{
    margin-top: 20px;
    }
    
    .sales-order-print .order-details-item .table-order-items tbody tr td .col.image:before{
    content: initial !important;
    
    }
    .sales-order-print table#my-orders-table tr td.col.image{
    padding-right: 0;
    margin-bottom: 20px;
    }
    body.sales-order-print strong.product.name.product-item-name {
    min-height: auto;
    }
    .sales-order-print tfoot tr th, .sales-order-print tfoot tr td, .sales-order-view tfoot tr th, .sales-order-view tfoot tr td {
    left: 0;
    }
    .sales-order-print .product-image-photo{
    margin: 0;
    }
    .sales-order-print table#my-orders-table tr {
    display: inline-table;
    width: 100%;
    }
    .sales-order-print .block.block-order-details-view {
    margin-top: 60px;
    }
    .order-details-items .order-title > strong{
    font-weight: 700;
    }
    
   
    .sales-order-view .order-details-items .table-order-items .product-item-name {
        margin-top: 0px;
    }
    .sales-order-view table#my-orders-table tfoot tr:not(.grand_total) {
        position: relative;
        left: -68px;
    }
    .sales-order-view table#my-orders-table tfoot tr.grand_total {
        position: relative;
        left: -69px;
    }
    .sales-order-view table#my-orders-table tbody tr {
        display: table-row;
    }
    .catalog-product-view .fa-line:before {
        vertical-align: bottom;
    }
    .catalog-product-view .fa-facebook-f:before, .catalog-product-view .fa-facebook:before, .catalog-product-view .fa-line:before, .catalog-product-view .fa-twitter:before, .catalog-product-view .fa-linkedin:before, .catalog-product-view .fa-pinterest:before {
        font-size: 23px;
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
        display: block;
       
    }
    .customer-account-index td.col, .customer-account-index td.col a span {
        font-size: 18px;
    }
    .account.sales-order-view tfoot {
        position: relative;
        right: -73px;
    }
    
}

/* ------------------ Tracking History ------------------ */
.tracking-history {
    padding-right: 20px;
}
.tracking-history ul {
    margin-bottom: 0;
}
.tracking-history li:after {
    content: "";
    display: block;
    clear: both;
}
.tracking-history .datetime {
    float: right;
    text-align: right;
}
.tracking-history .datetime > p {
    margin: 0;
}
.order-actions-toolbar {
    margin-bottom: 0;
}
.tracking-history li:first-child {
    font-weight: 700;
    font-size: 110%;
}
.tracking-history li {
    position: relative;
}
.tracking-history li:not(:last-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -19.25px;
    top: 15px;
    border-left: 2px dashed;
}
.tracking-history li::marker {
    font-size: 24px;
}
.tracking-history li.success {
    list-style-image: url(../images/checked-gr.svg);
}
.tracking-history li.success:before {
    top: 30px;
}
.sales-order-view .order-actions-toolbar > .actions {
    padding-bottom: 20px;
}
.sales-order-view .order-actions-toolbar > .actions:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width: 767px) {
    .tracking-history .msg {
        float: left;
        width: 60%;
    }
    .tracking-history li:first-child {
        font-size: 100%;
    }
    .sales-order-view .order-status-shipment {
        margin: 0 75px 0 0;
        right: auto;
        left: 20px;
    }
    .tracking-history {
        padding-right: 0;
    }
    .sales-order-view #my-orders-table td.col.name,
    .sales-order-view #my-orders-table td.col.qty {
        padding-left: 0;
    }
    .sales-order-view #my-orders-table td.col.price {
        text-align: left;
    }
    .sales-order-view #my-orders-table td.col.qty .items-qty {
        top: 0;
    }
    .table-order-items .item-options {
        margin-top: 5px;
    }
    .order-details-items .item-options dd {
        margin-bottom: 0;
    }
}
/* ------------------ End Tracking History ------------------ */


.sales-order-history table.data.table.table-order-items.new.history th.col.actions > a > button{
    border-radius: 6px;
    padding: 6px 20px;
}
.sales-order-history table.data.table.table-order-items.new.history tbody > tr >td.col.price {
    padding-right: 30px;
}
@media (max-width: 1024px) and (min-width: 901px){ 
    .sales-order-history table.data.table.table-order-items.new.history tr > td.col.name{
        width: 44% !important;
    }
    .sales-order-history table.data.table.table-order-items.new.history th.col.actions > a > button{
        padding: 5px 20px;
    }
    .sales-order-history table.data.table.table-order-items.new.history thead > tr > th.col.actions {
        width: 100% !important;
    }
    
}
@media (max-width: 900px) and (min-width: 768px){ 
    .sales-order-history table.data.table.table-order-items.new.history thead > tr > th.col.actions {
        width: 100% !important;
    }
    .sales-order-history table.data.table.table-order-items.new.history th.col.actions > a > button{
        padding: 5px 20px;
    }
}

@media only screen and (max-width: 639px){
    .sales-order-history table#my-orders-table tr td.col.price{
        text-align: left;
    }
    .sales-order-history table.data.table.table-order-items.new.history tbody > tr >td.col.total-price.sim{
        text-align: left;
    }
    .sales-order-history table.data.table.table-order-items.new.history tr.mobile-none {
        display: none !important;
    }
    .sales-order-history table.data.table.table-order-items.new.history th.col.actions > a > button{
        padding: 5px 20px;
    }
}

