/* ovencooker oven_ex */
#contTop .features .red{
  color: #ff3333;
}
#contTop .features .orange{
  color: orange;
}
#contTop .features .bold{
  font-weight: bold;
}
#contTop .features .d-flex{
  display: flex;
  margin: 10px 0;
}
#contTop .features .justify_content-space-around{
  justify-content: space-around;
}
#contTop .features .text-nowrap{
  white-space: nowrap;
}
#contTop .features>.ovencooker_description{
  background-color: #fff;
  margin: 15px 25px;
  padding:5px 10px;
}
#contTop .features>.ovencooker_description h6{
  font-size: 1.2em;
}
#contTop .features>.ovencooker_description h6:before{
  content: "";
  left: 0;
  font-size: 1.2em;
}
#contTop .features>.ovencooker_description p{
  margin: 0;
  padding-left: 1.2em;
}

/* ovencooker */
#contTop .ovencooker>.ovencooker_description{
  border:3px solid #FBD395;
}
#contTop .ovencooker>div h6:before{
  color: #F0863A;
}

/* oven-ex */
#contTop .oven_ex>.ovencooker_description{
  border:3px solid #E77B20;
}

#contTop .oven_ex>.ovencooker_description h6:before{
  color: #ff3333;
}