
/********* timer ********/
.main-template {
  text-align: center;
  padding: 40px 0 80px 0;
}
.timer2 {
  padding: 10px 0 70px 0;
}
.countdown .time {
  border-radius: 0.5rem;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 4rem;
  width: 4rem;
  margin: 0 .4rem;
  -webkit-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
  font-weight: bold;}
  .countdown .time:before, .countdown .time:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    width: .5rem;
    height: 1rem;
    background: -webkit-linear-gradient(#8b8e90, #fff 20%, #fff 40%, #8b8e90, #fff, #757575);
    background: linear-gradient(#8b8e90, #fff 20%, #fff 40%, #8b8e90, #fff, #757575);
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.5), 0 2px 2px 0 white;
    border: 2px solid #000;
    z-index: 4; }
  .countdown .time:before {
    left: 0;
    border-left: none; }
  .countdown .time:after {
    right: 0;
    border-right: none; }

.countdown .count {
  font-family: sans-serif;
  font-size: 3em;
  background: #d7d8d9;
  background: -webkit-linear-gradient(#eeefef, #bdbfc1);
  background: linear-gradient(#eeefef, #bdbfc1);
  color: #1c1c1c;
  display: block;
  font-family: 'Oswald', sans-serif;
  line-height: 1.7;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  transform-style: flat; }

.countdown .count.top {
  border-bottom: 2px solid black;
  box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: .5rem .5rem 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.countdown .count.bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0 0 .5rem .5rem;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.countdown .label {
  color: #666765;
  display: block;
  position: absolute;
  bottom: -2.5rem;
  width: 100%; }

/* Animation start */
.countdown .count.curr.top {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3; }

.countdown .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2; }

/* Animation end */
.countdown .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.countdown .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

@media (min-width: 36em) {
  .countdown .time {
    height: 7rem;
    width: 8rem;
    margin: 0 .8rem;
     }
    .countdown .time:before, .countdown .time:after {
      margin-top: -1rem;
      width: 1rem;
      height: 2rem; }
  .countdown .count {
    font-size: 5em;
    line-height: 1.7; }
	 }

@media (min-width: 48em) {
  .countdown .count {
    line-height: 1.5; } 
	}

@media (min-width: 62em) {
  .container-inner {
    width: 960px; }
  .countdown .time {
    height: 7rem;
    width: 8rem; }
  .countdown .count {
    font-size: 2.7em;
    line-height: 1.40; } }

@media (max-width: 47.99em) {
  .countdown {
    font-size: 0.81281rem; }
}
@media (max-width: 992px) and (min-width: 768px){ 
  .countdown {
    font-size: 15px; }
}
@media (min-width: 976px) and (max-width: 1182px){ 
  .countdown .count {
    font-size: 3em !important;
    line-height: 1.4 !important; }
	}
}



 .timer-section {
     background: rgb(255, 186, 0);
}
 .timer-block {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
}
 .timer div p {
     text-transform: uppercase;
     font-weight: 300;
     font-size: 15px;
     margin-top: 8px;
}
 .timer div {
     display: flex;
     flex-direction: column;
     align-items: center;
     margin-left: 20px;
}
 .timer {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .timer span {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 80px;
     width: 80px;
     font-size: 28px;
     font-weight: 400;
     background: #222;
     color: #fff;
     padding: 10px;
     border-radius: 50%;
	 box-shadow:1px 3px 9px #ccc;
	 border:3px solid #fff;
}


@media screen and (max-width: 1260px){
   .timer div {margin-left: 10px;}
    .your-price .new-price {
		font-size:45px !important;
	}
}

@media screen and (max-width: 992px){
   .timer-block {flex-direction: column;}
}


@media screen and (max-width: 510px){
  .timer div p {font-size: 13px;}
  .timer span {width: 60px; height: 60px;}


}

@media screen and (max-width: 450px){ 
  .timer {margin: 0 auto;display: flex;justify-content: space-between;}
  .timer span {height: 60px; width: 60px;}
  .timer div {margin-left: 0;}
  .timer-container {width: 80% !important; margin: 0 auto !important;}

}


@media screen and (max-width: 385px){ 
  .timer-container {width: 100%;}

}
