.site-msg.information,
.flag.flag-discount
{
background: #DD6E42 !important;
color:white;
}
#countdown-timer{
position:absolute;
bottom:80px;
left:12%;
display:flex;
font-size: 5rem;
font-weight: 700;
gap: 10px; /* Optional: adds space between the boxes */
width: 100%; /* Or whatever width you prefer */
align-items: flex-end;
line-height: 4rem;
}
.timer-label{
display:block;
font-size:11px;
text-align:center;
font-weight: 400;
}

@media screen and (max-width: 792px) {
  #countdown-timer {
  	font-size: 2.5rem;
    line-height:2.5rem;
    bottom: 20px;
    left: 20px;
    gap: 3px; /* Optional: adds space between the boxes */
  }
}