.woocommerce-store-notice {
  padding: 5px 15px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 40px;
  box-sizing: border-box;
  font-size: 18px;
}
.woocommerce-store-notice p {
  margin-bottom: 0;
  line-height: normal;
}
.woocommerce-store-notice p a {
  color: #FFFFFF;
  text-decoration: none;
}
.woocommerce-store-notice strong {
  font-weight: 800;
}
@media (min-width: 1024px) {
  .woocommerce-store-notice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10100;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    gap: 20px;
  }
}
#countdown {
  display: flex;
  gap: 15px;
  align-items: center;
}
#countdown .items {
  display: flex;
  gap: 5px;
}
#countdown .items .item .number {
  font-size: 18px;
  font-weight: 800;
}
#countdown .items .item .number:after {
  content: " : ";
}
#countdown .items .item .title {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  text-indent: -8px;
}
#countdown .items .item:last-child .number:after {
  content: "";
}
#countdown .items .item:last-child .title {
  text-indent: 0;
}
