/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.nomargen, .nomargen p, .nomargen h2{
	margin-bottom:0;
}
.elementor-location-header.sticky{
	position:sticky;
	top:0;
	z-index:9;
	background:white;
}
.phome .woocommerce > ul.products > li.product .woocommerce-loop-product__title, .shoplist .woocommerce > ul.products > li.product .price, .shoplist .woocommerce > ul.products > li.product .woocommerce-loop-product__buttons, .shoplist .woocommerce > ul.products > li.product .woocommerce-loop-product__title{
	padding-left:14px;
}
.phome .owl-carousel .owl-item .wpb-wps-slider-item > figure{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	border:1px solid #D9D9D9;
}
.phome .owl-item .wpb-wps-slider-item > figure .onsale{
	display:none;
}
.phome .owl-item .wpb-wps-slider-item > figure figcaption{
	background: white;
	text-align:left;
	padding:10px 15px;
}
.phome .owl-item .wpb-wps-slider-item > figure figcaption .wpb_cart_button a{
	background:white;
	border:1px solid black;
	border-radius:20px;
	color:black !important;
	font-weight:400;
	font-style:normal;
	transition:300ms;
}
.phome .owl-item .wpb-wps-slider-item > figure figcaption .wpb_cart_button a:hover{
	background:black;
	color:white !important;
}
.phome .owl-item .wpb-wps-slider-item > figure figcaption h3{
	font-family: Inter;
	font-size: 17px;
	font-style:normal;
	margin-top:0;
}
.phome .owl-item .wpb-wps-slider-item > figure figcaption .pro_price_area{
	text-align:left;
	font-style:normal;
	color:black;
}
.phome .owl-item .wpb-wps-slider-item > figure > a img{
	height:138px;
	object-fit:cover;
}
.phome .owl-item .wpb-wps-slider-item .wpb_cart_button{
	display:none;
}
.shoplist .woocommerce .products .product > a img{
	height:149px;
	object-fit:cover;
}
.bloghome .elementor-post__read-more{
	padding:8px 16px;
	border-radius:20px;
	border:1px solid black;
	transition:300ms;
}
.bloghome .elementor-post__read-more:hover{
	background:black;
	color:white !important;
}
.titlesombra{
	width:fit-content;
}
table.variations tbody>tr:nth-child(odd)>td, table.variations tbody>tr:nth-child(odd)>th{
	background-color:unset;
}
.eael-lr-form-wrapper .eael-lr-link{/*Elimina el botón inferior derecho del formulario de registro*/
    display:none;
}
.elementor-3006 .elementor-element.elementor-element-e2917f1 .lr-form-wrapper{
    width:100%;
}
.elementor-3006 .elementor-element.elementor-element-e2917f1 .eael-lr-form-wrapper{
    width:80%;
}
.elementor-3006 .elementor-element.elementor-element-142750f .eael-lr-form-wrapper{
    width:80%;
}
@media screen and (min-width:1175px){
	.phome .owl-carousel .owl-item{
		height:300px;
	}
	.phome .owl-carousel .owl-item .wpb-wps-slider-item, .phome .owl-carousel .owl-item .wpb-wps-slider-item > figure{
		height:100%;
	}
}