/*   
Theme Name: Elektrolock 
Theme URI: http://www.donkeys.co
Description: Theme for Elektrolock
Author: Donkeys & Co.
Author URI: http://www.donkeys.co
Version: 1
*/




/* 
	font-family: 'Nunito Sans', sans-serif;
	font-family: 'Katibeh', cursive;
*/


sub, sup {
    position: inherit;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.zkn-widget-body .text_holder p, .zkn-widget-body .text_holder p a {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}



.shopSingleTextInner {
	background-color: #F7F7F7;
	padding: 30px;
	margin-bottom: 50px;
}

.shopSingleTextInner p {
	margin: 0px;
}




h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}


h1 {
	font-size: 40px;
	line-height: 46px;
}

h2 {
	font-size: 36px;
	line-height: 40px;
}

h3 {
	font-size: 32px;
	line-height: 35px;
}

h4 {
	font-size: 28px;
	line-height: 31px;
}

h5 {
	font-size: 22px;
	line-height: 26px;
}

h6 {
	font-size: 18px;
	line-height: 22px;
}


.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
	color: #ffffff
}



p, a, li, td, th, address {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #484848;
}

a {
	color: #78B52E;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


.white p, .white a, .white li, .white td {
	color: #ffffff;
}










.btn {
	font-family: 'Barlow', sans-serif;
	display: inline-block;
    padding: 10px 26px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    margin-top: 20px;
}


/******************* BUTTON *******************/
.btn-green {
	position: relative;
    color: #ffffff !important;
    background-color: #78B52E !important;
    font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	border-radius: 100px;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

}

.btn-green:hover, .btn-green:focus {
    color: #fff !important;
    background-color: #629722 !important;
}

.btn-white {
	position: relative;
    color: #000000;
    background-color: #F7F7F7;
    font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	border-radius: 100px;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

}

.btn-white:hover, .btn-white:focus {
    color: #000000;
    background-color: #ffffff;
}

.btn-width {
	width: 100%;
}




.woocommerce a.button, .woocommerce button.button.alt {
	font-family: 'Barlow', sans-serif;
	display: inline-block;
    padding: 10px 26px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    
    position: relative;
    color: #ffffff;
    background-color: #78B52E !important;
    font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-radius: 100px;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	
	
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.woocommerce a.button:hover, .woocommerce button.button.alt:hover {
	color: #fff;
    background-color: #629722 !important;
}












.headerFix {
	height: 135px;
}

.headerTop2 {
	position: fixed;
	background-color: transparent;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
}


.headerTop {
	background-color: transparent;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.headerTop.scrolled {
	background-color: #ffffff;
}

.headerTop .logo {
	width: 230px;
    float: left;
    padding: 15px 15px 15px 0;
}


.headerTop .nav {
	float: right;
}

.headerTop .buttonTop {
	float: right;
	margin-left: 20px;
	margin-top: 12px;
}


.headerTop ul {
	margin: 0;
	padding: 0;
}

.headerTop .sf-menu li {
    background: transparent;
}

.headerTop .sf-menu li:hover,
.headerTop .sf-menu li.sfHover {
	background: transparent;
}


.headerTop .sf-menu a {
	padding: 44px 12px;
	color: #000000;
	font-size: 16px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.headerTop .sf-menu li:hover a,
.headerTop .sf-menu li.sfHover a,
.headerTop .sf-menu li.current_page_item a {
	color: #78B52E;
}

.headerTop .sf-menu li ul li {
    background: #78B52E;
    
}

.headerTop .sf-menu li ul li:hover,
.headerTop .sf-menu li ul li.sfHover {
	background: #b1aa69;
}


.headerTop .sf-menu ul li a {
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.headerTop .sf-menu li ul li:first-child a {
	padding-left: 20px;
}

.headerTop .sf-menu li ul li:hover a,
.headerTop .sf-menu li ul li.sfHover a,
.headerTop .sf-menu li ul li.current_page_item a {
	color: #ffffff;
}

.headerTop .sf-menu li:hover ul li a,
.headerTop .sf-menu li.sfHover ul li a,
.headerTop .sf-menu li.current_page_item ul li a {
	color: #ffffff;
}

.headerTop .sf-menu li:hover ul li:hover a,
.headerTop .sf-menu li:hover ul li.sfHover a,
.headerTop .sf-menu li:hover ul li.current_page_item a {
	color: #ffffff;
}



.headerTop .sf-arrows .sf-with-ul {
    padding-right: 24px;
}

.headerTop .sf-arrows .sf-with-ul:after {
	content: none;
}

.headerTop .sf-arrows .sf-with-ul:after {
	content: '+';
	top: 39%;
	right: 18px;
	color: #d3d39a;
}








/***** HEADER ABOVE *****/
.headerAbove {
	background-color: #78B52E;
}

.headerAbove p, .headerAbove p a {
    font-size: 13px;
}

.headerAbove .introTop {
	float: left;
}

.headerAbove .introTop p, .headerAbove .introTop p a {
	margin: 0px;
	padding: 10px 0;
	color: #fff;
}

.headerAbove .introTop p span {
	margin-right: 18px;
}

.headerAbove .nav {
	float: right;
}

.headerAbove ul {
	margin: 0;
	padding: 0;
}

.headerAbove .sf-menu li {
    background: transparent;
}

.headerAbove .sf-menu li:hover,
.headerAbove .sf-menu li.sfHover {
	background: transparent;
}


.headerAbove .sf-menu a {
	padding: 10px 10px;
	color: #fff;
	font-size: 13px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.headerAbove .sf-menu li:hover a,
.headerAbove .sf-menu li.sfHover a,
.headerAbove .sf-menu li.current_page_item a {
	color: #f3f3de;
}

.headerAbove .sf-menu li ul li {
    background: #00aeef;
    
}

.headerAbove .sf-menu li ul li:hover,
.headerAbove .sf-menu li ul li.sfHover {
	background: #0053a5;
}


.headerAbove .sf-menu ul li a {
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.headerAbove .sf-menu li ul li:first-child a {
	padding-left: 20px;
}

.headerAbove .sf-menu li ul li:hover a,
.headerAbove .sf-menu li ul li.sfHover a,
.headerAbove .sf-menu li ul li.current_page_item a {
	color: #ffffff;
}

.headerAbove .sf-menu li:hover ul li a,
.headerAbove .sf-menu li.sfHover ul li a,
.headerAbove .sf-menu li.current_page_item ul li a {
	color: #ffffff;
}

.headerAbove .sf-menu li:hover ul li:hover a,
.headerAbove .sf-menu li:hover ul li.sfHover a,
.headerAbove .sf-menu li:hover ul li.current_page_item a {
	color: #ffffff;
}



.headerAbove .sf-arrows .sf-with-ul {
    padding-right: 20px;
}

.headerAbove .sf-arrows .sf-with-ul:after {
	content: ">";
}
/***** END: HEADER ABOVE *****/




.winkelmandHead {
	position: relative;
	float: right;
	padding: 12px 0;
	margin-left: 20px;
}

.winkelmandButton {
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
}

.winkelmandButton i {
	margin-right: 6px;
}


.winkelmandHover {
	width: 350px;
	min-height: 100px;
	position: absolute;
	top: 44px;
	right: 0px;
	z-index: 99;
	
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #efefef;
}

.winkelmandHover h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #000000
}


.winkelmandHover .mini_cart_item a:hover {
	text-decoration: none;
	color: #000000;
}

.woocommerce-mini-cart__buttons .button {
	font-size: 13px !important;
	padding: 10px 24px !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 52px;
}















.planEenIntake {
	background-color: #78B52E;
	padding: 42px 36px 26px 36px;
	width: 100%;
}
.planEenIntake.absolute {
	margin-top: 30px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.planEenIntake.small p {
	font-size: 13px;
	line-height: 21px;
}
.bgflowIntake {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%
}

.planEenIntake.nomargin {
	margin: 0px;
}

/******** PAGE BUILDER ********/


.pageBuilder ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pageBuilder ul li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
}

.pageBuilder ul li a {
	font-size: 15px;
	color: #78B52E;
}

.pageBuilder ul li:last-child {
	margin-bottom: 0px;
}

.pageBuilder ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	display: inline-block;
	padding-right: 6px;
	vertical-align: middle;
	font-weight:900;
	color: #d3d39a;
}








/* PB HEADER */
.pb_header {
	position: relative;
}

.pb_header:before {
	content: "";
	position: absolute;
	top: -95px;
	left: 0px;
	height: calc(87% + 95px);
	width: 75%;
	background: #F7F7F7;
}

.bgflow {
	position: absolute;
	top: 74%;
	left: 0px;
	width: 75%;
}


.pb_headerTextWrap {
	padding: 80px 0 20px 0;
	padding-right: 30px;
}

.pb_headerImgWrap {
	height: 490px;
    width: 100%;
    background-color: #fff;
    position: relative;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/* PB TEXT */
.pb_text.pb_text_bg {
	background-color: #F7F7F7;
}




/* PB TEXT IMG */
.pb_text_img {
	position: relative;
}

.pb_text_img:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 75%;
	background: #F7F7F7;
}

.pb_text_img.noBg:before {
	content: none;
}

.pb_text_imgImgInner {
	position: relative;
	margin-top: -40px;
	margin-right: -15px;
}

.noBg .pb_text_imgImgInner {
	position: relative;
	margin-top: 40px;
	margin-right: -15px;
}

.pb_text_imgTextInner {
	padding: 80px 0;
}





/* PB TEXT FORM */
.pb_text_form {
	position: relative;
}

.pb_text_form:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 75%;
	background: #F7F7F7;
}

.pb_text_formImgInner {
	position: relative;
	margin-top: -40px;
	margin-right: -15px;
}

.pb_text_formTextInner {
	padding: 80px 0;
}

.pb_text_form table {
	width: 100%;
	margin-bottom: 20px;
}

.pb_text_form table tr {
	border-bottom: 1px dashed #000000;
}
.pb_text_form table tr:last-child {
	border-bottom: 0px dashed #000000;
}
.pb_text_form table tr td {
	padding: 8px 0;
}







/* PB DIENSTEN */
.pb_dienstenInner {
	border-radius: 10px;
	padding: 30px 18px;
	background: #fff;
	border: 1px solid #f9f9f9;
	margin-bottom: 30px;
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.05);
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pb_dienstenInner p {
	text-align: center;
	margin: 0px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pb_dienstenInner:hover {
	background: #78B52E;
	border: 1px solid #78B52E;
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
}

.pb_dienstenInner:hover p {
	color: #fff;
	text-decoration: none;
}




/* PB IMAGE */
.pb_img_bg {
	position: relative;
}
.pb_img_bg:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 50%;
	width: 100%;
	background: #F7F7F7;
}



/* PB BLOGS */

.pb_blogsBlogWrap {
	background-color: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
    box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.pb_blogsBlogWrap:hover {
    -webkit-box-shadow: 0px 0px 25px 1px rgba(200,200,200,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(200,200,200,1);
    box-shadow: 0px 0px 25px 1px rgba(200,200,200,1);
}

.pb_blogsBlogImg {
	height: 180px;
    width: 100%;
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pb_blogsBlogText {
	margin-top: 20px;
	padding: 0 10px;
}

.pb_blogsBlogText p {
	color: #d3d3d3;
}

.pb_blogsBlogText h4 {
	margin: 0px;
	font-size: 25px;
}








/* PB BLOGS */

.pb_vacaturesWrap {
	position: relative;
	background-color: #ffffff;
    padding: 32px;
    margin-bottom: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
    box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.pb_vacaturesWrap:hover {
    -webkit-box-shadow: 0px 0px 25px 1px rgba(200,200,200,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(200,200,200,1);
    box-shadow: 0px 0px 25px 1px rgba(200,200,200,1);
}

.pb_vacaturesText {
	padding: 13px 185px 0 0;
}

.pb_vacaturesText p {
	color: #d3d3d3;
}

.pb_vacaturesText h4 {
	margin: 0px;
	font-size: 30px;
}

.pb_vacaturesButton {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.pb_vacaturesButton .btn, .pb_vacaturesButton p {
	margin: 0px;
}












/* PB TARIEVEN */

pb_tarieven_nieuw {
	padding: 0 0 70px 0;
}

.prijsWrapNew {
	margin: 10px 0 30px;
}

.prijsWrapNewInner {
	margin-bottom: 8px;
}

/* Styles for Accordion */
.toggles {
	margin-bottom: 40px;
}

.toggle:last-child {
  border-bottom: 0px solid #1b4164;
}
.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 0px solid #1b4164;
  margin-bottom: 6px;
  padding-right: 20px;
  background-color: #FAF9F3;
}
.toggle .toggle-title h3 {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
  font-size: 18px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
}
.toggle .toggle-inner {
  padding: 7px 0 10px 0;
  display: none;
  margin: -7px 0 6px;
  padding: 20px;
  border: 2px #FAF9F3 solid;
  border-top: 0px;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 22px 20px 11px;

  font-family: 'Barlow', sans-serif;
	font-weight: 600;
	margin: 0px;
	
	margin-bottom: 0px;

	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0 !important;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle .toggle-title i {
  position: absolute;
  background: url("images/plus_minus.png") 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px 0 20px 20px;
  right: 15px;
}
.toggle .toggle-title.active i {
  background: url("images/plus_minus.png") 0px 0px no-repeat;
}



.tariefNieuwWrap {
	background-color: #FAF9F3;
	padding: 12px 20px;
	margin-bottom: 10px;
}

.tariefNieuwWrap div p {
	margin: 0px;
}

.tariefNieuwWrapNaam {
	float: left;
	width: calc( 100% - 130px);
}

.tariefNieuwWrapPrijs {
	float: left;
	width: 130px;
}







.reviewItem {
	position: relative;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
}

.reviewItemText {
	position: relative;
	z-index: 2;
}

.reviewItemText p {
	font-size: 13px;
	line-height: 18px;
}

.reviewItem p.reviewName {
	margin-top: 20px;
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	color: #78B52E;
}

.reviewItem:after {
	content: url(images/reviewQuote.png);
	position: absolute;
	right: 20px;
	bottom: 20px;
	
}





/******* INPUT ********/
input[type="text"], input[type="tel"], input[type="email"], textarea {
	width: 100%;
	padding: 8px 0;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #000000;
	outline: none;
	margin-top: 15px;
	resize: none;
	color: #000000;
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

textarea {
	height: 110px;
}


input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
	border-bottom: 1px solid #000000;
}


.wpcf7-not-valid {
	border-bottom: 1px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
    color: #f00 !important;
    font-size: 15px !important;
    margin: 5px 0 -10px 0 !important;
}

div.wpcf7-response-output {
    margin: 30px 0em 20px !important;
    padding: 15px !important;
}















/******* FOOTER ********/

.footerTop {
	padding: 20px 0 40px;
}

.footerTopContactWrap {
	position: relative;
	width: 100%;
	height: 140px;
}

.footerTopContact {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	padding: 32px;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
}


.footerTopContactPhone {
	border-bottom: 1px dashed #000000;
	padding-bottom: 13px;
}

.footerTopContactPhone .icon {
	float: left;
	width: 50px;
	margin-right: 30px;
	padding-top: 5px;
}
.footerTopContactPhone .icon i {
	font-size: 49px;
}

.footerTopContactPhone .text {
	float: left;
	width: calc( 100% - 80px);
	margin-right: 0;
}
.footerTopContactPhone .text p span {
	font-weight: 900;
	font-size: 29px;
	line-height: 34px;
	text-align: left;
	color: #78B52E;
}



.footerTopContactAddress {
	padding-top: 20px;
}

.footerTopContactAddress .icon {
	float: left;
	width: 25px;
	margin-right: 30px;
	padding-top: 0px;
}
.footerTopContactAddress .icon i {
	font-size: 24px;
}

.footerTopContactAddress .text {
	float: left;
	width: calc( 100% - 55px);
	margin-right: 0;
}

.footerTopContactAddress .text a {
	color: #78B52E;
}








.footerDown {
	background-color: #78B52E;
	padding: 50px 0;
	position: relative;
}

.flowTop {
	position: absolute;
	bottom: calc(100% - 5px);
	left: 0px;
	width: 100%;
}

.footerDown .socialsFooter {
	margin-bottom: 20px;
}

.footerDown .socialsFooter .social {
	float: left;
	margin-right: 20px;
}

.footerDown .socialsFooter .social i {
	font-size: 30px;
}

.footerDown .socialsFooter .social a {
	color: #ffffff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.footerDown .socialsFooter .social a:hover {
	color: #ffffff;
}

.footerDownText p {
	color: #ffffff;
}

.footerDownText p a {
	font-weight: 900;
	color: #ffffff;
}











.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #000000;
    font-size: 30px;
    margin: 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    
    -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #78B52E;
    text-decoration: none;
}


.owl-prev {
	position: absolute;
	left: -60px;
	top: 50%;
	width: 22px;
	height: 32px;
	margin-top: -27px !important;
}

.owl-next {
	position: absolute;
	right: -60px;
	top: 50%;
	width: 22px;
	height: 32px;
	margin-top: -27px !important;
}

.owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}















/******** WOOCOMMERCE ********/
.mainWrap {
	background-color: #ffffff;
	padding: 60px 0 30px 0;
}

.wooCommercePageWrap {
	background-color: #ffffff;
	padding: 60px 0;
}




.productLoopWrap {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
    box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.productLoopWrap:hover {
    -webkit-box-shadow: 0px 0px 25px 1px rgba(200,200,200,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(200,200,200,1);
    box-shadow: 0px 0px 25px 1px rgba(200,200,200,1);
}



.woocommerce-breadcrumb {
	display: none;
}


.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 26px;
    text-align: center;
    line-height: 24px;
}

.productLoopWrap span.price {
	text-align: center;
}
.productLoopWrap span.price .woocommerce-Price-amount {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.product_meta {
	display: none;
}

.tabs.wc-tabs {
	display: none;
}


.woocommerce .quantity .qty {
    width: 60px;
    text-align: center;
    height: 44px;
    font-family: 'Barlow', sans-serif;
	font-weight: 400;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 20px 0 0;
}

.woocommerce div.product p.price {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 30px;
	margin-top: -5px;
}
.woocommerce-product-details__short-description {
	margin-bottom: 40px;
}

.woocommerce div.product div.summary, .woocommerce div.product div.images {
    margin-bottom: 60px;
}

.woocommerce div.product div.images {
	padding: 25px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(220,220,220,0.5);
    -moz-box-shadow: 0px 0px 7px 1px rgba(220,220,220,0.5);
    box-shadow: 0px 0px 7px 1px rgba(220,220,220,0.5);
}




.woocommerce-Tabs-panel--description ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.woocommerce-Tabs-panel--description ul li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
}

.woocommerce-Tabs-panel--description ul li a {
	font-size: 15px;
}

.woocommerce-Tabs-panel--description ul li:last-child {
	margin-bottom: 0px;
}

.woocommerce-Tabs-panel--description ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	display: inline-block;
	padding-right: 6px;
	vertical-align: middle;
	font-weight:900;
	color: #d3d39a;
}



.relatedWrap {
	padding: 60px 0;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

.relatedWrap:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 80%;
	top: 0px;
	right: 0px;
	background: #F7F7F7;
	z-index: 0;
}


.related.products .products, .related.products h2 {
	position: relative;
	z-index: 9;
}







.term-description {
	margin-bottom: 40px;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    padding: 11px 0;
}












.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 48.5%;
    float: left;
    margin-right: 3%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
}




.woocommerce .woocommerce-checkout #order_review {
	float: left;
	width: 48.5%;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f7f7f7;
    border-radius: 0px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #ececec;
    color: #515151;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #ececec;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#customer_details input {
	padding: 8px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e;
    border-width: 1px;
}




.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #000000;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
	color: #78B52E;
	display: block;
}


.woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    line-height: inherit;
    margin-right: 15px;
    text-align: center;
    float: left;
    opacity: 1;
    width: 24px;
    font-size: 17px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
}




.woocommerce-notices-wrapper, .woocommerce-info, .woocommerce-info a {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 42px;
}

.woocommerce-notices-wrapper a {
	padding: 10px 0;
}





.woocommerce-account .woocommerce .col2-set{
    width: 100%;
    float: left;
    margin-right: 0%;
}

.woocommerce-account .woocommerce .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce-account .woocommerce .col2-set .col-2 {
    float: right;
    width: 48%;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 1px;
    border-right-width: 1px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 12px 18px;
    font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #676663;
}


.btn, button, .button, .btn:active, button:active, .button:active {
	outline: none;
}



.woocommerce ul.products li.product .onsale {
    top: 20px;
    right: 20px;
    left: auto;
    margin: 0;
}

.woocommerce span.onsale {
    min-height: 0;
    min-width: 0;
    padding: 4px 10px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 15px;
    border-radius: 0px;
    background-color: #78B52E;
    color: #fff;
    font-size: 11px;
    z-index: 8;
}






.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: 1;
    display: block;
    color: red;
    font-size: 12px;
}

.woocommerce ul.products li.product .price del span {
    font-size: 12px;
}






.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: relative;
}








/******** NAV MOBILE ********/
.navMob {
	display: none !important;
}

.navMob i {
	color: #78B52E;
	margin-top: 15px;
}

.menuOverlay {
	display: none;
}






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

	

	
}





@media screen and (max-width: 992px) {
	
	h1 {
		font-size: 33px;
		line-height: 37px;
	}
	
	h2 {
		font-size: 31px;
		line-height: 36px;
	}
	
	h3 {
		font-size: 27px;
		line-height: 31px;
	}
	
	h4 {
		font-size: 24px;
		line-height: 28px;
	}
	
	h5 {
		font-size: 20px;
		line-height: 24px;
	}
	
	h6 {
		font-size: 18px;
		line-height: 22px;
	}
	
	
	
	
	.headerTop .logo {
	    float: left;
	    width: 277px;
	    margin-right: 10px;
	}
	
	.navHeader {
		display: none;
	}
	
	
	.navMob {
		display: block !important;
		float: right !important; 
		font-size: 23px;
		color: #000;
		margin-top: 16px;
		margin-right: 26px;
		width: 25px;
		height: 33px;
	}
	
	
	.menuOverlay {
		display: none;
		background: rgba(74, 73, 71, 0.9);
		height: 100vh; 
		width: 100%; 
		position: fixed;
		z-index: 9999999;
		font-weight: 600;
		padding-bottom: 120px;
		overflow: scroll;
	}
	
	.overlayNav {
		overflow: hidden;
	}

	
	.menuOverlay .close {
		position: fixed;
		right: 32px;
		top: 32px;
		font-size: 29px;
		color: #fff !important;
	}
	
	.menuOverlay .close i {
		color: #fff !important;
	}
	
	.menuOverlay .overMenu {
		text-align: center;
	}
	
	.menuOverlay .overMenu ul {
		text-align: center;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 90px;
	}
	
	
	.menuOverlay .overMenu ul li {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.menuOverlay .overMenu ul li a {
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 24px;
	}
	
	
	
	.menuOverlay .overMenu ul li ul {
		text-align: center;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 0px;
	}
	
	.menuOverlay .overMenu ul li ul li a {
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 18px;
	}
	
	.menuOverlay .overMenu ul li ul li {
		text-align: center;
		margin-bottom: 5px;
	}
	
	
	
	
	
	.menuOverlay .overMenu .small ul {
		text-align: center;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 40px;
	}
	
	.menuOverlay .overMenu .small ul li {
		margin-bottom: 3px;
	}
	
	.menuOverlay .overMenu .small ul li a {
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 18px;
		font-weight: 400;
	}
	
		
	.menuOverlay .social {
		margin-top: 15px;
	}
	
	.menuOverlay .social i {
		color: #ffffff;
		font-size: 22px;
		margin: 0 3px;
	}
	
	.menuOverlay .social i:hover {
		color: #b39a6a; 
	}
	
	
	
	
	
	
	
	
	
	
	.pb_header:before {
	    width: 100%;
	}
	.bgflow {
	    width: 100%;
	}
	
	
	
	.pb_dienstenInner p {
	    font-size: 15px;
	}
	
	
}


@media screen and (max-width: 768px) {
	
	
	.headerTop .logo {
	    float: left;
	    width: 210px;
	    margin-right: 10px;
	}
	
	
	.owl-theme .owl-controls {
		display: none;
	}
	
	.pb_headerTextWrap {
	    padding: 20px 0 0 0;
	    padding-right: 9px;
	}
	
	.pb_headerImgWrap {
    	height: 260px;
    }
    
    
    .pb_text_img:before {
	    width: 100%;
	}
	
	
	
	.pb_text_formImgInner {
	    position: relative;
	    margin-top: 0;
	    margin-right: 0;
	}
	.planEenIntake.absolute {
	    margin-top: 0px;
	    margin: 0 -15px 0 -15px;
	    position: relative;
	    top: 100%;
	    left: 0;
	    width: calc(100% + 15px);
	}
	.pb_text_formTextInner {
	    padding: 80px 0 30px;
	}
	
	.pb_text_form:before {
	    width: 100%;
	}
	
	.bgflowIntake {
	    top: 99%;
	}
	
	
	
	.woocommerce-MyAccount-navigation ul {
	    margin-bottom: 30px;
	}
	
	
	
	
	
	
	
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    	width: 100%;
    }
	.woocommerce ul.products li.product a img {
    	width: 50%;
    	display: inline-block;
    }
	
	.mainWrap {
	    background-color: #ffffff;
	    padding: 40px 0 60px 0;
	}
	
	.relatedWrap {
    	padding: 60px 0 10px;
    }
    
    .woocommerce .col2-set, .woocommerce-page .col2-set {
	    width: 100%;
	    float: left;
	    margin-right: 0;
	    margin-bottom: 30px;
	}
	
	.woocommerce .woocommerce-checkout #order_review {
	    float: left;
	    width: 100%;
	    margin-top: 0;
	}
	
	h3#order_review_heading {
		margin-top: 30px;
	}
	
	
	.woocommerce-notices-wrapper, .woocommerce-info, .woocommerce-info a {
	    font-size: 16px;
	    line-height: 24px;
	}
	
	.wooCommercePageWrap {
	    background-color: #ffffff;
	    padding: 25px 0 60px 0;
	}
	
	
	
	.footerTopContactWrap {
	    position: relative;
	    width: 100%;
	    height: auto;
	}
	
	.footerTopContact {
    	position: relative;
    }
    
    
    .footerTopContactPhone .text p span {
	    font-size: 22px;
	    line-height: 30px;
	}
	
	.footerTopContactPhone .icon i {
	    font-size: 43px;
	}
	
	.footerDown .flowTop {
    	position: absolute;
    	bottom: calc(100% - 6px);
	}

}



