/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.2.1.1736842666
Updated: 2025-01-14 08:17:46

*/
:root {
    --color-principal: #361B9E;
}
/* ==============
Boton carrito 
===============*/
header .psa-boton-tienda {
    border: 1px solid var(--color-principal) !important;
    text-align: center;
    border-radius: 18px;
    background-image: url(./images/carrito.svg);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    padding: 0 2rem 0 0 !important;

}
header .psa-boton-tienda a {
    margin: 0 !important;
}


/*------------------------------------
    Paginacin productos
------------------------------------*/
a.page-numbers {
    background: var(--color-principal);
    color: #fff !important;
    padding: 1px 9px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}
a.page-numbers:hover {
    background: rgb(228, 228, 228);
    color: #000 !important;
}
/*------------------------------------
    woocommerce
------------------------------------*/
/* notices */
.woocommerce-notices-wrapper {
    max-width: 1000px;
    margin: 20px auto;
}
/* Ver carrito */
a.added_to_cart.wc-forward {
    margin-left: 20px !important;
}
/* Eliminacion precio y tablas de precio */
.woocommerce-Price-amount.amount {
    display: none;
}
.e-cart-totals .shop_table.shop_table_responsive {
    display: none;
}
.elementor-menu-cart__subtotal {
    display: none;
}
.wc-proceed-to-checkout {
    margin-bottom: 34px;
}