/* 
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 */

footer .elementor-slideshow__title{
    display:none !important;
}
#customheader.elementor-sticky--effects{
    background:black !important;
    transition:all 200ms ease;
}
#customheader{
    transition:all 200ms ease;
}
#customheader.elementor-sticky--effects .logotipo{
    max-width:80px !important;
    transition:all 200ms ease;
}

#customheader .logotipo{
    transition:all 200ms ease;
}
.product_meta,
.woocommerce-breadcrumb{
    display:none;
}
.single_add_to_cart_button.button.alt {
	background: #e1007e !important;
	padding: 20px;
	border-radius: 0px;
	font-size: 13px;
}
.woocommerce-Price-amount.amount bdi {
	font-size: 30px;
	color: #e1007e;
}
#main .product.type-product{
	margin-top: 80px;
}
.wpml-ls-legacy-list-horizontal a span {
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  word-spacing: 0em;
}