.js-countdown-date-param {
    display: none;
}
.js-countdown-wrap {
    color: #686868;
    padding: 8px;
    text-align: center;
    margin: 8px 40px;
    border-radius: 32px;
}
.js-countdown-start {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  align-items: baseline;
}
.js-countdown-d,
.js-countdown-h,
.js-countdown-m,
.js-countdown-s {
    margin: 0 6px;
    width: 36px;
    height: 36px;
    color: #e93030;
    background: rgb(245,245,245);
background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 49%, rgba(220,220,220,1) 50%, rgba(220,220,220,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
    border: 1px #ebebeb solid;
    border-radius: 8px;
    display: inline-flex;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  font-weight: bold;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
}

.js-countdown-d {
    margin-left: 10px;
}

.js-countdown-d-zero,
.js-countdown-h-zero,
.js-countdown-m-zero,
.js-countdown-s-zero {
    display: none;
}

.js-countdown-d[style*="display: none;"] + .js-countdown-d-zero,
.js-countdown-h[style*="display: none;"] + .js-countdown-h-zero,
.js-countdown-m[style*="display: none;"] + .js-countdown-m-zero,
.js-countdown-s[style*="display: none;"] + .js-countdown-s-zero {
    margin: 0 6px;
    width: 36px;
    height: 36px;
    color: #e93030;
    background: rgb(245,245,245);
background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 49%, rgba(220,220,220,1) 50%, rgba(220,220,220,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
    border: 1px #ebebeb solid;
    border-radius: 8px;
    display: inline-flex;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  font-weight: bold;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
}
.js-countdown-title {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  color: #e93030
}

img.js-countdown-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 4px
}

.countdown-header .js-countdown-wrap {
    background: #fbf6f3;
    color: #686868;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    width: 100%;
    border-radius: 0
}
.countdown-header .js-countdown-start {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  align-items: baseline;
}
.countdown-header .js-countdown-d,
.countdown-header .js-countdown-h,
.countdown-header .js-countdown-m,
.countdown-header .js-countdown-s {
    margin-left: 4px;
    width: auto;
    height: auto;
    color: #e93030;
    background: none;
    border: none;
    border-radius: 8px;
    display: inline-flex;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    box-shadow: none;
}

.countdown-header .js-countdown-d {
    margin-left: 10px;
}

.countdown-header .js-countdown-d[style*="display: none;"] + .js-countdown-d-zero,
.countdown-header .js-countdown-h[style*="display: none;"] + .js-countdown-h-zero,
.countdown-header .js-countdown-m[style*="display: none;"] + .js-countdown-m-zero,
.countdown-header .js-countdown-s[style*="display: none;"] + .js-countdown-s-zero {
    margin-left: 4px;
    width: auto;
    height: auto;
    color: #e93030;
    background: none;
    border: none;
    border-radius: 8px;
    display: inline-flex;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    box-shadow: none;
}
.countdown-header .countdown-btn > a{
    margin-left: 16px;
    color: #fff;
    background-color: #e93030;
    border-radius: 4px;
    padding: 8px 16px;
  font-size: 18px;
}
.countdown-header .js-countdown-title {
  display: block;
  font-weight: normal;
  margin-bottom: 4px;
  font-size: 16px;
  color: #686868;
}

.countdown-header_simple .js-countdown-wrap {
    background: #e93030;
    color: #ffffff;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    width: 100%;
    border-radius: 0
}
.countdown-header_simple .js-countdown-start {
  color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  align-items: baseline;
}
.countdown-header_simple .js-countdown-d,
.countdown-header_simple .js-countdown-h,
.countdown-header_simple .js-countdown-m,
.countdown-header_simple .js-countdown-s {
    margin-left: 4px;
    width: 40px;
    height: 40px;
    color: #e93030;
    background: #fff;
    border: none;
    border-radius: 4px;
    display: inline-flex;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    box-shadow: none;
}

.countdown-header_simple .js-countdown-d {
    margin-left: 10px;
}

.countdown-header_simple .js-countdown-d[style*="display: none;"] + .js-countdown-d-zero,
.countdown-header_simple .js-countdown-h[style*="display: none;"] + .js-countdown-h-zero,
.countdown-header_simple .js-countdown-m[style*="display: none;"] + .js-countdown-m-zero,
.countdown-header_simple .js-countdown-s[style*="display: none;"] + .js-countdown-s-zero {
    margin-left: 4px;
    width: 40px;
    height: 40px;
    color: #e93030;
    background: #fff;
    border: none;
    border-radius: 4px;
    display: inline-flex;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    box-shadow: none;
}
.countdown-header_simple .countdown-btn > a{
    margin-left: 16px;
    color: #e93030;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
  font-size: 18px;
}
.countdown-header_simple .js-countdown-title {
  display: block;
  font-weight: normal;
  margin-bottom: 4px;
  font-size: 16px;
  color: #fff;
}