.delivery.bar {
  cursor: pointer;
  padding: 8px 0;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.delivery.bar:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  width: 16px;
  height: 16px;
  background-image: url("../../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -464px -16px;
  margin: -8px 0;
}
@media (min-width: 992px) {
  .delivery.bar:after {
    right: 0px;
  }
}
@media (min-width: 992px) {
  .delivery.bar:after {
    display: none;
  }
}
.delivery.bar.acceptLinePay .detail:before {
  content: "";
  display: block;
  float: left;
  background-image: url('../../common/images/lineman/e-payment.png');
  width: 65px;
  height: 14px;
  background-size: 65px 14px;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-right: 8px;
}
.delivery.bar .detail {
  font-size: 14px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-left: 28px;
  padding-right: 96px;
}
.delivery.bar .detail:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
  background-position: -360px -48px;
  margin: -12px 0;
}
