/*
Theme Name: Elementor childtema
Theme URI: 
Template: hello-elementor
Author: Daniel Persson
Author URI: 
Description: Elementor Hello barntema
Version: 1.0.0
*/

/** CSS nedanför här **/

.jepp-logo img {
    height: 80px;
    object-fit: contain;
}

@media ( max-width: 600px ) {
   
    .jepp-logo img {
        height: 60px;
    }
    
}

#tm-extra-product-options .amount,
#tm-epo-totals .amount * {
    color: #222 !important;
}

#tm-epo-totals .tm-options-totals {
    display: none !important;
}

#tm-extra-product-options .tm-description {
    font-size: 0.9rem;
    margin: 5px 0;
}

#tm-extra-product-options label {
    font-weight: bold;
    margin-bottom: 5px;
}

#order_review button[name="woocommerce_checkout_place_order"] {
    border: none;
    width: 100%;
    outline: none;
}


















/*
body:not(.home) selector {
    background-color: #fff;
}

body.home .elementor-location-header {
    position: absolute;
    width: 100%;
}

selector.elementor-sticky--active {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);;

}

body.home selector:not(.elementor-sticky--active) .logo img,
body.home selector:not(.elementor-sticky--active) .mega-menu-logo img {
    content:url('https://loopon.hemsida.eu/wp-content/uploads/2024/04/logo.webp');
}

selector {
    transition: background-color 0.3s ease-in-out;
}

selector.elementor-sticky--active {
    background-color: #fff;
}

@media ( min-width: 768px ) {
    
 body.home selector:not(.elementor-sticky--active) #mega-menu-menu-1 > li > a {
    color: #fff !important;
}   
    
}

body.home selector:not(.elementor-sticky--active) #mega-menu-menu-1 > li > a:hover {
    color: #fff !important;
    background-color: transparent !important;
}

body.home selector:not(.elementor-sticky--active) .mega-menu-item > a::after {
    border-color: #fff !important;
}

body.home selector:not(.elementor-sticky--active) .dp-cart-trigger > svg path {
    fill: #fff;
}

body.home selector:not(.elementor-sticky--active) .user-account svg path {
    fill: #fff;
}

body.home selector:not(.elementor-sticky--active) .search svg path {
    fill: #fff;
}

body.home selector:not(.elementor-sticky--active) .mega-toggle-animated-inner,
body.home selector:not(.elementor-sticky--active) .mega-toggle-animated-inner::before,
body.home selector:not(.elementor-sticky--active) .mega-toggle-animated-inner::after {
    background-color: #fff !important;
}
*/