body {
    min-height: 75rem;
    padding-top: 6rem;
}

.input-label {
    font-size: 110%;
    font-weight: 500;
}

ul {
    list-style-type: none;
}

ul.mm-menu-bg {
    --bs-dropdown-bg: rgb(0 157 220);
}

li {
    list-style-type: none;
}

.mm-nav-bg {
    background-color: rgb(0 157 220);
}

.mm-navbar-brand {
    background-image: url('https://cdn.myshoptet.com/usr/eshop.marysmeals.cz/user/logos/mm_logo_rgb_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
    width: 60px;
    display: inline-block;
}


/* Container holding the image and the text */
.container {
    position: relative;
    text-align: center;
}

/* Centered text */
.centered {
    color: rgb(255, 99, 71);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Pagination */
/*.page-item.active .page-link {*/
/*    color: #fff !important;*/
/*    background: #444 !important;*/
/*    border-color: #888 !important;*/
/*}*/

/*span.page-link {*/
/*    color: #444 !important;*/
/*}*/

@media (min-width: 576px) {
    .filter-q {
        width: 80% !important;
        margin-left: auto;
    }
}
