/* c3_children carmo 1.5.4 */
.subproduct_name{
  min-height: unset !important;
}
.categoryListBoxContents > a{height: unset !important;}


.subcategory_list{display: inline-grid;}

.categoryListBoxContents{display: contents !important;}

.categoryListBoxContents a:hover{color: #ff6600 !important;}


.categoryListBoxContents a{
  height: fit-content !important;
  padding: 5px 10px 5px !important;
  font-size: 1.0rem !important;
  font-weight: bold !important;

}
.subproduct_name img{
    display: none !important;
}
.subproduct_name{
  float:left !important;
  display: -webkit-box !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;  
  -webkit-line-clamp: 1 !important;
}
a:hover div.subproduct_name{
    color: #ff6600 !important;
}

