/*
 Theme Name:   astra-child
 Theme URI:    https://ivolucion.com
 Description:  Child theme de astra con codigo personalizado para el sitio.
 Author:       William De La Cruz
 Template:     astra
 Version:      1.0.0
*/

/* Aquí puedes añadir CSS adicional o sobreescribir estilos del padre */
/* Oculta la imagen de productos en el loop de Elementor */
.ast-article-single .astra-shop-thumbnail-wrap {
    display: none !important;
}
.woocommerce-js ul.products li.product .price {
	margin-top: .5em;
}
.ast-woo-shop-product-description {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color:  #00334a;/*#FD643B;*/
	letter-spacing: 0.5px;
}
.woocommerce-js ul.products li.product .ast-woo-shop-product-description p {
	margin-bottom: 0em !important;
}
.elementor-wc-products ul.products li.product{
	padding: 10px 0px 10px 0px !important;
}

.woocommerce-checkout .entry-header,
.woocommerce-checkout .entry-header .entry-title {
    display: none !important;
}

/* ☑️ Estilo para checkboxes */
input[type="radio"],
input[type="checkbox"] {
  accent-color: #FD643B;
}

