body {
	margin: 0;	
}

p {
	margin-top: 0;
}

a {
	color: #35a8e0;
}

button,
.button {
	background: #35a8e0;
    border: 2px solid #35a8e0;
    color: #fff;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
	display: none;
}

/*Table styling*/
.dgwt-wcas-suggestions-wrapp a {
	color: #000;
}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion {
	text-decoration: none;	
}
.dgwt-wcas-suggestions-wrapp {
	box-shadow: 0 16px 16px #00000033;	
}
.dgwt-wcas-sp .btw-prijs {
	white-space: nowrap;
}


/*Table styling*/
.woocommerce .woocommerce-Tabs-panel table {
	border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 300px;
	width: 100%;
}
.woocommerce .woocommerce-Tabs-panel table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.woocommerce .woocommerce-Tabs-panel table th,
.woocommerce .woocommerce-Tabs-panel table td {
	text-align: left;
	padding: 12px 6px;
}
.woocommerce .woocommerce-Tabs-panel table td p {
	margin-bottom: 0;
	padding: 0;
}
.woocommerce .woocommerce-Tabs-panel table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.woocommerce .woocommerce-Tabs-panel table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}


/* 
 * Woocommerce messages
*/
.woocommerce-notices-wrapper {
	max-width: 1340px;
	margin: 0 auto;
	padding: 20px 20px 0;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    border-top-color: #35a8e0;
}
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
	color: #35a8e0;
}
.woocommerce-message .button {
	display: none !important;
}

/* 
 * product single 
*/
.woocommerce .woocommerce-product-gallery__image {
	aspect-ratio: 1;
}
.woocommerce .woocommerce-product-gallery__image img {
	aspect-ratio: 1;
	object-fit: contain;
	border-radius: 12px;
	border: 1px solid #ddd;
	padding: 12px;
}
.woocommerce .flex-control-nav {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 12px;
	padding-top: 12px !important;
	
}
.woocommerce .flex-control-nav li {
	width: 100% !important;
}
.woocommerce .flex-control-nav li img {
	width: 100% !important;
	aspect-ratio: 1;
	object-fit: contain;
}
.woocommerce div.product p.price {
	color: #000;
}
.woocommerce .product-attributes .attribute {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	color: #000;
}
.woocommerce .product-attributes .attribute img {
	padding-right: 6px;
	width: 24px !important;
	margin-bottom: 0 !important;
}
.woocommerce .energy-levels div {
	padding: 8px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	font-size: 14px;
	position: relative;
	height: 30px;
}
.woocommerce .energy-levels .a {
	background-color: #C0D731;
	margin-bottom: 8px;
}
.woocommerce .energy-levels .a::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #C0D731;
}
.woocommerce .energy-levels .aa {
	background-color: #50B849;
	margin-bottom: 8px;
	display: flex;
}
.woocommerce .energy-levels .aa::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #50B849;
}
.woocommerce .energy-levels .aaa {
	background-color: #00A651;
	margin-bottom: 8px;
}
.woocommerce .energy-levels .aaa::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #00A651;
}

@media (max-width: 767px) {
	.woocommerce .product-attributes .attribute {
		margin-bottom: 3px;
		font-size: 14px;
	}
	.woocommerce .product-attributes .attribute img {
		padding-right: 4px;
		width: 20px !important;
	}
}

/* 
 * product archive 
*/
.woocommerce .woocommerce-ordering select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	  width: 100%;
	  padding: 12px 40px 12px 16px;
	  font-size: 16px;

	  background-color: white;
	  color: #333;
	  border: 1px solid #ccc;
	  border-radius: 8px;

	  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	  background-repeat: no-repeat;
	  background-position: right 12px center;
	  background-size: 18px;

	  /* iOS fix: font-size moet minimaal 16px anders zoomt het in op focus */
	  font-size: 16px;
}
@media (max-width: 767px) {
.woocommerce .woocommerce-result-count {
	display: none;
}
}

/* 
 * product archive categories
*/
.root-categories a,
.bapf_body .label:hover {
	color: #000;
}
.root-categories a:hover,
.bapf_body label:hover {
	color: #35a8e0;
}
.root-categories,
.child-categories {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.root-categories .root-item,
.child-categories .child-item {
	
}
.child-categories {
	padding: 2px 0 4px;
}
.child-categories .child-item {
	padding-left: 12px;
	border-left: 1px solid #ddd;
}

/* 
 * Woocommerce product tile
*/
.woocommerce .products .product.status-publish a {
	display: flex !important;
	flex-direction: column;
	padding: 20px !important;
	border: 1px solid #ddd;
	border-radius: 12px;
	transition: .3s ease;
	height: 100%;
}
.woocommerce .products .product.status-publish a:hover {
	box-shadow: 0 0 20px #e1e1e1;
}
.woocommerce .products .product.status-publish a:hover img {
	transform: scale(1.02);
}
.woocommerce .products .product.status-publish img {
	aspect-ratio: 1;
	object-fit: contain;
	transition: .3s ease;
}
.woocommerce .products .product.status-publish .price {
	margin-top: auto;
}
.woocommerce .products .product.status-publish .price .btw-prijs {
	font-size: 18px;
}
.woocommerce .tile-energy-levels {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0;
}
@media (max-width: 767px) {
	.woocommerce .products .product.status-publish a {
		padding: 10px !important;
		border-radius: 8px;
	}
	.woocommerce .products .product.status-publish .price .btw-prijs {
		font-size: 15px;
	}
}

/* 
 * Checkout page / cart page
*/
.wp-block-woocommerce-proceed-to-checkout-block > div.wc-block-cart__submit-container > a  {
	background: #35a8e0;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.wp-block-woocommerce-proceed-to-checkout-block > div.wc-block-cart__submit-container > a > span {
	color: #fff;
}

/* My Account */
h2 {
    /* font-size: 2.5em;
    margin: 0.5em 0; */
}
input.input-text {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #000

}
.woocommerce-MyAccount-navigation {

}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 6px 0;
    border-bottom: 2px solid #000;
}
.woocommerce-MyAccount-navigation ul li.is-active {
    font-weight: 700;
}
.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
}
/* Login form */
.woocommerce-form-login.login {
    border: none;
    padding: 0;
    max-width: 600px;
    margin-top: 0;
}
.woocommerce form .form-row {
    padding: 3px 0;
    width: 100%;
}
.woocommerce-form__input-checkbox {
    width: unset;
}
/* Reset password */
.woocommerce-ResetPassword {
    border: none;
    padding: 0;
    max-width: 600px;
    margin-top: 0;
}



/* 
 * Checkout page / cart page
*/
.wp-block-woocommerce-proceed-to-checkout-block > div.wc-block-cart__submit-container {
	color: #fff !important;
	background-color: #35A8E0 !important;
}
.wp-block-woocommerce-proceed-to-checkout-block > div.wc-block-cart__submit-container > a {
	background: var(--rl-red);
	text-decoration: none;
}

.wp-block-woocommerce-proceed-to-checkout-block > div.wc-block-cart__submit-container > a > span {
	color: #fff;
}
@media (max-width: 767px) {
	.wp-block-woocommerce-checkout-totals-block {
		display: none;
	}
}



/* Gravity Forms Styling */
.heabb-form_wrapper .gform_validation_errors {
	display: none !important;
}

.heabb-form {
	--gf-form-gap-y: 14px;
}



.heabb-form .gf_progressbar_title {
	color: #000;
	font-size: 24px;
}

.heabb-form_wrapper .gform_required_legend {
	display: none !important;	
}

.heabb-form .gfield label {
	
}

.heabb-form-show-label .gfield label {
	display: block;	
}

.heabb-form .gfield label,
.heabb-form .gfield legend {
  	font-family: "Open Sans" !important;
	font-size: 17px;
	color: #1b223e;
}

.heabb-form .gfield .gfield_required_asterisk {
	font-size: 17px !important;
}

.heabb-form .gfield .ginput_container input,
.heabb-form .gfield .ginput_container textarea,
.heabb-form .gfield.gfield--type-select select {
	color: #7e7e7e;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	/*box-shadow: none;*/
	height: unset;
	padding: 5px 16px;
	border-radius: 0;
  	font-family: "Open Sans", sans-serif !important;
	font-size: 15px;
}

.heabb-form .gfield .ginput_container textarea {
	padding: 16px;
	height: 130px;
}

.heabb-form .gfield.gfield--type-select label {
	display: block;
  	font-family: "Open Sans" !important;
	font-size: 17px;
	color: #1b223e;
}

.heabb-form .gfield .gfield_checkbox input {
	border-radius: 2px;
	padding: 0;
}

.heabb-form .gfield .gfield_radio input {
	border-radius: 100%;
	padding: 0;
	width: 24px;
	height: 24px;
}

.heabb-form .gfield .gfield_checkbox input::before {
	color: #1b223e;
}

.heabb-form .gfield .gfield_radio input::before {
	background-color: #1b223e;
}

.heabb-form .gfield .gfield_checkbox label,
.heabb-form .gfield .gfield_radio label {
	display: block;
	cursor: pointer;
	color: #000;
}

.heabb-form_wrapper .heabb-form .gform_footer input.button,
.heabb-form_wrapper .heabb-form .gform_page_footer input.button {
  color: white !important;
  background-color: #35a8e0 !important;
  transition: 0.3s ease;
  border-radius: 0 !important;
  font-family: "Open Sans" !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-decoration: none;
  padding: 0.8em 1.8em !important;
  border: none;
  cursor: pointer;
  font-size: 17px !important;
}

.heabb-form_wrapper .heabb-form .gform_footer input.button:hover,
.heabb-form_wrapper .heabb-form .gform_page_footer input.button:hover {
  background-color: #1b223e !important;
}


