/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

select.boats_yachts_filter {
    padding: 10px 4px;
    height: unset;
    border: 1px solid #ddd;
}

td.price_table_price {
    text-align: center;
}

.boats-yachts-products__list .pagination {
    text-align: center;
}

.boats-yachts-products__list .pagination .page-numbers {
    border: 1px solid #ddd;
    width: 42px !important;
    color: #262626;
    font-weight: bold;
}

.boats-yachts-products__list .pagination .page-numbers.current,
.boats-yachts-products__list .pagination .page-numbers:hover {
    background-color: #262626;
    color: #fff;
}