/* 
Theme Name: Gulupa Digital
Theme URI: https://github.com/elementor/hello-theme-child/
Description: 
Author: Gulupa Digital
Author URI: https://gulupadigital.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-button, 
[type="submit"], 
.checkout-button.button.alt.wc-forward{
      clip-path: polygon(0% 0%, 100% 0, 100% 65%, 95% 100%, 0% 100%);
}


span.etiqueta-producto.sale {
    padding: 4px 12px;
    font-weight: bold;
    background-color: #EBEBEB;
	transition: 0.3s ease-in;
}

.e-loop-item:hover span.etiqueta-producto.sale {
    background-color: #16E06F;
}


/*Cabecera*/

/* Icono Carrito */
.elementor-menu-cart__wrapper,
#elementor-menu-cart__toggle_button, 
.elementor-menu-cart__toggle.elementor-button-wrapper{
    display: flex!important;
    align-self: center!important;   
}

a#elementor-menu-cart__toggle_button .elementor-button-icon{
    position:relative;
    display: flex!important;  
}

.elementor-button-icon-qty {
    order: 2;
    font-size: 0!important;
    padding-right: 12px;
}


.elementor-button-icon-qty:before {
    position: absolute;
    top: 28%;
    left: 12px; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #2c2c2c;
    font-size: 10px;
    background-color: #16E06F;
    border-radius: 20px;
    content: attr(data-counter);
}



/* Footer */
@media(max-width: 767px) {
	footer
	.elementor-nav-menu {
		display: flex!important;
		flex-direction: column!important;
		justify-content: flex-start!important;
		margin-left: 0!important;
		gap: 0!important;
	}

	footer
	.elementor-nav-menu 
	.menu-item a{
		width: 100%!important;
		text-align: left!important;
		padding-left: 0!important;
		padding-right: 0!important;
		margin: 0!important;
		justify-content: flex-start!important;
	}
		

}
