@import url("my_styles.css");

body {
	color:#000000 !important;
	font-family: Georgia,Times,Times New Roman,serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,Times,Times New Roman,serif !important;
}

.block .block-title {
	font-family: Georgia,Times,Times New Roman,serif !important;
}

.foto_kader {
    float: left;
    width: 180px;
    height: 180px;
    background-color: #fff;
	border-radius:2px;		
}

.foto {
    width: 170px;
    height: 170px;
    margin: 5px;
    text-align: center;
    overflow: hidden;
	border-radius:5px;	
}

.hp-block.right-column.grid12-7 {
	display: none !important;
}

.main.container {
	background-color:#e4dfdb !important;
}

.main-container {
	background-color:#53331a !important;
}

.header-container {
	background-color:#53331a !important;
}

.navi-wrapper {
	background-color:#73553d !important;
}

.nav-regular {
	background-color:#73553d !important;
}

.nav-regular:not(.nav-vert) .nav-item.level0:hover > a {
	background-color:#6c482b !important;
}
.nav-container {
	background-color:#53331a !important;
}

.sticky-header .nav-container {
	background-color:#53331a !important;
}

.footer-container {
	background-color:#53331a !important;
}

.footer-bottom-container {
	background-color: #73553d !important
}

.sideacco .nav-item > a {
	background-color: #53331a !important
}

.sideacco .nav-item > a:hover {
	background-color:#73553d !important;
}

.sideacco .nav-item.current > a {
	background-color:#73553d !important;
}

.sideacco .nav-item.current > a {
	color:white !important
}

.easycatalogimg .parent-category-top {
	background-color:#73553d !important;	
}

div.category-description h2 {
	color:black !important;
}

.breadcrumbs .items {
	color: #333 !important;
}

.breadcrumbs a {
	color: #333 !important;
}

.column.main p a {
	color:#ab4b00 !important;
}

.column.main p a:hover {
	opacity: 0.6 !important;
}

.fieldset > .legend {
	color: black !important;
}

.category-products-grid .item {
	background-color: #53331a !important;
}

.items-grid-partitioned .item {
	background-color: #cec9c5 !important;
	border-top: 40px solid #cec9c5 !important;
}

.action.primary {
	background-color: #73553d  !important;
}

.header-mobile .header-m-container {
	background-color: #53331a !important;
}

.header-mobile .skip-link {
	background-color: #73553d !important;
}

#minicart {
	display:none !important;
}

.skip-account {
	display:none !important;
}

#skip-links {
	background-color: #73553d !important;
}

/* Hide add to cart button */
.product-info-main .box-tocart {
	/*visibility: hidden;*/
	display:none;
}

/* Show interesse link after hide add to cart button */
.interesse-link .box-tocart {
	/*visibility: visible !important;*/
	display:inline !important;
}

.product-info-main .product-addto-links {
	display: none;
}

body {
	background-color: #53331a !important;
}

.slideshow-wrapper.slider-pagination1 .owl-controls .owl-page span {
	background-color: #efefef !important;
}

.slideshow-wrapper.slider-pagination1 .owl-controls .owl-page.active span {
	background-color: black !important;
}

.slideshow-wrapper.slider-pagination1 .owl-controls.clickable .owl-page:hover span {
	background-color: #f85828 !important;	
}

.product.data.items.style1>.item.content {
	background-color: #e4dfdb !important;
}

.product.data.items.style1 > .item.title > .switch {
	color: #e4dfdb !important;
}

.product.data.items.stacked-tabs > .item.title {
	border-color: #f5f5f5 !important;
}

.fotorama__caption {
	display: none !important;
}

/* logo header centreren */
.header-regular .block-search {
	visibility: hidden !important;
}

/* Start verberg prijs productpagina */
.product-info-main .product-info-price .price-box {
	display: none !important;
}

.product-info-main .product-info-stock-sku {
	border-color: #e4dfdb !important;
}

.product-info-main .product-info-price {
	border-color: #e4dfdb !important;
}

.product-view .product-add-form {
	border-color: #e4dfdb !important;
}

/* verberg taal dropdown mobile */
#lang-switcher-wrapper-mobile {
	display: none !important;
}

/* Einde verberg prijs productpagina */

@media only screen and (min-width: 770px) {
	.header-container .right-column .user-menu .top-links ul {
			visibility: hidden !important;
	}
}
/* einde logo header centreren */


@media only screen and (max-width: 769px) {
	.header-container .skip-links--4 .skip-link {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.fieldset>.field:not(.choice)>.label {
		color:black !important;
	}
}

@media only screen and (min-width: 770px) {
	.header-container .right-column .dropdown-block {
		display:none !important;
	}
}

/* 19-08-2021 begin fix CLS Google */
.breadcrumbs {
	height: 18px;
}

/* fix CLS issue linkermenu desktop */
.sidebar .block {
	display: none;
 }
 
 /* fix CLS nav menu mobile, reserve space for nav menu */
 @media (max-width: 768px) {
	.sidebar-main {
		min-height: 100px;
	}
 }

 .slideshow-wrapper-outer {
	aspect-ratio: 902 / 600;
 }

 .cms-index-index .slideshow-wrapper-outer {
	display: none;
 }
 /* end fix CLS Google */