/******
Order Info
 */

#wishlists {
}

#wishlistsHeader {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wishlistsHeaderViewAll {
    width: auto;
}

#wishlistsSearch {
    margin-bottom: 20px;
}

#wishlistsSearchInput {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

#wishlistsBody {

}

.wishlistName,
.wishlistBreed {
    max-width: 200px;
}

/**********
Order Footer
 */

#wishlistsFooter {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#wishlistsPerPage {
}

#wishlistsPages {
}

#wishlistsNew {
    width: auto;
    margin-left: auto;
}