.imgFlex {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.imgFlex img {
    margin: 32px;
}

.wrap {
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0px 1px 0px 2px #E9E9E9;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 64px;
}

.wrap>ul {
    margin-bottom: 32px;
}

.detailsWrap.pt0 {
    padding-top: 0;
}

.brandTab {
    justify-content: center;
}

.brandItem {
    align-items: center;
    background: #E9E9E9;
    border: 1px solid #E9E9E9;
    height: 96px;
    justify-content: center;
    padding: 8px 16px;
    width: 259px;
    transition: background-color .3s ease-in-out;
}

.brandItem:first-child {
    border-top-left-radius: 8px;
}

.brandItem:last-child {
    border-top-right-radius: 8px;
}

.brandItem:hover,
.brandItem.active {
    background-color: #FFF;
    cursor: pointer;
}

.brandItem img {
    max-height: 80px;
    max-width: 227px;
}

.categoryItem {
    align-items: center;
    border: 1px solid #E4312A;
    color: #E4312A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.005em;
    line-height: 22px;
    max-width: 203px;
    padding: 8px 16px;
    text-align: center;
    transition: background-color .3s ease-in-out;
    width: 100%;
}

.categoryItem:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.categoryItem:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.categoryItem:hover,
.categoryItem.active {
    background-color: #E4312A;
    color: #FFF;
    cursor: pointer;
}

.subCategory {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.subCategoryItem {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 16px 16px;
    width: 240px;
}

.subCategoryItem>*:not(:last-child) {
    margin: 8px 0;
}

.subCategoryItem img {
    height: auto;
    transition: transform .2s;
    width: 100%;
}

.subCategoryItem img:hover {
    transform: scale(1.05);
}

.actionSubCategory a {
    margin: 8px 0;
}

.detailsWrap {
    padding-top: 95px;
}

.detailsWrap .pt0 {
    padding-top: 0;
}

.detailsWrap h2 {
    margin-bottom: 20px;
}

.productList {
    flex-wrap: wrap;
    justify-content: center;
}

#dustMonitoring {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

#flowMonitoring,
#mercury,
#flameMonitor,
#furnaceCamera,
#ignition,
#directExtractive,
#inSitu,
#dilution,
#aqmsProduct {
    display: none;
}

.productText {
    flex-direction: column;
    padding: 0 16px 16px;
}

.productText>.productType {
    color: #999999;
    font-size: 14px;
    margin-bottom: 16px;
}

.card {
    align-items: start;
    border-radius: 8px !important;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    justify-content: start !important;
    margin: 12px;
}

.card>strong {
    text-align: left;
}

.card.productItem {
    width: 300px;
}

.card.productItem>img {
    height: auto;
    margin-bottom: 16px;
    max-width: 100%;
    transition: transform .2s;
    width: 300px;
}

.card.productItem>img:hover {
    transform: scale(1.05);
    z-index: 99;
}

.productBenefits>li:not(:last-child) {
    margin-bottom: 8px;
}

.productName {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.labelPin {
    background: #FFF;
    border: 1px solid #E4312A;
    border-radius: 4px;
    color: #E4312A;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 18px;
    padding: 2px 6px;
}

@media screen and (max-width: 1024px) {
    .card {
        border-radius: 16px !important;
    }

    .card.productItem {
        width: 350px;
    }

    .card.productItem img {
        width: 100%;
    }

    .labelPin {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        padding: 32px;
    }

    .wrap>ul {
        margin-bottom: 16px;
    }

    .brandItem {
        height: 56px;
        width: 160px;
    }

    .brandItem img {
        max-height: 100%;
        max-width: 100%;
    }

    .card.productItem {
        width: 300px;
    }

    .subCategory {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 414px) {
    .wrap>ul {
        margin-bottom: 16px;
    }

    .wrap h2 {
        font-size: 18px;
    }

    .categoryItem:first-child {
        border-radius: 8px 8px 0 0;
    }

    .categoryItem:last-child {
        border-radius: 0 0 8px 8px;
    }

    .subCategoryItem {
        margin-bottom: 32px;
    }

    .brandItem {
        height: 52px;
        width: 120px;
    }
}

@media screen and (max-width: 375px) {
    #details>h2 {
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .brandItem {
        height: 48px;
        width: 120px;
    }

    .brandItem img {
        max-height: 100%;
        max-width: 100%;
    }
}