.accordion-body h5 a{
    color: #010101;
    font-weight:normal;
    text-decoration:none;
}
body.admin-bar .filter-search-mobile{
    margin-top:46px;
    z-index: 3;
}
.productlabel.active, .recipelabel.active{
    font-weight: bold!important;
}  
.prevlink > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";  
}
.nextlink > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:"\f105";
}
.pagination-row {
    margin-top: 1rem;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.justify-content-center {
    justify-content: center;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-item:hover{
    cursor:pointer;
}
.page-item .page-link {
    z-index: 1;
    color: #131313;        
}
.page-item.active .page-link {
    background-color: #ff8413;
    border-color: #ff8413;
}
.pagination-row .page-number {
    border-radius: 20px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    padding: 9px 15px 8px 15px;
    margin: 0 10px 0 10px;
    font-size: 16px;       
    font-weight: 500;  
    line-height: 1.25;                                 
}
.page-item.disabled a {
    display: none;
}
.page-item.disabled .page-link, .page-item:last-child .page-link,.page-item:first-child .page-link{
    font-size: 16px;
    border-radius: 20px;
    color: #131313;
    background-color: #C3C3C3;
    border-color: #C3C3C3;
    padding: 9px 15px 8px 15px;
    margin: 0 12px 0 10px;
    line-height: 1.25;    
}
.page-item:first-child .page-link{
    margin-right: 30px;
}
.page-item:last-child .page-link{
    margin-left: 30px;
}
  @media (max-width: 767px){
    .filter-menu-wrap {
      margin-top:73px;
    }
  }