/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.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
*/

ul {
    margin-bottom: 20px;
}

/* Fjerner mærkelig pris på Composite produkter */
.wooco-total {
    display: none!important;
}

.single-product .wpcpo-wrapper {
    flex: 0 0 100%!important;
    width: 100%!important;
    margin-bottom: 1rem!important; /* afstand til købsknappen */
}

.single-product form.cart {
    display: flex!important;
    flex-wrap: wrap!important;
    gap: 1rem!important;
}

/* Fjerner kurser i menuen */

html[lang="en-US"] li:has(#menu-kurser) {
    display: none !important;
}

/*

@media (max-width: 767px) {
    .woo-variation-items-wrapper > ul {
        height: 300px;
        flex-direction: column;
        overflow-x: scroll;
    }
}

.wcvs-tooltip {
    display: none !important; /* Hide the default tooltip
}

 Gemmer farve label på garn
.variations_form table.variations label[for="pa_farve"] {
    display: none;
} */


.custom-tooltip-span {
     display: block;
     text-align: center;
     font-size: 12px;
     margin-top: 4px;
     color: #333;
     pointer-events: none;
     line-height: 1.2;
 }

li.image-variable-item {
	height:auto!important;
}

.woocommerce .elementor-66529 .elementor-element.elementor-element-83c953e form.cart .variations {
    background-color: #FCFCFA!important;
}

/* Variationer, horisontal scroll på mobil */
@media (max-width: 767px) {
    .woo-variation-items-wrapper > ul {
        height: 270px;
        flex-direction: column;
        overflow-x: scroll;
    }
	
	div:has(td.woo-variation-items-wrapper) {
		width:100%;
	}
    .variations label {
        padding: 0!important;
    }
}