
/* OFFERS COUNTDOWN */

.offers_countdown{
    background-color: #f1f1f1;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px #0000004f;
    border-bottom: 1px white solid;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0px;
    background-size: 100% auto;
}
.offers_countdown .offer_container{
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
    width: 1400px;
}
.offers_countdown .ends{

    color: white;
    margin-top: 3px;
    margin-right: 11px;
}
.offers_countdown .left_ends{
  display: inline-block;
  margin-left: 4px;
}
.offers_countdown .ic_offer{
  margin-right: 10px;
    max-width: 656px;
    max-height: 80px;
}
.offers_countdown .info{
  width: calc(100% - 510px);
}
.offers_countdown .info .title{
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 900;
    color: #f31b00;
    }
.offers_countdown .info .hint{color: #f31b00;}
.offers_countdown .countdown{
    display: flex;
    align-items: center;
    justify-content: center;
}
.offers_countdown .countdown .item{
    display: inline-block;
    font-size: 1.7rem;
    text-align: center;
    padding: 0 20px 0 0px;
    font-weight: 900;
    color: #ffd570;
    }
.offers_countdown .countdown .item .displayformat{
    display: inline-block;
    font-size: 0.875rem;
    /* margin-top: 10px; */
    font-weight: 300;
    margin-left: 8px;
    color: white;
    }
.offers_countdown .countdowntimer{
  color: white;
}
.offers_countdown .close{
  font-size: 1.4rem;
      width: 38px;
      height: 38px;
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: calc(50% - 11px);
      /* border: 3px #a0a0a0 solid; */
      text-align: center;
      /* border-radius: 20px; */
      color: #ffffff;
}
.offers_countdown .more{
  background-color: #ffd570;
  color: #de1b3e;
  padding: 15px 30px;
  border-radius: 55px;
  margin-left: 15px;
  cursor: pointer;
}
.offers_countdown .more .icon-right{
  margin-left: 4px;
}
@media only screen and (max-width: 1500px) {
  .offers_countdown > .offer_container{
     zoom: 0.96;
     -moz-transform: scale(0.96);
     -webkit-transform: scale(0.96);
  }
}
@media only screen and (max-width: 1400px) {
  .offers_countdown > .offer_container{
     zoom: 0.95;
     -moz-transform: scale(0.95);
     -webkit-transform: scale(0.95);
  }
}
@media only screen and (max-width: 1300px) {
  .offers_countdown > .offer_container{
     zoom: 0.89;
     -moz-transform: scale(0.89);
     -webkit-transform: scale(0.89);
  }
}
@media only screen and (max-width: 1200px) {
  .offers_countdown > .offer_container{
     zoom: 0.80;
     -moz-transform: scale(0.80);
     -webkit-transform: scale(0.80);
  }
}

@media only screen and (max-width: 1150px) {

  .offers_countdown > .offer_container{
    flex-wrap: wrap;
    zoom: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .offers_countdown > .offer_container{
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .offers_countdown > .offer_container{
     zoom: 0.95;
     -moz-transform: scale(0.85);
     -webkit-transform: scale(0.85);
  }
}
@media only screen and (max-width: 640px) {
    .offers_countdown > .offer_container{
       zoom: 0.80;
       -moz-transform: scale(0.80);
       -webkit-transform: scale(0.80);
    }
}
@media only screen and (max-width: 500px) {
    .offers_countdown > .offer_container{
       zoom: 1;
       -moz-transform: scale(1);
       -webkit-transform: scale(1);
       width: 100%;
    }
    .offers_countdown .ic_offer{
      width: 100%;
    }
    .offers_countdown > .offer_container .countdown  *{
      font-size: 0.85rem!important;
    }
    .offers_countdown > .offer_container .countdown .item{
        padding: 0 8px 0 0px;
    }
    .offers_countdown > .offer_container .countdown .displayformat{
      margin-left: 2px;
    }
    .offers_countdown .more{
      padding: 8px 80px;
      margin-left: 15px;
      font-size: 0.85rem;
      margin-top: 10px;
    }
    .offers_countdown .close{
      top: 10px;
      right: 10px;
    }
    .offers_countdown{
    background-size: cover;
    }
}
/* OFFERS BACK */
.offers_countdown{
  background-color: white;
}

.offers_countdown .more{
  background-color: #ffba18;
  color: black;
  border-radius: 45px;
  border-top: 1px #ffffff75 solid;
  border-left: 1px #ffffff52 solid;
  box-shadow: 0px 0px 8px black;
}
.offers_countdown .countdown .item{
    color: white;
}
.offers_countdown .countdown .item .displayformat{
    color: white;
}
.offers_countdown .ends{
    color: white;
}
/*  */
