/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2026 | 00:19:14 */
/*Estilo texto*/
.product_title.entry-title {
	margin-bottom:10px !important;
}
.woocommerce-product-details__short-description {
	font-size: 18px !important;
	line-height: 25px !important;
}

/*Margen bottom*/
.content-area {
	margin-bottom:0;
}
.summary.entry-summary {
	margin-bottom:0 !important;
}

/* Ajustamos price */

.single-product div.product p.price{
    margin:10px 0px 10px 0px;
}

/* Centrar imágenes en el slider de la galería*/

.single-product div.product .woocommerce-product-gallery img {
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
}

/* tamaño de short-description 
.product-short-description{
	font-size: 0.9rem;
}*/

/* Ajustamos Quantity + Add to cart button */

.custom-add-to-cart-css .elementor-add-to-cart .cart .qib-button-wrapper .qib-button{
	background-color: white;
    border: 1px solid grey;
    color: grey;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
}
.custom-add-to-cart-css .elementor-add-to-cart .cart .qib-button-wrapper .qib-button:hover{
	background-color: #efefef;
    border: 1px solid grey;
    color: grey;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
}

.custom-add-to-cart-css .elementor-add-to-cart .cart .qib-button-wrapper .wqpmb_input_text{
	width: 60px;
}

/* Ajustamos Product Gallery slider */

#single-product-gallery .woocommerce-product-gallery{
	padding: 0px;
	margin: 0px;
}

/*ESTILOS DEL BOTÓN "AGREGAR AL CARRITO"*/
button.single_add_to_cart_button.button.alt{
	background-color: #ccc !important;
	color: #000 !important;
	border-radius: 25px;
}

button.single_add_to_cart_button.button.alt:hover{
	background-color: #C90F0F !important;
	color: #FFF !important;
}

.single-product div.product .product_meta {
	display:none;
}

/*QUITAR PRODUCTOS RELACIONADOS*/
/*section.related.products{
	display:none
}
p{
	font-family:"Nunito Sans", Sans-serif;
}*/