/* Little Farma */
/* 
babyroze #F9DCE6  #F6C4DC 
lgreen #AEE5C5
lgreenblue #9DD690

darkroze #CAA5B6
purper #804863

<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz&display=swap" rel="stylesheet"> 
font-family: 'Yanone Kaffeesatz', sans-serif;

*/

body {
	/*
	background-color: #A6DBBD; /*#AEE5C5  A8DDD0*/
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(../images/logo-bg.png);*/
	font-size: .95em;
	/*background-image:url(../images/local-lf-flowerfield_60.png);*/
	background-image:url(../images/_bg/bg_forest-02.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

p.nav-cat {
	padding: 0;
	margin: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #CAA5B6;
}

#header .logo-left {
	float: left;
	margin: 15px 10px 10px 15px;
	max-width: 90px !important;
	/*border: 3px solid white;
	border-radius: 8px;*/
}

img.img-left {
	float:left;
	max-width: 50%;
	margin-right: 3em;
}

img.img-right {
	float:right;
	max-width: 55%;
	margin-left: 3em;
}


/* resp logo left */
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  #header .logo-left {
	max-width: 60px !important;
  }
}
/* end resp logo-left */

#header h1 {
	color: #222;
	/*font-size: 2.6em;*/
	font-size: 2vw;
}

/* resp font-size h1 */
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  #header h1 {
    font-size: /*80px*/ 2vw;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  #header h1 {
    font-size: /*30px*/ 4vw;
  }
}

/* end resp font-size h1 */



#header h1 span.guion {
	color: #fff;
}

#header h1 span.slogan {
	color: white;  /* #E1C335 #F6C4DC*/;
	font-size: .55em;
	font-style: italic;
	font-weight: normal;
}


h2 { 
	color: #E1C335 /*#090*/; 
	font-size: 1.6em;
}

/* overzicht producten */
.products-page,
.ingredients-page {}

.products-page h1,
.ingredients-page h1 { 
	font-size: 2.2em;
	color: #E1C335;
	margin-bottom: 1em;
}

.products-page div.productname,
.ingredients-page div.ingredname {}
.products-page div.productname h2,
.ingredients-page div.ingredname h3 {
	margin: 0;
	padding:0;
}

.ingredients-page h4 {
	font-style: italic;
	color: #777;
	font-weight: normal;
	font-size: 1em;
}

.ingredients-page p a,
.ingredients-page p a:visited {
	color: orange;
	text-decoration: none;
}

.ingredients-page p a:hover {
	color: #4CAF50;
	text-decoration: underline;
}

.products-page div.productname a,
.ingredients-page div.ingredname a { 
	text-decoration: none;
	display:block;
	padding: .35em .5em;
}
.products-page div.productname a:link,
.products-page div.productname a:visited,
.ingredients-page div.ingredname a:link,
.ingredients-page div.ingredname a:visited {
	background-color: #4CAF50 /*green*/;
	color: #fff;
}
.products-page div.productname a:hover,
.ingredients-page div.ingredname a:hover { 
	background-color: #F6C4DC /*pink*/;
	color: #000;
}


.products-page p.readmore  {
	padding: 5px 20px;
	font-style:italic;
	text-align: right;
}

.products-page p.readmore a {
	color: orange;
}
.products-page p.readmore a:hover {
	color: green;
}


/* end .products-page */ 

.benefits h3 {
	padding: 3px 0 0 0;
	margin: 0;
	border-top: 2px dashed silver;
	color: #F60;
	font-weight: normal;
	font-size: 1.45em;
}

h3 {
	line-height: 1.5em;
	font-size: 1.4em;
}


h4 {
	color: #00A3D9;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h4 .notyet { 
	color: #F60;
	font-weight: normal;
	font-style: italic;
}

.benefits h5 {
	padding: 0;
	margin: 0;
}

ul li a,
ul li a:link,
ul li a:visited {
	color: #f90;
	text-decoration: none;
}

ul li a:hover {
	color: #4CAF50 !important;
	text-decoration: underline;
}

divlf-prods {
	background-color: #E5F7FF;
	padding: 1em;
	border-left: 10px solid #A8DED0;
	margin-left: 0;
}

div.lf-prods ul li a,
div.lf-prods ul li a:link,
div.lf-prods ul li a:visited { 
	color: #4CAF5 !important;
	text-decoration: none;
}

div.lf-prods ul li a:hover { 
	color: #F90 !important;
	text-decoration: underline;
}

p {
	line-height: 1.3em;
	font-family: 'Karla', sans-serif;
	font-size: 1.1em;
	color: #575748;
}


p.ingred {
	text-decoration: underline;
	font-style:italic;
}

p.small { 
	font-size: smaller;
	color: #888;
}

.uppercase { text-transform:uppercase;}

ul {
	/*margin: 0;
	padding-left: 10px;*/
}

ul li {
	padding: 3px;
	line-height: /*1.3em*/ 1.1em;
	font-family: 'Karla', sans-serif;
	font-size: 1.1em;
	color: #575748;
}

ul li ul.second li {
	font-size: 1em !important;
	line-height: 0.8em;
}


blockquote {
	padding: 0;
	margin: 0;
}

blockquote p {
	padding: 1em 1em 1em 3em;
	background-color: #FFe;
	color: #E6ACA2;
	font-style:italic;
	font-size: larger;
}

div#bronnen {
	padding-top: 0px;
	margin-top: 3em;
	border-top: 1px dashed silver;
}

/* --- NAVIGATION ---- */
/* TOPNAV */
nav ul.topnav,
.topnav,
.topnav .topnav-dropdown {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.topnav .topnav-dropdown button {
  font-family: "Courier New", Courier, monospace;
  /*float: left;*/
  font-size: 1.2em;
  /*padding: 0;
  margin: 0;*/
  text-decoration: none;
  color: white;
  border: none;
}

nav ul.topnav li, 
.topnav a {
  font-family: "Courier New", Courier, monospace;
  float: left;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}

nav ul.topnav li a,
.topnav a {
  display: block;
  color: white !important;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  vertical-align: bottom !important;
}

.topnav .topnav-dropdown a {
	background-color: /*#555*/ #804863;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
}

/* Change the link color to #111 (black) on hover */
nav ul.topnav li a:hover,
.topnav a:hover,
.topnav .topnav-dropdown a:hover {
  background-color: #111 !important;
  color: #F60 !important;
}

.topnav .topnav-dropdown button {
	border-bottom: none !important;
}

nav ul.topnav li a#current,
.topnav a#current,
.topnav .topnav-dropdown button.active,
.topnav .topnav-dropdown w3-dropdown-content a#current {
  background-color: #111 !important;
  color: #F69 !important;
}

nav ul.topnav li a img.icon,
.topnav a img.icon {
	padding: 0;
	margin: 0 10px 0 0;
}

/* SUBNAV */
ul.subnav {
	list-style-type: none;
    margin: 0;
	margin-top: 1em;
    padding: 0;
}

ul.subnav li {
	margin: 2px;
}

ul.subnav li a:link,
ul.subnav li a { color: #090; }

ul.subnav li a:visited { color: #090; }
ul.subnav li a:hover { color: orange; }
ul.subnav li a.active { 
	color: #DC7788 /*#CAA5B6*/; 
	font-weight: bold;
	text-decoration: none; 
}


/* --- END NAVIGATION --- */

div#bronnen p {
	font-size: .9em;
	color: #777;
}

div.warning {
	padding: 0;
	background-color:#Fee;
}

div.warning p {
	padding: 3px 10px;
	color: #C00;
	font-style: italic;
}

a:link { color: orange; }
a:visited { color: #063; }
a:hover { color: green; }


#productinfo {
	width: 70%;
	margin: 15px auto;
	padding: 25px;
	border: 2px solid white;
	background-color: /*#E4F9DC*/ #E5F2ED;
	border-radius: 10px;
	box-shadow: 0px 0px 26px 1px rgba(245, 254, 214);
}

#productinfo #header {
	border: none;
	margin: 0;
	padding-top: 5px;
	height: 150px;
	background-image: url(../images/_bg/h150_bg-03.jpg);
	background-repeat: no-repeat;
}

#productinfo ul li a,
#productinfo ul li a:link,
#productinfo ul li a:visited { 
	color: #4CAF5 !important;
	text-decoration: none;
}

#productinfo ul li a:hover { 
	color: #F90 !important;
	text-decoration: underline;
}

#productinfo ul ul li {
	font-size: 1em;
}


img.img-detail {
	max-width:40%; 
	height:auto; 
	float:right; 
	margin-top: 1.2em;
	margin-bottom: 1.5em; 
	margin-left: 2em; 
	border-radius: 6px;
}

div.w3-row div.lf-light-green {
	background-color: rgba(196,236,107,0.65); /* #BEEA60; */
}

hr.divider {
	border-color:#8EB14C; 
}

/* ----- CONTENT CONTAINER --- */
div#content-container {
	width: 100%;
	/*height: 100%;*/
	margin-top: 20px;
}

div#content-container table#prod-thumbs {
	width: 100%;
	border-collapse:collapse;
}

div#content-container table#prod-thumbs tr {
	/*border-bottom: 1px solid white;*/
	border-collapse: collapse;
}

div#content-container table#prod-thumbs td {
	width: 25%;
	background-color:#D5C884;
	padding: 5px;
	margin: 0;
	vertical-align: top;
	border-collapse:collapse;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

div#content-container table#prod-thumbs td h2 {
	color: white;
	padding: 0;
	margin: 0 0 .2em 0;
	border-top: 3px solid white;
	border-bottom: 1px dotted white;
}

div#content-container table#prod-thumbs td p {
	color: #222;
	padding: 0;
	margin: 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.3em;
}

div#content-left-container {
	width: 60%;
	float: left;
	padding: 0;
	padding-right: 2em;
	margin: 0;
}
div#content-right-container {
	width: 40%;
	float: right;
	margin: 0;
	padding: 0;
}
div#content-right-container image {
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: bottom;
}

#productinfo h1 {
	line-height: 1em;
	margin-top: 1em;
}



/* TABLE leftmenu - ingredients */ 
table.tbl-ingred { 
	width: 100%; 
}

table.tbl-ingred td {
	text-align: left;
	vertical-align: top;
}

table.tbl-ingred td.leftcol { 
	width: 20%; 
}

table.tbl-ingred td.rightcol { 
	width: 80%; 
}



/* LEFTMENU */
/* top-level */
div#leftmenu {
	/*background-color: white;*/
	/*width: 16%;
	float: left;*/
	padding: 0;
	margin: 10px 20px 0 0;
	font-family: Verdana, Geneva, sans-serif;
}

div#leftmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  border: 1px solid #fff;
}

div#leftmenu ul li {
	font-size: .9em;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div#leftmenu ul li:last-child {
  border-bottom: none;
}

div#leftmenu ul li a {
  display: block;
  color: #000;
  padding: 2px 8px;
  text-decoration: none;
}

div#leftmenu ul li a:hover,
div#leftmenu ul li a.current {
  background-color: #555;
  color: white;
}

div#leftmenu ul li a.active {
  background-color: #4CAF50;
  color: white;
}

/* second level */
div#leftmenu ul ul {
  list-style-type: none;
  margin-left: 26px;
  padding: 0;
  background-color: #dedede;
  border: 1px solid #fff;
}

div#leftmenu ul ul li {
  /*display: none;*/
  font-size: .9em;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;
}

div#leftmenu ul ul li:last-child {
  border-bottom: none;
}

div#leftmenu ul ul li a {
  display: block;
  color: #000;
  padding: 2px 8px;
  text-decoration: none;
}

div#leftmenu ul ul li a:hover {
  background-color: #555;
  color: white;
}

div#leftmenu ul ul li a.active {
  background-color: #4CAF50;
  color: white;
}



div#ingredients {
	/*width: 80%;
	float: right;*/
}

div#bottompage {
	clear:both;
	font-size: xx-small;
}	
	
/* buttons */
button {
	border-bottom: 1px solid white !important;
}

table#productdetails,
table.product {
	width: 100%;
	border-top: 5px solid white;
}

table#productdetails tr,
table.product tr {
	padding: 0;
	margin: 0;	
}

table#productdetails th,
table.product th {
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 5%;
	border-bottom: 1px solid white;
}

table#productdetails td,
table.product td {
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
	border-bottom: 1px solid white;
	border-collapse:collapse;
}

table.product td.imgprice {
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
	/*background-color: white;*/
	width: 30%;
}

/*  --- IMAGES PRODUCTS --- */
table.product td.b49 { 
	background-image: url(../images/_products/b4-9_pexels-iconcom-214165.jpg);
	background-repeat: no-repeat;
}

table.product td.bbb { 
	background-image: url(../images/_products/bbb-Cymbopogon_citratus_leaves.jpg);
	background-repeat: no-repeat;
}

table.product td.cmb { 
	background-image: url(../images/_products/cmb-pexels-brigitte-tohm-239587.jpg);
	background-repeat: no-repeat;
}

table.product td.relakzz { 
	background-image: url(../images/_products/relakzz-pexels-elle-hughes-2546033.jpg);
	background-repeat: no-repeat;
}

table.product td.nodeur { 
	background-image: url(../images/_products/nodeur-vetiver-Chrysopogon_zizanioides-leaves-Garden_of_Eden_Keanae.jpg);
	background-repeat: no-repeat;
}

table.product td.freshbek { 
	background-image: url(../images/_products/freshbek-pexels-brady-knoll-3369526.jpg);
	background-repeat: no-repeat;
}

table.product td.smeerlijk { 
	background-image: url(../images/_products/smeerlijk-vetiver-Chrysopogon_zizanioides-leaves-Garden_of_Eden_Keanae.jpg);
	background-repeat: no-repeat;
}

table.product td ul {
	padding-top: 13px;
	padding-left: 10px;
	margin: 0;
}

table.product td ul li { 
	line-height: 1.3em;
	font-family: 'Karla', sans-serif;
	font-size: 1.1em;
	color: #575748;
}

table.product td ul ul {
	padding-top: .5em;
}

table.product td ul li ul li { 
	line-height: 1.1em;
	font-family: 'Karla', sans-serif;
	font-size: 1em;
	color: #575748;
}

table#productdetails td.productname h4,
table.product td .productname h4 {
	/*border-top: 3px solid orange;*/
	padding-top: 10px;
	margin-top: 0;
}

table#productdetails td.comments {
	border-top: 5px solid white;
	border-bottom: 3px solid orange;
	font-style:italic;
	padding-bottom: 20px;
	background-color: #B4DEC9;	
}

table.product td.comments {
	font-style:italic;
	color: #9797A6;
	/*padding-bottom: 20px;*/
}

table.product td.recensies {
	padding-bottom: 20px;
}

table.product td.recensies p {
	font-family: 'Caveat', cursive;
	color: #F6C;
	font-size: 1.7em;
	line-height: 1em;
}

table.product td.recensies p .antwoord {
	line-height: 1.1em;
	font-family: 'Karla', sans-serif;
	font-size: .65em;
	color: #575748;
}

/* table credits*/
table.tbl-credits {
	width: 100%;
}

table.tbl-credits td {
	width: 48%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

table.tbl-credits td.credits-leftcol {
	padding-right: 2em;
	border-right: 2px solid #777;
}

table.tbl-credits td.credits-rightcol {}

table.tbl-credits td ul {
	padding: 0;
	margin: 0 0 0 1.5em;
}

table.tbl-credits td ul li {
	padding: 0 0.5em 0 0;
	margin: 0;
}

/* FOOTER */
#footer {
	width: 15%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 35px;
	clear:both;
}

#footer p {
	padding: 5px;
	color: #CAECDD; /*#B4A46C*/
	background-color: rgba(10,10,10,0.6);
}


/* ----   IMAGES    ---- */
figure {
 max-width: 34% !important;
 float: right;
 background-color: white;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 20px;
 border-radius: 8px;
  padding: 6px 6px 10px 6px;
  border: 1px solid #eee;
  box-shadow: 4px -3px 5px #bbb;
}

figure image {
	margin: 0;
	padding: 0;
}



figcaption {
  background-color: white;
  color: silver;
  font-style: italic;
  padding: 0;
  margin:0;
  text-align: center;
  font-size: smaller;
}

.img-right { /* zie ook: figure */
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	max-height: 100%;
	max-width: 100%;
}

div.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.rotate_right {
  -ms-transform: rotate(3deg); /* IE 9 */
  -webkit-transform: rotate(3deg); /* Safari */
  transform: rotate(3deg);
}

.rotate_left {
  -ms-transform: rotate(-4deg); /* IE 9 */
  -webkit-transform: rotate(-4deg); /* Safari */
  transform: rotate(-4deg);
}

/* accordion -- w3-button */
.w3-button:hover{background-color:#F6C4DC!important}

button span.btn-title {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
}






li.popup span a {
	color: yellow;
}

li.popup:hover {
	/*font-weight: bold;*/
	color: red;
}
/* https://www.w3schools.com/howto/howto_js_popup.asp */
/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 300px; /*160*/
  background-color: #444;
  color: #fff;
  font-size: .85em;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}



/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}



/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}