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