section.ecommhomeproducts_content {
    margin-top: 50px;
    overflow: hidden;
}
section.ecommhomeproducts_content .type_tabs .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0px 40px;
}

section.ecommhomeproducts_content .type_tabs .tabs > li {
    border-bottom: 2px solid transparent;
    cursor: pointer;
    padding: 0px 0px;
    margin: 0px 45px;
    color: #559CA1;
}

section.ecommhomeproducts_content .type_tabs .tabs > li .h2 {
    font-size: 18px;
    font-weight: 100;
    color: black;
}

section.ecommhomeproducts_content .type_tabs .tabs > li.active .h2 {
    font-weight: bold;
    color: #559ca1;
}
section.ecommhomeproducts_content .type_tabs .tabs > li.active {
    border-bottom: 4px solid #559CA1;
}
section.ecommhomeproducts_content .tabs_content .tabs_content_item:not(.active) {
    display: none;
}