#password-new, #password-confirm, input[type="password"] { width: auto; }
#checkoutSuccessGuestPassword label.inputLabel { float: none; }
#checkoutSuccessGuestPassword > div { padding-bottom: 10px; }
#password-error { display: none; font-weight: bold; color: red; }
table {
    border-collapse: collapse;
}.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}.table-bordered {
    border: 1px solid #dee2e6;
}.table-responsive>.table-bordered {
    border: 0;
}.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #000;
}.ot-title {
    text-align: right;
}
.productCell .product{display: flex}
.productCell .product .imges {
    width: 80px;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productCell .product .imges img{max-height: 80px;max-width: 80px}
.productCell .product .productr{font-size: 15px;}
.productCell .product .productr .productCell-attributes{margin-top: 6px;}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}.centerColumn > h1, h2#contactUs-card-header, h4.card-header {
    font-size: 21px;
    text-align: center;
    line-height: 1.5;
    margin: 8px 0;
    border: none;
}h4.card-header {
    background: none;
    border-bottom: 1px solid #aaa;
}.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}.p-3 {
    padding: 1rem!important;
}.card-body {
    border-radius: inherit;
}.card-header+.card-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}@media (min-width: 576px) {
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}.card-deck .card {
    margin-bottom: 15px;
}@media (min-width: 576px) {
.card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}.card-body {
    border-radius: inherit;
}address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}.card-header+.card-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}#checkoutSuccessContactLink, #checkoutSuccessOrderLink {
    line-height: 2;
}#checkoutSuccessOrderLink a, #checkoutSuccessContactLink a {
    color: red;
    font-weight: bold;
}
#checkoutSuccessOrderLink a:hover,#checkoutSuccessContactLink a:hover{color:#000}
[name="order_status"] input, [name="order_status"] TEXTAREA {
    border: 1px solid #ccc;
}
[name="order_status"]  .forward{float: left;}
[name="order_status"] label{padding-top: 6px; padding-bottom: 6px;}
[name="order_status"]  input:not([type="submit"]){width: 180px;max-width:90%;}