div.page-description * {
	color: white !important;
}

fieldset {
	color: black;
}

.woocommerce-table * {
	color: black;
}

.multitab-reg-container ul {
	margin: 0px !important;
}

.select2-container * {
	color: black;
}

.entry-header {
	display: none !important;
}

#masthead {
	padding-top: 10px !important;
}

@media only screen and (min-width: 600px) {
	tr.woocommerce-shipping-totals * {
	width: 50%;
}
}

@media only screen and (min-width: 813px) {
	header .custom-logo {
	min-width: 600px !important;
	height: auto !important;
	margin-bottom: -5%;
	margin-left: 20%;
}
}

@media only screen and (min-width: 1025px) {
	header .custom-logo {
	min-width: 600px !important;
	height: auto !important;
	margin-bottom: -5%;
	margin-left: 30%;
}
	
	li.product a img {
	width: auto !important;
}
}

@media only screen and (max-width: 321px) {
	header .custom-logo {
	height: auto !important;
	margin-left: -10% !important;
}
	
	.menu-toggle {
		margin-top: -15% !important;
	}
}

ul.page-numbers li span.current {
	background-color:rgb(112,80,51) !important;
}

td[data-title="Verzending"] * {
	width: initial;
}

#order_review {
	color: black !important;
}

.storefront-sticky-add-to-cart__content-product-info {
	color: black !important;
}

.storefront-product-pagination a {
	color: black !important;
}

li.product {
	background-color:rgb(112,80,51);
	border-radius: 5px;
/* 	background-color:rgba(234,226,177,0.8); */
}

div.woocommerce-order {
	color: black;
}

li.product a.button {
	border-radius: 5px;
}

li.product div.star-rating {
	display: none;
}

form.woocommerce-cart-form {
	color: black;
}

.woocommerce-orders-table * {
	background-color: rgba(206,188,93,0.9) !important;
}

#primary {
	background-color: rgba(206,188,93,0.9) !important;
	padding: 5px;
}

div.cart-collaterals {
	color: black;
}

.site-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-branding {
	margin: 0;
}

@media only screen and (max-width: 800px) {
	header .custom-logo {
	height: auto !important;
	margin-bottom: -5%;
	margin-left: -5%;
}
}