/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2024 | 16:01:25 */
/* Ajustamos breadcrumb*/

.storefront-breadcrumb{
    padding: 0px;
    margin: 3px
}
.storefront-breadcrumb .col-full{
    padding: 0px;
    margin: 0px
}

/* Ajustamos price */

.single-product div.product p.price{
    margin: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;
	border-radius: 25px;
}

button.single_add_to_cart_button.button.alt:hover{
	background-color: #a9a9a9 !important; 
}

