.section-product-table.section-grey {
    background: #F7F8FA;
}

.section-product-table.section-white {
    background: #FFFFFF;
}

/*.section-product-table .section-heading {*/
/*    text-align: left;*/
/*}*/

.section-product-table .section-heading .title {
    font-weight: 600;
    color: #AD3275;
    line-height: normal !important;
}

.section-product-table .section-heading .subtitle {
    font-size: 24px;
    font-weight: 300;
    margin-top: 15px;
}

.section-product-table .section-table {
    padding-top: 65px;
}

.section-product-table .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.section-product-table table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.section-product-table table th,
.section-product-table table td {
    font-size: 16px !important;
    padding: 12px 10px !important;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.section-product-table table td img {
    max-width: 120px;
    height: auto;
}

.section-product-table table th {
    min-width: 160px;
    font-weight: 600;
    color: #4D4948;
    background: #F7F8FA;
    border-top: 1px solid #DCDCDC;
}

.section-product-table table thead tr th:first-child {
    border-top-left-radius: 4px;
    border-left: 1px solid #DCDCDC;
}

.section-product-table table tbody tr td:first-child {
    border-left: 1px solid #DCDCDC;
}

.section-product-table table thead tr th:last-child{
    border-top-right-radius: 4px;
}

.section-product-table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
    border-bottom: 1px solid #DCDCDC;
}
.section-product-table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #DCDCDC;
}

.section-product-table table td {
    font-weight: 300;
    white-space: nowrap;
    border-bottom: 1px solid #DCDCDC;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-product-table table tr:hover td {
    background: #F7F8FA;
}

.section-product-table table td div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.section-product-table table td div strong {
    font-size: 18px;
    font-weight: 600;
}

.section-product-table table td div .button {
    padding: 8px 16px;
}

.section-product-table table td div .button span {
    font-size: 12px;
}

@media (max-width: 992px) {
    .section-product-table .section-table {
        padding-top: 45px;
    }

    .section-product-table .section-heading .subtitle {
        font-size: 24px;
    }
}