.countdown-label {
  color: #65584c;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin-top: 2px;
}
.product-description
{
	height: auto !important;
	bottom: unset !important;
}
#countdown{
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
  max-width: 540px;
  margin-top: 20px;

  text-align: center;
  background: #f1f1f1;
  border-radius: 5px;
  margin: auto;
}

#countdown #tiles{
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px;
  text-align: center;
  
  padding: 20px;
  border-radius: 5px 5px 0 0;
  display: block;
}

.color-full {
  background: #53bb74;
}

#countdown #tiles > span{
  width: 70px;
  max-width: 70px;

  padding: 18px 0;
  position: relative;
}


.PLcountdown-label {
  color: #65584c;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin-top: 0px
}

#PLcountdown{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: -webkit-fill-available;
  margin-top: 20px;

  box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
  text-align: center;
  background: #f1f1f1;
  border-radius: 5px;
  margin: auto;
}

#PLcountdown #PLtiles{
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px;
  text-align: center;
  
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 5px 5px 0 0;
  display: block;
}

.PLcolor-full {
  background: #53bb74;
}

#PLcountdown #PLtiles > span{
  width: 70px;
  max-width: 70px;

  padding: 18px 0;
  position: relative;
}








#PLWLcountdown{
  width: 220px;
  height: 100%;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  margin-top: 3px;
}

#PLWLcountdown #PLWLtiles{
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px;
  text-align: center;
  
  padding: 6px;
  border-radius: 5px 5px 5px 5px;
  display: block;
}

#PLWLcountdown #PLWLtiles > span{
  width: 70px;
  max-width: 70px;

  padding: 18px 0;
  position: relative;
}






#Bcountdown{
  max-width: 540px;

  height: 100%;
  text-align: center;
  background: #f1f1f1;
  border-radius: 5px;
  margin: auto;
}

#Bcountdown #Btiles{
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px;
  text-align: center;
  padding: 20px;
  border-radius: 5px 5px 5px 5px;
  display: block;
}



#Bcountdown #Btiles > span{
  width: 70px;
  max-width: 70px;

  padding: 18px 0;
  position: relative;
}

@media all and (max-width:768px){
.color-full {
    font-size: 23px !important;
}

}

@media all and (min-width:768px) and (max-width:1020px){
.color-full {
    font-size: 23px !important;
}

}

@media all and (max-width:425px){
.color-full {
    font-size: 15px !important;
}

}
