/* 
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-accordion-item {
    margin-bottom: 20px;
}

.elementor-accordion .elementor-accordion-item:not(:first-child) .elementor-tab-title {
    border-top: 1px solid #816856;
}

section#header .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: 1fr auto auto 15%;
    justify-content: end;
    gap: 1rem;
    align-content: center;
}

#socials .elementor-widget-wrap.elementor-element-populated {
    grid-template-columns: auto auto auto !important;
}

#logo-header {
	max-width: 300px;
}

a.checkout-button.button.alt.wc-forward {
    font-family: "Optima", Sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    background-color: #D5CBB9;
    border-radius: 0px 0px 0px 0px;
}

@media screen and (max-width: 1800px) {
	ul#menu-1-fa205a9 a {
    font-size: 1rem;
}
}

@media screen and (max-width: 1024px) {
	
	.elementor-element.elementor-element-a206f8b.elementor-view-default.elementor-widget.elementor-widget-icon {
		display: flex;
		align-items: center;
	}
	
	section#header .elementor-widget-wrap.elementor-element-populated {
    	grid-template-columns: 1fr 5% auto auto;
	}
}

@media screen and (max-width: 640px) {
	body {
    overflow-x: hidden !important;
}
	section#header .elementor-column[data-id="0af268b"] .elementor-widget-wrap.elementor-element-populated {
		grid-template-columns: 1fr 1fr 1fr;
		justify-content: center;
		grid-template-areas:
			"Logo Logo Logo"
			"Menu Carrito Redes";
	}
	
	div#logo-header {
    	grid-area: Logo;
    	margin: 0 auto;
	}
	
	div#menu-header {
    	grid-area: Menu;
	}
	
	div#carrito-header {
		justify-content: center;
		grid-area: Carrito;
	}
	
	.elementor-column.elementor-col-100.elementor-inner-column.elementor-element.elementor-element-3ba78c7 .elementor-widget-wrap.elementor-element-populated {
    	grid-template-areas:
        "Facebook Tiktok Instagram" !important;
	}
}