/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/* 隐藏 WooCommerce 自带分页 */
.woocommerce nav.woocommerce-pagination {
    display: none !important;
}
.woocommerce .custom-pagination nav.woocommerce-pagination {
    display: block !important;
}
.woocommerce-js nav.woocommerce-pagination ul li {
    margin: 0 5px 2px 0;
    border: none;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.08);
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
    color: white;
}