/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750681715
Updated: 2025-06-23 12:28:35

*/

/* =================================================================
   STYLING VOOR GRATIS VERZENDING VOORTGANGSBALK
   ================================================================= */

.shipping-progress-container {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
}

.shipping-progress-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #333;
}

.progress-bar-background {
  background-color: #f0f0f0;
  border-radius: 100px;
  height: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.6s ease;

  /* Jouw oranje gradient als standaard */
  background-image: linear-gradient(to right, #FF9933 0%, var(--e-global-color-secondary, #FF5733) 100%);
}

/* STYLING VOOR DE 'SUCCES' STATUS (BEREIKT) */

/* Verandert de tekstkleur in de container als de drempel is bereikt */
.shipping-progress-container.progress-bar-success .shipping-progress-text {
  color: #1e7e34; /* Donkergroene tekst */
}

/* Verandert de voortgangsbalk naar groen als de drempel is bereikt */
.shipping-progress-container.progress-bar-success .progress-bar-fill {
  background-image: none; /* Haal de gradient weg */
  background-color: #28a745; /* Standaard, helder groen */
}


/* nieuw staffelkorting en Abo optie

/* Styling voor de nieuwe hoeveelheid-kiezer */
.aantal-kiezer-wrapper {
    margin-bottom: 20px;
    font-family: sans-serif;
}

.aantal-kiezer-titel {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.aantal-optie-label {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.aantal-optie-label:has(input:checked) {
    border-color: #98278C; /* Paarse rand als geselecteerd */
    background-color: #f9f3f8;
}

.aantal-optie-label input[type="radio"] {
    margin-right: 15px;
    /* Moderne look voor radio buttons */
    accent-color: #98278C;
    width: 18px;
    height: 18px;
}

.aantal-label-text {
    font-size: 16px;
}

/* Styling voor de abonnementsboxen (gebaseerd op je screenshot) */
/* Pas de class-namen aan als de plugin andere gebruikt */
.wcsatt-options-wrapper {
    margin-top: 20px;
}
.wcsatt-option {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.wcsatt-option-selected {
     border-color: #1AED1A; /* Groene rand voor geselecteerd abonnement */
}

/* Verberg de originele WooCommerce hoeveelheid-kiezer als je wilt */
/* .quantity {
    display: none;
} */