﻿
.bb-card-wrap {
    height: 100%;
    padding: 0 15px;
    display: block;
    color: #000;
}
    .bb-card-wrap:hover {
        text-decoration: none;
        color: #000;
    }
.bb-card-img-title-wrap {
    position: relative;
}

    .bb-card-img-title-wrap img {
        width: 100%;
    }

.bb-card-title-wrap {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.45);
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 22px 32px;
    border-bottom: 10px solid #97cb4e;
}

    .bb-card-title-wrap .bb-card-title {
        color: #fff;
        text-transform: uppercase;
        font: 4.063em 'Gotham-Condensed-Medium', sans-serif;
        margin: 0;
    }

.bb-card-desc {
    margin: 10px 0 80px 0;
    font: 1em 'Gotham-Book', sans-serif;
}


/*Color Card*/
.pms-375 {
    background-color: #9BC83C;
}

    .pms-375:hover {
        background-color: #9BC83CD9;
    }

.pms-326 {
    background-color: #42B1A8;
}

    .pms-326:hover {
        background-color: #42B1A8D9;
    }

.pms-356 {
    background-color: #2E7940;
}

    .pms-356:hover {
        background-color: #2E7940D9;
    }

.pms-361 {
    background-color: #54AF47;
}

    .pms-361:hover {
        background-color: #54AF47D9;
    }

.pms-327 {
    background-color: #358874;
}

    .pms-327:hover {
        background-color: #358874D9;
    }

.bg-light-green {
    background-color: #8bca4f;
}

.bg-light-blue {
    background-color: #42b1a8;
}

.colors-card-section {
    padding: 0 4px;
    margin: 60px 4px 20px 4px;
    display: block;
    height: calc(100% - 85px);
}

    .colors-card-section:hover {
        text-decoration: none;
    }

.colors-card-wrap {
    padding: 45px 16px 45px 36px;
}

.colors-card-title {
    font: 90px 'Gotham-Condensed-Medium', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.colors-card-img {
    width: 210px;
    margin-top: -110px;
    float: right;
}
#productRightContent{
    margin-top: 3rem;
}

.product-grid-2-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.colors-card-desc {
    font: 1em 'Gotham-Book', sans-serif;
    color: #fff;
    letter-spacing: 0.3px;
    word-spacing: 0.3px;
    font-weight: 400;
    margin: 7px 0 0;
}
.colors-card-wrap.colors-card-with-desc-wrap {
    padding: 45px 16px 22px 36px;
}





/*Responsive CSS*/
@media (min-width: 1920px) {
    .bb-card-title-wrap .bb-card-title {
        font-size: 5.375em
    }
    .bb-card-desc{
        font-size: 1em
    }
    .product-item-title-desc-wrap {
        padding-right: 250px;
    }
}

@media (max-width: 992px) {
    .colors-card-wrap, .colors-card-wrap.colors-card-with-desc-wrap {
        padding: 45px 16px 25px 16px;
    }
    .colors-card-title {
        font-size: 66px;
        margin-top: 10px
    }

    .colors-card-img {
        width: 135px;
        float: none;
        margin-top: -110px;
    }

    .colors-card-wrap {
        text-align: center;
    }

    .colors-card-section {
        margin-top: 80px;
    }
}
@media (max-width: 767.99px) {

    .bb-card-title-wrap {
        padding: 20px;
        height: auto;
    }
}

/*Product Model */
.fw-light {
    font-weight: 300;
}

.product-item-title, .product-item-desc {
    color: #000;
}

.product-model-accordian-wrap {
    margin-top: 100px;
}

.hide-all-link:hover {
    text-decoration: none;
    color: #27a78d;
}


/* Product Model */
.product-model-wrappper {
    padding: 130px 180px 0 180px;
    position: relative;
    margin-bottom: 5rem;
}

.diagonal-strip {
    position: absolute;
    right: 0px;
    top: -100px;
}

.product-item-title-desc-wrap {
    padding-right: 100px;
}

.product-item-title {
    font: 150px 'Gotham-Condensed-Medium', sans-serif;
}

.product-item-desc {
    font: 16px 'Gotham-Book', sans-serif;
}

.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 {
    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;
}

    .resource-accordian-collapse-list li {
        margin-bottom: 22px;
    }

.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;
    }

/*Product Details CSS*/
.fw-light {
    font-weight: 300;
}

.product-item-title, .product-item-desc {
    color: #000;
}

.product-model-accordian-wrap {
    margin-top: 100px;
}

.hide-all-link:hover {
    text-decoration: none;
    color: #27a78d;
}

.section-desc p {
    font: 1em 'Gotham-Book', sans-serif;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    word-spacing: 0.3px;
    line-height: 1.1em;
}

