/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a blazing fast and lightweight WordPress theme built with the latest web technologies. It was built with the Gutenberg editor in mind and has a lot of options that makes it extendable and customizable. You can easily create any type of website, such as business agency, shop, corporate, education, restaurant, blog, portfolio, landing page and so on. It works like a charm with popular WordPress page builders, including Elementor, Beaver Builder, Visual Composer and Brizy. Since it is responsive and adaptive, translation ready, SEO optimized and has WooCommerce built-in, you will experience an easy build and even an increase in conversions.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,buddypress,rtl-language-support,news
Version: 2.0.94.1743768673
Updated: 2025-04-04 14:11:13

*/

/*
 * === Estilos para unificar la tipografía y el color de los checkboxes de WooCommerce ===
 */

/* Objetivo: Hacer que "Enviar a una dirección diferente?" coincida exactamente con "Crear una cuenta?" */

/* Estilos para el texto del span de "Enviar a una dirección diferente?" */
/* Usamos el ID del encabezado H3 junto con el ID del input del checkbox
   para aumentar drásticamente la especificidad y apuntar al span. */
#ship-to-different-address label.woocommerce-form__label[for="ship-to-different-address-checkbox"] span {
    color: rgb(28, 28, 28) !important;       /* Color: #1c1c1c (extraído de "Crear una cuenta?") */
    font-family: 'Poppins', sans-serif !important; /* Fuente de "Crear una cuenta?" */
    font-size: 15px !important;             /* Tamaño de "Crear una cuenta?" */
    font-weight: 500 !important;            /* Peso de "Crear una cuenta?" */
    line-height: 24.75px !important;        /* Altura de línea de "Crear una cuenta?" */
}

/* Opcional: Si el cuadrado del input también necesita ajustes visuales */
/* No hemos visto esto como un problema en las imágenes, pero lo dejamos por si acaso. */
.woocommerce-checkout input#ship-to-different-address-checkbox {
    /* Puedes añadir estilos aquí si el checkbox en sí (el cuadrado) no se ve igual */
    /* Por ejemplo: */
    /* width: 16px; */
    /* height: 16px; */
    /* border-color: #ccc; */
    /* vertical-align: middle; */
}

