


@media screen and (min-width: 980px) {
.product-table-wrapper table td.column-line, .product-table-wrapper table th.column-line {
    display: none !important
}

    .product-table-wrapper table tr,
    .product-table-wrapper table th {
        font-family: "Open Sans Regular" !important;
        padding-bottom: 0.1rem;
        font-size: 20px !important;
        text-align: left;
        border-bottom: solid 2px #000;
        vertical-align: middle;
        font-weight: bold;
    }

    .product-table-wrapper table th {
        border-bottom: none !important;
    }

    .product-table-wrapper table tr {
        display: grid;
        border-bottom: solid 2px #000 !important;
    }

    .product-table-wrapper table thead {
        border-bottom: solid 2px #000;
    }

    .product-table-wrapper table thead tr {
        grid-template-columns: 20% 29% 26% 20% 0% !important;
        grid-template-rows: 1fr;
    }

    .product-table-wrapper table tbody tr {
        grid-template-columns: 20% 30% 30% 20% 0% !important;
    }
    .product-table-wrapper table td{
        font-family: 'Montserrat' !important;
        font-size: 22px !important;
        text-align: center !important;
        font-weight: 600 !important;
    }
 
    .product-table .price-number, 
    .product-table span.currency {
        font-family: 'Montserrat Bold' !important;
        font-size: 22px !important;
        text-align: center !important;
        font-weight: bold !important;
    }

    .product-table-wrapper table td:first-of-type {
        text-align: left !important;
    }
.product-table-wrapper table td.column-button .cbutton .button{
    max-width: 50%;
    width: 100%;
    min-width: 175px;
}

}

@media screen and (max-width: 980px) {
    .product-table-wrapper table td.column-line, .product-table-wrapper table th.column-line {
        display: none !important;
    }
    
.intermedia-page-container .products-table td .more-details {
    display: block;
}
    
    .product-table-wrapper table td.column-line {
        display: none !important;
        line-height: 22px !important;
    }
    
.product-table table div.price-wrapper div.monthly-average span.currency {
        font-family: "Montserrat Bold" !important;
        font-size: 24px !important;
        line-height: 1em;
        font-weight: bolder !important;
    }

    
    .product-table-wrapper table thead tr,
    .product-table-wrapper table tr th {
        border-bottom: none !important;
    }

.product-table-wrapper table tbody tr {
    border-bottom: 1px solid #000 !important;

}
.product-table-wrapper table tbody tr td{
    padding-bottom: 0.1rem !important;
    padding-top: 0.5rem !important;
    font-family: 'Open Sans Regular' !important;
    font-weight:100 !important;
    font-size: 18px !important;
    line-height: 20px;
    text-align: center;
    align-items: revert;
    place-content: center;
    justify-self: center;
}
.product-table-wrapper table tbody tr td:first-child{
    text-align: left;
    align-items: revert;
    place-content: center;
    justify-self: left;
}
    .product-table-wrapper table thead {
        border-bottom: solid 2px #000;
    }

    .product-table-wrapper table th, 
    .products-table.adamoProductsTable table th, 
    .product-table-wrapper table tr {
        border-bottom: none !important;
    }

    .product-table-wrapper table tr,
    .product-table-wrapper table th {
        font-family: "Open Sans Regular" !important;
        padding-bottom: 0.1rem;
        font-size: 14px !important;
        text-align: left;
        border-bottom: solid 2px #000;
        vertical-align: middle;
        font-weight: bold;
    }
  .product-table-wrapper table thead tr {
        grid-template-columns: 16% 27% 32% 32% 9% !important;
        grid-template-rows: 1fr;
    }

    .product-table-wrapper table tbody tr {
        grid-template-columns: 14% 29% 40% 20% 0% !important;
        vertical-align: middle;
    }
.products-table td .button {
        display: block;
        visibility: hidden;
        border-radius: 4px;
        border: 2px solid #43AA00;
    }
    .products-table td .button::before {
        content: '>';
        font-size: 20px;
        color: #43AA00;
        display: block;
        visibility: visible;
        border: aliceblue;
        border-radius: 4px;
        width: 65px;
        border: 2px solid #43AA00;
        text-align: center;
        margin-left: -4%;
        margin-right: auto;
    }
.product-table .price-number, 
.product-table span.currency {
        font-family: 'Montserrat Bold' !important;
        font-size: 24px !important;
        line-height: 1em;
        font-weight: bolder !important;
}
}
@media screen and (max-width: 980px) {
.product-table-wrapper table td {
      display: block !important;
      line-height: 30px;
    }
      
    .products-table td .button {
    margin-left: auto;
    margin-right:auto;
    }

      
        .product-table {
            overflow-x: auto;
            width: 100%;
            margin-top: 0px !important;
            padding-top: 0px;
        }

        .product-table-wrapper {
            width: 600px;
            /* Adjust this based on the number of columns you have */
            padding-top: 0px;
            margin-top: 0px !important;
        }

        .product-table-wrapper table {
            width: 100%;
            table-layout: fixed;
            /* Ensures columns don't shrink smaller than their content */
        }

        .product-table-wrapper table th, .product-table-wrapper table td {
            /* width: 200px; */
            /* max-width: 200px; */
            /* white-space: nowrap; */
            /* Prevents text wrapping */
            /* overflow: hidden; */
            /* text-overflow: ellipsis; */
            font-family: "Open Sans Bold", sans-serif;
            padding-bottom: 1rem;
            font-size: 16px !important;
        }
#content section:nth-child(5) .product-table-wrapper table tbody tr{
            display: grid;
            width: 100%;
            max-width: 600px;
            /* Matches the width set for .product-table-wrapper */
            grid-template-columns: 15% 20% 10% 25% 10%;
}
#content section:nth-child(5) .product-table-wrapper table thead tr{
            display: grid;
            width: 100%;
            max-width: 600px;
            /* Matches the width set for .product-table-wrapper */
            grid-template-columns: 15% 20% 8% 9% 0%;
}
.product-table-wrapper table tr {
            display: grid;
            width: 100%;
            max-width: 600px;
            /* Matches the width set for .product-table-wrapper */
            grid-template-columns: 15% 22% 42% 26% 10%;
        }
}