/*
	Theme Name:     Equipo Child
	Theme URI:      http://enovathemes.com/equipo
	Description:    Spare Parts And Tools WordPress WooCommerce Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0
	Template:       equipo
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.footer-icon-boxes .et-icon-box .et-icon-content>.et-icon-box-title,
.footer-icon-boxes .et-icon-box .et-icon-content>.et-icon-box-content,
.loop-products .product .button {
	color: #ffffff !important;
}

.footer-icon-boxes .et-icon-box .et-icon-content>.et-icon-box-content {
	line-height: 1.1;
	margin-top: 7px;
}

.footer-icon-boxes #et-icon-box-573685.et-icon-box .et-icon>svg *,
.footer-icon-boxes #et-icon-box-667967.et-icon-box .et-icon>svg *,
.footer-icon-boxes #et-icon-box-566644.et-icon-box .et-icon>svg * {
	fill: #ffffff !important;
}

.et-woo-products .product .button,
.product .added_to_cart,
.single-product .product .button {
	color: #fff;
}

.single-title-wrapper h1 {
	font-size: 35px;
	line-height: 37px;
}


#cart-box-27380 .woocommerce-mini-cart__buttons>a {
	color: #fff !important;
}

/** * WooCommerce Pagination
 * Adjusts the pagination styles for WooCommerce product listings.
 */

.productos_oferta .wishlist-title {
	display: none;
}

.woocommerce-pagination {
	display: flex;
	justify-content: center;
	margin: 2em 0;
	gap: 0.5em;
	flex-wrap: wrap;
	direction: ltr;
}

.woocommerce-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background-color: #fff;
	color: #555;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	transform: none !important;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
}

.woocommerce-pagination .page-numbers:hover {
	border-color: #000;
	color: #000;
}

.woocommerce-pagination .current {
	border: 2px solid #000;
	font-weight: 600;
	color: #000;
}

.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	overflow: hidden;
	padding: 0;
}

.woocommerce-pagination .page-numbers.prev::before,
.woocommerce-pagination .page-numbers.next::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.woocommerce-pagination .page-numbers.prev {
	text-indent: 100%;
	white-space: nowrap;
}

.woocommerce-pagination .page-numbers.next {
	text-indent: 100%;
	white-space: nowrap;
	transform: rotate(180deg) !important;
}

/* .woocommerce-pagination .page-numbers.prev::before {
	content: '‹';
}

.woocommerce-pagination .page-numbers.next::before {
	content: '›';
} */


.menu-ofertas {
	position: relative;
}

.menu-ofertas::before {
	content: '';
	position: absolute;
	width:80%;
	height:70%;
	top: 15%;
	left:10%;
	background: #f22222 !important;
	border-radius:3px;
}

.woocommerce-checkout h3 {
	font-size: 20px;
}


