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

/* BOTON DESENFOCADO */


.boton-desenfoque a.elementor-button.elementor-button-link.elementor-size-sm {
    backdrop-filter: blur(10px);
}


/** FORMULARIO NEWSLETTER **/

.formulario-newsletter .elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.formulario-newsletter .elementor-field-group.elementor-field-type-submit {
  order: 2;
}

.formulario-newsletter .elementor-field-group.elementor-field-type-acceptance {
  order: 3;
}

.formulario-newsletter ::placeholder {
  opacity: 1 !important;
}

/* AJUSTE IMAGEN DESTACADA */

.imagen-producto img.wp-post-image {
    width: 100% !important;
    height: auto !important;
}

.imagen-producto .jet-single-images.swiper-container {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    display: block !important;
    overflow: visible !important;
}

.imagen-producto .jet-gallery-swiper-thumb {
    margin-right: 20px;
}

/**Ajuste focus carrito**/

.carrito a#elementor-menu-cart__toggle_button:focus{
	background-color: white;
}

/* ESTILO FORMULARIO VALORACION PRODUCTO */

.valoracion-producto span#reply-title {
    font-size: 20px;
    font-weight: 600;
}

.valoracion-producto label {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.valoracion-producto input#submit {
    background-color: #6bfea4 !important;
    border-radius: 90px !important;
    padding: 14px 50px 14px 50px !important;
	color: #000000 !important;
}

.valoracion-producto h2.woocommerce-Reviews-title {
    font-family: 'gelica';
    font-weight: 600;
    font-size: 20px;
}

.valoracion-producto span#reply-title {
    font-family: 'gelica';
}

.valoracion-producto .woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #f1cd0f !important;
}