/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2025 | 13:28:39 */
/* GENERALES */
/* Titulo entre lineas */
@media only screen and (min-width: 770px) {
h2.uagb-html-tag {
    white-space: nowrap;
	}
}

/* FORMIDABLE */
.check-blanco .frm_checkbox label {
    color: #fff;
}

/* FICHA PRODUCTO */
@media (min-width: 1024px) {
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 33% !important;
}
.summary.entry-summary {
    width: 63% !important;
}
}