@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:900');

.containerstyle2 {
  position: relative;
  margin: auto;
  overflow: hidden;
  line-height: 30px;
}

#timerstyle2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
}

.daysstyle2, .hoursstyle2, .minutesstyle2, .secondsstyle2 {
  display: inline-block;
  padding: 20px;
  width: 100px;
  border-radius: 5px;
}


.numbersstyle2 {
  font-family: 'Montserrat', sans-serif;

}


.product-description
{
	height: auto !important;
	bottom: unset !important;
}
.PLcontainerstyle2 {
  position: relative;
  margin: auto;
  overflow: hidden;
  line-height: 18px;
}

#PLtimerstyle2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
}

.PLdaysstyle2, 
.PLhoursstyle2, 
.PLminutesstyle2, 
.PLsecondsstyle2 {
  display: inline-block;
  padding: 5px;
  width: 55px;
  height: 45px;
  border-radius: 5px;
}


.PLnumbersstyle2 {
  font-family: 'Montserrat', sans-serif;
 

}

.div1style2
{
  float: left;
  padding-top: 10px;
}
.div2style2
{
  float: right;
}


@media all and (min-width:765px) and (max-width:1024px){
   .containerstyle2 {
    width: 65%;
}

.daysstyle2, .hoursstyle2, .minutesstyle2, .secondsstyle2 {
  margin-bottom: 1.5%;
}

}

@media all  and (max-width:767px){
  .containerstyle2 {
    width: 53%;
}

.daysstyle2, .hoursstyle2, .minutesstyle2, .secondsstyle2 {
  margin-bottom: 1.5%;
}

}

@media all  and (max-width:425px){
  .containerstyle2 {
    width: 78%;
}

.daysstyle2, .hoursstyle2, .minutesstyle2, .secondsstyle2 {
  margin-bottom: 1.5%;
}

}
@media all  and (max-width:320px){
  .containerstyle2 {
    width: 95%;
}

.daysstyle2, .hoursstyle2, .minutesstyle2, .secondsstyle2 {
  margin-bottom: 1.5%;
}

}





