body button.dt-button {
    height: 52px;
}

body button.dt-button,
body button.dt-button:hover:not(.disabled),
body button.dt-button:focus:not(.disabled) {
    border: 0;
    background: var(--bg-secondary);
    margin: 0;
    text-shadow: none;
}

body button.dt-button:hover {
    box-shadow: inset 0 0 200px rgb(10 15 47 / 3%);
}

body button.dt-button:active:not(.disabled),
body button.dt-button:active:not(.disabled):hover:not(.disabled) {
    background: var(--bg-secondary);
    box-shadow: inset 0 0 200px rgb(10 15 47 / 12%);
}

#productos_table_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#productos_table_wrapper .dt-buttons {
    width: max-content;
    display: flex;
    gap: 6px;
}

#productos_table_filter {
    width: 100%;
    text-align: left;
    margin-top: 21px;
    padding-top: 7px;
    border-top: 1px solid #e8e8eb;
}

#categoria_selector {
    margin-bottom: 20px;
}

body .dataTables_wrapper .dataTables_filter input{
    margin-left: 0;
    box-sizing: border-box;
}

.page-id-4984 .main-page-wrapper>.container {
    max-width: none;
}

table#productos_table{
    width: 100% !important;
    margin-top: 36px;
}

#productos_table_filter label{
    line-height: 36px;
}

#productos_table tr td:nth-child(5){
    background: #0071dc !important;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    font-family: 'TT Fors Medium';
}

table.dataTable thead th, table.dataTable thead td{
    font-size: 12px;
    font-family: 'TT Fors Medium';
    font-weight: normal;
    letter-spacing: calc(1px / 3);
    min-width: 105px;
}