.main {
    margin-top: 90px;
}
.product-category {
    height: 80px;
    line-height: 60px;
    background: linear-gradient(rgb(0, 32, 26), rgb(0, 30, 24));
}

.product-name {
    height: 115px;
}

.foot-crumb {
    padding: 10px 0 0 0;
    margin: 0;
    line-height: 1;
}

.foot-crumb li {
    display: inline-block;
    font-size: 1em;
    color: #FFF;
    font-weight: 200;
}

.foot-crumb li::after {
    content: '\e900';
    font-family: 'icomoon';
    font-size: 1em;
    color: #999;
    vertical-align: middle;
}

.foot-crumb li a {
    color: gold;
    font-weight: 700;
}

.category-text {
    height: 100%;
    padding: 0 5%;
    position: relative;
}

.category-text h2 a {
    color: gold;
}

.product-category h3 {
    font-size: 2em;
    line-height: 2em;
    position: absolute;
    color: white;
}

.product-category h2 {
    padding: 0;
    margin-top: -0.6em;
    font-size: 1.1em;
    font-weight: normal;
    color: white;
}

.product-category h1 {
    font-size: 2em;
    line-height: 2em;
    color: white;
}

.product-category-intro {
    padding: 3em 5% 5em;
    font-size: 1.2em;
}

.product-category-list {
    width: 66%;
    padding: 2em 5%;
}

.other-title:hover h3 {
    font-weight: 700;
}

.category-list-item {
    padding: 0px 1em 3em;
}

.border-green {
    border: 2px solid #dee1e6;
    /* border-radius: 5px; */
    padding: .7em;
}

.product-category-list h3 {
    position: relative;
    font-size: 1.7em;
}

.temp-margin {
    height: 70px;
}

/* .product-category-list h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -0.5em;
    height: 100%;
    width: 4px;
    border-radius: 2px;
    background: #75a99c;
} */

.list-item-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    vertical-align: middle;
}

.list-item-img-fluacce {
    padding-bottom: 75% !important;
}

.list-item-img-software {
    padding-bottom: 60% !important;
}

.h-3em {
    height: 3em;
}

.list-item-img-micro {
    padding-bottom: 105% !important;
}

.list-item-img img {
    position: absolute;
    float: none;
    width: 100%;
    height: auto;
    top: 0;
    object-fit: cover;
    transition: all, .3s;
}

.list-item-img:hover img {
    transform: scale(1.01);
}

.category-list-item h2 {
    font-size: 2vw;
    line-height: 1.5;
    font-weight: 400;
    padding: 0;
    margin: 5px 0;
}

.category-list-item h2 a {
    color: #03ae96;
}

.category-list-item h2:hover a {
    color: #029985;
}

.subtitle {
    display: block;
    font-size: 0.8em;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
    padding: 0;
    margin: 0;
    color: #999 !important;
}

.category-list-item h2:hover .subtitle {
    color: #666 !important;
}

.list-item-description {
    font-weight: 200;
}