.fmc-announcement-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 8px;
  -webkit-transition: height ease 0.25s, opacity ease 0.25s, padding ease 0.25s;
  -moz-transition: height ease 0.25s, opacity ease 0.25s, padding ease 0.25s;
  -ms-transition: height ease 0.25s, opacity ease 0.25s, padding ease 0.25s;
  -o-transition: height ease 0.25s, opacity ease 0.25s, padding ease 0.25s;
  transition: height ease 0.25s, opacity ease 0.25s, padding ease 0.25s;
  background-color: var(--announcement_color_bg);
}
.fmc-announcement-box.layout1 {
  justify-content: center;
}
.fmc-announcement-box.closed {
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.fmc-announcement-box > * {
  margin: 0 0.5rem 6px 0.5rem;
}
.fmc-announcement-box .announcement-msg-after-time p,
.fmc-announcement-box .announcement-msg p {
  margin-bottom: 0;
}
.fmc-announcement-box button.close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  border: none;
  opacity: 0.8;
}
.fmc-announcement-box button.close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
.fmc-announcement-box button.close svg {
  width: 0.65rem;
  height: 0.65rem;
}
.site-footer ~ .fmc-announcement-box {
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%;
}
.fmc-announcement-box .fm-countdown-time {
  display: flex;
}
.fmc-announcement-box .fm-countdown-time .box-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
  background: var(--color_main);
  color: #FFF;
  margin: 0 3px;
  padding: 0 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
}
.fmc-announcement-box .fm-countdown-time .box-count .num {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
.fmc-announcement-box .fm-countdown-time .box-count .text {
  line-height: 12px;
  font-size: 0.75em;
}

@media (min-width: 768px) {
  .fmc-announcement-box button.close {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: none;
  }
  .fmc-announcement-box button.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
  }
  .fmc-announcement-box button.close svg {
    width: 1rem;
    height: 1rem;
  }
}

/*# sourceMappingURL=customize_announcement_bar.css.map */
