/* 
Theme Name: ALPHA-MH
Theme URI: https://github.com/elementor/hello-theme/
Description: ALPHA-MH is a child theme of Hello Elementor, created by <a href="https://solutiongroup.se/">Solution Group AB</a>, 10 September 2022 ~ <a href="mailto:johan@solutiongroup.se">johan@solutiongroup.se</a>
Author: Solution Group AB
Author URI: https://solutiongroup.se/
Template: hello-elementor
Version: 2.0.10044
Text Domain: alpha
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* utility */
.no-margin p:last-child,
.no-margin h1:last-child,
.no-margin h2:last-child,
.no-margin h3:last-child,
.no-margin h4:last-child,
.no-margin h5:last-child,
.no-margin h6:last-child,
.no-widget-margin {
    margin:0!important;
}


/* reservdelar */
#alpha_parts .elementor-select-wrapper select {
	background: #fff!important;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
}

#alpha_parts .elementor-column {
	padding-right: 20px;
    margin-bottom: 10px;
}

#alpha_parts .elementor-button {
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: var( --e-global-color-accent );
	border: 2px solid #fff;
}

#form-field-alpha_parts_manufacturer {
	background: transparent;
	color: #fff;
	font-weight: bold;
	border: 2px solid #fff;
}


/* alpha header */
#alpha-header.elementor-sticky--effects,
#alpha-header.elementor-sticky--effects {
    background:#fff;
}

#alpha-header.elementor-sticky--effects .elementor-item {
    color:#000;
    fill:#000;
}


#alpha-header.elementor-sticky--effects .elementor-menu-cart__toggle .elementor-button svg,
#alpha-header.elementor-sticky--effects .elementor-menu-toggle svg {
	fill:#000;
}


/* state-on header for certain pages */
.product-template-default #alpha-header,
#alpha-header.elementor-sticky--effects {
    background:#fff;
}

.product-template-default #alpha-header .elementor-item {
    color:#000;
    fill:#000;
}


.product-template-default #alpha-header .elementor-menu-cart__toggle .elementor-button svg,
.product-template-default #alpha-header .elementor-menu-toggle svg {
	fill:#000;
}


/* product listing item */
.alpha-product-listing-item .amount {
    font-weight: 600;
}


/* product page tabs tweaks */
.custom-tabs-style .e-n-tabs-content {
	margin-top: -1px;
}

/* custom call to action graphical element order */
.custom-cta-graphics-order .elementor-cta__icon {
	order: 1;
    margin-top: 25px;
}

