body.home #breadcrumbs_wrapper{display:none;}
.hr{
	border-top:0px solid;
	border-top:1px solid;
	border-color:var(--e-global-color-accent, #cccccc);
	margin:1em 0;
}
a {
    color: var(--e-global-color-accent, #c36);
}
/*
.elementor-button{
	color: #fff !important;
}
*/
.text-accent{
	color:var(--e-global-color-accent, #cccccc);
}
.bg-accent{
	background-color:var(--e-global-color-accent, #cccccc);
}
.product_card{
	transition: all 0.3s ease;
	margin-bottom:2em;
}
.product_card:hover{
	background-color: #eeeeee;
}
.woof_submit_search_form_container {
    justify-content: end;
}
#variants_wrapper, #download_wrapper {
    scroll-margin-top: 100px; //offser per anchorlink
}