.tmew-waste-catalog-filters{
    margin-bottom: 50px;
}

/* Filter */

.tmew-screen-reader-text{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.tmew-filter-all{
    border: 2px solid var(--e-global-color-primary) !important;
    border-radius: 10px !important;
    padding: 10px 25px !important;
    font-size: 18px;
    color: var(--e-global-color-text);
}

.tmew-filter-reset{
    margin-left: 25px;
    border: 2px solid var(--e-global-color-primary) !important;
    border-radius: 25px !important;
    padding: 10px 50px !important;
    background: none !important;
    color: var(--e-global-color-primary) !important;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--e-global-typography-accent-font-family);
}

.tmew-filter-reset:hover{
    transform: scale(.8);
    color: var(--e-global-color-primary);
}

.tmew-waste-count{
    font-family: var(--e-global-typography-text-font-family);
    color: var(--e-global-color-accent);
    font-size: 14px;
}

/* Table */

.tmew-waste-catalog-section.is-sticky .tmew-waste-table thead th{
    position: sticky;
    top: 0;
    z-index: 2;
    background: #FFFFFF;
}

.tmew-waste-catalog-section.is-scroll .tmew-waste-catalog-tablewrap{
    overflow: auto;
}

.tmew-waste-table{
    border: 2px solid var(--e-global-color-primary);
}

.tmew-waste-table thead{
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 20px;
    color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
}

.tmew-waste-table tbody{
    font-family: var(--e-global-typography-text-font-family);
    font-size: 18px;
}

.tmew-waste-table th,
.tmew-waste-table td{
    padding: 10px !important;
    vertical-align: top;
    border: 1px solid var(--e-global-color-primary);
}

.tmew-wc-center{
    text-align:center;
    white-space:nowrap;
}

.tmew-waste-catalog-row:nth-child(even) {
    background-color: rgba(1,146,112,0);
}

.tmew-waste-catalog-row:nth-child(odd) {
    background-color: rgba(153,209,64,0);
}