





/*=========================================================
	INTRO IMAGEN PRINCIPAL 3
===========================================================*/

#hot-deal-7.section {
  padding: 60px 0px;
  margin: 30px 0px;
  background-color: #E4E7ED;
  background-image: url('../categorias/regalos-dia-de-la-madre.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hot-deal-7 {
  text-align: center;
}

.hot-deal-7 .hot-deal-countdown {
  margin-bottom: 30px;
}

.hot-deal-7 .hot-deal-countdown>li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #D10024e6;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
}

.hot-deal-7 .hot-deal-countdown>li>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hot-deal-7 .hot-deal-countdown>li>div h3 {
  color: #FFF;
  margin-bottom: 0px;
}

.hot-deal-7 .hot-deal-countdown>li>div span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
}

.hot-deal-7 p {
  text-transform: uppercase;
  font-size: 24px;
}

.hot-deal-7 .cta-btn {
  margin-top: 15px;
}

