.flip-clock-divider:first-child {
  width: 10px;
}
.countdown-popup__clock-mday {
  /* position: absolute;
  left: 50%;
  top: 50%;
  width: max-content;
  transform: translate(-50%, -50%); */
  text-align: center;
  border-radius: 10px;
  padding: 5px 10px;

}
.countdown-popup__clock-mday > div {
  font-weight: bold;
  font-size: 22px;
  color: #0b5987;
}
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000111 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, #000111)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, #000111 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000111 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000111 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #000111 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000111 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, #000111)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, #000111 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000111 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000111 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #000111 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, #000111 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #000111),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, #000111 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, #000111 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000111 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000111 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, #000111 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #000111),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, #000111 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, #000111 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000111 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000111 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

.flip-clock-wrapper ul,
.flip-clock-wrapper ul li {
  line-height: normal;
}

.flip-clock-wrapper ul {
  height: 70px;
}

.flip-clock-dot {
  display: none;
}

.flip-clock-divider {
  width: 10px;
}

.flip-clock-divider .flip-clock-label {
  top: 78%;
  color: #333;
  font-size: 14px;
}

/* .flip-clock-divider.days .flip-clock-label,
.flip-clock-divider.hours .flip-clock-label,
.flip-clock-divider.seconds .flip-clock-label,
.flip-clock-divider.minutes .flip-clock-label {
  left: 65px;
  right: auto;
} */

.flip-clock-wrapper ul li a div div.inn {
  /* color: white; */
  font-size: 58.5px;
  line-height: 150%;
  /* background-color: #6565bc;
  background-color: #5393a2; */
  background-color: #fff;
  color: #000;
  border-radius: 0px;
}
.flip-clock-wrapper ul li a div.down {
  border-radius: 0px;
}
.flip-clock-wrapper {
  margin: 0;
}
.countdown-popup .c-user,
.c-user .c-user__welcome-back {
  background: transparent;
}

.flip-clock-wrapper ul {
  width: 51px;
  padding: 0;
}

.flip-clock-wrapper ul {
  width: 35px;
  width: 50px;
}

/* .flip-clock-wrapper ul li a div div.inn {
  font-size: 42.5px;
} */

.flip-clock-wrapper ul {
  height: 49px;
  height: 70px;
}

.flip-clock-divider {
  height: 70px;
}

.flip-clock-divider.days .flip-clock-label,
.flip-clock-divider.hours .flip-clock-label,
.flip-clock-divider.seconds .flip-clock-label,
.flip-clock-divider.minutes .flip-clock-label {
  left: 47px;
}

.flip-clock-divider.days .flip-clock-label {
  display: block;
  color: #fff;
  top: 82%;
  left: 128px;
}
.flip-clock-divider.hours .flip-clock-label,
.flip-clock-divider.minutes .flip-clock-label {
  display: block;
  color: #fff;
  left: 129px;
  top: 25.5px;
  font-size: 30px;
  position: relative;
}

.flip-clock-divider.seconds .flip-clock-label {
  display: none;
}

.cart-bag-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}

@media (max-width: 1200px) {
  section.countdown-popup {
    padding: 10px 5%;
  }
  main > .c-simple-navigation,
  .l-header__main-area-wrapper {
    /*手機版跑版*/
    position: relative;
    width: 100%;
    display: block;
  }
}

@media (max-width: 700px) {
  section.countdown-popup {
    padding: 10px 0;
  }
  .flip-clock-wrapper ul {
    margin: 3px;
    width: 35px;
  }
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 42.5px;
    text-shadow: initial;
  }
  .flip-clock-wrapper ul {
    height: 49px;
  }
  .flip-clock-divider {
    height: 75px;
  }
  .flip-clock-divider.days .flip-clock-label,
  .flip-clock-divider.hours .flip-clock-label,
  .flip-clock-divider.seconds .flip-clock-label,
  .flip-clock-divider.minutes .flip-clock-label {
    left: 47px;
  }
}

@media (max-width: 575px) {
  .countdown-popup__clock-mday {
    padding: 0;
    transform: scale(1.5);
    transform-origin: top;
  }
  .countdown-popup__clock-mday > div {
    font-size: 120%;
  }
  .flip-clock-divider:first-child {
    width: 5px;
  }
  .flip-clock-wrapper ul {
    width: 25px;
  }
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 29.5px;
  }
  .flip-clock-wrapper ul {
    height: 36px;
    margin: 2px;
  }
  .flip-clock-divider .flip-clock-label {
    font-size: 10px;
  }
  .flip-clock-divider {
    height: 50px;
    width: 10px;
  }
  .flip-clock-divider.days .flip-clock-label,
  .flip-clock-divider.hours .flip-clock-label,
  .flip-clock-divider.seconds .flip-clock-label,
  .flip-clock-divider.minutes .flip-clock-label {
    top: 50%;
    left: 43px;
  }
  .flip-clock-divider.hours .flip-clock-label,
  .flip-clock-divider.minutes .flip-clock-label {
    font-size: 18px;
    left: 68px;
    top: 28%;
  }
}

@media (max-width: 380px) {
  .flip-clock-wrapper ul {
    width: 20px;
    height: 25px;
  }
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 19.5px;
  }
  .flip-clock-divider {
    height: 38px;
    width: 5px;
  }
  .flip-clock-divider.days .flip-clock-label,
  .flip-clock-divider.hours .flip-clock-label,
  .flip-clock-divider.seconds .flip-clock-label,
  .flip-clock-divider.minutes .flip-clock-label {
    left: 26px;
  }
  .flip-clock-divider .flip-clock-label {
    font-size: 6px;
  }
}
.countdown_mday .kls-banner__link[data-index="1"] {
  position: absolute;
  /* background: #ff0000c7; */
  width: 61%;
  height: 6%;
  top: 93.5%;
  left: 19%;
}
@media (min-width: 992px) {
  .countdown_mday .kls-banner__link[data-index="1"] {
    width: 49%;
    height: 6%;
    top: 92%;
    left: 25%;
  }
}
