.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    z-index: 6
}

.table-scroll {
    position: relative;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 600px) {
    .table-scroll {
        position: relative;
        max-width: 100%;
        margin: auto;
        overflow-y: scroll;
    }

    .product-tab-style1 {
        margin: 0px 0 10px 0;
    }

    .th-btn {
        position: relative;
        z-index: 2;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block;
        border: none;
        text-transform: none;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        padding: 15px 15px;
        border-radius: 0;
    }

    .product-tab-style1 {
        flex-flow: wrap;
        gap: 5px;
        justify-content: center;
    }
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll th {
    background: #009e3d !important;
    color: #fff;
}

.team-card2 .team-title a {
    text-transform: capitalize;
}

.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    border: 1px solid #000;
    background: #fff;
    white-space: normal;
    vertical-align: top;
}

.table-scroll thead,
.table-scroll tfoot {
    background: #f9f9f9;
}

.widget_categories a::before {
    display: none;
}
