/* rename this and set CUSTOM_CSS_PATH accordingly */

:root {
  --main-color: #000000; /* Basiskleur, meestal zwart / donker */
  --color-title: #554e4e; /* Primaire klantkleur */
  --color-sec: #212121; /* Secundaire klantkleur*/
  --color-cta: #0ac152; /* primairy action color / approved / ok */
  --color-succes: #0ac152; /* primairy action color / approved / ok */
  --color-warn: #CC0000; /* error / warn */
}
.home .highlight {
    color: #990000;
}

@media only screen and (min-width: 1400px) {
	.home .content-part.block-image img {
    	max-width: 140%;
	}
}

.emailharvester {
    background-color: #554e4e;
}

.shop .container.shopItems .shopitem {
    border: 1px solid #b3b3b3;
}

.shop .container.shopsummary {
    border: 1px solid #b3b3b3;
}