/* 
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-text-editor p:last-child, .textwidget p:last-child { margin-bottom:0px;}  

.img-backcover-effect {
    flex: 1;	
	position: relative;
   	display: flex;
   	align-items: stretch;
	img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
    		object-fit: cover;
	}
}


.elementor-icon, .elementor-button-icon {
	vertical-align:middle;
}

.selector-idioma .wpml-ls-legacy-list-horizontal{
	padding: 0;
}

.selector-idioma ul li:first-child{
	border-right: 2px solid;
}

.selector-idioma ul li a{
	padding: 0 8px;
}

.elementor-location-floating_buttons .e-floating-bars{
	z-index: 9;
}

/* ESTILOS FILTRO */
.wpc-filters-scroll-container{
	font-family: var(--e-global-typography-9ccb381-font-family), Sans-serif;
    max-width: 240px;
}


@media only screen and (max-width: 767px) {  
	.wpc-filters-scroll-container{
		max-width: 100%;
	}
	
	body .wpc-filters-open-button-container a.wpc-open-close-filters-button{
		width: 100%;
	}
}

.wpc-filters-section{
	border-bottom: 1px solid #E6E6E6;
    margin-bottom: 1em !important;
    padding: 5px 0 5px;
}

.wpc-filter-title{
	color: #211732;
	font-size: 16px;
	font-weight: 500;
}

.wpc-filters-main-wrap ul.wpc-filters-ul-list {
    padding: 0!important;
}

.wpc-filter-selected-values{
	display: none!important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
    top: -6px!important;
    box-shadow: 0 0px 1px rgba(0, 0, 0, .23)!important;
}

.wpc-filters-range-inputs .ui-slider .ui-slider-handle {
    width: 15px!important;
    height: 15px!important;
}

.wpc-filters-range-inputs .ui-button, .wpc-filters-range-inputs .ui-state-default, .wpc-filters-range-inputs .ui-widget-content .ui-state-default, .wpc-filters-range-inputs .ui-widget-header .ui-state-default, html .wpc-filters-range-inputs .ui-button.ui-state-disabled:active, html .wpc-filters-range-inputs .ui-button.ui-state-disabled:hover {
    border: 1px solid #857A96!important;
    background: #857A96!important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: var(--e-global-color-primary)!important;
}


*::selection {
  background: var(--e-global-color-primary) !important;
  color: #ffffff !important;
}
*::-moz-selection {
  background: var(--e-global-color-primary) !important;
  color: #ffffff !important;
}
