.slick-slider .slick-dots {
 bottom: 10px;
}
.slider_item {
    position: relative;
}
.banner-text {
  font-size: 30px;
  font-family: "Samsung Sharp Sans Bold";
  margin-bottom: 20px;
  text-shadow: 0 0 2px #fff;
  color: #3c1b03;
  white-space: nowrap;
}
.banner-text span {
   font-size: 46px;
}

.timer-wrap {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding: 20px 20px 10px;
  background-color: rgba(255,255,255,0.6);
}
.timer-wrap.static {
    position: static;
    transform: translate(0,0);
  	color: #000;
  	font-family: "Samsung Sharp Sans Bold";
  	margin-bottom: 25px;
}
.timer-wrap p, .timer-wrap h3 {
  color: #3c1b03;
  font-family: "Samsung Sharp Sans Bold";
  text-transform: uppercase;
  text-shadow: 0 0 3px #fff;
}
.timer-wrap.static h3 {
  color: #000;
  margin-top: 0;
}
.timer-wrap h3{
  font-size: 30px;
}
.timer-wrap p {
  font-size: 24px;
}
.timer-demo {
  display: flex;
  justify-content: center;
  margin-bottom: 18px

}
.timer-demo > span {
  font-size: 12px;
  text-transform: capitalize;
  text-shadow: 0 0 2px #fff;
  color: #000;
}
.timer-demo > span > span {
  width: 80px;
  height: 65px;
  background-color: #fff; 
  color: #d974a1;
  display: block;
  font-size: 50px;
  padding-top: 3px;
  font-family: "Samsung Sharp Sans Bold";
  margin: 0 2px 5px;
  text-shadow: none;
}
.static .timer-demo > span > span {
  background-color: #d974a1; 
  color: #fff;
}
.order-now-text {
    background-color: #fff;
    color: #d974a1;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 15px 5px;
    font-family: "Samsung Sharp Sans Bold";
    line-height: 1;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
  	font-size: 18px;
}

@media all and (max-width:1199px) {
  .timer-wrap h3{
    font-size: 30px;
  }
  .timer-wrap p {
    font-size: 20px;
  }
  .timer-demo > span > span {
    width: 66px;
    height: 50px;
    font-size: 40px;
    line-height:1;
    padding-top:8px;
  }
  .order-now-text {
      padding: 8px 10px 5px;
      font-size: 16px;
  }
}
@media all and (min-width:768px) and (max-width:992px) {
  .timer-wrap h3{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .timer-wrap p {
    font-size: 18px;
    max-width: 200px;
    margin: auto;
  }
  .timer-demo > span {
    font-size: 11px;
  }
  .timer-demo > span > span {
    width: 60px;
    height: 40px;
    font-size: 30px;
    line-height:1;
    padding-top:8px;
  }
  .timer-demo {
   margin-bottom: 10px; 
  }
  .order-now-text {
      padding: 5px 6px 2px;
      font-size: 13px;
  }
}
@media all and (max-width:639px) {
  .banner-text {
  font-size:22px;
  margin-bottom: 0;

}
.banner-text span {
   font-size: 32px;
}
  .timer-wrap {
   padding: 10px 10px 5px; 
  }
  .timer-wrap h3{
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: nowrap;
  }
  .timer-wrap p {
    font-size: 18px;
    max-width: 200px;
    margin: auto;
  }
  .timer-demo > span {
    font-size: 11px;
  }
  .timer-demo > span > span {
    width: 60px;
    height: 40px;
    font-size: 30px;
    line-height:1;
    padding-top:8px;
  }
  .timer-demo {
   margin-bottom: 10px; 
  }
}
@media all and (max-width:479px) {
  .timer-wrap h3{
    font-size: 20px;
  }
  .timer-wrap p {
    font-size: 16px;
    max-width: 180px;
  }
  .timer-demo > span {
    font-size: 10px;
  }
  .timer-demo > span > span {
    width: 50px;
    height: 30px;
    font-size: 22px;
    line-height:1;
    padding-top:6px;
  }
  .timer-demo {
   margin-bottom: 10px; 
  }
  .order-now-text {
      padding: 5px 6px 2px;
      font-size: 13px;
    bottom:-28px;
  }
}