/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}



/*  FONTVENTA */


.btn-cuenta{
	display: none !important;
}
.stats-item-title{
	position: relative
}

.stats-item-title::after{
	content: url("/wp-content/uploads/2025/06/logo-deco.svg");
	position: absolute;
	top: -15px;
    left: -15px;
	opacity: 0.2;
	z-index: -1;
	transform: rotate(-15deg)
}

.opacity-25 img{
	opacity: 0.1 !important;
}


.woocommerce div.product{
	margin-block-start: initial;
}

.woocommerce .woocommerce-breadcrumb{
	margin: initial;	
}

.wc-block-product-gallery-thumbnails__thumbnail__image.is-active{
	border-left: 7px solid #fcc10a;
	filter: initial !important;
}


/* MINI CARRITO */

h2.wc-block-mini-cart__title{
	background: #fcc10a;
    mask-image: initial;
	margin: initial;
    margin-block: initial;
    align-items: start;
    justify-content: start;
    padding-top: 24px;
    padding-left: 24px;
	padding-bottom: 24px;
}

h2.wc-block-mini-cart__title span{
	font-size: 18px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
	text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices{
	color: gray;
	font-size: 14px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
	font-size: 18px;
	font-weight: bold;
	color: #fcc10a;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
	border-right: 2px solid #fcc10a;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal{
	font-size: 16px;
	color: gray;
	
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{
	color: gray;
	font-size: 12px;
}

.btn-buy{
	border-radius: 100px;
	font-size: 16px;
	background:  #fcc10a;
	color: black;
	font-weight: bold;
}

.wc-block-mini-cart__footer .wc-block-components-formatted-money-amount{
	font-size: 24px;
	color: black;
}

.wc-block-components-product-image img{
	border-bottom: 2px solid #fcc10a;
}


/* ITEM CARRITO */

.btn-item-carrito button{
	position: absolute;
	top:50%;
	right: 16px;
	padding-block: 16px;
	border-radius: 100px;
	background-color: #fcc10a;
	color: black;
	width: 90% !important;
	height: auto;
	opacity: 0;
	transition: 300ms all;
}

.btn-item-carrito button span{
	font-size: 16px;
}

.item-card{
	position: relative;
}

.item-card:hover .btn-item-carrito button{
	opacity: 1;
	top: 40%;
}

.wp-block-button.wc-block-components-product-button{
	position: initial !important;
}

.wc-block-cart-item__product .wc-block-components-product-metadata{
	display: none;
}

/* CHECKOUT */

.checkout-title .wc-block-components-title.wc-block-components-title{
	font-size: 20px;
}
.checkout-title .wc-block-components-checkout-step__description{
	font-size: 14px;
	color: gray;
}

.checkout-title input{
	font-size: 16px !important;
	height: 70px !important;
	border: 1px solid #eaeaea !important;
}

.checkout-title select{
	font-size: 16px !important;
	height: 70px !important;
	border: 1px solid #eaeaea !important;
}

.checkout-title .wc-block-components-validation-error{
	font-size: 14px;
}

.checkout-title .wc-block-components-address-form__address_2-toggle{
	font-size: 14px;
	color: gray;
}
.checkout-title label,select{
	font-size: 14px !important;
}

.checkout-title .wc-block-checkout__no-payment-methods-notice{
	font-size: 14px;
}

.checkout-title .wc-block-components-checkbox__label{
	font-size: 14px;
}

.wc-block-components-checkbox__label{
	font-size: 14px;
	color: gray;
}

.wc-block-components-checkout-return-to-cart-button{
	font-size: 14px;
	color: gray;
}

.btn-checkout button{
	border-radius: 100px;
	font-size: 16px;
	background:  #fcc10a;
	color: black;
	font-weight: bold;
}

/* CHECKOUT */

.checkout-resumen .wc-block-components-product-name{
	font-size: 16px;
}
.checkout-resumen .wc-block-components-order-summary-item__individual-price{
	font-size: 14px;
	color:gray;
	font-weight: 400;
}

.checkout-resumen .wc-block-components-product-metadata{
	display: none;
}
.checkout-resumen .wc-block-components-order-summary-item__quantity{
	width: 20px;
	padding: 2px;
	aspect-ratio: 1 / 1;
	background: black;
	color: #fcc10a;
}

.checkout-resumen .wc-block-components-order-summary-item__image{
	width: 68px;
	border-right: 2px solid #fcc10a;
}

.checkout-resumen .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{
	max-width: 68px;
    width: 68px;
}

.checkout-resumen .wc-block-components-totals-coupon .wc-block-components-panel__button{
	font-size: 14px;
	color: gray;
}

.wc-block-components-totals-item__label{
	font-size: 14px;
}

.wc-block-components-address-card{
	font-size: 16px;
}

.wc-block-components-textarea{
	font-size: 16px;
}

.wp-block-uagb-container.uagb-block-1b414895.wp-block-uagb-container *{
	color: gray;
	font-size: 14px;
}

.wp-block-uagb-container.uagb-block-1b414895.wp-block-uagb-container .select2-container{
	width: 150px !important;
	border-radius: 100px;
	border: 1px solid gray;
}

.wp-block-uagb-container.uagb-block-1b414895.wp-block-uagb-container .select2-selection__rendered{
	border-radius: 100px;
	border: 1px solid gray;
}

.berocket_single_filter_widget .bapf_sfilter .bapf_slct .bapf_body .select2-selection {
	border-radius: 100px;
    width: 150px;
	border: 1px solid gray;
}

.categories-catalogue ul{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.categories-catalogue ul li{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.categories-catalogue ul li a span{
	display: flex;
	align-items:center;
	justify-content: center;
	flex-direction: column;
}

body{
	position: relative;
}

header{
	position: sticky;
	top: 0;
	z-index: 2;
}
