﻿#product-header-content-container {
    background: rgb(224,224,226);
    background: linear-gradient(90deg, rgba(224,224,226,1) 0%, rgba(239,239,239,1) 50%, rgba(235,235,238,1) 100%);
}
@media (min-width: 992px) {
    #product-header-content-container {
        height: 578px;
    }
    #product-header-content-image {
        width: 40%;
    }

    #product-header-content {
        width: 60%;
    }
}

    .product-header-title {
        color: rgba(67, 87, 105, 1);
        font-family: "Roboto Condensed", sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
    }

    .product-header-subtitle {
        color: #435769;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
    }

    .product-header-text {
        color: rgba(0, 0, 0, 0.8);
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
    }

    .product-header-btn {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

    .product-menu-title {
        color: rgba(0, 0, 0, 0.8);
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
    }

    .product-menu-container {
        padding-bottom: 40px;
    }

    .product-menu-item {
        border-top: none;
        border-bottom: none;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        line-height:30px;
        font-weight: 300;
        text-align: left;
    }

        .product-menu-item:hover {
            background-color: rgba(223, 234, 243, 1);
        }

        .product-menu-item.active {
            background-color: rgba(223, 234, 243, 1);
            color: black;
        }

[aria-expanded="true"] .product-menu.fa-chevron-right,
[aria-expanded="false"] .product-menu.fa-chevron-down {
    display: none;
}

    #product-tabs {
        border-bottom: 0;
    }

@media (min-width: 992px) {
    .product-tab {
        width: 272px;
    }
}
    .product-tab {
        background-color: rgba(229, 229, 229, 1);
        color: rgba(148, 148, 148, 1);
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-right: 8px;
        margin-bottom: 8px;
    }

        .product-tab:focus {
            border-style: none !important;
        }

        .product-tab.active {
            background-color: rgba(172, 198, 218, 1) !important;
            color: white !important;
        }

    .product-tab-title {
        color: rgba(67, 87, 105, 1);
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 16px;
    }

    .product-tab-panel {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 400;
        text-align: left;
    }


@media (min-width: 992px) {
    .product-table td, .product-table-bordered td {
        padding: 8px 12px;
    }

    .product-table th, .product-table-bordered th {
        padding: 8px 40px;
        font-size: 24px !important;
    }
}


    .product-table {
        border-spacing: 8px;
        border-collapse: separate;
        max-width: 1200px;
        table-layout: fixed;
    }

        .product-table td {
            font-size: 16px;
            font-weight: 400;
            text-align: center;
            vertical-align: middle;
            background-color: rgba(245, 245, 245, 1);
        }

        .product-table th {
            font-size: 16px;
            font-weight: 700;
            background-color: rgba(229, 173, 62, 1);
            color: white;
            text-align: center;
            vertical-align: middle;
        }

    .product-table-bordered {
        max-width: 1200px;
        table-layout: fixed;
    }


        .product-table-bordered td {
            font-size: 16px;
            font-weight: 400;
            text-align: center;
            vertical-align: middle;
            border-bottom-color: rgba(144, 144, 144, 1) !important;
            border-bottom-style: solid !important;
            border-bottom-width: 1px !important;
        }

        .product-table-bordered th {
            font-size: 16px;
            font-weight: 700;
            background-color: rgba(229, 173, 62, 1);
            color: white;
            text-align: center;
            vertical-align: middle;
        }

    .product-download-link {
        color: rgba(229, 173, 62, 1);
        font-size: 24px;
        font-weight: 700;
        text-align: left;
    }

        .product-download-link:hover {
            color: rgba(229, 173, 62, 0.8);
            text-decoration: none;
        }

