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

.villas-products__list .pagination {
    text-align: center;
}

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

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