/*
Theme Name: Bart & Graciana
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Stilan
Author URI: http://www.stilan.be
Version: 4.25.0.1715089644
Updated: 2024-05-07 13:47:24

*/

/* Custom checkboxes in filter */
.wpf_items_wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #F04E37;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #fff;
  vertical-align: middle;
  margin-right: 6px;
}

.wpf_items_wrapper input[type="checkbox"]:checked {
  background-color: #F04E37;
  border-color: #F04E37;
}

.wpf_items_wrapper input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.bestellingen-extra-info-wrapper tbody tr {
	display: flex;
	flex-direction: column;
}

.bestellingen-extra-info-wrapper tbody tr td textarea {
	height: 100px !important;
}

.et-menu-nav ul li a {
    position: relative;
    display: inline-block !important;
    line-height: 1.2em !important;
    height: auto !important;
    padding: 0 !important;
    margin-top: 40px !important;
    text-decoration: none !important;
}

.et-menu-nav ul li a::after {
    content: "";
    position: absolute;
    bottom: -8px; 
    left: 50%;    
    width: 0;     
    height: 2px;
    transition: width 0.3s ease, left 0.3s ease, background-color 0.3s ease;
}

.et-menu-nav ul li.current-menu-item > a::after {
    width: 100%;
    left: 0;
    background-color: #f04e37;
}

.et-menu-nav ul li:not(.current-menu-item) > a:hover::after {
    width: 100%;
    left: 0;
    background-color: #ffffff; 
}

@media only screen and (min-width: 1201px) {
    .et_pb_menu_0_tb_header .et_mobile_nav_menu {
        display: none !important;
    }
    .et_pb_menu_0_tb_header .et_pb_menu__menu {
        display: flex !important;
    }
}

@media only screen and (max-width: 1200px) {
    .et_pb_menu_0_tb_header .et_mobile_nav_menu {
        display: flex !important;
    }
    .et_pb_menu_0_tb_header .et_pb_menu__menu {
        display: none !important;
    }
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 10px !important;
}

#gfield_instruction_1_11 {
	display:none;
	}

#gform_submit_button_1 {
	background-color:#f04e37;
	border-radius:0px;
	}