.filters select.form-control{
    font-family: Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    display: block;
    width: 100%;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #334155;
    border: 1px solid #dfe3ea;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /*padding: 0.25rem 2.25rem 0.25rem 0.5rem;*/
    /*font-size: .875rem;*/
    /*border-radius: 0.25rem;*/
}

/*.filters .select2-container--krajee-bs5 .select2-selection--single{*/
/*    padding: 0.25rem 2.25rem 0.25rem 0.5rem;*/
/*    font-size: .875rem;*/
/*}*/
/*.filters .select2-container .select2-selection--single{*/
/*    height: auto;*/
/*}*/
/*.kv-panel-before{*/
/*    padding: 4px;*/
/*}*/

.kv-panel-after{
    display: none;
}
.kv-table-header {
    background: #ffffff;
}
.table-bordered > thead.kv-table-header > tr, .table-bordered > thead.kv-table-header > tr > th, .table-bordered > thead.kv-table-header > tr > td, .kv-table-header > tr, .kv-table-header > tr > th, .kv-table-header > tr > td{
    border-bottom: 1px solid;
    border-color: var(--bs-table-border-color);
}
/*.kv-table-header th, .kv-table-header .filters td{*/
/*    padding: 4px 12px;*/
/*}*/

.hero-static{
    background: #fafafa !important;
}

#pencarian-product{
    position: relative;
}
#pencarian-product .field input,
#pencarian-product .field input:focus,
#pencarian-product .field input:hover
{
    border: 0 !important;
    outline: none;
}

#pencarian-product #hasil-pencarian {
    position: absolute;
    top: 56px;
    width: 100%;
    background: #ffffff;
    font-size: 12px;
    max-height: 200px;
    overflow-y: auto;
}
.product{
    cursor: pointer;
    color: #232323;;
}

.product:hover,
.product:focus
{
    /*outline: 1px solid #000000;*/
    background: #f3f3f3;
}