#ld {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

#ldb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.ldp {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: auto;
  height: 35px;
  border-radius: 50px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  border: 2px solid #000000;
}

.loadingCoupon,
.loadingCouponTto,
.loadingCouponbf,
.loadingCouponxmas,
.loadingCouponye,
.loadingCouponny {
  width: 30%;
  margin: auto;
}

@media screen and (max-width: 767px) {

  .ldp {
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: auto;
    height: 35px;
    border-radius: 50px;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    border: 2px solid #000000;
  }

  .loadingCoupon,
  .loadingCouponTto,
  .loadingCouponbf,
  .loadingCouponxmas,
  .loadingCouponye,
  .loadingCouponny {
    width: 100%;
    margin: auto;
  }
}

.banner-move {
  animation: banner-move 0.4s;
}

@keyframes banner-move {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes progress {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

#couponUnder {
  opacity: 0;
}

#countdown {
  color: red;
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}

.bar {
  position: absolute;
  height: 100%;
  /* background-color: #ff305b; */
  background-color: #221815;
  animation: progress 5s normal;
  animation-fill-mode: forwards;
  transform: translate3d(0, 0, 0);
}

.loadingText {
  color: #221815;
  font-size: 0.5rem;
  line-height: 2.0;
  padding: 0;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .bar {
    position: absolute;
    height: 100%;
    /* background-color: #ff305b; */
    background-color: #221815;
    animation: progress 5s normal;
    animation-fill-mode: forwards;
    transform: translat
  }

  .loadingText {
    color: #221815;
    font-size: 0.9rem;
    line-height: 2.0;
    padding: 0;
    text-align: center;
    margin-top: 5px;
  }
}