/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .table-responsive{
 	  width: 100%;
 }
 @media(max-width: 767px){
  .table-responsive{
    overflow-x: scroll;
  }
 }
 .goback{
 	color: #fff !important;
 	margin-bottom: 15px;
 	display: inline-block;
 	float: left;
 }
.shipment-tracking{
	float:right;
}

.shipment-tracking a{
	color: #fff !important;
}
.clear{
	clear:both;
}
 .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 13px;
}

.lds-ellipsis div {
  position: absolute;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #55c03d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}



.order-progress-bar-container {
  text-align: center;
  clear: both;
}
.order-progress-bar-container .order-progress-bar {
  margin: 0 auto;
  width: 100%;
}
.order-progress-bar-container .order-progress-bar .bar-step {
  clear: both;
  margin: 20px 2px;
  width: 100%;
  max-width: 90px;
  height: 26px;
  display: inline-block;
  transform: skewX(-35deg);
  cursor: pointer;
}
.order-progress-bar-container .order-progress-bar .bar-step:hover {
  background: #228ce0;
  border: 1px solid #228ce0;
}
.order-progress-bar-container .order-progress-bar .bar-step:hover .bar-step-text {
  color: #fff;
}
.order-progress-bar-container .order-progress-bar .bar-step:hover .endcap-left {
  background: #228ce0;
  border: 1px solid #228ce0;
}
.order-progress-bar-container .order-progress-bar .bar-step:hover .endcap-right {
  background: #228ce0;
  border: 1px solid #228ce0;
}
.order-progress-bar-container .order-progress-bar .bar-step .bar-step-text {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  transform: skewX(35deg);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-progress-bar-container .order-progress-bar .bar-step-lg {
  margin: 15px 2px;
  height: 38px;
  max-width: 105px;
}
.order-progress-bar-container .order-progress-bar .bar-step-lg .bar-step-text {
  top: 0;
  font-size: 14px;
  font-weight: 600;
}
.order-progress-bar-container .order-progress-bar .bar-step-wide {
  max-width: 100px !important;
}
.order-progress-bar-container .order-progress-bar .bar-step-wide-lg {
  max-width: 100px !important;
}
.order-progress-bar-container .order-progress-bar .bar-step-wide-lg .bar-step-text {
  top: 0;
  left: 10px;
  font-size: 13px;
}
.order-progress-bar-container .order-progress-bar .first-step .bar-step-text {
  left: -10px;
}
.order-progress-bar-container .order-progress-bar .last-step .bar-step-text {
  right: -10px;
}
.order-progress-bar-container .order-progress-bar .first-step, .order-progress-bar-container .order-progress-bar .last-step {
  position: relative;
  max-width: 70px !important;
}
.order-progress-bar-container .order-progress-bar .endcap-left {
  position: absolute;
  top: -1px;
  left: -21px;
  width: 38px;
  height: 26px;
  transform: skewX(35deg);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -1;
}
.order-progress-bar-container .order-progress-bar .endcap-right {
  position: absolute;
  top: -1px;
  right: -21px;
  width: 38px;
  height: 26px;
  transform: skewX(35deg);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: -1;
}
.order-progress-bar-container .order-progress-bar .bar-blue {
  background: #0dbded;
  border: 1px solid #0dbded;
}
.order-progress-bar-container .order-progress-bar .bar-grey {
  background: #ebebeb;
  border: 1px solid #ebebeb;
}
.order-progress-bar-container .order-progress-bar .bar-grey .bar-step-text {
  color: #959595;
}
.order-progress-bar-container .order-progress-bar .tooltip-inner {
  background-color: #092142;
  font-size: 12px;
}
#order-progress-bar-mobile-header {
  display: none;
  position: relative;
  max-width: 390px;
  margin: 0 auto 0 auto;
}
#order-progress-bar-mobile-header span {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .order-progress-bar-container .order-progress-bar .bar-step {
    max-width: 60px;
    height: 45px;
  }
  .order-progress-bar-container .order-progress-bar .bar-step .bar-step-text {
    left: 5px;
    right: 5px;
  }
  .order-progress-bar-container .order-progress-bar .bar-step-lg {
    height: 55px;
    max-width: 78px;
  }
  .order-progress-bar-container .order-progress-bar .bar-step-lg .bar-step-text {
    left: 6px;
    right: 6px;
    font-size: 12px;
  }
  .order-progress-bar-container .order-progress-bar .first-step {
    max-width: 40px !important;
  }
  .order-progress-bar-container .order-progress-bar .first-step .bar-step-text {
    left: -20px;
  }
  .order-progress-bar-container .order-progress-bar .last-step {
    max-width: 40px !important;
  }
  .order-progress-bar-container .order-progress-bar .last-step .bar-step-text {
    right: -20px;
  }
  .order-progress-bar-container .order-progress-bar .endcap-left {
    height: 45px;
    width: 48px;
    left: -33px;
  }
  .order-progress-bar-container .order-progress-bar .endcap-right {
    height: 45px;
    width: 48px;
    right: -33px;
  }
}
@media (max-width: 670px) {
  .order-progress-bar-container .order-progress-bar .bar-step {
    margin: 0 2px 0 auto;
    height: 41px;
    transform: skewX(-25deg);
    max-width: 50px !important;
  }
  .order-progress-bar-container .order-progress-bar .bar-step .bar-step-text {
    transform: skewX(25deg);
    font-size: 12px;
    font-weight: 600;
  }
  .order-progress-bar-container .order-progress-bar .bar-step-wide {
    max-width: 50px !important;
  }
  .order-progress-bar-container .order-progress-bar .bar-step-lg {
    margin: 0 2px 0 auto;
  }
  .order-progress-bar-container .order-progress-bar .endcap-left {
    height: 41px;
    transform: skewX(25deg);
    width: 35px;
    left: -26px;
  }
  .order-progress-bar-container .order-progress-bar .endcap-right {
    height: 41px;
    transform: skewX(25deg);
    width: 35px;
    right: -26px;
  }
  .order-progress-bar-container .order-progress-bar .first-step {
    max-width: 20px !important;
  }
  .order-progress-bar-container .order-progress-bar .last-step {
    max-width: 20px !important;
  }
  .order-progress-bar-container .order-progress-bar .first-step .bar-step-text {
    left: -10px;
  }
  .order-progress-bar-container .order-progress-bar .last-step .bar-step-text {
    right: -10px;
  }
  .order-progress-bar-container .order-progress-bar .bar-step-name {
    display: none;
  }
  .order-progress-bar-container .order-progress-bar .bar-step-1:after {
    content: '1';
  }
  .order-progress-bar-container .order-progress-bar .bar-step-2:after {
    content: '2';
  }
  .order-progress-bar-container .order-progress-bar .bar-step-3:after {
    content: '3';
  }
  .order-progress-bar-container .order-progress-bar .bar-step-4:after {
    content: '4';
  }
  .order-progress-bar-container .order-progress-bar .bar-step-5:after {
    content: '5';
  }
  .order-progress-bar-container .order-progress-bar .bar-step-6:after {
    content: '6';
  }
  .order-progress-bar-container .order-progress-bar .bar-step-7:after {
    content: '7';
  }
  .order-progress-bar-container .order-progress-bar .bar-step-8:after {
    content: '8';
  }
  #order-progress-bar-mobile-header {
    display: block;
  }
}
@media (max-width: 520px) {
  .order-progress-bar-container .order-progress-bar .bar-step,
  .order-progress-bar-container .order-progress-bar .bar-step-wide {
    max-width: 35px !important;
  }
  .order-progress-bar-container .order-progress-bar .first-step,
  .order-progress-bar-container .order-progress-bar .last-step {
    max-width: 20px !important;
  }
  #order-progress-bar-mobile-header {
    max-width: 290px;
  }
}
@media (max-width: 370px) {
  .order-progress-bar-container .order-progress-bar .endcap-left,
  .order-progress-bar-container .order-progress-bar .endcap-right {
    display: none;
  }
  .order-progress-bar-container .order-progress-bar .first-step,
  .order-progress-bar-container .order-progress-bar .last-step {
    max-width: 35px !important;
  }
  .order-progress-bar-container .order-progress-bar .first-step .bar-step-text {
    left: 5px;
  }
  .order-progress-bar-container .order-progress-bar .last-step .bar-step-text {
    right: 5px;
  }
}
.order-progress-bar-container #order-status-summary {
  margin: 0 auto;
  min-height: 30px;
}
#order-status-icon {
  margin: 26px 20px 15px 10px;
}
#order-status-container .badge {
  padding: 3px 15px;
  background-color: #e91e2e !important;
}
.order-progress-bar-container .order-progress-bar .bar-purple {
  background: #3e4cce;
  border: 1px solid #3e4cce;;
}
.order-progress-bar-container .order-progress-bar .bar-purple .bar-step-text{
  color: #fff;
}