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

.counter-container {
    padding: 30px 20px;
}

.counter-container .container {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 650px;
  height: auto;
  max-width: 100% !important;
}

.counter-container h1 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin-top: 2em;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #F6F4F3;
}

.counter-container .promo-title {
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    text-align: center; 
    color:#183059;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.counter-container .promo-title span {
    margin-right: 18px;
    position: relative;
}

.counter-container .promo-title span::after {
    width: 20px;
    position: absolute;
    content: 'th';
    font-size: 10px;
    top: 1px;
    left: 9px;
}

#timer {
  color: #F6F4F3;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 25%;
  display: flex;
}

.days, .hours, .minutes, .seconds {
  display: inline-block;
  padding: 10px;
  margin: 0 10px;
  border-radius: 5px;
  overflow: hidden;
  width: 0;
  flex: 1 1 0;
}

#timer span {
    white-space: nowrap;
}

.days {
  background: #EF2F3C;
}

.hours {
  background: #F6F4F3;
  color: #183059;
}

.minutes {
  background: #276FBF;
}

.seconds {
  background: #F0A202;
}

.seconds .numbers {
   
}

.numbers {
  font-family: 'Montserrat', sans-serif;;
  color: #183059;
  font-size: 2em;
}

.white {
  position: absolute;
  background: #F6F4F3;
  height: 85px;
  width: 75px;
  left: 85px;
  top: 0px;
}

.white .string {
    background: #F6F4F3;
    border: 1px solid #F6F4F3;
}

.white .triangle {
    border-bottom: 14px solid #F6F4F3;
}

.balloon.blue {
    width: 55px;
    height: 52px;
}

.balloon.red {
    width: 45px;
    height: 42px;
    left: 25px;
}

.balloon.red .eye, .balloon.red .eye::after, .balloon.blue .eye, .balloon.blue .eye::after {
    width: 4px;
    height: 4px;
}

.balloon.red .eye::after {
    left: 21px;
}

.balloon.blue .eye::after {
    left: 25px;
}

.balloon.blue .mouth {
    left: 45%;
}

.balloon.red .star-gold{
    top: -2px;
    position: absolute;
    width: 15px;
    height: 15px;
}

.balloon.blue .star-red {
    width: 18px;
    height: 18px;
}

.balloon.blue .triangle {
    left: 42%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.balloon.red .triangle {
    left: 40%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.balloon.red .string {
    left: 49%;
}

.red {
  position: absolute;
  background: #EF2F3C;
  left: 18%;
  top: 9%;
  height: 65px;
  width: 70px;
  
}

.red .triangle {
    border-bottom: 14px solid #EF2F3C;
}

.red .string {
    background: #EF2F3C;
    border: 1px solid #EF2F3C;
}

.blue {
  position: absolute;
  background: #276FBF;
  height: 80px;
  width: 80px;
  left: 60%;
  top: 5px;
}

.blue .triangle {
    border-bottom: 14px solid #276FBF;
}

.blue .string {
    background: #276FBF;
    border: 1px solid #276FBF;
}

.balloon {
  border: 1px solid #000;
  border-radius: 50% 50% 50% 50%/ 40% 40% 60% 60%;
}

.balloon.white {
    height: 65px;
    width: 55px;
}

.balloon.white .triangle {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 43%;
}

.balloon.white .string {
    left: 51%;
}

.balloon.white .star-blue {
    width: 22px;
    height: 22px;
    margin-left: 35px;
    margin-top: -3px;
}

.balloon.white .eye, .balloon.white .eye::after {
    width: 5px;
    height: 5px;
}

.balloon.white .eye::after {
    left: 25px;
}

.balloon.white .mouth{
    left: 45%;
}

.eye {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 40%;
  left: 22%;
  background: #000;
  border-radius: 50%;
}

.eye::after {
    content: '';
    left: 35px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    position: absolute;
}

.mouth {
  position:absolute;
  top: 45%;
  left: 43%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.happy {
  border: 2px solid;
  border-color: transparent #000 #000 transparent;
  transform: rotate(45deg);
}

.triangle {
  position: absolute;
  left: 40%;
  bottom: -10%;
  width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.string {
  position: absolute;
  height: 40px;
  width: 1px;
  left: 48%;
  top: 100%;
  z-index: -1;
}

.star {
  width: 20px;
  height: 20px;
  background: #F6F4F3;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-red {
  width: 20px;
  height: 20px;
  background: #EF2F3C;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-blue {
    width: 30px;
    height: 30px;
    margin-left: 51px;
    margin-top: -5px;
    background: #276fbf;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-gold {
    width: 20px;
    height: 20px;
    background: #f0a202;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

@media only screen and (max-width: 768px) {
    .counter-container {
        padding: 0;
    }

    .kln-min-order-message-page {
        padding: 0 !important;
    }

    .kln-min-order-message-page h2 {
        text-align: center;
        margin-bottom: 0;
    }
    
    .kln-sidebar-widget .title {
        margin-top: 2rem;
    }
}