/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Producto tabla info adicional */
.woocommerce table.shop_attributes {
    border-top: 1px dotted #C8D2D1;
}
.woocommerce table.shop_attributes th,
.woocommerce table tbody>tr:nth-child(odd)>td, 
.woocommerce table tbody>tr:nth-child(odd)>th {
    background: none !important;
	border: none !important;
	padding: 8px !important;
}

/* Categorías productos */
.woocommerce ul.products li.product-category a img {
	display:none !important;
}

/* Formulario compra */
.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-text-input input,
.wc-blocks-components-select .wc-blocks-components-select__select {
	border-radius: 0 !important;
	border-color: #C8D2D1 !important;
	text-transform: none;
} 
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background:  #C8D2D1 !important;
	border: none !important;
}

/* Desplegable carrito */
a.elementor-button.elementor-button--view-cart.elementor-size-md,
a.elementor-button.elementor-button--checkout.elementor-size-md {
    font-size: 20px !important;
	text-transform: none !important;
}

/* Perfil */
.woocommerce-info { border-top: 1px solid #C8D2D1 !important;}
.woocommerce-info::before { color: #C8D2D1;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { text-decoration: none;}