/**
 * Theme Name:   Astra Child
 * Theme URI:    https://wpastra.com/
 * Description:  Child theme for Astra - Campus Inglaterra en Casa
 * Author:       Campus Inglaterra en Casa
 * Author URI:   https://campus.inglaterraencasa.com
 * Template:     astra
 * Version:      1.0.0
 * License:      GNU General Public License v2 or later
 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  astra-child
 * Tags:         custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
 */

/* Add your custom styles below this line */

/* Ocultar el carrito del header */
.ast-header-cart,
.ast-site-header-cart,
.woocommerce-cart-menu-item,
.ast-cart-menu-wrap,
.ast-cart-wraper,
a.cart-container,
.widget_shopping_cart {
	display: none !important;
	visibility: hidden !important;
}

/* Ocultar el icono del carrito en el header builder de Astra */
.ast-header-element[data-section="ast_header_cart"] {
	display: none !important;
}

/* Ocultar el widget del carrito en el sidebar si existe */
.widget.woocommerce.widget_shopping_cart {
	display: none !important;
}

/* Checkout custom label */
.wc-block-components-order-summary-item__individual-prices .wc-block-components-order-summary-item__custom-label {
	display: block;
	font-weight: 600;
}

.woocommerce-Price-amount {
    font-size: 25px !important;
}

span.price.amount.final {
    font-size: 16px !important;
}

