/* 
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 */
.elementor-widget-woocommerce-cart .woocommerce .product-name .variation {margin-top:8px;}
.elementor-widget-woocommerce-cart .woocommerce .product-name .variation dd { margin-left: 0; font-weight:400;}
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity, .elementor-widget-woocommerce-cart .woocommerce table.cart th.product-quantity {display:none;}

 @media only screen and (max-width : 768px) {
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: inherit;
	}
	.elementor-widget-woocommerce-cart .woocommerce .product-name .variation {
    	padding: 8px 0;
	}
	 .elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a::before{content:"Eliminar ";font-weight:400;font-size:16px; color:#000;}
}

/*.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    	display: inherit !important;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail , .elementor-widget-woocommerce-cart .woocommerce table.cart th.product-name {
  border-top: var(--order-summary-items-divider-weight,1px) solid var(--order-summary-items-divider-color,#d5d8dc);
}
.elementor-widget-woocommerce-cart .woocommerce table.cart th.product-name {
  border: 0 solid;
}*/