body {
    font-size: 14px;
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "Oswald", "Open Sans", sans-serif;
}
button,
input,
select,
textarea {
    font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 15px;
    font-size: 13.3px !important;
}
button.narvar-return-button{
  background-color: #FDBC20;
  color:#000000;
  font-size:15px !important;
  font-weight:500;
}
a {
  color:#333;
    color:#006CBC;
}
a:hover{
  color:#DB1F26;
}
.msg-alert {
    position: relative;
    padding-left: 46px;
    font-size: 13.5px;
    line-height: 18px;
}
.msg-alert > i {
    position: absolute;
    top: 32%;
    left: 13px;
    font-weight: 700;
    font-size: 17px;
    opacity: 0.32;
}
.btn-status {
    background: #f2c301;
    border: 1px solid #d9af01;
    color: #000;
    text-shadow: none;
    -webkit-transition: all 0.35s ease-in-out !important;
    transition: all 0.35s ease-in-out !important;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px;
    color: #333;
    text-align: center;
    letter-spacing: 0.1em;
}
.status-message-cont {
    position: relative;
    color: #999;
    font-size: 16px;
    padding: 18px 15px 18px 55px;
}
.status-message-cont > span {
    position: absolute;
    left: 3px;
    top: 15%;
    font-size: 28px;
    color: #d3d3d3;
}
.form-control::-webkit-input-placeholder {
    font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(130, 130, 130, 0.7);
}
.form-control:-ms-input-placeholder {
    font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(130, 130, 130, 0.7);
}
.form-control::placeholder {
    font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(130, 130, 130, 0.7);
}
.order-status-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.order-status {
    height: auto;
    width: 100%;
    padding-left: 10%;

}
.order-status::after {
    content: "";
    display: block;
    clear: both;
}
.order-status > div {
    background-color: rgba(200, 200, 200, 0.9);
    width: 30%;
    height: 12px;
    float: left;
    position: relative;
}
.order-status > div:last-of-type {
    width: 0;
    float: left;
    position: relative;
    margin-left: -20px;
}
.order-status .circle-status {
    border: solid rgba(200, 200, 200, 0.8) 4px;
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -60%;
    left: -6%;
    color: #fff;
}
.order-status .circle-status i {
    display: none;
}
.order-status .os-label {
    position: absolute;
    bottom: -30px;
    color: rgba(100, 100, 100, 0.5);
    font-weight: 700;
    width: auto;
    font-stretch: extra-expanded;
    white-space: nowrap;
}
.lbl1 {
    left: -190% !important;
}
.lbl2 {
    left: -160% !important;
}
.lbl3 {
    left: -110% !important;
}
.lbl4 {
    left: -150% !important;
}
.progress-current .os-label {
    color: #333;
}
.progress-current .lbl1 {
    left: -80% !important;
}
.progress-current .lbl2 {
    left: -65% !important;
}
.progress-current .lbl3 {
    left: -39% !important;
}
.progress-current .lbl4 {
    left: -40% !important;
}
.progress-current .circle-status {
    background-color: #5fbd5b;
    border: solid #fff 3px;
    height: 38px;
    width: 38px;
    top: -120%;
    padding: 5px;
}
.progress-current i {
    font-size: 20px !important;
    margin-top: 2px;
    display: block !important;
}
.progress-done {
    background-color: #5fbd5b !important;
}
.progress-done .circle-status {
    background-color: #5fbd5b;
    border-color: #5fbd5b;
}
.order-status-container-m {
    padding-top: 3px;
    padding-bottom: 15px;
}
.order-status-m {
    height: auto;
    width: 100%;
    padding-left: 0;
}
.order-status-m::after {
    content: "";
    display: block;
    clear: both;
}
.order-status-m > div {
    width: 90%;
    height: 35px;
    position: relative;
}
.order-status-m > div:last-of-type > div {
    background-color: transparent;
}
.order-status-m .os-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 42px;
    background-color: rgba(200, 200, 200, 0.7);
}
.order-status-m .circle-status {
    border: solid rgba(200, 200, 200, 0.7) 3px;
    background-color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -2px;
    left: -4.9px;
    color: #fff;
}
.order-status-m .circle-status i {
    display: none;
}
.order-status-m .os-label {
    color: rgba(100, 100, 100, 0.3);
    font-weight: 700;
    width: auto;
    white-space: nowrap;
    margin-left: auto;
    margin-top: auto;
    position: absolute !important;
    top: -40%;
    left: 25px;
}
.os-progress.progress-done .os-label {
    color: rgba(100, 100, 100, 0.8);
}
.os-progress.progress-current .os-label {
    color: #333 !important;
    top: -3px !important;
    left: 30px !important;
    font-size: 19px;
}
.os-progress.progress-current .circle-status {
    background-color: #5fbd5b;
    border: solid #fff 2px;
    height: 26px;
    width: 26px;
    left: -9px;
    top: -15%;
    padding: 3px 4px;
}
.os-progress.progress-current i {
    font-size: 13px !important;
    margin-top: 2px;
    display: block !important;
}
.os-progress.progress-done {
    background-color: #5fbd5b !important;
}
.os-progress.progress-done .circle-status {
    background-color: #5fbd5b;
    border-color: #5fbd5b;
}

.shipment-row{
    border:solid #999 3px;
    /*margin: 5px 20px 20px 5px;*/
    padding: 5px 25px 5px 20px;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-top:15px;

}
.shipment-item-container{
    border:solid red 0px;
    padding: 15px 0 !important;
    display: inline-block;


}
.shipment-item{
    float:left;
    border:solid #ccc 1px;
    margin:8px;
    padding:7px;
    border-radius:2px;
    background-color:#fff;
    min-height:265px;
    min-width:200px;
    max-width:200px;
}
.shipment-item img{
    /*width:100% !important;*/
    /*height:auto;*/
    width:182px;
    height:182px;
    margin-right:6px;
    margin-top:-2px;
}
.shipment-item:after{
    content: "";
    display: block;
    clear: both;
}
.status-cards {
    border-top: none;
    border-bottom: solid #ccc 1px !important;
    padding-bottom: 5px;
    padding-top: 0;
}

.status-cards:last-of-type {
    border-bottom: none;
}
.status-cards > div {
    border-right: solid rgba(200, 200, 200, 0.5) 1px;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.status-cards > div > div {
    color: #444;
    font-weight: 700;
}
.status-cards > div:last-of-type {
    border-right: none;
    padding-left: 15px;
}
.status-cards > div .badge {
    font-size: 15px;
    padding-bottom: 15px;
}
.order-card {
    text-align: center;
    padding: 0 0 30px;
    background-color: #efefef;
    border-radius: 10px;
    color: #999;
    font-weight: 300;
    font-size: 18px;
    text-shadow: 1px 1px 1px #fff;
    min-width: 250px !important;
    white-space: nowrap !important;
}
.order-card .cardhead {
    padding: 10px 15px;
    margin-bottom: 25px;
    text-align: left;
    color: #555;
    font-size: 15px;
    text-shadow: none;
}
.order-card H2 {
    color: #000;
    line-height: 18px;
    text-shadow: 1px 1px 1px #fff;
}
.order-card .badge {
    font-size: 15px !important;
}
/*.prod-section {*/
/*    padding: 15px 20px;*/
/*    border: dashed purple 5px;*/
/*    background-color: rgba(240, 240, 240, 0.45);*/
/*    border-top: solid rgba(200, 200, 200, 0.55) 1px;*/
/*}*/
/*.prod-section .prod-item {*/
/*    border-bottom: dashed rgba(150, 150, 150, 0.75) 1px;*/
/*    padding: 1px 1px 14px 5px;*/
/*    margin: 0 0 8px;*/
/*}*/
/*.prod-section .prod-item:last-of-type {*/
/*    border-bottom: none !important;*/
/*    margin-bottom: 0;*/
/*    padding-bottom: 8px;*/
/*}*/
.header-item {
    text-align: left;
    font-size: 15px;
    margin-left: 20px;
    width: auto;
}
.header-item:first-of-type,
.header-item:last-of-type {
    margin-left: 0;
}
.header-item > div:first-of-type {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    font-variant-caps: all-small-caps;
    text-shadow: 1px 1px 1px #fff;
}
.header-item-right {
    text-align: right;
}
.order-message {
    padding: 30px 20px;
}
.table-wrapper {
    border-radius: 4px;
    border: solid rgba(200, 200, 200, 0.75) 1px;
    overflow: hidden;
}
.table-custom {
    margin-bottom: 0 !important;
}
.table-custom thead th {
    background-color: rgba(200, 200, 200, 0.15) !important;
    border-left: solid rgba(200, 200, 200, 0.75) 1px !important;
}
.table-custom tr td,
.table-custom tr th {
    border-left: solid rgba(200, 200, 200, 0.75) 1px;
    border-top: solid rgba(200, 200, 200, 0.75) 1px;
}
.tracking-number {
    padding: 0;
}
.tracking-number > a {
    padding: 0 !important;
    font-size: 14px;
    line-height: 18px;
}
.no-space-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-space-col {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#mobile-status {
    display: none;
    padding: 25px 0 0 50px;
}
.form-box {
    margin: auto;
    width: 400px;
    padding: 20px 15px;
}
.debug_head {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 10px;
}
.debug_head._purple {
    background-color: purple;
}
.debug_head._green {
    background-color: rgba(35, 150, 27, 1);
}
.debug_head._gray {
    background-color: #999;
}
.debug_body {
    padding: 8px 15px;
}
.debug_body._purple {
    background-color: rgba(247, 222, 255, 1);
    border: solid purple 2px;
}
.debug_body._green {
    background-color: rgba(252, 242, 242, 0.15);
    border: solid rgba(35, 150, 27, 1) 2px;
}
.debug_body._gray {
    background-color: #efefef;
    border: solid #999 2px;
}
.debug_head._orange {
    background-color: rgb(180, 83, 22);
}
.debug_body._orange {
    background-color: rgb(232, 214, 195);
    border: solid rgb(180, 83, 22) 2px;
}
.debug_head._blue {
    background-color: rgba(0, 85, 255, 1);
}
.debug_body._blue {
    background-color: rgb(194, 209, 239);
    border: solid rgba(0, 85, 255, 1) 2px;
}
.debug_head._red {
    background-color: rgba(170, 0, 0, 1);
}
.debug_body._red {
    background-color: rgb(215, 159, 159);
    border: solid rgba(170, 0, 0, 1) 2px;
}
.row-hc-left{
  padding:7px 8px 5px 12px;font-size:13px;
  float:left !important;

}
.row-hc {
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .status-cards > div {
        border-right: solid rgba(200, 200, 200, 0.5) 1px;
        width: 50% !important;
        min-width: 50% !important;
    }
    .status-cards > div:nth-of-type(2n) {
        border-right: none;
    }
    .status-cards > div:nth-of-type(1),
    .status-cards > div:nth-of-type(2) {
        border-bottom: dashed rgba(200, 200, 200, 0.5) 1px;
        padding-bottom: 18px;
    }
    .order-status-container {
        margin-top: 25px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
    .form-box {
        width: 100% !important;
        min-width: none !important;
    }
    .status-cards > div {
        border: none;
        border-bottom: dashed rgba(200, 200, 200, 0.5) 1px;
        padding-bottom: 18px;
        width: 100%;
        min-width: 100% !important;
    }
    .status-cards > div:last-of-type {
        border-bottom: none !important;
        padding-bottom: 0;
    }
    .header-item {
        margin-left: 0;
        width: 100%;
        text-align: left !important;
        padding-bottom: 7px;
    }
    .header-item:last-of-type {
        padding-bottom: 0;
    }

    #mobile-status {
        display: block;
    }
}
