/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.42
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
.wcml-dropdown li {
	border-radius: 0.3rem;
}
.wcml-dropdown a.wcml-cs-item-toggle:after {
	color: var(--e-global-color-text);
}
body .col-full.topbar-wrapper, body:not(.header-4) .site-header {
	border-bottom: 1px solid #eee;
}
body .top-bar svg {
	fill: var(--e-global-color-text);
	width: 23px;
	height: 23px;
}
body .top-bar a:hover {
	opacity: 1;
}
body .top-bar a:hover svg {
	fill: var(--e-global-color-primary);
}
body .below-content .widget svg {
	stroke: var(--e-global-color-primary);
	width: 30px;
	height: 30px;
	left: 10px;
}
body .below-content .widget span.widget-title {
	text-transform: uppercase;
}
.footer-with-links svg {
	fill: var(--e-global-color-text);
	width: 35px;
	height: 35px;
}
body .footer-with-links a:hover svg {
	fill: var(--e-global-color-primary);
}
.social-links {
	display: flex;
}
.social-links .custom-html-widget {
	display: flex;
    flex: 1;
    width: 100%;
    justify-content: space-evenly;
}
body .institucional-menu-footer .elementor-widget-n-menu .e-n-menu-heading {
	flex-direction: column;
}
body .contact-menu-footer a {
	display: flex;
    font-size: 13px;
    align-items: anchor-center;
	color: var(--e-global-color-text);
	margin-bottom: 15px;
}
.invert-svg svg {
	fill: transparent !important;
	stroke: var(--e-global-color-text) !important;
}
.invert-svg:hover svg {
	fill: transparent !important;
	stroke: var(--e-global-color-primary) !important;
}
body .contact-menu-footer a:hover {
	color: var(--e-global-color-primary);
}
body .contact-menu-footer svg {
    width: 25px;
    height: 25px;
	margin-right: 5px;
}
body #payment .payment_methods li img {
	float: unset !important;
}

.section-features .below-content {
	border-top: none !important;
}

@media only screen and (max-width: 769px) {
	body .below-content .widget_custom_html {
		min-height: 35px;
		display: flex;
		margin-bottom: 20px;
	}
	
	body .below-content .widget svg {
		left: -10px;
	}
	
	body .below-content .gamma.widget-title {
		 align-content: center;
	}
}
/* Ajuste de layout para o Mini Cart do Shoptimizer */

/* Esconder os botões +/- padrão do tema se eles aparecerem bugados no mini cart */
.woocommerce-mini-cart-item .quantity .qty {
    width: 45px !important;
    height: 35px !important;
    padding: 0 5px !important;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 14px;
    /* Força a exibição do input */
    display: inline-block !important; 
}

/* Alinhar o preço e o input na mesma linha */
.woocommerce-mini-cart-item .quantity.shopt-qty-wrapper {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

/* Esconder o 'x' de multiplicação se desejar um visual mais limpo */
.woocommerce-mini-cart-item .x-separator {
    margin: 0 5px;
    color: #999;
}

/* Garantir que o botão nativo de remover do Shoptimizer não quebre */
.woocommerce-mini-cart-item a.remove {
    z-index: 10; /* Fica acima do input se houver sobreposição */
}