﻿.fw-light {
    font-weight: 300;
}

.mt-85{
    margin-top: 85px;
}

.product-item-title, .product-item-desc {
    color: #000;
}

.product-model-accordian-wrap {
    margin-top: 135px;
}

.hide-all-link:hover, .sh-all-link:hover {
    text-decoration: none;
    color: #27a78d;
}
/* Product Model */
.product-model-wrappper {
    padding: 103px 98px 0 147px;
    position: relative;
    margin-bottom: 5rem;
}

.diagonal-strip {
    position: absolute;
    right: 0px;
    top: -100px;
}
/* .product-model-title-desc-img-wrap{
    background: url(https://ghsitefinitytesting.blob.core.windows.net/airolite-cms-work/images/librariesprovider2/default-album/product-model/header-diagonal.jpg?sfvrsn=c0320cf9_2) no-repeat right -130px;
} */

.product-item-title-desc-wrap {
    padding-right: 100px;
}

.product-item-title {
    font: 150px 'Gotham-Condensed-Medium', sans-serif;
    margin-bottom: 35px;
}

.product-item-desc {
    font: 16px 'Gotham-Book', sans-serif;
    letter-spacing: 0.3px;
}

.product-item-img-wrap {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.product-model-accordian-title-wrap {
    margin-bottom: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.accordian-title, .product-model-title {
    font: 55px 'Gotham-Condensed-Medium', sans-serif;
}

.hide-all-link, .sh-all-link {
    font: 14px 'Gotham-Bold', sans-serif;
    color: #008375;
    margin-bottom: 5px;
}

.product-model-items-wrap tr td {
    font: 14px 'Gotham-Book', sans-serif;
    border-top: 0.5px solid #b0aeb0;
    border-bottom: 0.5px solid #b0aeb0;
}

.resource-accordian-item {
    font: 16px 'Gotham-Book', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-top: none; */
}

    .resource-accordian-item:hover {
        text-decoration: none;
        color: #000;
    }

.product-model-items-wrap tr td, .resource-accordian-item {
    color: #000;
    padding: 19px 0;
}

.product-model-accordian-wrap > .resource-accordian-items-wrap {
    border-top: 1px solid #b0aeb0;
}

    .product-model-accordian-wrap > .resource-accordian-items-wrap ~ .resource-accordian-items-wrap {
        border-top: none;
    }

.resource-accordian-item {
    border-bottom: 0.5px solid #b0aeb0;
}

.resource-accordian-items-wrap .collapse.show {
    border-bottom: 1px solid #b0aeb0;
}

a.resource-accordian-item[aria-expanded="false"] .fa-minus,
a.resource-accordian-item[aria-expanded="true"] .fa-plus {
    display: none;
}

.resource-accordian-item.active i {
    color: #37a68c;
}

.product-model-item-spec-wrap span {
    display: inline-block;
}

    .product-model-item-spec-wrap span:nth-child(1) {
        /*width: 45%;*/
    }

    .product-model-item-spec-wrap span:nth-child(2) {
        color: #666666;
    }

.resource-accordian-collapse-list {
    font: 14px 'Gotham-Book', sans-serif;
    font-weight: 600;
    list-style: none;
    padding: 20px 0px 20px 40px;
    margin: 0;
    /* border-bottom: 1px solid #b0aeb0; */
}

    .resource-accordian-collapse-list li {
        margin-bottom: 22px;
    }
        .resource-accordian-collapse-list li a {
            font: 14px 'Gotham-Book', sans-serif;
            font-weight: 600;
            color: #000
        }

    .dwg-icon {
        width: 25px;
        margin-left: 10px;
    }

.product-model-title-desc-wrap {
    margin-top: 100px;
}

.product-model-desc {
    font: 16px 'Gotham-Medium', sans-serif;
}

a.product-model-desc-link-text {
    color: #37a68c;
    text-transform: uppercase;
    text-decoration: underline;
}

    a.product-model-desc-link-text:hover {
        color: #37a68c;
    }
.sm-product-item-img {
    display: none;
}
.lg-product-item-img {
    display: block;
}

.groupname {
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform : uppercase;
}


.product-model-item-spec-wrap {
    max-width: 300px;
    min-width: 300px;
    padding-left: 20px !important;
}

@media (min-width: 1920px) {
    .product-item-title-desc-wrap {
        padding-right: 250px;
    }
    .product-model-item-spec-wrap {
        max-width: 500px;
        min-width: 400px;
        padding-left: 20px !important;
    }
}

@media (max-width: 767.99px) {
    .diagonal-strip {
        right: -70px;
        top: -75px;
        width: 350px;
    }
    .product-model-wrappper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .product-item-title-desc-wrap {
        padding: 0 !important;
    }
    .product-title-img-wrap {
        display: flex;
        align-items: baseline;
        gap: 30px;
    }
    .sm-product-item-img {
        display: block;
        width: 50%;
    }
    .lg-product-item-img {
        display: none;
    }
    .product-item-title{
        font-size: 120px;
    }
    .product-model-accordian-wrap {
        margin-top: 40px;
    }
    .product-model-title-desc-wrap{
        margin-top: 50px;
    }
    .product-model-item-spec-wrap {
        max-width: 400px;
        min-width: 150px;
        padding-left: 10px !important;
    }
}
