/*!
Theme Name: JossPRO
Theme URI: https://pixelime.net/
Author: Pixelime
Author URI: https://pixelime.net/
Description: Custom theme for JossPRO built by Pixelime.
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: josspro
Tags: custom-theme, pixelime

*/

.alignleft {

	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
}

.alignright {

	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Pagination Styles */
.josspro-pagination .nav-links {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.josspro-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	border: 1px solid #e5e7eb;
	background-color: #ffffff;
	color: #374151;
	font-size: 0.875rem;
	font-weight: 500;
	transition: all 0.2s;
	text-decoration: none;
}
.josspro-pagination a.page-numbers:hover {
	border-color: #fda4af;
	color: #e11d48;
}
.josspro-pagination .page-numbers.current {
	background-color: #e11d48;
	border-color: #e11d48;
	color: #ffffff;
}
.josspro-pagination .page-numbers.dots {
	border: none;
	background: transparent;
	width: auto;
}

/* Hide WooCommerce default "View cart" link */
.added_to_cart.wc-forward {
	display: none !important;
}
