/*******************product-list-footer******************/

.product-list-footer {
    padding: 30px 15px;
    font-size: 13px;
}

.page-link {
    border: 0;
    font-size: 13px;
    background-color: transparent;
}

.page-link:hover {
    border: 0;
    font-size: 13px;
    background-color: transparent;
}

.page-item {
    height: 40px;
    width: 40px;
    padding-top: 5px;
    text-align: center !important;
    background-color: #fafafa;
    border-radius: 50%;
    margin: 0 6px;
}

.page-item.active {
    background-color: #007bff;
}

.page-item.active .page-link {
    background-color: transparent !important;
    border: 0 !important;
    color: #fff !important;
    margin-left: 3px;
    margin-right: 3px;
}

.page-item.disabled .page-link {
    color: #9e9e9e !important;
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link:focus {
    box-shadow: unset;
}

.page-item:first-child .page-link {
    border-radius: 20px !important;
    border: 0;
    /* border-bottom-left-radius: 20px !important; */
}

.page-item:first-child {
    text-align: center !important;
    background-color: #fafafa;
    margin: 0 6px;
    display: inline-block;
    height: 40px;
    width: fit-content;
    /* padding: 0 15px; */
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.page-item:last-child {
    text-align: center !important;
    background-color: #fafafa;
    margin: 0 6px;
    display: inline-block;
    height: 40px;
    width: fit-content;
    /* padding: 0 15px; */
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.page-item:last-child .page-link {
    border-radius: 20px !important;
    border: 0;
}

.page-link {
    color: #007bff !important;
}

.product-list-footer .before,
.product-list-footer .after {
    text-align: center !important;
    background-color: #fafafa;
    margin: 0 6px;
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 20px;
}