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

/**Ajuste posición del icono menú**/

.jet-menu-item-wrapper{
	justify-content: center;
}/*
.jet-mega-menu-item__link{
	flex-direction: column;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-144 .jet-mega-menu-item__icon{
    color: white;
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-144:hover .jet-mega-menu-item__icon{
    color: white!important;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-144:hover .jet-mega-menu-item__icon svg path,
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-144:hover .jet-mega-menu-item__icon svg line {
    stroke: #336;
}
*/
.header_sombra.elementor-sticky--effects{
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 21%);
}


/**Ajuste añadir al carrito Imaxel**/

a.single_add_to_cart_button.secondary.button.alt.editor_imaxel{
	background-color: #ed2939;
	padding: 15px 25px;
    font-size: 25px;
}

.elementor-375 .elementor-element.elementor-element-c8beb28 .crear_ahora_wrapper{
	margin: 0 !important;
}

table.variations td.value{
	/**padding: 15px 0px 15px 0px;*/
}

.product_meta>:not(.crear_ahora_wrapper){
display:none;
}

.product_meta {
    padding: 0;
    margin: 0;
}

.crear_ahora_wrapper {
    border-bottom: 0!important;
    margin: 0 0 0 20px!important;
    padding: 0!important;
}


.jet-tabs {
    flex-wrap: wrap;
}

/**Ajuste botón producto simple**/

button.button.wc-imaxel-create-project, button.button.wc-imaxel-create-project:hover{
	border-radius: 90px 90px 90px 90px;
    color: var(--e-global-color-1a52a3e);
    background-color: var(--e-global-color-accent);
    transition: all 0.2s;
	width: 100%;
	margin: 0px!important;
}