﻿/*
Theme Name: Divi Child 
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.3.1715759147
Updated: 2024-05-15 07:45:47

*/
#et-secondary-menu{
    display: none !important;
}
.et_pb_column_3_5 .et_pb_text_align_left{
    display: none;
}
div#manufacturerdiv {
    display: none !important;
}

.resources_documents_heading {
    font-weight: 700;
    font-size: 20px;
    color: #000000 !important
}

.single-product .et_pb_title_featured_container .et_pb_image_wrap {
    text-align: center;
}

.single-product .et_pb_title_featured_container img {
    width: auto; 
}
.single-product .single-product-resources table tr td a {
    color: #222222;
    text-decoration: underline;
    padding: 5px 10px;
}

.manufacturers,.categories {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}

.manufacturers .manufacturer,.categories .category {
    flex: 0 0 32.3%;
    box-shadow: 0px 0px 10px #ddd;
 /* padding: 14px 18px; */
    border-radius: 5px;
}
.manufacturer a {
    display: block;
    padding: 14px 18px;
}
.manufacturers .manufacturer img {
    max-height: 50px;
    object-fit: contain;
}

.manufacturers .manufacturer a,.categories .category a {
    color: #919191;
}

.manufacturers .manufacturer a span,.categories .category a span {
    font-size: 13px;
    display: block;
    line-height: 8px;
}
.manufacturers h5{
    width: 100%;
}
.parent-category{
    flex:0 0 100% !important;
    text-align: center;
    font-weight: 700;
}
.single-product-features .row table {
    width: 100%;
    text-align: left;
}
.single-product-features .row table tr>th {
    padding: 1rem 1rem 1rem 0;
    width: 33%;
    font-size: 1rem;
    vertical-align: top;
}
.single-product-features table.sub-features th {
    width: 100% !important;
}
.single-product-features .row {
    border-bottom: 1px solid #dedede;
}
.single-product-features .row:last-child {
    border-bottom: 0px solid;
}
table.sub-features tr:first-child {
    border-top: 0;
}
table.sub-features tr {
    border-top: 1px solid #dedede;
    display: flex;
    align-items: center;
}
.check_T {
    background-image: url(404.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75rem;
    border: 1px solid #008294;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
}
.check_F {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 1px solid;
}
.applications_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 10px;
}
.applications_list h2 {
    padding-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .manufacturers .manufacturer,.categories .category {
        flex: 0 0 31.2%;
    }
}

@media screen and (max-width: 767px) {
    .manufacturers .manufacturer,.categories .category {
        flex: 0 0 100%;
    }
}


@media screen and (max-width: 640px) {
    .applications_main {
        grid-template-columns: 1fr !important;
    }
}