/*--------------------------------------------------------------
  Template Name: Uniqlo-Minimalist eCommerce HTML5 Template.
  Template URI: #
  Description: Uniqlo is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.1
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

.prime-pagination {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    width: 100%;
}

.prime-pagination nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.prime-pagination .pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 0;
}

.prime-pagination .page-item {
    margin: 0;
}

.prime-pagination .page-link {
    align-items: center;
    background: #fff;
    border: 1px solid #ff4136;
    border-radius: 0;
    color: #ff4136;
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    justify-content: center;
    line-height: 1;
    min-width: 42px;
    padding: 0 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.prime-pagination .page-link:hover,
.prime-pagination .page-link:focus,
.prime-pagination .page-item.active .page-link {
    background: #ff4136;
    border-color: #ff4136;
    color: #fff;
}

.prime-pagination .page-item.disabled .page-link {
    background: #fff;
    border-color: #e5e5e5;
    color: #b8b8b8;
}
