.countdown_widget {
  --counter-digit-bg: transparent;
}
.countdown_widget h3.title {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.countdown_widget h3.title:before,
.countdown_widget h3.title:after {
  content: "";
}
.countdown_widget h3.title:before,
.countdown_widget h3.title:after {
  display: block;
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: var(--filler, rgba(0, 0, 0, var(--tw-bg-opacity)));
}
.countdown_widget h3.title:before,
.countdown_widget h3.title:after {
  height: 5px;
}
.countdown_widget h3.title:before {
  margin-right: 1rem;
}
.countdown_widget h3.title:after {
  margin-left: 1rem;
}
.countdown {
  margin: 0 -5px;
  display: flex;
  justify-content: center;
}
.countdown .time {
  padding: 0 10px;
}
.countdown.type_instant:not(.custom_font) {
  font-size: 48px;
  font-size: 3rem;
}
.countdown.type_instant span {
  display: block;
}
.countdown.type_instant > span {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}
@media only screen and (max-width: 320px) {
  .countdown.type_instant > span.custom_font {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 481px) {
  .countdown.type_instant > span.custom_font {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .countdown.type_instant > span.custom_font {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .countdown.type_instant > span:not(.custom_font) {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 481px) {
  .countdown.type_instant > span:not(.custom_font) {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .countdown.type_instant > span:not(.custom_font) {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .countdown.type_instant > span:not(.custom_font) {
    font-size: 5rem;
  }
}
.countdown.type_instant div.label {
  text-transform: capitalize;
}
.countdown.type_instant div.label:not(.custom_style) {
  font-size: 16px;
  font-size: 1rem;
}
.countdown.type_flip .count.bottom {
  line-height: 0;
}
.countdown.type_flip,
.countdown.type_slide {
  height: auto;
}
.countdown.type_flip .time > div:not(.label),
.countdown.type_slide .time > div:not(.label) {
  border-radius: 10px;
  box-shadow: 0 0 10px #0003;
  display: inline-block;
  text-align: center;
  position: relative;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
  height: 65px;
  width: 65px;
}
@media only screen and (max-width: 320px) {
  .countdown.type_flip .time > div:not(.label),
  .countdown.type_slide .time > div:not(.label) {
    height: 45px;
    width: 45px;
  }
}
@media only screen and (min-width: 481px) {
  .countdown.type_flip .time > div:not(.label),
  .countdown.type_slide .time > div:not(.label) {
    height: 85px;
    width: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .countdown.type_flip .time > div:not(.label),
  .countdown.type_slide .time > div:not(.label) {
    height: 120px;
    width: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .countdown.type_flip .time > div:not(.label),
  .countdown.type_slide .time > div:not(.label) {
    height: 150px;
    width: 150px;
  }
}
.countdown.type_flip .count,
.countdown.type_slide .count {
  background: var(--counter-digit-bg);
  display: block;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, .1);
  top: 0;
  width: 100%;
  transform: translateZ(0);
  transform-style: flat;
}
.countdown.type_flip .count:before,
.countdown.type_slide .count:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.countdown.type_flip .count:not(.custom_font),
.countdown.type_slide .count:not(.custom_font) {
  font-size: 2em;
}
.countdown.type_flip .count.top,
.countdown.type_slide .count.top {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  border-radius: 10px 10px 0 0;
  height: 50%;
  transform-origin: 50% 100%;
}
.countdown.type_flip .count.top:before,
.countdown.type_slide .count.top:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
}
.countdown.type_flip .count.bottom,
.countdown.type_slide .count.bottom {
  background-image: var(--counter-digit-bg);
  border-radius: 0 0 10px 10px;
  height: 50%;
  top: 50%;
  transform-origin: 50% 0;
}
.countdown.type_flip .count.bottom:before,
.countdown.type_slide .count.bottom:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
}
.countdown.type_flip .label,
.countdown.type_slide .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: static;
  text-align: center;
}
.countdown.type_flip .count.curr.top,
.countdown.type_slide .count.curr.top {
  transform: rotateX(0deg);
  z-index: 3;
}
.countdown.type_flip .count.next.bottom,
.countdown.type_slide .count.next.bottom {
  transform: rotateX(90deg);
  z-index: 2;
}
.countdown.type_flip .flip .count.curr.top,
.countdown.type_slide .flip .count.curr.top {
  transition: all 250ms ease-in-out;
  transform: rotateX(-90deg);
}
.countdown.type_flip .flip .count.next.bottom,
.countdown.type_slide .flip .count.next.bottom {
  transition: all 250ms ease-in-out 250ms;
  transform: rotateX(0deg);
}
.countdown.type_flip .count,
.countdown.type_slide .count {
  letter-spacing: -2px;
  line-height: 65px;
}
@media only screen and (max-width: 320px) {
  .countdown.type_flip .count.custom_font,
  .countdown.type_slide .count.custom_font {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 481px) {
  .countdown.type_flip .count.custom_font,
  .countdown.type_slide .count.custom_font {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .countdown.type_flip .count.custom_font,
  .countdown.type_slide .count.custom_font {
    font-size: 3rem;
  }
}
.countdown.type_flip .count:not(.custom_font),
.countdown.type_slide .count:not(.custom_font) {
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (max-width: 320px) {
  .countdown.type_flip .count:not(.custom_font),
  .countdown.type_slide .count:not(.custom_font) {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 481px) {
  .countdown.type_flip .count:not(.custom_font),
  .countdown.type_slide .count:not(.custom_font) {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .countdown.type_flip .count:not(.custom_font),
  .countdown.type_slide .count:not(.custom_font) {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .countdown.type_flip .count:not(.custom_font),
  .countdown.type_slide .count:not(.custom_font) {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 320px) {
  .countdown.type_flip .count,
  .countdown.type_slide .count {
    line-height: 45px;
  }
}
@media only screen and (min-width: 481px) {
  .countdown.type_flip .count,
  .countdown.type_slide .count {
    line-height: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .countdown.type_flip .count,
  .countdown.type_slide .count {
    line-height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .countdown.type_flip .count,
  .countdown.type_slide .count {
    line-height: 150px;
  }
}
.countdown.type_flip .label,
.countdown.type_slide .label {
  top: 152px;
}
.countdown.type_flip .label:not(.custom_style),
.countdown.type_slide .label:not(.custom_style) {
  font-size: .8em;
}
.countdown.type_slide .time > div:not(.label) {
  overflow: hidden;
  perspective: none;
  background: var(--counter-digit-bg);
}
@media only screen and (max-width: 320px) {
  .countdown.type_slide .time > div:not(.label) span.count {
    line-height: 45px;
  }
}
@media only screen and (min-width: 481px) {
  .countdown.type_slide .time > div:not(.label) span.count {
    line-height: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .countdown.type_slide .time > div:not(.label) span.count {
    line-height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .countdown.type_slide .time > div:not(.label) span.count {
    line-height: 150px;
  }
}
.countdown.type_slide .count.top {
  display: none !important;
  transform: translateY(0);
}
.countdown.type_slide .flip .count.curr.top {
  transform: translateY(-100%);
}
.countdown.type_slide .count.curr.top {
  transform: translateY(0);
}
.countdown.type_slide .count.next.top {
  transform: translateY(200%);
}
.countdown.type_slide .count.next.bottom {
  transform: translateY(100%);
}
.countdown.type_slide .count.bottom {
  top: 0;
  height: 100%;
}
.countdown.type_slide .count.bottom:before {
  content: none;
}
.countdown.type_slide .flip .count.next.bottom {
  transition: all 250ms ease-in-out 10ms;
}
.countdown.type_slide .flip .count.curr.bottom {
  transition: all 250ms ease-in-out;
  transform: translateY(-100%);
}
