/*
Theme Name: Twenty Twenty One Child
Template: twentytwentyone
Version: 5.3.3
*/


/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**/

.eric-product-container {
	display: none;
	grid-auto-flow: column; /* Distribuye de arriba hacia abajo, luego a la derecha */
	grid-template-rows: auto; /* Dos filas */
	grid-auto-columns: 220px; /* Ancho fijo por columna */
	
	overflow-x: auto; /* Scroll horizontal */
	overflow-y: hidden;
  
	width: 100%;
	padding: 10px 0;
	gap: 10px;
  
	scroll-snap-type: x mandatory; /* (opcional) mejora scroll con snap */
	position: relative;
  }

/*--------estilos barra de busqueda------------------*/
.barrabusqueda {
	display: flex;
	align-items: center;
	background-color: #c90909;
	margin: 0px !important;
	justify-content: end;
	padding-right: 4vw;
}

#search-form {
	width: 80%;
	max-width: 800px;
	margin: 10px;
}

#search-input {
	width: 100%;
	padding: 0px 0px 0px 5px;
	border: 2px solid white;
	background-color: transparent;
	color: white;
	font-size: 16px;
	border-radius: 1px;
	outline: none;
}

#search-input::placeholder {
	color: white;
	opacity: 1;
	/* Asegura que el blanco se vea bien */
}




/*slider -----------------------------*/

.hero-wrapper {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #c90909;
	overflow: hidden;
	margin: 0px !important;
}

.slider-container {
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.back-btnb {
	display: none;
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.logop {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	z-index: 0;
}

.slide.active {
	opacity: 1;
	z-index: 1;
}

.dots-container {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 2;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	transition: transform 0.3s ease, background-color 0.3s ease;
	cursor: pointer;
}

.dot.active {
	background-color: #fff;
	transform: scale(1.4);
	box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}



/*+++++++++++++++++++++++++++++++++++++++++++-------------------------------++++++++++++++++++++++++++++*/
/**/
.site{
	
}
.site-main {
	background-color: #fff;
	color: #fff;
	padding: 0px !important;
}

.containereric {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/* Contenedor general que envuelve todo */
.containereric {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* Centra los elementos */
	width: 100%;
	margin: 0px !important;
	position: relative;
	/* Asegura que los elementos internos no se desborden */
}

.containereric {
	width: 100%;
	position: relative;
	align-items: center;
	margin: auto;
	background-color: white;
}

.product-categories-wrapper {
	overflow-x: hidden;
	scrollbar-width: none;
	margin: auto;
	background-color: #fff;
}

/* Contenedor de categorías */
.product-categories-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	min-height: 500px;
}

.product-categories-grid {
	display: flex;
	flex-direction: column;
	padding-top: 15px;
	width: 100%;

	background-color: #c90909;
	color: #ffffff;
	box-sizing: border-box;
	/* Evita que padding aumente el tamaño */
	position: relative;
}








/*-------------------------------------------------------------*/

/* Cada categoría principal */
.category-item {
	background-color: transparent;
	/* o #c90909 si lo prefieres sólido */
	border: 2px solid #c90909;
	border-radius: 8px;
	padding: 0px;
	color: #fff;
	text-align: center;
}

/* Enlace que activa las subcategorías */
.toggle-subcategories {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 2.8em;
	text-align: center;
}

.toggle-subcategories:hover {
	font-size: 3em;
	
	cursor: pointer;
	background-color: none;
}

/* Contenedor de subcategorías con animación de altura */
.subcategory-container {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	cursor: pointer;
}

/* Cuando se muestra (clase activa) */
.subcategory-container.active {
	max-height: 500px;
	/* Puedes ajustar según necesidad */
}

/* Estilos para las subcategorías */
.subcategory-item {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0.3rem 0;
	padding: 0.3px;
	border-radius: 4px;
	transition: background-color 0.3s;
	text-transform: uppercase;
	font-family: 'MadeTommyThin', sans-serif;
	font-size: 2em;
}

/* Hover para subcategorías */
.subcategory-item:hover {
	font-size: 2.3em;
}

.woocommerce {
	background-color: white;
}





/*-----------------------------------------*/


.wc-empty-cart-message {
	display: none;
}

.titulopedido {
	font-size: 4vw;
	font-family: 'MadeTommyMedium';
	padding: 1.25em 1.375em;
}

.site-info {
	text-align: center;
	z-index: 99;
	color: white;
	background-color: #c90909;	
	font-family: 'MadeTommyThin';
	padding: 19px 0;

}
.site-info p {
    margin: 0; /* Elimina márgenes por defecto */
    line-height: 1.2; /* Refuerza interlineado en cada <p> */
}

/* Fuente Extrabold */
@font-face {
	font-family: 'MadeTommyExtrabold';
	src: url('fonts/MADE-TOMMY-ExtraBold_PERSONAL-USE.woff2') format('woff2'),
		url('fonts/MADE-TOMMY-ExtraBold_PERSONAL-USE.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Fuente Medium */
@font-face {
	font-family: 'MadeTommyMedium';
	src: url('fonts/MADE-TOMMY-Medium_PERSONAL-USE.woff2') format('woff2'),
		url('fonts/MADE-TOMMY-Medium_PERSONAL-USE.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Fuente Thin */
@font-face {
	font-family: 'MadeTommyThin';
	src: url('fonts/MADE-TOMMY-Thin_PERSONAL-USE.woff2') format('woff2'),
		url('fonts/MADE-TOMMY-Thin_PERSONAL-USE.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Aplicar las fuentes personalizadas */
h1 {
	font-family: 'MadeTommyExtrabold', sans-serif;
}

h2,
h3,
h4,
h5,
h6,
a {
	font-family: 'MadeTommyMedium', sans-serif;
}

body {
	font-family: 'MadeTommyThin', sans-serif;
}


.wc-block-cart-items__header-total {
	font-family: 'MadeTommyThin', sans-serif;
}

.wc-block-components-main {
	font-family: 'MadeTommyThin', sans-serif;
}

.wc-block-cart__main {
	font-family: 'MadeTommyThin', sans-serif;
}

.carritop {
	font-family: 'MadeTommyThin', sans-serif;
}

span {
	font-family: 'MadeTommyThin', sans-serif;
}

.heading {
	font-family: 'MadeTommyThin', sans-serif !important;
}


span.woocommerce-Price-amount.amount {
	font-family: 'MadeTommyMedium', sans-serif;
}

.woocommerce-loop-product__link {
	color: #eb0202;
	text-decoration: none;
}

.wc-block-components-quantity-selector__input {
	color: #262329 !important;
}

button .product_type_simple .add_to_cart_button .ajax_add_to_cart {
	background-color: #fffefe;
}

.wc-block-cart__submit-container {
	display: none;
}

/* ------------------------------------------- */







/* Estilos para el botón de WhatsApp */
.whatsapp-button {
	display: inline-block;
	background-color: #25d366;
	/* Color de fondo de WhatsApp */
	color: #fff;
	/* Color del texto */
	padding: 10px 20px;
	/* Espaciado interno */
	text-decoration: none;
	/* Eliminar subrayado de enlace */
	border-radius: 5px;
	/* Borde redondeado */
	font-size: 16px;
	/* Tamaño de fuente */
}

.whatsapp-button {
	text-align: center;
	color: white;
}



@media (max-width: 767px) {
	table.shop_table thead {
		display: none;
	}
}

/* Estilo para la tabla del carrito */
/* Estilo para la tabla del carrito */



/* Estilo para las celdas de encabezado (columnas) */
.cart tr {
	padding: 10px;
	/* Espaciado interno en las celdas de encabezado */
	border: 1px solid #ccc;
	/* Borde de 1 píxel sólido con color gris claro */
}

/* Estilo para las celdas de datos (filas) */
.cart td {
	padding: 10px;
	/* Espaciado interno en las celdas de datos */
	border: 1px solid #ccc;
	/* Borde de 1 píxel sólido con color gris claro */
	width: 50%;
}

.tupedido {
	background-color: #fffefe;
	display: flex;
	/*width: 90%;
	max-width: 900px;*/
	margin: auto;
}

.columna1 {
	flex: 1;
	position: relative;
	padding: 10px;
	color: #262329;
	font-family: 'MadeTommyMedium', sans-serif;
	width: auto;
	display: block;
	max-width: 100%;
	width: 40%;
	font-size: 1rem;
}

.columna2 {
	flex: 1;
	position: relative;
	padding: 10px;
	color: #262329;
	font-family: 'MadeTommyMedium', sans-serif;
	width: 60%;
	display: block;
	max-width: 100%;
	font-size: 1rem;
}

.tupedido {
	background-color: #fffefe;
	display: flex;
	/*width: 90%;
	max-width: 900px;*/
	margin: auto;
	min-width: 300px;
	/* Ancho mínimo */
}

.product-quantity {
	color: #c90909;
	font-family: 'MadeTommyMedium', sans-serif;
}

.product-subtotal {
	color: #c90909;
	font-family: 'MadeTommyMedium', sans-serif;
}







/* ICEBERG CODE ---------------------000-----------------------iiiiiiiiiii */


.product-quantity {
	margin: 10em;
}

.columna1 table,
.columna2 table {
	max-width: 100%;
	/* Establece un ancho máximo del 100% para las tablas */
}

.enviarpedidow {
	background-color: #c90909;
	display: flex;
	justify-content: flex-end;
}

.cajaenviarpedido {
	padding: 10px;
	background-color: black;
}

.limpiarcarrito {
	background-color: black;
	display: flex;
	justify-content: flex-end;
	color: white !important;
	width: 100%;
	text-align: center;
	font-family: 'MadeTommyMedium', sans-serif;
}

.limpiarcarrito {
	text-align: center;
	/* Asegura que cualquier texto adicional dentro de .limpiarcarrito esté centrado */
	padding: 10px;
	border: none;
	align-self: flex-end;
}

.limpiarcarrito a,
/* Estilos para el enlace, si la función genera un <a> */
.limpiarcarrito button {
	/* Estilos para el botón, si la función genera un <button> */
	display: block;
	/* Ocupa todo el ancho del contenedor */
	width: 100%;
	/* Establece el ancho al 100% del contenedor */
	padding: 10px 0;
	/* Espacio arriba y abajo del texto, sin espacio a los lados para permitir el ancho completo */
	margin: 0;
	/* Elimina el margen para que no afecte el ancho */
	background-color: black;
	/* Color de fondo */
	color: white;
	/* Color del texto */
	text-align: center;
	/* Centra el texto dentro del botón */
	text-decoration: none;
	/* No subrayado si es un enlace */
	font-size: 19px;
	/* Tamaño del texto */
	border: none;
	/* Sin borde */

	cursor: pointer;
	/* Cambia el cursor a una mano cuando se pasa por encima */
	transition: background-color 0.3s;
	/* Transición suave para el hover */
}

.limpiarcarrito a:hover,
.limpiarcarrito button:hover {

	color: #c90909;
	/* Color del texto al pasar el ratón por encima */
	text-decoration: none;
}


.btn-enviarpedidow {
	background-color: #c90909;
	color: white !important;
	width: 100%;
	padding: 10px;
	/* Puedes ajustar el espaciado según tus preferencias */
	border: none;
	/* Elimina el borde si no lo deseas */
	align-self: flex-end;
	text-decoration: none;
	font-family: 'MadeTommyMedium', sans-serif;
}

.productdescription {
	font-family: 'MadeTommyThin', sans-serif;
}

.grid-product-description-3 {
	font-size: 2vw;
	font-family: 'MadeTommyThin', sans-serif;
	color: #262329;
}

.custom-product-button-4 {
	display: inline-block;
	font-size: 2vw;
}

.imput-add-to-cart {
	display: inline-block;
	font-size: 2vw;
}

#search-input::placeholder {
	color: white;

}


#search-form {
	text-align: center;
	color: #c90909;
	border-color: #fffefe;
}

#search-input {
	border: 1px solid #fffefe;
	/* Borde de color suave */

	background-color: rgba(255, 255, 255, 0);
	/* Fondo totalmente transparente */
	width: 60%;
	/* Ancho de la barra de búsqueda */
	color: #fffefe !important;
	font-family: 'MadeTommyThin', sans-serif;
}

#search-input:focus {
	outline: none;
	/* Eliminar el contorno en el foco */
	border-color: #f5f5f5;
	/* Cambiar el color del borde al enfocar */
	color: #c90909;
}



#search-form input[type="submit"] {
	display: none;
	/* Ocultar el botón de búsqueda */
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	max-width: 60px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

button[data-field='quantity'] {
	background-color: #c90909;
}

.quantity {
	max-width: 130px;
}

.woocommerce-cart-form__cart-item .product-quantity {
	width: 10% !important;
	padding: 1rem;
}

.woocommerce-cart-form__cart-item .product-quantity .ic_container_quantity .ic_min,
.woocommerce-cart-form__cart-item .product-quantity .ic_container_quantity .ic_max {
	color: black;
	cursor: pointer;
	transition: all 0.3s;
}

.woocommerce-cart-form__cart-item .product-quantity .ic_container_quantity .ic_min:hover,
.woocommerce-cart-form__cart-item .product-quantity .ic_container_quantity .ic_max:hover {
	background-color: #e9e9e9;
}

.woocommerce-cart-form__cart-item .product-quantity .ic_container_quantity .qty {
	border: 0;
	color: #c90909;
}

.woocommerce-cart-form__cart-item .product-name {
	text-align: left;
}

.woocommerce-cart-form__cart-item .product-name .productdescription {
	
}

.woocommerce-cart-form__cart-item .product-name,
.woocommerce-cart-form__cart-item .product-subtotal {
	width: 45% !important;
	padding: 1rem;
}

.tupedido {
	box-sizing: border-box;
}

.tupedido * {
	box-sizing: border-box;
}

.tupedido .columna1 {
	width: 60% !important;
	padding: 20px !important;
	flex: none !important;
	overflow: hidden;
}

.tupedido .columna1 .woocommerce-cart-form table {
	max-height: 650px;
	overflow: auto;
	display: block;
	margin-bottom: 0rem;
}

.tupedido .columna1 .woocommerce-cart-form .ic_update_cart {
	width: 100%;
	background-color: black;
	color: white;
	padding: 1.5rem;
	border: 0;
	transition: all 0.3s;
	cursor: not-allowed;
	display: none !important;
}

.tupedido .columna1 .woocommerce-cart-form .ic_update_cart:hover {
	opacity: 0.7;
	color: white;
}

.tupedido .columna2 {
	width: 40% !important;
	padding: 20px !important;
}

.tupedido .columna2 .cart-collaterals {
	height: 100%;
}

.tupedido .columna2 .cart_totals {
	width: 100% !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tupedido .columna2 .cart_totals .barra {
	display: none;
}

.tupedido .columna2 .cart_totals table {
	width: 100%;
	border-collapse: collapse;
}

.tupedido .columna2 .cart_totals table .cart-subtotal {
	border-bottom: 2px dashed black;
}

.tupedido .columna2 .cart_totals table .cart-subtotal th {
	text-align: left;
}

.tupedido .columna2 .cart_totals table .cart-subtotal td {
	text-align: right;
}

.tupedido .columna2 .cart_totals table .cart-subtotal th,
.tupedido .columna2 .cart_totals table .cart-subtotal td {
	padding: 0.5rem 0.5rem 1rem;
}

.tupedido .columna2 .cart_totals table .order-total th {
	text-align: left;
}

.tupedido .columna2 .cart_totals table .order-total td {
	text-align: right;
}

.tupedido .columna2 .cart_totals table .order-total th,
.tupedido .columna2 .cart_totals table .order-total td {
	padding: 1rem 0.5rem 0.5rem;
}

.tupedido .columna2 .cart_totals .enviarpedidow a {
	text-align: center;
	padding: 1.5rem 0.5rem;
	transition: all 0.3s;
}

.tupedido .columna2 .cart_totals .enviarpedidow a:hover {
	opacity: 0.7;
}


.content_info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
}

.content_info * {
	box-sizing: border-box;
}

.content_info>a {
	width: 50%;
	display: block;
}

.content_info>a .title_description {
	width: 100%;
}

.content_info>a .title_description h2 {
	font-size: 18px;
	text-align: left;
	margin: 0;
}

.content_info>a .title_description p {
	margin: 0.5rem 0 0;
	text-align: left;
	color: black !important;
	font-family: 'MadeTommyThin';
}

.content_info .price_add {
	width: 45%;
}

.content_info .price_add .woocommerce-loop-product__link {
	display: block;
	width: 100%;
	margin-top: 0.5rem;
}

.content_info .price_add .woocommerce-loop-product__link .price {
	font-size: 28px;
}

.content_info .price_add .quantity input {
	border: 0;
	border-radius: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: 'MadeTommyMedium';
}

.content_info .price_add .quantity .minus,
.content_info .price_add .quantity .plus {
	cursor: pointer;
	background-color: white;
}

.content_info .price_add .add_to_cart_button,
.content_info .price_add .product_type_simple {
	font-size: 18px;
	margin-top: 12px;
}

.product_not_found {
	width: 100%;
	padding: 2rem;
	background-color: white;
	text-align: center;
	box-sizing: border-box;
}

.woocommerce-notices-wrapper {
	display: none;
}

@media screen and (max-width: 400px) {
	
		.hero-wrapper {	
	height: 150px;	
}
	.search-icon svg {
		width: 16px;
		height: 16px;
		padding-right: 0.2vw;
	}

	/* categorias */
	.product-categories-grid {}

	.toggle-subcategories {
		font-size: 5.5vw;
	}
	.toggle-subcategories:hover {
		font-size: 6vw;}

	.subcategory-item {
		font-size: 5vw;
	}

	/* products */
	.eric-product-container {
	
	}

	.content_info {
		
	}

	.content_info>a {
		
	}

	.content_info>a .title_description h2 {
		text-align: center;
		font-size: 14px;
	}

	.content_info>a .title_description p {
		text-align: center;
	}

	.content_info .price_add {
		width: 100%;
	}

	.content_info .price_add .woocommerce-loop-product__link .price {
		font-size: 20px;
	}

	.content_info .price_add .add_to_cart_button,
	.content_info .price_add .product_type_simple {
		padding: 0;
		font-size: 15px;
	}

	.content_info .price_add .quantity {
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: center;
	}

	/* carrito */
	.tupedido {
		flex-flow: wrap;
	}

	.tupedido .columna1,
	.tupedido .columna2 {
		width: 100% !important;
	}

	.tupedido .columna1 .woocommerce-cart-form table {
		width: 100%;
		max-height: 400px;
	}

	.tupedido .columna1 .woocommerce-cart-form table .product-quantity,
	.tupedido .columna1 .woocommerce-cart-form table .product-name,
	.tupedido .columna1 .woocommerce-cart-form table .product-subtotal {
		font-size: 14px;
		padding: 0.5rem;
	}

	.woocommerce-cart-form__cart-item .product-quantity .ic_container_quantity .qty {
		padding: 0.5rem;
	}

	.tupedido .columna1 .woocommerce-cart-form .ic_update_cart {
		font-size: 14px;
	}

	.tupedido .columna2 .cart-collaterals .cart_totals table th,
	.tupedido .columna2 .cart-collaterals .cart_totals table td {
		font-size: 14px;
	}

	.tupedido .columna2 .cart-collaterals .cart_totals .enviarpedidow a {
		font-size: 14px;
	}

	.cajaenviarpedido {
		font-size: 14px;
	}

	.site-info {
		font-size: 3.1vw;
	}
}

@media (min-width: 401px) and (max-width: 900px) {
	
			.hero-wrapper {	
	height: 150px;	
}
	.search-icon svg {
		width: 18px;
		height: 18px;
		padding-right: 0.2vw;
	}

	/* categorias */
	.product-categories-grid {}

	.toggle-subcategories {
		font-size: 5.5vw;
	}

	.toggle-subcategories:hover {
		font-size: 6vw;
		
	}

	.subcategory-item {
		font-size: 5vw;
	}

	/* products */
	.eric-product-container {
		

	}

	.content_info {
		display: block;
		padding: 5px;
	}

	.content_info>a {
		width: 100%;
	}

	.content_info>a .title_description h2 {
		text-align: center;
		font-size: 14px;
	}

	.content_info>a .title_description p {
		text-align: center;
	}

	.content_info .price_add {
		width: 100%;
	}

	.content_info .price_add .woocommerce-loop-product__link .price {
		font-size: 20px;
	}

	.content_info .price_add .add_to_cart_button,
	.content_info .price_add .product_type_simple {
		padding: 0;
		font-size: 15px;
	}

	.content_info .price_add .quantity {
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: center;
	}

	/* carrito */

	.tupedido {
		flex-flow: wrap;
	}

	.tupedido .columna1,
	.tupedido .columna2 {
		width: 100% !important;
	}

	.tupedido .columna1 .woocommerce-cart-form table {
		width: 100%;
		max-height: 400px;
	}

	.tupedido .columna1 .woocommerce-cart-form table .product-quantity,
	.tupedido .columna1 .woocommerce-cart-form table .product-name,
	.tupedido .columna1 .woocommerce-cart-form table .product-subtotal {
		font-size: 14px;
		padding: 0.5rem;
	}

	.woocommerce-cart-form__cart-item .product-quantity .ic_container_quantity .qty {
		padding: 0.5rem;
	}

	.tupedido .columna1 .woocommerce-cart-form .ic_update_cart {
		font-size: 14px;
	}

	.tupedido .columna2 .cart-collaterals .cart_totals table th,
	.tupedido .columna2 .cart-collaterals .cart_totals table td {
		font-size: 14px;
	}

	.cajaenviarpedido {
		font-size: 19px;
	}

	.btn-enviarpedidow {
		font-size: 19px;
	}


	.site-info {
		font-size: 3.1vw;
	}

	.limpiarcarrito a,
	/* Estilos para el enlace, si la función genera un <a> */
	.limpiarcarrito button {
		/* Estilos para el botón, si la función genera un <button> */

		font-size: 19px;
		/* Tamaño del texto */
		border: none;
		/* Sin borde */

	}

}


.whatsapp-float-pro {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}





.whatsapp-icon {
	margin-top: 13px;
}

.back-btnb {
	color: white;
}

.type-page {
	margin: 0px !important;
}



/* -------------- toolbar -------------- */
.toolbar {
	display: flex;
	width: 100%;
	height: 50px;
	/* ajústalo si necesitas otra altura */
	background-color: #c90909;
	margin: 0 !important;
	position: relative;
	align-items: center;
}

/* 30% = buscador; 70% = botón categorías */
.barrabusqueda {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	overflow: hidden;
	transition: width 0.3s ease;
	position: relative;
}

.search-icon svg {
	width: 24px;
	height: 24px;
	fill: white;
	justify-content: end;

}


/* Cuando esté en modo compacto */
.barrabusqueda.compact-search {
	width: 30%;
}

/* Opcional para efecto de expandido */
.barrabusqueda.expanded {
	width: 60%;
	/* Por ejemplo, cuando expandes para escribir */
}


/* al hacer clic en la lupa */
.barrabusqueda.expanded {
	width: 70%;
}

/* ocultamos el form hasta expandir */
.barrabusqueda form {

	flex: 1;
}

.barrabusqueda.expanded form {
	display: flex;
}

/* reutiliza tus estilos existentes para #search-input */
/* sólo añadimos el icono: */
.search-icon {
	cursor: pointer;
	font-size: 18px;
	color: white;
	padding: 0 10px;
	flex-shrink: 0;
	display: none;
}

/* -------------- botón Categorías -------------- */
.back-btnb {
	width: 70%;
	height: 100%;
	background: none;
	border: none;
	color: white;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c90909 !important;
	display: none;
}

.back-btnb .arrow {
	margin-left: 6px;
	font-size: 12px;
}



/* estilos del editor */
.site-footer {
	display: none;
}

.page-header {
	display: none;
}

.site-header {
	display: none !important;
}

.futero {
	width: 100%;
}


.cajawhatsapp {
	text-align: center;
}

.woocommerce-shipping-totals {
	display: none;
}

.cart-subtotal {
	display: none;
}

#body{
	background-color:green;
}

/**/




.product-categories-grid .toggle-subcategories:focus {
	outline: none !important;
	background: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}


/* Estilo para productos----------************---------------**********/

/* Contenedor general del grid */


  

/* 1. Estructura general de la tarjeta */
figure.product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
	height: 100%;
  }
  
  /* 2. Imagen del producto */
  .img-container {
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	margin-bottom: 10px;
  }
  .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  /* 3. Título y descripción */
  .title_description {
	margin-bottom: 10px;
  }
  .title_description h2 {
	font-size: 1rem;
	margin: 0;
	line-height: 1.2;
	color: #333;
  }
 /* Estado normal */
.title_description p {
  font-size: 0.875rem;
  margin: 4px 0 0;
  color: #282828;
  transition: font-size 0.3s ease;
}

/* Cuando se activa el zoom */
.eric-product-container.zoomed-in .title_description p {
  font-size: 1.1rem;
}

  
  /* 4. Bloque de precio, cantidad y botón */
  .price_add {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-top: auto;
  }
  
  /* 4.1 Precio */
  .price {
	font-size: 1rem;
	color: #d32f2f;
	font-weight: bold;
  }
  
  /* 4.2 Cantidad */
  .quantity {
	display: flex;
	align-items: center;
	
	border-radius: 4px;
	overflow: hidden;
  }
  .quantity input.qty {
	width: 36px;
	text-align: center;
	border: none;
	background: #fff;
  }
  .quantity input.plus,
  .quantity input.minus {
	background: #f9f9f9;
	border: none;
	width: 28px;
	font-size: 1.2rem;
	cursor: pointer;
  }
  
  /* 4.3 Botón Comprar */
  .add_to_cart_button {
	display: inline-block;
	padding: 6px 12px;
	background: #333;
	color: #fff;
	border-radius: 4px;
	font-size: 0.875rem;
	text-transform: uppercase;
	text-align: center;
	border: none;
	width: 100%;
	
	text-decoration: none;
  }
  .add_to_cart_button:hover {
	background: red;
  }
  


  /*---------------------------los del media qry------------------*/

  .content_info {
	display: block;
	padding: 5px;
}

.content_info>a {
	width: 100%;
}

.content_info>a .title_description h2 {
	text-align: center;
	font-size: 14px;
}

.content_info>a .title_description p {
	text-align: center;
}

.content_info .price_add {
	width: 100%;
}

.content_info .price_add .woocommerce-loop-product__link .price {
	font-size: 20px;
}

.content_info .price_add .add_to_cart_button,
.content_info .price_add .product_type_simple {
	padding: 0;
	font-size: 15px;
}

.content_info .price_add .quantity {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
}


.back-btnb {
    width: 70%;
    height: 100%;
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c90909 !important;
    display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'MadeTommyMedium';
}

.site{
	background-color: #fff;
}


div.price_add a.button.add_to_cart_button {
  
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
}

div.price_add a.button.add_to_cart_button:hover {
  background-color: #c90909;
  color: white;
  transform: scale(1.05);
  cursor: pointer;
	text-decoration: none! important;
}

.entry-content {
	
}

/* Estilo base para las tarjetas */
.eric-product-container .product {
  transition: transform 0.3s ease, font-size 0.3s ease;
  font-size: 1rem;
}

.eric-product-container .product img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}

/* Cuando se hace zoom */
.eric-product-container.zoomed-in .product {
  font-size: 1.2rem;
}

.eric-product-container.zoomed-in .product img {
  
}

.eric-product-container.zoomed-in .woocommerce-loop-product__title {
  font-size: 1.1em;
}

.eric-product-container.zoomed-in .price_add,
.eric-product-container.zoomed-in .price {
  font-size: 1.1em;
}

