/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2017, 12:17:37 PM
    Author     : Codup
*/

.ins_order_loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    text-align: center;
}

.ins_order_loading img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.loading-wrapper {
    position: relative;
}

.ioc_product_fields_wrapper {
    margin: 0 0 0 10px;
    padding: 0;
}

.ioc_product_fields {
    margin: 0;
    font-size: 13px;
}

.cart_item span.ioc-sku-checkout {
    display: block;
    margin-left: 0;
    line-height: 15px;
}

.checkout span.ioc-sku-checkout {
    display: block;
    margin-left: 11%;
    line-height: 15px;
}

.bundled_product_summary:before {
    display: list-item !important;
    position: absolute;
    left: 30px;
}

/* ---- ORDER CONFIRMATION - PAGE  ---- */
.clear {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
}
.text-orange {
    color: #f27a24 !important;
}
.font-small {
    font-size: 12px; }

h3.page-title {
    font-size: 2.2rem; }
.mb-0 {
    margin-bottom: 0 !important;
}
.page-order-confirmation hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 2px solid rgba(0, 0, 0, 0.1); }
.page-order-confirmation hr.sep-light, .page-order-confirmation hr.sep-light-dashed {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    width: 98%;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.page-order-confirmation hr.sep-light-dashed {
    border-top: 1px dashed rgba(0, 0, 0, 0.1); }

.page-order-confirmation h2 {
    font-size: 2.5rem;
    color: #666666;
    margin-bottom: 0;
    padding-bottom: 0;}
.page-order-confirmation .table-order-confirmation h6 {
    color: #434343;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-weight: 400!important;
    padding-top: 8px;
}
.page-order-confirmation .form-check-inline .form-check-label {
/*    font-size: 1.3rem;
    font-weight: 600; */
}
.page-order-confirmation .form-check {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.page-order-confirmation .form-check-label {
    margin-bottom: 1rem;
    margin-left: 1rem;
    font-weight: 400;
    font-size: 1.5rem;
    vertical-align: middle;
    padding-top: 0;
    cursor: default;
}
.page-order-confirmation .form-check-label:before{
    content: '';
    position: absolute;
    -webkit-box-shadow: 0px 0px 0px 2px #f27a24;
    -moz-box-shadow: 0px 0px 0px 2px #f27a24;
    box-shadow: 0px 0px 0px 2px #f27a24;
    top: 3px;
    left: 0px;
    z-index: 0;
    width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #fff;
    border-radius: 2px;
}


.page-order-confirmation input[type="radio"]:checked + .form-check-label:after {
    content: "\2713";
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 3px;
    line-height: 1;
    font-weight: 700;
}

#payment .payment_methods li.payment_method_hasterm input[type="radio"]:checked:after {
    content: "";
    font-size: inherit;
    position: relative;
    top: 0;
    left: 0;
    line-height: 1;
    font-weight: 700;
}
.btn-primary,
.btn-primary:active {
    color: #fff;
    background-color: #ff8600;
    background-image: none;
    border-color: #ff8600;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f05423;
    border-color: #f05423;
}
.page-order-confirmation ul.order-data-heading {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding-top: 0;
}
.page-order-confirmation ul.order-data-heading li {
    display: inline-block;
    font-weight: 700;
    padding: 0 1em;
    color:#333333;
}
.page-order-confirmation ul.order-data-heading li h3 {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    display: inline-block;
    margin-right: 10px;
}

.page-order-confirmation ul.order-data-heading li:first-child {
    padding-left: 0; }
.page-order-confirmation ul.order-data-heading li:last-child {
    margin-top: 20px;
    padding-right: 0;
}
.page-order-confirmation ul.order-data-heading li:first-child span:nth-child(3),
.page-order-confirmation ul.order-data-heading li:first-child span:nth-child(4)  {
    margin-left: 40px;
    margin-right: 0px;
}
.page-order-confirmation ul.order-data-heading li:first-child span:nth-child(3) {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 9px;
    position: relative;
    width: auto;
}
.page-order-confirmation ul.order-data-heading li:first-child span:nth-child(4) {
    display: inline-block;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 9px;
    position: relative;
    width: auto;
}


.page-order-confirmation .table-order-confirmation tr th {
    text-transform: uppercase; }
.page-order-confirmation .table-order-confirmation tr td {
    padding: 24px 0.75rem;
    line-height: normal;
    vertical-align: text-bottom;
}

.page-order-confirmation .table-order-confirmation tr td .thumbnail {
    margin-bottom: 0px;
    border-radius: 0px;
    margin-right: 16px;
}

.page-order-confirmation .table-order-confirmation tr td .media-body {
    padding-top: 0.1em; }

.page-order-confirmation .table-order-confirmation tr td .media-body h6.media-heading a {
    color: #0c53ab;       font-weight:700;}
.page-order-confirmation .table-order-confirmation tr td .media-body h6.media-heading a:hover {
    color: #f27a24; }
.page-order-confirmation .table-order-confirmation tr td ul.order-detail-list {
    padding-left: 1.3em;
    margin-bottom: 0; }
.page-order-confirmation .table-order-confirmation tr td ul.order-detail-list li {
    font-weight: bold;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0.5em;}
.page-order-confirmation .table-order-confirmation tr td.font-small {
    font-size: 1.4rem;
    color: #000; }

.page-order-confirmation .table thead th {
    border-bottom: 1px solid #eceeef;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    padding: 2rem 0.5rem;
    border-top: 2px solid #eceeef !important; }
.page-order-confirmation .shipping-addr-wrapper .cbox-shipping-addr {
    position: relative;
    margin-left: 0rem;
    margin-right: 0.4em;
    margin-bottom: 1.3em;
    z-index: 9;
    width: 20px;
    height: 18px;
    opacity: 0;
    cursor: pointer;
}
.page-order-confirmation .shipping-addr-wrapper .col-sm-5 h6 {
    padding-bottom: 0;
}
.page-order-confirmation .shipping-addr-wrapper .offset-1 {
    margin-left: 2%; }
.page-order-confirmation .shipping-services-wrapper .offset-1 {
    margin-left: 2%; }
.page-order-confirmation .shipping-services-wrapper .form-check-inline {
    padding-left: 2em;
    margin-top: 10px;
    margin-bottom: 10px; }
.page-order-confirmation .shipping-services-wrapper .form-check-inline.lbl-shipping-services .form-check-label {
    font-size: 1.5rem;
    font-weight: 700;
}
.page-order-confirmation .form-check input[type="radio"]{
    margin-right: 1.4rem;
    z-index: 9;
    position: relative;
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    cursor: pointer;
}


.page-order-confirmation .shipping-services-wrapper input[type="radio"] {
    margin-right: 1.1rem; }

.page-order-confirmation h2 small {
    font-size: 55%;
    font-weight: 700; }
.page-order-confirmation p.pull-right {
    padding-top: 4.6em;
    margin-bottom: 0;
    font-size: 14px;
    padding-right: 1.5rem; }
.page-order-confirmation .payment-services-wrapper .form-check-inline {
    padding-left: 1em; }
.page-order-confirmation textarea.order-notes-msg {
    resize: none;
    display: block;
    width: 100%;
    background-color: #ececec;
    border-color: #ececec;
    padding: 1em;
    border-radius: 4px;
    border: none;
}
.page-order-confirmation .coupon-wrapper .form-control, .page-order-confirmation .coupon-wrapper .btn {
    border-radius: 0.25rem 0 0 0.25rem;
    height: 45px; }
.page-order-confirmation .coupon-wrapper .form-control {
    width:60%; }
.page-order-confirmation .coupon-wrapper .btn {
    border-radius: 0 0.25rem 0.25rem 0;     margin-left: -5px; }
.page-order-confirmation .table-order-checkout-wrapper .table tr:nth-child(5) td {
    border-top: 1px solid #eceeef; }
.page-order-confirmation .table-order-checkout-wrapper .table td {
    border-top: 0px solid #eceeef;
    font-weight: 700;
    padding: 0.3rem 0.75rem; }
.row.shipping-services-wrapper.payment-services-wrapper {
    margin-bottom: 3.5em;
}
.woocommerce-order-pay .woocommerce {margin-left: 0 !important; width:100% !important;}
.woocommerce-order-received .woocommerce {margin-left: 0 !important; width:100% !important;}

table.table-order-confirmation>tbody>tr.bundled-product-details-wrapper td {
    border-top: 0;
}
table.table-order-confirmation>tbody>tr.single-product-details-wrapper td {
    border-top: 1px solid #ddd;
}

.page-order-confirmation .table-order-confirmation tr.bundled-product-details-wrapper td {
    padding: 0rem 10px;
    color: #666666;
}

.table-order-confirmation .woocommerce-Price-amount {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}
.table-order-confirmation td{
    font-size: 14px;
    color:#333333;
}
.table-order-confirmation .product-quantity {
    color: #494949;
    font-weight: normal;
    font-size: 16px;
}
.table-order-confirmation .bundled-product-details-wrapper .woocommerce-Price-amount {
    font-size: 14px;
    color: #000;
}
.woocommerce-order-pay .order-total-wrapper th, .woocommerce-order-pay .order-total-wrapper td{
    padding: 0px 0px 12px 0px;
    border-top: 0px;
    line-height: normal;
    font-weight: bold;
    font-size: 14px;
    color:#333333;
    text-transform: uppercase;
}
.woocommerce-order-pay .order-total-wrapper td {
    text-align: right;
    font-size: 15px;
}
.woocommerce-order-pay .order-total-wrapper tr:last-child td, .woocommerce-order-pay .order-total-wrapper tr:last-child th {
    padding: 22px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.woocommerce-order-pay .order-total-wrapper tr:last-child td {
    font-size: 25px;
}
.woocommerce-order-pay .order-total-wrapper tr:nth-last-child(2) td {
    padding: 0px 0px 22px 0px;
}
.woocommerce-order-pay #order_review .row {
    margin-top: -10px;
}
.woocommerce-order-pay #order_review .row + p {
    display: none;
}
.woocommerce-order-pay .page-order-confirmation .form-row {
    text-align: right;
}
.woocommerce-order-pay .page-order-confirmation .form-row #place_order {
    margin-top: 10px;
    cursor: pointer;
    width: 23%;
}
.woocommerce-order-pay .page-order-confirmation .form-row #place_order[disabled]{
    background-color: #cccccc;
    color:#989898;
    cursor: default;
}
.woocommerce-order-pay .page-order-confirmation .order-page-link,
.woocommerce-order-received .page-order-confirmation .order-page-link  {
    font-weight: bold;
}
.woocommerce-order-pay .page-order-confirmation .order-page-title,
.page-order-confirmation .order-page-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #333333;
    padding-top: 35px;
}
.woocommerce-order-pay .page-order-confirmation .rush-production-split-order-headings .order-page-title,
.woocommerce-order-received .page-order-confirmation .rush-production-split-order-headings .order-page-title {
    font-size: 16px;
    font-weight: 700 !important;
    padding-left: 10px;
    padding-top: 25px;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.rush-production-split-order-headings .order-page-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    padding-left: 10px;
    padding-top: 25px;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.woocommerce-order-pay .page-order-confirmation p,
.woocommerce-order-received .page-order-confirmation p  {
    color:#333;
}
.woocommerce-order-pay .page-order-confirmation .order-page-desc,
.woocommerce-order-received .page-order-confirmation .order-page-desc {
    margin: 20px 0px 18px 0px;
}
.woocommerce-order-pay .page-order-confirmation .order-page-title-right,
.woocommerce-order-received .page-order-confirmation .order-page-title-right {
    padding-top: 64px;
}
.btn-cancel {
    padding: 15px 20px !important;
    width: 15%;
    text-align: center;
    margin-right: 15px;
}

input#payment_method_ebizcharge[type="radio"]:checked:after {
    content: "\2713";
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 11px;
    line-height: 1;
    font-weight: 700;
    opacity: 0;
}
.entry-content .page-order-confirmation  h3 {
    font-weight: 700!important;
}

.page-order-confirmation .order-page-title.heading-artwork {
    padding-top: 56px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* ---- END OF - ORDER CONFIRMATION - PAGE  ---- */

/* ---- ORDER CONFIRMATION SPLIT- PAGE ---- */

h3{
    color: #333;
}
.table-order-confirmation h3 {
    font-size: 18px;
    font-weight: 700!important;
    padding-bottom: 0px;
}

.page-order-confirmation .table-order-split thead th {
    padding: 1rem 1rem 0.5rem;
}

.page-order-confirmation .table-order-split thead tr:first-child th {
    text-transform: none;
}

.page-order-confirmation table>thead>tr>th:first-child {
    padding-left: 0;
}
.woocommerce-checkout .page-order-confirmation table>thead>tr.heading-suborder>th:first-child {
    padding-left: 0rem;
}
.bg-light-orange {
    background-color: #FFFAF7; 
}


.table-order-confirmation.table-order-split .bg-light-orange h4 {
    color: #434343;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-weight: 700!important;
    padding-top: 7px;
}

.woocommerce-order-pay .page-order-confirmation .shipping_billing_heading,
.woocommerce-order-received .page-order-confirmation .shipping_billing_heading {
    font-size: 16px !important;
    padding-left: 10px;
    line-height: 1;
    padding-bottom: 5px;
    font-weight: 700 !important;
}
.page-order-confirmation .shipping_billing_heading {
    font-size: 16px !important;
    padding-left: 10px;
    line-height: 1;
    padding-bottom: 5px;
    font-weight: 700 !important;
}
.woocommerce-order-received .page-order-confirmation .shipping_billing_heading {
    margin-bottom: 0;
}

button#save_order_changes {
    float: right;
    width: 60%;
}
button#cancel_order_changes {
    width: 38%;
    background-color: #e0dfe0;
    color: #4f4f50;
}
.update-order-loader {
    position: relative;
    background-image: url(images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent !important;
}

button#save_order_changes[disabled] {
    background-color: #e0dfe0;
    color: #4f4f50;
}
a#ioc_save_order {
    float: right;
    display: inline-block;
    color: #a94442;
    margin-right: 15px;
    font-weight: 700;
}
a#ioc_cancel_order {
    float: right;
    color: #a94442;
    font-weight: 700;
}

.alert-msg {
    color: #a94442;
}

.page-order-confirmation .shipping-services-wrapper .form-check-inline .form-check-label:before{
    left: 38px;
}
.page-order-confirmation .shipping-services-wrapper .form-check-inline input[type="radio"]:checked + .form-check-label:after {
    top: 4px;
    left: 40px;
}
.woocommerce-order-pay .order-total-wrapper .shop_table tr:nth-last-child(2) td {
    padding: 12px 0px 15px 0px;
    font-size: 16px;
}

.page-order-confirmation .shipping-services-wrapper h6 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 14px;
}
.text-grey {
    color:#777276 !important;
}

.page-order-confirmation  .shipping-addr-wrapper  .cbox_billing_addr{
    position: absolute;
    top: 17px;
    left: 40%;
}

/* ---- EDIT ORDER - PAGE ---- */

.order-total-wrapper table.shop_table tr th,
.order-total-wrapper table.shop_table tr td  {
    padding: 12px 0; 
    line-height: normal;
    vertical-align: top;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
    border-top:0;
}
.order-total-wrapper table.shop_table tr:last-child td, 
.order-total-wrapper table.shop_table tr:last-child th {
    padding: 22px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.order-total-wrapper table.shop_table tr td {
    text-align: right;
}
.order-total-wrapper table.shop_table tr:last-child td {
    font-size: 26px;
    color: #301c53;
    font-weight: 700;
}
.order-empty-msg p.order-empty{
    font-size: 3.125em;
    line-height: 1.4em;
    padding:  45px 0 65px;
    color: #434343;
    margin-bottom: 16px;
    text-align: center;
}


input.input-text.ioc_qty.text {
    width: 40%;
}


/* ---- ORDER PAY - PAGE ---- */
.section.section-page-title.inner-xs {
    padding-top: 40px;
    padding-bottom: 20px;
}
.btn-orange {
    background-color: #f27a24;
    border:none;
    color: #fff;
}
.btn-orange:hover {
    color: #fff;
}
.col-sm-1.btn-orders-wrapper {
    padding-top: 3.2em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
}
.col-sm-3.btn-orders-wrapper div{
    display: inline-block;
}

.col-sm-3.btn-orders-wrapper div:only-child {
    float: right;
}

.btn {
    padding: 5px 7px;
}

input#02, input#03 {
    display: none;
}

input#payment_method_cod[type="radio"]:checked:after {
    opacity: 0;
}

.page-order-confirmation .form-check-label.lbl-services-cbox:before {
    left: 23px;
}

input.btn-services-cbox[type="radio"]:checked:after {
    left: 26px;
}

.page-order-confirmation .shipping-addr-wrapper .form-check-label:before {
    top: 3px;
    left: 0px;
    z-index: 1;
}

input.cbox-shipping-addr[type="checkbox"]:checked + .form-check-label:after {
    content: "\2713";
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 3px;
    line-height: 1;
    font-weight: 700;
    background: #fff;
    z-index: 2;
}
#order_review #payment {
    margin: 0;
}

#order_review #payment p.mb-0 {
    padding-bottom: 35px;
}

.table-order-confirmation thead th, 
.table-order-confirmation tbody td {
    width: 10%;
}
.table-order-confirmation .media {
    width: 500px;
}
/* ---- ORDER RECEIVE - PAGE  ---- */
.cbox-selected{
    font-weight: 700;
    text-transform: capitalize;
}

/* ---- BILLING ADDRESS - POP UP ---- */

#cboxLoadedContent {
    overflow-x: hidden !important;
}

#cboxContent label {
    font-size: 13px;
    display: block;
}

.bg-form-field {
    background-color: #ececec;
    outline: none;
    border: none;
    border-radius: 4px;
    padding:10px;
}

.full-width-field {
    width: 100%;
}

#cboxContent select {
    height: 41px;
    border: 1px solid #e0e0e0;
    background-color: #ececec;
    font-size: 14px;
    width: 100%;
    border: none;
}

#cboxContent button#update_address {
    background-color: #f27a24;
    border: none;
    padding: 7px 25px;
    float: right;
    color: #fff;
    margin-top: 5px;
    border-radius: 4px;
    text-transform: uppercase;
}
small.address_field_error {
    font-size: 80%;
    position: relative;
    top: -3px;
}
#cboxContent .form-group {
    margin-bottom: 10px;
}
#cboxContent button#cboxClose {
    padding: 2px 5px;
    position: absolute;
    top: 0;
    margin-left: 0;
    border-radius: 4px;
    font-size: 12px;
    text-indent: -9999999px;
    right: 20px;
}

#cboxContent button#cboxClose:before {
    content: "x";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 14px;
    text-indent: 0;
    background-color: #ececec;
    text-transform: uppercase;
    padding: 2px 5px;
    font-weight: 700;
}

.table-order-confirmation .new-price {
    display: none;
}

.ioc_remove {
    font-size: 24px;
}

.table-order-confirmation .wc-item-meta li{
    font-size: 12px;
    float: left;
    width: 100%;
    height: 30px;
}

.table-order-confirmation .wc-item-meta li strong{
    float: left;
    margin-right: 15px;
}

.table-order-confirmation .wc-item-meta li p{
    float: left;
    font-size: 12px;
}

a.link-transit {
    padding-top: 10px;
    display: block;
}

#ins_upload_artwork{
    padding: 0.9rem 3rem;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #f27a24;
    border-color: #f1683d;
    font-size: 1em;
}

.page-order-confirmation a.btn-primary{
    padding: 0.9rem 3rem;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #f27a24;
    border-color: #f1683d;
    font-size: 1em;
}
.woocommerce-order-received .page-order-confirmation .disabled_same_as_shipping:before{
    -webkit-box-shadow: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px 0px; 
    box-shadow: 0px 0px 0px 0px ;

}
.order-sub-detail {
    margin-top: -15px;
}
.coupon-value, .coupon-remove {
    font-size: 12px;
}

.ins_used_coupons{
    margin-top: 20px;
}

.discount_tr:before{
    display: none;
}

#ios_apply_coupon_code{
    background-color: #ececec;
    border-color: #ececec;
}

.coupon-field {
    width: 65%;
    line-height: 30px;
}
.le-button.submit_apply_coupon {
    line-height: 30px;
    margin-left: -10px;
    border-radius: 0px 4px 4px 0px;
}

.shipping_status_tracking_area{
    background: #ececec;
    border-radius: 4px;
    margin-top: -6px;
    float: left;
    width: 100%;
    padding: 18px;
    color: #000;
    font-weight: bold;
}

.shipping_status{
    float: left;    
}

.shipping_tracking{
    float: right;
}

.ins_shipping_approval{
    background: #fdf4f5;
    border: 2px solid #cc0000;
    margin: 15px 0px 0px 0px;
    padding: 25px 10px 30px;
    text-align: center;
}

.ins_shipping_approval .shipping_cost_message{
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}

.ins_shipping_approval .shipping_approval_confirm_note{
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

a#remove-rush-charges {
    padding: 0.7rem 1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1em;
    border-color: #e0e0e0;
    font-size: 0.8em;
    border-radius: 3px;
    background-color: #f7f6f6;
    color: #989898;
}

.shipping_approval_actions a {
    padding: 10px 60px !important;
    width: 220px;
    margin: 20px 20px 0;
}

.shipping_approval_actions a.dismiss_button {
    color: #614f5f;
    background: #dfdfdf;
}

a.button.btn-cancel.dismiss_button.dismiss_button_loader,
a.button.confirm_button.confirm_button_loader {
padding: 7px 60px 12px !important;
    position: relative;
    top: 10px;
}

a.button.btn-cancel.dismiss_button.dismiss_button_loader img,
a.button.confirm_button.confirm_button_loader img{
    width: 24px;
    height: 24px;
}

.woocommerce .page-order-confirmation{
    padding: 0;
}
.page-order-confirmation{
    padding: 0 15px;
}
.page-order-confirmation .table-order-confirmation tr td {
    padding: 24px 0.75rem 24px 0;
    line-height: normal;
    vertical-align: text-bottom;
}
#edit-order .table-order-confirmation .new-price {
    display: inline !important;
}
.ioc-exp-shipping-date {
    font-size: 21px;
    font-weight: 700;
}
#ioc-exp-shipping-desc {
    font-family: 'calibri', sans-serif;
    font-size: 17px;
    line-height: 20px;
    word-spacing: 1px;
}
#ioc-exp-shipping-title{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.po_box {
    margin: 10px 0 0 0;
    font-weight: 600;
    font-size: 13px;
}

.order-confirmation-artwork-section {
    padding: 20px 0px 1px 0px;
    background: #f4f4f4;
}
.artwork-section-heading-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 6px 1px #D7D7D7;
    border-radius: 10px;
    padding: 5px 15px;
    font-family: sans-serif;
    max-width: 1170px;
    margin: 0 auto;
}
.pull-left.order-page-title.heading-artwork {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    letter-spacing: 1px;
}
.pull-left.order-page-title.heading-artwork .artwork-icon {
    width: 45px;
    height: 45px;
    font-size: 45px;
    color: #f3893c;
    background: #fff;
}
.pull-left.order-page-title.heading-artwork .dashicons-thumbs-up {
    background: #19bb19 !important;
    font-size: 30px;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pull-left.order-page-title.heading-artwork .dashicons-marker {
    color: #19bb19 !important;
    background: #fff !important;
}
.artwork-section-heading-wrapper small, 
.artwork-section-heading-wrapper .small {
    font-size: 15.5px;
    font-weight: 700;
}
.artwork-section-order-details-wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 2em auto;
    margin-bottom: 0;
    max-width: 1170px;
}
.artwork-section-order-details-wrapper p {
    margin: 0px !important;
    width: 25em;
}
.artwork-section-order-description-wrapper {
    max-width: 1170px;		
    margin: 3em auto;
}
.order-submitted .main-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.page-order-confirmation {
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
}
.artwork-section-seperator {
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 500px) {
    .order-confirmation-artwork-section {
        padding: 20px 20px 1px 20px;
    }
    .pull-left.order-page-title.heading-artwork {
        font-size: 10px;
        min-width: 135px;
        width: 150px;
    }
    .pull-left.order-page-title.heading-artwork .artwork-icon {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
    .artwork-section-heading-wrapper small, 
    .artwork-section-heading-wrapper .small {
        font-size: 75%;
        margin-left: 15px;
    }
    .artwork-section-order-details-wrapper p {
        font-size: 0.9em;
    }
    .table-order-confirmation .wc-item-meta li strong {
        float: none;
        margin-right: 0px;
    }
    .table-order-confirmation .wc-item-meta li p {
        float: none;
        margin: 0px;
    }
    .table-order-confirmation .wc-item-meta li {
        font-size: 12px;
        height: auto;
    }
}

@media screen and (max-width: 700px) {   
    .artwork-section-order-details-wrapper p {
        font-size: 85% !important;
    }
    .page-order-confirmation .table-order-confirmation tr td .media-body {
        padding-top: 0.1em;
        max-width: 350px;
    }
    ul.order-data-heading li {
        display: block !important;
        width: 100%;
    }
    ul.order-data-heading li h3, ul.order-data-heading li > span {
        display: block !important;
        width: 100% !important;
        text-align: center;
        margin: 0 auto !important;
        padding: 10px !important;
        border-bottom: 1px solid #e3e3e3;
        max-width: 100% !important;
    }
    .col-sm-1.btn-orders-wrapper {
        padding: 2em 0 1em 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }
    .page-order-confirmation .table-order-confirmation tr td, .page-order-confirmation .table-order-confirmation tr th {
        font-size: 100%;
    }
    .page-order-confirmation .table-order-confirmation tr td .media a.thumbnail img {
        width: 30px;
        height: auto;
    }
    .page-order-confirmation .table-order-confirmation tr td .media-body, 
    .page-order-confirmation .table-order-confirmation tr td .media-body h6 {
        max-width: 200px;
        width: 200px;
        font-size: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .page-order-confirmation .table-order-confirmation tr td ul.order-detail-list li {
        font-size: 100%;
    }
    .page-order-confirmation .table-order-confirmation tr td .media {
        display: flex;
        width: 260px;
        flex-wrap: wrap;
        justify-content: left;
    }
    .page-order-confirmation .table-order-confirmation tr td {
        vertical-align: middle;
    }
    .page-order-confirmation .table-order-confirmation tr td span,
    .page-order-confirmation .table-order-confirmation tr td strong, 
    .page-order-confirmation .table-order-confirmation tr td strong > span,
    .page-order-confirmation .table-order-confirmation tr td small {
        font-size: 100% !important;
    }
    .table.table-condensed.table-order-confirmation {
        display: block;
        overflow: hidden;
        overflow-x: auto;
    }
}
@media only screen and (min-width: 701px) and (max-width: 960px) {
    
    .col-sm-1.btn-orders-wrapper {
        padding-top: 2em;
        text-align: center;
    }
    .page-order-confirmation ul.order-data-heading li h3 {
        width: 100%;
        text-align: center;
    }
    .order-confirmation-artwork-section {
        background: #f4f4f4;
        padding: 20px;
    }
}
.dashicons-design-in-progress:before {
	content : url('images/design-in-progress.png');
}
.rush-production-inner-wrapper {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.rush-production-inner-wrapper h3#rush_production_field {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 10px;
}







