@media (max-width: 576px) {
    #showCategories{
        display: block !important;
    }
    #information-results{
        display: block;
        margin-top: 5%;
        text-align: start;
    }
    .category-title{
        margin-top: 3%;
    }
    #categories{
        display: none !important;
    }
    #filter-select{
        margin-top: 3%;
    }
}
#showCategories{
    width: 100%;
    display: none;
}
button{
    background-color: #00558E !important;
    color: #fbda45 !important;
    border: #00558E; 
    border-radius: 0% ;
    font-weight: 500 !important;
}
.custom-page-item{
    color: black !important;
}
.page-item-active{
    background-color: #00558E !important;
    color: #fbda45 !important;
}
.product-info{
    height: 100%; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-around;
}
.product-title{
    font-size: 23px;
    font-weight: bold;
}
.product-price{
    font-size: 20px;
    color: black;
    font-weight: 400;
}
.search-information{
    font-size: 20px;
    opacity: 0.8;
    text-align: center;
}
/*the container must be positioned relative:*/
.custom-select {
position: relative;
font-family: Arial;
}

.custom-select select {
display: none; /*hide original SELECT element:*/
}

.select-selected {
background-color: #00558E;
}

/*style the arrow inside the select element:*/
.select-selected:after {
position: absolute;
content: "";
top: 14px;
right: 10px;
width: 0;
height: 0;
border: 6px solid transparent;
border-color: #fbda45 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
border-color: transparent transparent #fbda45 transparent;
top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
color: #fbda45;
font-weight: 600;
padding: 8px 16px;
border: 1px solid transparent;
border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
cursor: pointer;
user-select: none;
}

/*style items (options):*/
.select-items {
position: absolute;
background-color: #00558E;
top: 100%;
left: 0;
right: 0;
z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
display: none;
}

.select-items div:hover, .same-as-selected {
background-color: rgba(0, 0, 0, 0.1);
}
.custom-input{
    display: block;
    color: #000000;
    border: solid rgb(230, 230, 230) 1px !important;
    background-color: rgb(230, 230, 230) !important;
}
.custom-hr{
    border-top: 3px solid #fbda45;
    opacity: 100% !important;
}
.category{
    font-weight: 800;
}
.category-title{
    font-weight: 1000;
}
.sub-category{
    display: block;
    font-size: 17px;
    margin-top: 0.4rem;
    margin-left: 5%;
}
a{
    color: #00558E;
    text-decoration: none;
}
a:hover{
    color: #fbda45;
    text-decoration: none;
}
.footer a a:hover{
    color: #fbda45 !important;
    text-decoration: none;
  }
.text-block{
    background-color: #00558E !important;
    color: #fbda45 !important;
    font-weight: 800;
    font-style: italic;
}
.text-block a{
    background-color: #00558E !important;
    color: #fbda45 !important;
    font-weight: 800;
}