/* 
Theme Name: BATMAN
Theme URI: https://wearebatman.be
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: 1.0.1
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
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.hide-attribute {
    display: none !important;
}

tr:has(select.hide-attribute) {
  display: none !important;
}
select.hide-attribute {
  display: none !important;
}

.fiets-attributen-blokken {
    margin: 10px 0;
}

.fiets-attributen-blokken .attribuut {
    margin-bottom: 8px;
    padding: 6px 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.fiets-attributen-blokken .attribuut-naam {
    font-weight: bold;
    margin-right: 5px;
}

.fiets-attributen-blokken .attribuut-waarde {
    color: #333;
}

.woocommerce-variation-price {
    font-family: Figtree;
    font-size: 18px;
    margin: 10px 0;
    color: #122124; /* Hoofdkleur voor prijs */
    display: flex;
    align-items: center;
    gap: 10px; /* ruimte tussen oud en nieuw */
}

.woocommerce-variation-price del {
    color: #999; /* oude prijs grijs */
    font-size: 16px;
    text-decoration: line-through;
}

.woocommerce-variation-price ins {
    color: #122124; /* nieuwe prijs */
    font-weight: bold;
    font-size: 20px;
    text-decoration: none; /* verwijdert streep als browser default heeft */
}

.woocommerce-variation-price .woocommerce-Price-currencySymbol {
    font-weight: normal; /* € iets subtieler */
}


/* MEDIAQUERIES */

@media only screen and (max-width: 1280px) {

} 

@media only screen and ( max-width: 1024px ) {
	
}

@media screen and (max-width: 980px) {
	
}

@media screen and (max-width: 767px) {
	
}



