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

/* Add your custom styles here */


.woocommerce .woocommerce-breadcrumb {
  	margin-bottom: 0;
}

.woocommerce-Price-amount {
	color:#000000;
}

.woocommerce > .price ins {
	text-decoration-color:#000000;
	text-decoration:none;
}


.wpcvs-attribute-selected {
	display:none;
}

.wapf-field-container {
  	padding: 0 !important;  
	margin-top: 40px;
}

.wapf-wrapper {  
	width: 100% !important;
  	margin: 0 !important;
}

.wapf-swatch-wrapper {
	width:100% !important;
}

.wpcvs-attributes {
	width:100% !important;
}

.wapf-swatch--text {  
	width: 100%;    
	margin: 0 0 10px 0 !important;
}

.wapf-swatch--text label {
  	padding: 10px 15px !important;
	font-weight:600 !important;  
	font-size: 14px;
}

.wapf-product-totals {
	color:#000000 !important;
	margin-top: 25px;
}

.wapf-grand-total {
	color:#000000 !important;  
	font-size: 24px !important;
  	font-weight: 700;
  	line-height: 24px;
}

.wpcvs-attribute-label {
	margin-bottom:10px;
}

/*--- SWATCHES ---*/

.wpcvs-terms {
  width: 100%;
}

.wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner::before {
  width: 20px;
  height: 20px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  top: -10px;
  right: -5px;
  border: 2px solid #ffffff;
}

.wpcvs-terms.wpcvs-type-button .wpcvs-term {
  	height: auto !important;  
	min-height: 38px;
}

.wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner .wpcvs-term-label {
  	padding: 10px 15px !important;  
	font-size: 14px;
  	font-weight: 600;
  	line-height: 14px;  
}

.wpcvs-terms .wpcvs-term {
  	background-color: #ffffff;
  	color: #000000;
	padding: unset;  
	width: 100%;  
	border: 2px solid black;  
	display: flex;
  	align-items: center;  
	margin: 0 0 10px 0;  
	text-align: left;
}

.wpcvs-terms .wpcvs-term:hover {
  	background-color: #ffffff;
  	color: #000000;
	border: 2px solid #DF5A26;
}

.wpcvs-terms .wpcvs-term.wpcvs-selected {
  	border-color: #DF5A26;
  	background-color: #DF5A26;
  	color: #FFFFFF;
}

.wpcvs-terms .wpcvs-term .wpcvs-term-inner {
  background-color: transparent;
}

.label-above .wapf-field-label {
  margin-bottom: 0 !important;
}

.wapf-field-input {
	margin-top:20px !important;
}

.wapf-field-description {
	font-family: "Open Sans", Sans-serif;
  	color: #000000;
}

.customPFbox .wapf-field-description {
	opacity:1;
	font-family: "Open Sans", Sans-serif;
	padding:30px !important;
	background:#F7F7F7;
	border-radius:25px;
	margin-bottom:20px;
	margin-top:10px;
	color: #000000;
	display:flex;
	gap:10px;
	flex-direction:column;
}

.customPFbox .elaftaleImg {
	content: url("https://ladehuset.lux-webudvikling.dk/wp-content/uploads/2025/03/energidrift.png");
	width: 250px;
  	display: block;
}

.customPFbox .elaftaleDesc {
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 22px;  
	width: 100%;
}

.customPFbox .elaftaleBullets {
  	font-size: 16px !important;
  	font-weight: 500;
	width: 100%;
  	line-height: 22px;  
  	display: block;
}

.customPFbox .elaftaleBullets ul {
	list-style:disc;  
	padding: 0 0 0 10px;
}

.customPFbox .elaftaleBullets ul li {
  	margin-left: 5px;
}

.customPFbox .elaftaleBullets ul li:not(:last-child) {
  	margin-bottom: 5px;
}


.customPFbox .elaftaleBullets ul li::marker {
  	color: #DF5A26;
}

.customPFbox .wapf-swatch-wrapper .wapf-swatch .wapf-pricing-hint {
	display:none;
}