.mod-featured-category .section-title{
	text-align: center;
}
.mod-featured-category .section-title h3{
	font-size: 25px;
}

.mod-featured-category .featured-box {
  overflow: hidden;
  margin: 0 0 20px;
}

.mod-featured-category .featured-box .icon {
  font-size: 35px;
  line-height: 37px;
  color: #39f;
  padding: 7px;
  width: 84px;
  height: 84px;
  background: #fff;
  margin: 0 auto -38px;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 100%;
  text-align: center;
}


.mod-featured-category .overlay::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.mod-featured-category .featured-box .icon .border {
  width: 73px;
  height: 74px;
  display: block;
  padding: 20px 10px 10px;
  border: 1px solid #39f;
  border-radius: 100%;
}

.mod-featured-category .featured-box .icon img{
 width: 50px;
 height: 50px;
 margin-top: -10px;

}
.mod-featured-category .featured-box .img-holder {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.mod-featured-category .featured-box .img-holder:before {
  z-index: 0;
}

.mod-featured-category .featured-box .img-holder .over {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.mod-featured-category .featured-box .category-name {
  color: #fff;
  margin: 0 0 10px;
  font-size: 20px;
  padding-top: 30px;
}

.mod-featured-category .featured-box p {
  margin: 0;
}

.mod-featured-category .featured-box .btn-action {
  font-size: 14px;
  display: block;
  padding: 10px 10px;
  background: #ffb300;
  color: #fff;
}

.mod-featured-category .featured-box .btn-action:hover {
  background: #29b6f6;
}


/* --- Style 02 ---- */


.mod-featured-category .featured-box-2 {
 
  border-radius: 3px;
  display: block;
  position: relative;
  padding: 10px;
  text-align: center;
  background: #f1f7ff;
  margin-bottom: 20px;
}

.mod-featured-category .featured-box-2 .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #a9daf2;
  margin: 6px auto;
  padding: 10px 12px;
  font-size: 40px;
  line-height: 1.2;
  color: #444;
}
.mod-featured-category .featured-box-2 .category-name{
  color: #444;
  font-size: 13px;
  font-weight: 600;
}
.mod-featured-category .featured-box-2 .total-product{
  position: absolute;
  top: 5px;
  left: 10px;
  background: antiquewhite;
  padding: 1px 10px;
  border-radius: 30px;
  color: #444;
  font-size: 12px;
  line-height: 18px;
}