/*
Theme Name: Vitic
Theme URI: http://wpbingosite.com/wordpress/vitic/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Vitic is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: vitic
*/


/*todo el css esta en functions*/

.bwp-top-bar.bottom ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 30px 0;
  width: 100%;
}

.bwp-top-bar.bottom ul.page-numbers li {
  display: inline-block;
}

.bwp-top-bar.bottom ul.page-numbers li a,
.bwp-top-bar.bottom ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bwp-top-bar.bottom ul.page-numbers li .current {
  background-color: #31b2ee;
  color: #fff;
  border-color: #31b2ee;
}

.bwp-top-bar.bottom ul.page-numbers li a:hover {
  background-color: #31b2ee;
  border-color: #31b2ee;
  color:#fff;
}

.bwp-top-bar.bottom ul.page-numbers li .dots {
  pointer-events: none;
  color: #999;
  background: #fff;
  border: 1px solid #999;
}
@media (max-width:767px){
.bwp-top-bar.bottom ul.page-numbers {
    display: block;
}

ul.page-numbers li {
    margin-bottom: 10px;
    margin-left: 10px;
}
}