/*!
Theme Name:   Stoneline
Theme URI:    https://thewpclan.com/
Author:       WP Clan
Author URI:   https://thewpclan.com/
Template:     storefront
Description:  Stoneline : Child Theme of Storefront
Version:      1.2.19
Tested up to: 1.0
Requires PHP: 5.6.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  storefront
Tags:         stoneline, custom, light
*/
/*
.custom-pagination {
    text-align: center;
    margin: 50px 0;
}

.custom-pagination ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-pagination li {
    display: inline;
}

.custom-pagination a,
.custom-pagination span {
    color: #000;
    padding: 10px 15px;
    margin: 0 5px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.custom-pagination .current {
    background: #000;
    color: #fff;
    border-color: #000;
}
@media (max-width: 768px) {
    .custom-pagination ul {
        display: block;
        text-align: center;
    }

    .custom-pagination li {
        display: block;
        margin-bottom: 10px;
    }

    .custom-pagination a,
    .custom-pagination span {
        display: block;
        padding: 10px;
        margin: 5px 0;
    }
}

@media (max-width: 480px) {
    .custom-pagination a,
    .custom-pagination span {
        padding: 8px;
        font-size: 14px;
    }
} */