/* Minification failed. Returning unminified contents.
(24,22): run-time error CSS1039: Token not allowed after unary operator: '-csx-bg-gray'
(31,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(34,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(40,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(44,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(145,22): run-time error CSS1039: Token not allowed after unary operator: '-csx-bg-gray'
(340,28): run-time error CSS1039: Token not allowed after unary operator: '-grid-border-color'
(376,32): run-time error CSS1039: Token not allowed after unary operator: '-grid-border-color'
 */
/***Checkout process*/
button {
    cursor: pointer;
}
section.progress-section .row {
    position: relative;
    margin: 0px;
    margin-top: .25rem;
    margin-bottom: 2em;
}
section.progress-section a:hover {
    text-decoration: none;
    color: #00529b;
}

section.progress-section .col-md-3 {
    padding: 0 0px;
}

a.progress-box {
    display: block;
    height: 15%;
    /* border-right: 1px solid #ddd; */
    background: var(--csx-bg-gray, #eceff1);
    position: relative;
    height: 48px;
    color: inherit;
    margin: 0 .125rem;
}
a:not([href]):not([tabindex]) {
    color: var(--primary-color);
}
a:not([href]):not([tabindex]):hover {
    color: var(--primary-color);
}
a[href].progress-box .progress-label h5 {
    text-decoration: underline;
}
a[href].progress-box .progress-label {
    color: var(--primary-color);
}
a.progress-box.active {
    color: #fff;
    background: var(--primary-color);
}
a.progress-box.active:hover {
    color: #fff;
}
a[href].progress-box .progress-label:before {
    content: "\ea13";
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 4px;
    font-size: 20px;
}

    a.progress-box.progress-review:after {
        display: none;
    }

    a.progress-box.progress-review {
        border: none;
    }

.progress-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    height: 100%;
}
span.progress-number {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    padding-right: 6px;
}
a[href].progress-box .progress-number {
    display: none;
}
.progress-label {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

    .progress-label h5, .progress-label p {
        margin: 0;
    }

    .progress-label h5 {
        font-weight: 700;
        font-size: 1rem;
    }
.progress-label p {
    font-size: 12px;
    line-height: 12px;
    padding-top: 0px;
    display: none;
}
/***Cart*/
/************Cart no head
.table-row.table-row--headers.table-head {
    display: none;
}
.table.table--order-contents {
    background: #f7f7f7;
    padding: 15px 10px 15px 10px!important;
}
.table--cart .table-cell, .table--order-contents .table-cell {
    padding: 12px 8px;
    font-weight: bold;
}
.table--cart .table-cell:before, .table--order-contents .table-cell:before {
    display: block;
    content: attr(data-label);
    padding-right: 5px;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}

*/
/************Cart no head*/


.table.table--order-contents .table-row {
	background: #fff;
}

.table-row--headers .table-cell {
    background: var(--csx-bg-gray, #eceff1);
    font-weight: 600;
    padding: 16px 15px 8px 15px!important;
}

.table--cart .table-cell, .table--order-contents .table-cell {
    padding: 12px 15px;
}

section.cart-section {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 14px;
}

.cart-label-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
span.partLabel {
    padding-right: 7px;
    font-weight: 500;
}
.table-cell.cell-description {
    max-width: 300px;
}
span.cartitems {
    padding-left: 6px;
}

i.bx.bx-cart {
    display: none;
    font-size: 28px;
    margin-right: 6px;
}

i.bx.bxs-trash {
    transition: all .5s;
    font-size: 17px;
    color: #a1a1a1;
    cursor: pointer;
    padding: 0 10px;
}
i.bx.bxs-trash:hover{
    color: #777;
}

i.bx.bx-minus-circle {
    font-size: 19px;
    cursor: pointer;
}

.noteRow {
    position: relative;
}

button.note-btn {
    position: absolute;
    right: 5px;
    top: 7px;
    font-weight: 400!important;
    font-size: 12px;
    padding: 2px 10px;
    cursor: pointer;
    background: #f7f7f7;
    color: #333!important;
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
.noteRow textarea {
    padding-right: 65px;
	    margin-top: 10px;
	margin-bottom: 5px;
    font-size: 14px;
}


.update-btn {
    display: block;
    margin-top: 5px;
    font-weight: 400!important;
    font-size: 12px;
    padding: 2px 10px;
    cursor: pointer;
    background: #f7f7f7;
	color: #333!important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.addto-worksheet-box {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.form-control.AddToJobWorksheet-select {
    height: 36px;
    font-size: 14px;
}

.coupon-box {
    margin-top: 25px;
    margin-bottom: 0px;
    padding: 0px 10px 20px 10px;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

input.coupon-text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 112px;
    height: 31px;
    font-size: 14px;
}

button#Coupon {
    margin-left: 5px;
    width: auto;
    margin-top: 0px;
    padding: 2px 10px;
    height: 34px;
}

.coupon-reveal-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 5px 0px 5px;
}

    .coupon-reveal-row span {
        line-height: 1;
        color: red;
    }

.table-row.coupon-savings .table-cell {
    color: red;
}

.table-cell.sub-total span {
    display: block;
}

.table-cell.sub-total .before-coupon {
    text-decoration: line-through;
}

.table-cell.sub-total .after-coupon {
    color: red;
}

.cart-contents .submit-btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.btn-create-new {
    background: #4cad4c;
    border: 1px solid;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

button.btn.btn-create-new:hover {
    color: #2E7D32 !important;
    background: transparent !important;
}
/***Cart*/



.col-md-3.order-summary {
    padding-left: 0px;
}
.order-summary-box, .warehouse-box, .addto-worksheet-box {
    border: 1px solid var(--grid-border-color, #d1d1d1);
    padding: 1rem 1.5rem;
}
.warehouse-box {
    border-bottom: 0px;
}
.order-summary-box .req-fields {
	padding-left: 5px;
}
h4.summary-head {
    font-size: 1.125rem;
    color: inherit;
    margin: 0;
    margin-bottom: 1rem;
    text-align: left;
    border-bottom: 0px;
    font-family: inherit;
}

.order-summary-box .table {
    margin: 0px;
}
.table-cell.label {
    font-weight: normal;
}

.table-cell.sub-total {
    font-weight: 700;
}

.order-summary-box .table-cell {
    border-top: 0px;
    padding: 0;
    padding-bottom: 4px;
}
.order-summary-box .sub-total {
    border-top: 1px solid var(--grid-border-color, #d1d1d1);
    padding-top: .5rem;
}
.order-summary-box .table-row .table-cell:last-child {
    text-align: right;
}

.order-summary .btn {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 12px 10px;
}
.checkout-heading {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 1rem;
}

span.req-fields {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    font-style: italic;
}

.required:before {
    content: " *";
    color: red;
    padding-right: 3px;
}

label.new-ship-to {
    color: #00529b;
    font-weight: 500;
    margin-bottom: 0px !important;
    padding-left: 0px;
    line-height: 24px;
}
.table-row.cart-item .quantity, .table-row.cart-item select {
    border: 1px solid #ced4da;
    text-indent: 5px;
}
.table-cell.cell-uom select {
width: 100%;
}
.form-check {
    margin-left: 25px;
    margin-bottom: 0px;
}


.review-info {
    font-size: 14px;
}

.review-info span {
    display: block;
}
.review-info .row-review span {
    display: inline-block;
}
.BillLabel, .ShipLabel {
    padding-right: 10px;
    font-weight: 600;
}
.review-info.billing-values > .row, .review-info.shipping-values > .row {
    margin: 0px;
}
label.bold {
    font-size: 16px;
    color: #00529b;
    font-weight: 700;
}

.DetailCartTotal {
    padding-left: 10px;
    margin-top: 20px;
    text-align: right !important;
}

.coupon-section {
    margin-top: 20px;
}



.chk-out-buttons button {
    margin-left: 5px;
}

h3.thank-you {
    color: #00529B;
    font-weight: 700;
}

section.thankyou-section h4 {
    font-size: 20px;
}

section.thankyou-section span {
    font-weight: 300;
}

p.confirm-message {
    color: #bd0000;
    line-height: 18px;
}

.btn-print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.btn.btn-print {

}

    a.btn.btn-print img {
        width: 18px;
        height: 18px;
    }

.btn img {
    width: 24px;
    height: 24px;
    margin-right: 3px;
}




@media screen and (min-width: 768px) {
    .cart-label-m {
        display: none;
    }
}
@media (max-width: 1350px) {
    button.note-btn {
        position: relative;
        margin-bottom: 8px;
        right: 0px;
    }

    .noteRow textarea {
        padding-right: 4px;
        margin-bottom: 0px;
        font-size: 16px;
        height: 60px;
    }
}
@media screen and (max-width: 992px) {
    .col-md-3.order-summary {
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) {
	.table--cart .table-row.table-row--headers, .table--order-contents .table-row.table-row--headers {
    display: none;
}
	[data-label="Description"]:before {
    display: none!important;
}
.table--cart .table-cell, .table--order-contents .table-cell {
    padding: 4px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
			 -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.table--cart .table-row, .table--order-contents .table-row {
    display: block;
    border: 1px solid #ccc!important;
    padding: 20px 15px 15px 15px;
    margin-bottom: 5px;
}
.table--cart .table-cell:before, .table--order-contents .table-cell:before {
    content: attr(data-label);
    padding-right: 7px;
    padding-bottom: 0px;
    font-weight: normal;
    display: block;
}
    .table--cart .table-cell:before, .table--order-contents .table-cell.not-populated {
        display: none;
    }
.table-cell.cell-description {
    max-width: 100%;
}
.partRow {
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 4px;
}
span.partLabel {
    font-weight: normal;
}
.noteRow {
    width: 100%;
}
.noteRow textarea {
    margin-top: 4px;
    margin-bottom: 15px;
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.coupon-box {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0 0px 15px 0px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
}
input.coupon-text {
    font-size: 16px;
}
.addto-worksheet-box {
    padding: 0 0px 20px 0px;
    margin-top: 15px;
    background: #fff;
    border: 0px solid #ddd;
}
.form-control.AddToJobWorksheet-select {
    font-size: 16px;
}

    section.progress-section {
        display: none;
    }

.cart-label-d {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

    .cart-label-m {
        text-align: center;
        margin-top: 50px;
        font-size: 1.25rem;
    }

    .col-md-9.cart-contents {
        order: 2;
        padding: 0px;
    }
    .col-md-3.order-summary {
        order: 1;
        padding-left: 15px;
    }
.table-row.cart-item .quantity {
    height: 34px;
    width: 50px;
    font-size: 16px;
    border: 1px solid #ced4da;
    text-indent: 2px;
}
	.update-btn {
    display: inline-block;
    margin-top: 0px;
	}
	.table-cell.text-center.remove-cell {
    text-align: left!important;
	padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.table-cell.text-center.remove-cell:before {
    padding: 0px 2px;
    font-size: 13px;
}
i.bx.bxs-trash {
    font-size: 20px;
    padding: 0px 12px 0px 5px;
}

.upsellgrid.upsell-cart .item-card {
    width: 49%;
    max-width: 49%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
}
}

@media screen and (max-width: 576px) {
    .progress-section {
        display: none;
    }
}

.update-btn {
    visibility: hidden;
}

.quantity:focus + .update-btn,
.update-btn:active {
    visibility: visible;
}

.loading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    pointer-events: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: background-color linear 0.3s;
    transition: background-color linear 0.3s;
    z-index: 10;
}

.loading > i {
    color: #fff;
    font-size: 5rem!important;
    -webkit-animation: spin 1s ease infinite;
    animation: spin 1s ease infinite;
}

    .loading.hidden > i {
        display: none;
    }

    .loading.hidden {
        background-color: rgba(0,0,0,0);
        pointer-events: none;
    }
	i .bx.bx-summary{
    color: #333;
    font-size: 1rem!important;
}
.spinnerbox i.bx {
   font-size: 5rem!important;
    -webkit-animation: spin 1s ease infinite;
    animation: spin 1s ease infinite;
}
span.confirmEmail {
    color: red;
    font-weight: bold;
}


/***End Checkout process*/
