/*
 Theme Name:     BATMAN
 Theme URI:      https://wearebatman.be
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

body {
	font-family: "Roboto",Arial,Tahoma,sans-serif;
	line-height: 1.8em;
}

h1 {
	font-weight: bold;
	line-height: 1.5em !important;
}

h2 {
	font-weight: bold;
	line-height: 1.5em !important;
}

h3 {
	font-weight: bold;
	line-height: 1.5em !important;
}

h4 {
	font-weight: bold;
	line-height: 1.5em !important;
}

footer a {
	color: #243588!important;
	text-decoration: underline;
}

.footer_fr:lang(nl-NL) {display: none !important;}
.footer_nl:lang(fr-FR) {display: none !important;}

button.more-info-button {
    margin-top: 10px;
    width: 100% !important;
}
.field-big {
	min-height: 73px;
}
.field-small {
    min-height: 47px;
}
#voordelen h3 {
	background: #c7c7c7;
    padding: 20px 50px;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.sterkte h2 {
	background: #fed03d;
    padding: 20px 50px;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.product-container {
	display: inline-grid;
	width: 30%;
	margin-right: 3%;
	position: relative;
	margin-bottom: 50px;
	margin-top: 10px;
}
span.product-promo-label {
    position: absolute;
    top: -28px;
    background: #fed03d;
    color: #000;
    width: 100%;
    text-align: center;
	padding-top: 3px;
	font-weight: 800;
}
.product-container-header {
	background: #243588;
	text-align: center;
	padding: 20px 50px;
	position: relative;
}
.product-container-header h4 {
	color: #FFF;
}
span.product-color {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
	padding: 10px 30px;
}
span.prodcut-color-name {
    position: absolute;
    left: 5px;
    bottom: 21px;
    color: #FFF;
}
.product-field {
	border: 1px solid #000;
	padding: 10px 20px;
	margin-top: 10px;
	position: relative;
}
.product-field span{
	display: block;
}
.collapsable:after {
    content: "\22";
    font-family: 'ETmodules';
    position: absolute;
    right: 20px;
    top: 13px;
	cursor: pointer;
}
.collapsable.rotated:after {
	transform: rotateZ(180deg);
}	
.collapsable .collapsed {
	display: none;
	margin-top: 10px;
}
.product-container form.cart {
    margin-top: 10px;
}
.product-container .quantity {
    display: inline-block;
    width: 29% !important;
}
.product-container .quantity input {
    display: inline-block;
	padding: 5px 10px;
}
.product-container button, input.wpcf7-submit {
    display: inline-block;
    background: #243588;
    color: #FFF;
    padding: 5px 10px;
	cursor: pointer;
	border: 1px solid #243588;
	width: 70%;
}
.product-container button:hover, input.wpcf7-submit:hover {
    background: #fed03d;
    color: #000;
}

input.wpcf7-text, textarea.wpcf7-textarea {
background-color: #eee;
width: 70%;
max-width:70%;
    border:none;
    color: #999;
    font-size: 14px;
    padding: 16px;
    line-height: 1.7em;
}

span.price {
    color: #243588 !important;
    padding-bottom: 20px !important;
    display: inline-block;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #243588;
}
.woocommerce-message a.button.wc-forward {
    border: none;
    background: #fff;
	color: #243588;
}

.menu-item-3743 .wp-block-search__label, .menu-item-4927 .wp-block-search__label{
	display:none !important;
}

.menu-item-3743 .wp-block-search__button, .menu-item-4927 .wp-block-search__button {
background:#fed03d !important;
	border:none;
	padding:10px;
	height: 40px !important;
	margin:0;
}

.menu-item-3743 .wp-block-search__input, .menu-item-4927 .wp-block-search__input {
	    padding: 10px;
    height: 40px !important;
	background-color: #eee;
    color: #666;
    font-size: 14px;
	border:none;
}

/* dropdown container */
.nav li ul.sub-menu {
	width:560px;
}

.nav li ul.sub-menu li {
display: inline-block;
float: left;
width: 260px;
}

ul.sub-menu li:nth-child(odd) {
float: left;
margin-right: 10px;
}

ul.sub-menu li:nth-child(even) {
float: right;
}

ul.sub-menu li:nth-child(even) a {
    border-left: 1px solid #eee;
}

#top-menu li li a {
	width:260px;
	font-size:13px;
}

.nav li ul {
    border-width: 4px;
}

.nav li ul.sub-menu li a:hover {
	background-color: rgba(0,0,0,.03);
    opacity: .7;
	margin:0;
}

/* Add triangle arrow to the dropdown */
ul.nav > li > ul.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #243588 transparent;
    position: absolute;
    top: -10px;
    left: 30px;
}

/* Move the arrow to the center */
ul.nav > li > ul.sub-menu:before {
    left: 50%;
    transform: translateX(-50%);
}

/* Center-align the dropdown */
ul.nav > li > ul.sub-menu {
    transform:translateX(-50%);
    left:50%;
    transition: all .3s ease-in-out;
}

.woocommerce-MyAccount-navigation {
	background:#fed03d;
	border:1px solid black;
	margin-bottom:20px;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
}


.woocommerce-MyAccount-navigation ul li {
	border-bottom:1px solid black;
	padding-left:20px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom:none;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	color:#000 !important;
	font-weight:bold;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration:underline;
}

.et_pb_text_inner p a {
	text-decoration: underline !important;
	}

.et_pb_text_inner p a:hover {
	text-decoration: none !important;
	}
.woocommerce-variation-availability {
	display: none;
}

body #page-container .et_pb_section .et_pb_wc_cart_totals_0 a.checkout-button:hover, body #page-container .et_pb_section .et_pb_wc_cart_totals_0 button.button:hover, woocommerce button.button:hover, .woocommerce-page button.button:hover, body #page-container .et_pb_section .et_pb_wc_checkout_payment_info_0 #payment #place_order:hover {
    color: #fed03d!important;
    border-color: #243588 !important;
	background: #243588 !important;
}

.product-field-price {
    position: absolute;
	bottom: 0;
	right: 10px;
	Color: #FFF;
}

/* MEDIAQUERIES */

@media only screen and (max-width: 1280px) {

} 

@media only screen and ( max-width: 1024px ) {
	
}

@media screen and (max-width: 980px) {
	/* Change the width of the dropdown container */
	ul.sub-menu li:nth-child(even) a {
    border-left: none;
}
	
#top-menu li ul.sub-menu {
	width:auto;
}

ul.sub-menu li {
display: block;
float: none;
width: auto;
}

ul.sub-menu li:nth-child(odd) {
float: none;
margin-right: 0;
}

ul.sub-menu li:nth-child(even) {
float: none;
}
}

@media screen and (max-width: 1200px) {
	.product-container {
		width: 47%;
	}
}
@media screen and (max-width: 800px) {
	.product-container {
		width: 97%;
	}
}



