@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400i");
/* line 5, acraft-order-status-style.scss */
.order_status_follow_up {
  position: relative;
}
/* line 8, acraft-order-status-style.scss */
.order_status_follow_up table, .order_status_follow_up tr, .order_status_follow_up td {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  text-align: center !important;
  border: 0 !important;
}
/* line 16, acraft-order-status-style.scss */
.order_status_follow_up .status_item {
  position: relative;
}
/* line 20, acraft-order-status-style.scss */
.order_status_follow_up .status_item .inner_wrapper {
  margin: 0 auto;
  max-width: 110px;
}
/* line 25, acraft-order-status-style.scss */
.order_status_follow_up .status_item .line {
  position: absolute;
  top: 55px;
  width: 100%;
  height: 6px;
  background: #c8c8c8;
}
/* line 31, acraft-order-status-style.scss */
.order_status_follow_up .status_item .line .left, .order_status_follow_up .status_item .line .right {
  display: none;
}
/* line 37, acraft-order-status-style.scss */
.order_status_follow_up .status_item:first-child .line {
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 0 0 10px;
}
/* line 40, acraft-order-status-style.scss */
.order_status_follow_up .status_item:last-child .line {
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0;
  border-radius: 0 10px 10px 0;
}
/* line 44, acraft-order-status-style.scss */
.order_status_follow_up .status_item .line_image {
  position: absolute;
  top: 39px;
  width: 100%;
  left: 0;
  text-align: center;
}
/* line 50, acraft-order-status-style.scss */
.order_status_follow_up .status_item .line_image img {
  max-width: none;
}
/* line 54, acraft-order-status-style.scss */
.order_status_follow_up .status_item .title {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  color: #858585;
  line-height: 1.1em;
  height: 100px;
}
/* line 61, acraft-order-status-style.scss */
.order_status_follow_up .status_item .time * {
  font-family: 'Libre Baskerville', serif !important;
  font-size: 16px;
  color: #858585;
  line-height: 1.3em !important;
  padding: 0;
  margin: 0;
}
/* line 71, acraft-order-status-style.scss */
.order_status_follow_up .status_item.off .line_image {
  top: 47px;
}
/* line 79, acraft-order-status-style.scss */
.order_status_follow_up .status_item.ok .title, .order_status_follow_up .status_item.on .title {
  color: #02d4b3;
}
/* line 82, acraft-order-status-style.scss */
.order_status_follow_up .status_item.ok .line, .order_status_follow_up .status_item.on .line {
  background: #81e3c6;
}
/* line 87, acraft-order-status-style.scss */
.order_status_follow_up .status_item.on .line {
  background: #fae591;
}
/* line 89, acraft-order-status-style.scss */
.order_status_follow_up .status_item.on .line .left {
  position: absolute;
  top: -12px;
  left: -10px;
  display: block;
}
/* line 95, acraft-order-status-style.scss */
.order_status_follow_up .status_item.on .line .right {
  position: absolute;
  top: -12px;
  right: -10px;
  display: block;
  z-index: 9999;
}
/* line 105, acraft-order-status-style.scss */
.order_status_follow_up .status_item.cancelled .title {
  color: #f05454;
}
/* line 108, acraft-order-status-style.scss */
.order_status_follow_up .status_item.cancelled .line {
  background: #f05454;
}
/* line 111, acraft-order-status-style.scss */
.order_status_follow_up .status_item.cancelled .line_image {
  top: 43px;
}
/* line 114, acraft-order-status-style.scss */
.order_status_follow_up .status_item.cancelled .left {
  position: absolute;
  top: -12px;
  left: -43px;
  display: block;
}
/* line 119, acraft-order-status-style.scss */
.order_status_follow_up .status_item.cancelled .left img {
  height: 6px;
}
/* line 123, acraft-order-status-style.scss */
.order_status_follow_up .status_item.cancelled .right {
  position: absolute;
  top: -12px;
  right: -43px;
  display: block;
  z-index: 9999;
}
/* line 129, acraft-order-status-style.scss */
.order_status_follow_up .status_item.cancelled .right img {
  height: 6px;
}
/* line 135, acraft-order-status-style.scss */
.order_status_follow_up .status_item:first-child .left {
  display: none !important;
}
/* line 140, acraft-order-status-style.scss */
.order_status_follow_up .status_item:last-child .right {
  display: none;
}

@media (max-width: 767px) {
  /* line 151, acraft-order-status-style.scss */
  .order_status_follow_up table td {
    display: block;
    text-align: left !important;
    padding-left: 60px !important;
    min-height: 130px;
  }
  /* line 159, acraft-order-status-style.scss */
  .order_status_follow_up .status_item .line {
    top: 0;
    width: 6px;
    height: 100%;
    left: 13px;
  }
  /* line 166, acraft-order-status-style.scss */
  .order_status_follow_up .status_item:first-child .line {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
  }
  /* line 171, acraft-order-status-style.scss */
  .order_status_follow_up .status_item:last-child .line {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
  }
  /* line 176, acraft-order-status-style.scss */
  .order_status_follow_up .status_item .line_image {
    text-align: left;
    top: 30px;
  }
  /* line 181, acraft-order-status-style.scss */
  .order_status_follow_up .status_item .inner_wrapper {
    margin: 0;
    max-width: none;
  }
  /* line 187, acraft-order-status-style.scss */
  .order_status_follow_up .status_item .title {
    height: auto;
    padding-bottom: 10px;
  }
  /* line 191, acraft-order-status-style.scss */
  .order_status_follow_up .status_item .title, .order_status_follow_up .status_item .image {
    width: 110px;
    float: left;
    clear: left;
    text-align: center;
  }
  /* line 198, acraft-order-status-style.scss */
  .order_status_follow_up .status_item .time {
    float: left;
    text-align: center;
  }
  /* line 201, acraft-order-status-style.scss */
  .order_status_follow_up .status_item .time p {
    padding: 0 0 0 20px;
    text-align: center;
  }
  /* line 208, acraft-order-status-style.scss */
  .order_status_follow_up .status_item.off .line_image {
    left: 5px;
  }
  /* line 214, acraft-order-status-style.scss */
  .order_status_follow_up .status_item.on .line .left {
    top: -12px;
    left: -15px;
    width: 36px;
  }
  /* line 218, acraft-order-status-style.scss */
  .order_status_follow_up .status_item.on .line .left img {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 222, acraft-order-status-style.scss */
  .order_status_follow_up .status_item.on .line .right {
    top: auto;
    bottom: -12px;
    right: -15px;
    width: 36px;
  }
  /* line 227, acraft-order-status-style.scss */
  .order_status_follow_up .status_item.on .line .right img {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 233, acraft-order-status-style.scss */
  .order_status_follow_up .status_item.on .line_image img {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
/* line 242, acraft-order-status-style.scss */
.order_status_follow_up_log {
  margin-top: 30px;
}
