.notiflow-flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.notiflow-notification-bar {
  width: 100%;
  justify-content: center;
  background: #1A203F;
  padding: 10px 0;
  margin: 0;
  position: relative;
}

.notiflow-notification-bar.notiflow-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}

.notiflow-notification-bar.notiflow-sticky.bottom-display {
  bottom: 0;
  top: auto;
}

.logged-in .notiflow-notification-bar.notiflow-sticky {
  top: 32px;
}

.notiflow-notification-bar ul{
  margin: 0;
}

.notiflow-countdown-before {
  margin-right: 20px;
  color: #fff;
}

.notiflow-countdown-before p {
  margin: 0;
}

.notiflow-countdown-content li span {
  display: block;
}

.notiflow-countdown-content li {
  background: #d71e4f;
  margin: 0 2px;
  text-align: center;
  color: #ffffff;
  padding: 5px;
  min-width: 65px;
  line-height: 18px;
  border-radius: 5px;
}

.notiflow-countdown-content li span.notiflow-number {
  font-weight: 700;
  font-size: 16px;
}

.notiflow-countdown-content li span.notiflow-count-text {
  font-size: 13px;
}

.notiflow-countdown-text {
  margin-left: 20px;
  font-weight: 700;
  margin-right: 20px;
  color: #fff;
}

.notiflow-countdown-button {
  background: #d71e4f;
  padding: 7px 20px;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}

.notiflow-countdown-button:hover,
.notiflow-close-button:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  color: #fff;
}

.notiflow-close-button {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #D71E4F;
  margin-top: -15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.notiflow-notification-bar.notiflow-layout-two {
  justify-content: normal;
  padding: 10px 50px;
}

.notiflow-layout-two .notiflow-countdown-button {
  margin-left: auto;
  margin-right: 40px;
  border-radius: 25px;
}

.notiflow-layout-two .notiflow-countdown-before {
  margin: 0 auto;
}

.notiflow-layout-two .notiflow-countdown-content li {
  border-radius: 8px;
  padding: 6px 12px 5px;
  min-width: 46px;
  text-align: center;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 2px 6px rgba(0,0,0,0.3);
  background: rgba(255,255,255,0.15);
}
