#clockdiv{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    text-align: center;
    width: 100%;
    background:#142434;
    padding:3px 0;
  }
  
  #clockdiv > div{
    padding: 2px 5px;
    width: 50px;
    margin-right: 5px;
    border-radius: 3px;
    background: teal;
    display: inline-block;
    
  }
  #clockdiv > div:first-child{
    width:initial;
    background-color: transparent;
    }
  #clockdiv div > span{
    padding: 2px;
    border-radius: 3px;
    background: darken(teal,.2);
    display: inline-block;
    font-weight: 900;
    font-size: 1rem;
  }
  
  .smalltext{
    font-size: 11px;
  }
  #category .price-countdown-wrapper,
  #index .price-countdown-wrapper{
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    font-size: 14px;
    background: linear-gradient(135deg,var(--bs-primary),var(--bs-success));
    flex-direction: row;
    justify-content: center;
  }
  .price-countdown-wrapper{
    
    display: flex;
    /*background: var(--primary);*/
    background: linear-gradient(135deg,var(--bs-primary),var(--bs-success));
    border-radius: 5px;
    padding:5px 2px;
    margin:10px 0;
    color:white;
    flex-direction: row;
    justify-content: center;
  }
  .price-countdown-title{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .price-countdown-title svg{
    margin-right:2px;
  }
  #price-countdown-product{
    display: flex;
    padding-left:5px;
    max-width: fit-content;
    justify-content: center;
    align-items: center;
    color:white;
  }
.countdown-time-group.countdown-days,
.countdown-time-group.countdown-hours,
.countdown-time-group.countdown-minutes,
.countdown-time-group.countdown-second
{
padding:2px;
border-radius:2px;
background: #0002;
color:white;
margin-right:2px;
min-width: 29px;
text-align: center;
}