/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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
*/

/*
    Add your custom styles here
*/


/* add 'vanaf' before price */
.tc-price-wrap .amount::before {
    content: "vanaf ";
}

html {
	/* Fix anchor offset for sticky headers */
	scroll-padding-top: 8rem; /* adjust to your header height */
}




/* Text selection */
::selection {
  background-color: rgba(245, 154, 35, 0.35) !important;
  color: #2b2b2b !important;
}

::-moz-selection {
  background-color: rgba(245, 154, 35, 0.35) !important;
  color: #2b2b2b !important;
}


/* Basis blockquote: linker rand als accent, geen aanhalingstekens of achtergrond */
blockquote {
  margin: 2rem 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-left: 3px solid #000; /* zwart, of vervang door accentkleur bv. #1a56db */
  font-size: 1.1rem;
  font-style: italic; /* onderscheidt de quote visueel van gewone tekst */
  line-height: 1.6;
  color: #333;
}

/* Voorkomt dubbele marges als de quote in een <p> zit */
blockquote p {
  margin: 0;
}

/* Bronvermelding: kleiner, niet italic, lichter van kleur voor duidelijke hiërarchie */
blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 500;
  color: #666;
}

/* Streepje voor de bron, in plaats van handmatig "— " in de HTML te typen */
blockquote cite::before {
  content: "— ";
}






/* Extra Product Options aanpassingen */
.tc-epo-text-wrapper {
    background-color: #F18D20 !important;
	border:none !important;
	padding: 5px 10px 5px 10px  !important;
		border-radius:888px !important;
}

.tc-epo-text-wrapper span {
	color:white !important;
}



/* extra woocommerce winkelmandje bekijken edits */
.woocommerce ul.products li.product a {
    font-family: inherit !important;
	margin-left:5px;
}









