/*
Theme Name: Convident theme Child
Theme URI: https://http://thema.convident.website/
Template: convident-theme
Author: Convident
Author URI: https://convident.nl
Description: Algemeen thema voor convident websites
Version: 1.0.0
Text Domain: convident-theme-child

/* General */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1320px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'CamptonBook';
    font-style: normal;
    font-weight: 400;
    src: local('CamptonBook'), url('fonts/camptonbook-webfont.woff2') format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'CamptonMedium';
    font-style: normal;
    font-weight: 500;
    src: local('CamptonMedium'), url('fonts/camptonmedium-webfont.woff2') format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'CamptonSemiBold';
    font-style: normal;
    font-weight: 600;
    src: local('CamptonSemiBold'), url('fonts/camptonsemibold-webfont.woff2') format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'CamptonBold';
    font-style: normal;
    font-weight: 700;
    src: local('CamptonBold'), url('fonts/camptonbold-webfont.woff2') format('woff2');
	font-display: swap;
}
:root {
    --green: #6BAA04;
	--borderBlue: #80BDE1;
    --darkBlue: #12284C;
    --white: #FFFFFF;
	--gray: #EEEEEE;
	--lightBlue: #F0F0F0;
	--black : #232323;
    --placeholderGrey: #C4C4C4;
	--lightBlack: rgba(35, 35, 35, 0.6);
	--sansFont: 'Open Sans', sans-serif;
	--boldFont: 'CamptonMedium';
	--bold400Font: 'CamptonBook';
	--bold600Font: 'CamptonSemiBold';
	--bold700Font: 'CamptonBold';
}
body,
body *{
	font-family: var(--sansFont);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
}
h1,h2,h3,h4,h5,h6{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 600;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
a,a:hover{
	text-decoration: none;
}
.btn-primary,
.btn-green,
li.li-btn-green a,
section.products-list-section .all-products-outer .lv-product .product-inner .add_to_cart_button,
section.products-list-section .all-products-outer .lv-product .product-inner .product_type_grouped,
.woocommerce div.product section.product-column-cont form.cart .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: var(--white);
	border: none;
	padding: 10px 35px;
	position: relative;
	background: var(--green);
	border-radius: 49px;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
section.products-list-section .all-products-outer .lv-product .product-inner .add_to_cart_button:hover,
.btn-primary:hover,
.btn-green:hover,
li.li-btn-green a:hover,
.woocommerce div.product section.product-column-cont form.cart .button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
	opacity: 0.9;
	color: var(--white);
}
section.products-list-section .all-products-outer .lv-product .product-inner .add_to_cart_button:focus,
.btn-primary:focus,
.btn-green:focus,
li.li-btn-green a:focus,
.woocommerce div.product section.product-column-cont form.cart .button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus{
	outline: none;
}
.btn-primary.with-arrow{
	padding-right: 55px;
	position: relative;
}
.btn-primary.with-arrow:after{
	content: "";
	background: url("img/btn-arrow-white.svg") no-repeat center;
	width: 12px;
	height: 10px;
	position: absolute;
	right: 34px;
	top: 16px;
	-webkit-transition: right 0.5s ease-in-out;
	-moz-transition: right 0.5s ease-in-out;
	-o-transition: right 0.5s ease-in-out;
	transition: right 0.5s ease-in-out;
}
.btn-primary.with-arrow:hover:after{
	right: 30px;
}
.woocommerce div.product section.product-column-cont form.cart .button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
	background-color: var(--green);
}
.a-full{
	position: absolute !important;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 300;
}
.block-title{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	color: var(--black);
	margin-bottom: 20px;
}
.block-text *{
	font-family: var(--sansFont);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
}
.block-text strong{
	font-weight: 600 !important;
}
.block-text h1,
.block-text h2,
.block-text h3{
	font-family:var(--bold600Font);
	font-weight: 700;
	margin-bottom: 28px;
}
.block-text h2{
	font-size: 32px;
	line-height: 48px;
}
.block-text h1{
	font-size: 38px;
	line-height: 50px;
}
.block-text p{
	margin-bottom: 25px;
}
.block-text p:last-child{
	margin-bottom: 0;
}
/*Breadcrumbs*/
#breadcrumbs{
	background: none;
	padding: 15px 0;
	margin-bottom: 25px;
}
#breadcrumbs span,
#breadcrumbs a{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: var(--lightBlack);
}
#breadcrumbs i.seperator{
	display: inline-block;
	width: 5px;
	height: 8px;
	background: url("img/bread-sep.svg") no-repeat center center;
	background-size: contain;
	margin: 0 15px;
}
#breadcrumbs i.bread-home{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("img/bread-home.svg") no-repeat center center;
	background-size: contain;
}
/*PLACEHOLDER*/
::-webkit-input-placeholder { /* Edge */
  	color: var(--placeholderGrey);
	font-family: var(--sansFont);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--placeholderGrey);
	font-family: var(--sansFont);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
}

::placeholder {
	color: var(--placeholderGrey);
	font-family: var(--sansFont);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder { /* Edge */
	font-family: var(--boldFont);
	font-weight: 500;
	line-height: 24px;
}

.woocommerce form .form-row input.input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: var(--boldFont);
	font-weight: 500;
	line-height: 24px;
}

.woocommerce form .form-row input.input-text::placeholder {
	font-family: var(--boldFont);
	font-weight: 500;
	line-height: 24px;
}
/*FRM Forms*/
.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
    display: grid;
    grid-template-columns: repeat(12, 6.5%);
    grid-auto-rows: max-content;
    grid-gap: 0 2%;
}
.with_frm_style .frm_form_field {
    clear: both;
}
.frm_combo_inputs_container > *, .frm_grid_container > *, .frm_section_heading > *, .frm_fields_container .frm_form_field, .frm_fields_container > * {
    grid-column: span 12 / span 12;
}
.frm6, .frm_half, .frm_form_field.frm_three_fifths, .frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_half, .frm_submit.frm_half {
    grid-column: span 6 / span 6;
}
.frm_fields_container .frm_form_field.frm_three_fourths{
    grid-column: span 8 / span 8;
}
.frm_fields_container .frm_form_field.frm_fourth{
    grid-column: span 4 / span 4;
}
.frm_forms .frm_form_fields div.frm_error {
    color: #e73939;
    font-size: 14px;
}
.frm_forms .frm_form_title,
.frm_forms .frm_description,
.frm_forms .frm_verify,
.frm_forms .frm_hidden,
.frm_forms .frm_other_input,
.frm_forms .frm_screen_reader,
.frm_forms .frm_dropzone .dz-message .frm_small_text,
.frm_forms .frm_dropzone .dz-message .frm_compact_text,
.frm_forms .frm_fields_container .frm_dropzone .dz-message .frm_upload_text button{
	display:none !important;
}
.frm_forms .frm_message{
	background: #a2f7a8;
    padding: 10px;
}
.frm_forms .frm_message p{
	margin-bottom: 0px;
}
.frm_forms .frm_required{
	color: #FF0000;
	font-family: var(--sansFont);
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
	margin-top: -5px;
    margin-left: -3px;
}
.frm_forms .frm_form_fields  .frm_form_field{
	margin-bottom: 29px;
}
.frm_forms .frm_form_fields  label{
	display: block;
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: var(--black);
	margin-bottom: 2px;
}
.frm_forms .frm_form_fields input, 
.frm_forms .frm_form_fields textarea, 
.frm_forms .frm_form_fields select {
    display: block;
    background: var(--gray);
    border: 1px solid var(--gray);
    padding: 10px 20px;
    width: 100%;
    font-family: var(--sansFont);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: var(--black);
	border-radius: 0px;
}
.section-bg-gray .frm_forms .frm_form_fields input, 
.section-bg-gray .frm_forms .frm_form_fields textarea, 
.section-bg-gray .frm_forms .frm_form_fields select {
	background: var(--white);
    border-color: var(--white);
}
.contact-block .frm_forms .frm_form_fields input, 
.contact-block .frm_forms .frm_form_fields select {
	height: 52px;
}
/*.frm_forms .frm_form_fields select{
	text-transform: uppercase;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(img/arrow-down-black.svg) no-repeat 98% center;
    background-color: #FFFFFF;
    background-size: 16px;
}*/
.frm_dropzone .dz-message {
    background: var(--gray);
    border: none;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
    padding-top: 10px;
    border: 1px dashed var(--blue);
	text-align: left;
	min-height: 170px;
	padding-left: 20px;
}
.frm_dropzone .dz-preview .dz-image img{
	width: 50px;
    height: 50px;
    position: absolute;
    top: -56px;
    left: 45px;
}
.frm_dropzone .dz-preview .dz-column,
.frm_required{
	display: none !important;
}
.frm_dropzone .frm_upload_icon {
    display: inline-block;
}
.frm_dropzone .dz-message button {
    font-family: var(--sansFont);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: var(--black);
    padding: 0;
    border: none;
    border-radius: 0px;
    background: none;
	margin-left: 5px;
}
.frm_dropzone .dz-message button,
.frm_dropzone .dz-message button:hover,
.frm_dropzone .dz-message button:focus{
	outline: none;
}
.with_frm_style .frm_dropzone .frm_upload_icon:before{
	content: "";
	width: 27px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	background: url("img/upload-icon.svg") no-repeat center center;
	background-size: contain;
}
.frm_forms .frm_fields_container .frm_dropzone .dz-message .frm_upload_text button{
	display: inline-block !important;
}
.frm_forms .frm_form_fields input,
.frm_forms .frm_form_fields textarea,
.frm_forms .frm_form_fields select,
.frm_forms .frm_form_fields input:focus,
.frm_forms .frm_form_fields textarea:focus,
.frm_forms .frm_form_fields select:focus{
	outline: none;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
    box-shadow: none;
}
.frm_forms .frm_submit{
	text-align: right;
}
.frm_forms .frm_submit .frm_button_submit {
    font-family: var(--boldFont) !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: var(--white) !important;
    display: inline-block !important;
    padding: 10px 40px !important;
    background: var(--green) !important;
    border: 0 !important;
    border-radius: 46px !important;
    position: relative !important;
    z-index: 200 !important;
    text-align: center!important;
    cursor: pointer !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.frm_forms .frm_submit .frm_button_submit:hover,
.frm_forms .frm_submit .frm_button_submit:focus{
	outline: none !important;
	box-shadow: none !important;
	opacity: 0.90;
}
/*Alerts*/
.alert{
	display: block;
	width: 100%;
	position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
/*Header*/
header .topbar{
	padding: 0;
	background: none;
}
header .topbar .topbar-cont {
    background: var(--lightBlue);
    padding: 0px 15px;
    border-radius: 0 0 10px 10px;
    float: right;
    display: inline-block;
    line-height: 18px;
    margin-top: -5px;
}
header .topbar .topbar-cont .topbar-menu{
	display: inline-block;
}
header .topbar #topbar-menu li{
	margin-right: 35px;
}
header .topbar #topbar-menu,
header .topbar #topbar-menu li{
	line-height: 16px;	
}
header .topbar #topbar-menu li {
    padding: 10px;
}
.topbar-menu ul {
    float: none;
}
header .topbar #topbar-menu li a{
	font-family: var(--bold400Font);
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: var(--black);
	opacity: 0.8;
	padding: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
header .topbar #topbar-menu li a,
header .topbar #topbar-menu li a:hover{
	text-decoration: none;
}
header .topbar #topbar-menu li a:hover{
	opacity: 1;
}
header .topbar #topbar-menu li.li-icon-faqs a,
header .topbar #topbar-menu li.li-icon-phone a{
	padding-left: 20px;
}
header .topbar #topbar-menu li.li-icon-phone a:before,
header .topbar #topbar-menu li.li-icon-faqs a:before{
	content: "";
	width: 10px;
	height: 10px;
	background: url("img/icon-topbar-faqs.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: 0;
}
header .topbar #topbar-menu li.li-icon-phone a:before{
	background: url("img/icon-topbar-phone.svg") no-repeat center;
	background-size: contain;
}
header #menu-cart{
	padding-right: 25px;
}
header #menu-cart svg{
	height: 12px;
	width: 12px;	
}
header #menu-cart .counter-products {
    padding: 1px 5px;
    width: 23px;
    height: 20px;
    background-color: var(--darkBlue);
    top: 2px;
    right: -24px;
}
body.home #header-section #breadcrumbs{
	display: none;
}
div#logo a {
    line-height: 62px;
}
#logo img {
    height: 62px;
}
#primary-menu {
    padding: 0;
}
#primary-menu .menu li:not(.menu-item){
	display: none;
}
.navigatie.normal-menu nav ul#primary-menu-ul > li a{
	padding: 0 5px;
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: var(--black);
}
.navigatie.normal-menu nav ul#primary-menu-ul > li.li-btn-green a{
	padding: 10px 34px;
    color: var(--white);
}
.navigatie.normal-menu nav ul#primary-menu-ul > li{
	padding: 12px 15px;
	margin: 0;
}
.navigatie.normal-menu nav{
	margin: 10px 0 30px;
}
section#header-section{
	padding: 0;
}
section#header-section{
    background: var(--lightBlue);
    padding: 73px 0 0;
}
section#header-section.head-t-large {
    height: 558px;
}
section#header-section.head-t-small {
    height: 475px;
}
body.single-post section#header-section.head-t-small{
	background: var(--white);
}
body.single-post section#header-section.head-t-small:before{
	content: "";
	background: var(--lightBlue);
	width: 100%;
	height: 55px;
	position: absolute;
	left: 0;
	top: 0;
}
section#header-section.head-t-no {
	padding: 30px 0 0;
	margin-bottom: 60px;
}
section#header-section .header-image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
section#header-section.head-t-large .header-image{
	width: calc(100% - 30px);
	left: 15px;
	height: 485px;	
}
section#header-section.head-t-small .header-image{
	width: calc(100% + 30px);
	left: -45px;
}
section#header-section .header-btn-cont .back-a{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: var(--white);
	display: inline-block;
	padding-left: 20px;
}
section#header-section .header-btn-cont .back-a:before{
	content: "";
	background: url("img/arrow-left-white.svg") no-repeat center;
	background-size: contain;
	width: 6px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 7px;
	-webkit-transition: left 0.5s ease-in-out;
	-moz-transition: left 0.5s ease-in-out;
	-o-transition: left 0.5s ease-in-out;
	transition: left 0.5s ease-in-out;	
}
section#header-section .header-btn-cont .back-a:hover:before{
	left: -4px;
}
@media (min-width: 1400px) {
	section#header-section.head-t-small .header-image{
		width: calc(100% + 105px);
		left: -120px;
	}
}
section#header-section .head_cont_txt{
	background: var(--darkBlue);
    padding: 50px 33px 55px 62px;
	max-width: 415px;
	min-height: 305px;
}
section#header-section.head-t-large .large_head_cont{
	margin-top: 120px;
}
section#header-section .head_cont_txt h2.block-title,
section#header-section .head_cont_txt .block-text *{
	color: var(--white);
}
section#header-section .head_cont_txt .block-text{
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
section#header-section .head_cont_txt.with-btn .block-text{
	-webkit-line-clamp: 3;
}
section#header-section .head_cont_txt h2.block-title{
	margin-bottom: 14px;
	line-height: 37px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
section#header-section .head_cont_txt .header-btn-cont{
	margin-top: 30px;
}
section#header-section #breadcrumbs {
    margin-bottom: 10px;
    margin-top: -80px;
}
section#header-section.head-t-no #breadcrumbs {
	margin-bottom: 0px;
    margin-top: -30px;
    padding: 5px 0;
}
/*Footer*/
section.footer-clients-logos{
	padding: 20px 0;
}
section.footer-clients-logos .logos-list .logo-item {
    background-repeat: no-repeat;
    background-size: auto 80%;
	height: 80px;
    padding: 0px !important;
    background-position: center;
}
section.footer-clients-logos .logos-list .logo-item img{
    max-height: 80px;
	min-height: 55px;
    object-fit: contain;
    margin: auto;
    transition: all linear 0.2s;
}
#main-footer {
    background: var(--darkBlue);
}
#main-footer .footer-widgets {
    padding: 115px 0 90px 0;
}
#main-footer .footer-widgets .footer-col-1 img{
	max-width: 132px;
	max-height: 56px;
	margin-bottom: 25px;
}
#main-footer .footer-widgets .textwidget p,
#main-footer .footer-widgets .textwidget p a,
#main-footer .footer-widgets .widget ul li a,
#main-footer .footer-widgets .widget-title{
	color: var(--white);
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
}
#main-footer .footer-widgets .textwidget p:last-child a{
	padding-top: 32px;
}
#main-footer .footer-widgets .textwidget p a{
	margin-bottom: 15px;
}
#main-footer .footer-widgets .textwidget p{
	line-height: 30px;
}
#main-footer .footer-widgets .widget-title{
	font-family: var(--bold600Font);
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 15px;
}
/* #main-footer .footer-widgets .footer-col-3 .widget:last-child .widget-title{
	margin-top: 53px;
} */
#footer-socket {
    border-top: none;
    background: var(--darkBlue);
    color: #FFFFFF;
}
#footer-socket .copyright,
#footer-socket .copyright a,
#footer-socket #socket-menu li a,
#footer-socket .developed-by span,
#footer-socket .developed-by a{
	font-family: var(--bold400Font);
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: var(--white);
	padding: 0;
}
#footer-socket #socket-menu,
#footer-socket #socket-menu li{
	line-height: 15px;
}
#footer-socket #socket-menu li{
	padding: 0 8px;
	border-right: 1ps solid var(--white);	
}
#footer-socket #socket-menu li:last-child{
	border-right: 0;
}
#footer-socket .developed-by span,
#footer-socket .developed-by a{
	font-family: var(--boldFont);
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
	
}
#footer-socket .developed-by i.conv-icon{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("img/icon-conv.svg") no-repeat center;
	background-size: contain;
	margin-left: 6px;
	vertical-align: middle;
	opacity: 0.5;
}
#footer-socket .socket-nav-box {
    line-height: 17px;
}
/*Flex Blocks*/
#main-content section{
	padding: 45px 0;
	background: var(--white);
}
body.home #main-content section:first-child{
	padding: 0px;
	margin: 0px;
}
body.home #main-content section:nth-child(2){
	margin-top: 0px;
	padding-top: 0;
}
#main-content section.section-bg-gray{
	background: var(--lightBlue);
}
#main-content section.section-bg-gray,
#main-content section.section-bg-half_gray{
	margin: 35px 0;
	padding: 70px 0;
}
section.full-text-img .btn-cont{
	margin-top: 20px;
}
section.full-text-img .txt-inner-cont .block-title{
	max-width: 680px;
	margin-bottom: 20px;
}
section.full-text-img .txt-inner-cont .block-text *{
	font-size: 18px;
	line-height: 24px;
}
section.full-text-img .txt-inner-cont .block-text h2{
	font-size: 32px;
	line-height: 48px;
}
section.full-text-img .txt-inner-cont .block-text h1{
	font-size: 38px;
	line-height: 50px;
}
section.flex_fast_links .text-cont-inner{
	background: var(--white);
	position: relative;
	padding: 50px 75px;	
}
section.flex_fast_links .text-cont-inner:after{
	content: "";
	width: 15px;
	height: 100%;
	background: var(--white);
	position: absolute;
	right: -15px;
	top: 0;
}
section.flex_fast_links .text-cont-inner *{
	font-family: var(--bold400Font);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--black);
}
section.flex_fast_links .text-cont-inner a{
	text-transform: uppercase;
	color: var(--green);	
}
section.flex_fast_links .links-list{
	background: var(--darkBlue);
}
section.flex_fast_links .links-list .col-links-list{
	padding: 25px 25px 13px;
}
section.flex_fast_links .links-list .col-links-list h2.block-title{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: var(--white);
}
section.flex_fast_links .links-list .col-links-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
section.flex_fast_links .links-list .col-links-list ul li{
	display: block;
	margin-bottom: 12px;
	line-height: 20px;
}
section.flex_fast_links .links-list .col-links-list ul li a{
	font-family: var(--bold400Font);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--white);
	padding-left: 25px;
	display: inline-block;
}
section.flex_fast_links .links-list .col-links-list ul li a:before{
	content: "";
	width: 14px;
	height: 5px;
	background: url("img/li-half-arrow.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;	
}
section.flex_fast_links .links-list .col-links-list ul li a:hover:before{
	left: 3px;
}
section.flex_fast_links .row{
	position: relative;
    top: -35px;
}
section.flex-50-text .btn-cont{
	margin-top: 15px;
}
section.flex-50-text .sec-inner-text-cont .block-title{
	margin-bottom: 10px;
}
section.flex-50-text.section-bg-half_gray:before{
	content: "";
	background: var(--lightBlue);
	width: calc(64%);
	height: calc(100%);
	top: 0;
	left: 0;
	position: absolute;
}
section.flex-50-text.flex-only-texts-block.section-bg-half_gray:before{
	width: calc(50% - 30px);
}
#main-content section.flex_courses_iframe:not(.section-bg-gray){
	padding-bottom: 0px;
}
section.flex_courses_iframe .iframe-cont iframe{
	height: 850px;
}
section.flex_place_map .iframe-cont iframe{
	height: 425px;
}
#main-content section.cta_text_block{
	margin: 35px 0;
	background: linear-gradient(0deg, #12284C, #12284C), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/cta-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-blend-mode: overlay, normal, normal;
}
section.cta_text_block .cta-text-cont{
	width: 100%;
	padding: 100px 0px;
}
section.cta_text_block .cta-text-cont .cta-text-inner *{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 42px;
	color: var(--white);
}
section.cta_text_block .cta-text-cont .cta-text-inner strong{
	font-family: var(--bold700Font);
	font-weight: 700;
}
section.block-with-video .video-cont img{
	object-fit: cover;
	position: relative;
	z-index: 15;
	height: 504px;
}
section.block-with-video .video-cont .video-overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.10);
}
section.block-with-video .video-cont .video-play{
	width: 76px;
	height: 76px;
	background: url("img/play-icon.svg") no-repeat center center;
	background-size: contain;
	cursor: pointer;
	position: absolute;
	left: calc(50% - 38px);
	top: calc(50% - 38px);
	z-index: 25;
}
section.block-with-video .video-cont.playing .video-play,
section.block-with-video .video-cont.playing .video-overlay,
section.block-with-video .video-cont.playing img,
section.block-with-video .video-cont:not(.playing) iframe{
	display: none;
}
section.block-with-video .video-cont iframe{
	width: 100%;
	height: 504px;
}
section.block-with-video .block-title{
	margin-bottom: 28px;
}
#main-content section.flex-posts-section{
	margin-bottom: 0px;
}
section.flex-posts-section .head-text .block-title{
	margin-bottom:21px;
	padding-right: 150px;
}
section.flex-posts-block .col-post{
	margin-bottom: 30px;
}
section.flex-posts-section.flex-posts-block .col-post{
	margin-bottom: 0px;
}
section.flex-posts-block .col-post .post-item{
	background: var(--white);
	overflow: hidden;
	height: 100%;
}
section.flex-posts-block .col-post .post-img {
	display: none;
}
section.flex-posts-block .col-post .post-img img{
	height: 280px;
	width: 100%;
	object-fit: cover;
}
section.flex-posts-block .col-post .post-cont{
	padding: 19px 25px 17px 20px;
}
section.flex-posts-block .col-post .post-date{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: var(--darkBlue);
	opacity: 0.8;
	padding-top: 5px;
}
section.flex-posts-block .col-post .block-title{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: var(--darkBlue);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	margin-bottom: 10px;
}
section.flex-posts-block .col-post .list-more-arrow{
	display: inline-block;
	padding-right: 25px;
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: var(--darkBlue);
	z-index: 999999;
}
section.flex-posts-block .col-post .list-more-arrow:after{
	content: "";
	background: url("img/btn-arrow-green.svg") no-repeat center;
	width: 14px;
	height: 5px;
	position: absolute;
	top: 7px;
	right: 2px;
	-webkit-transition: right 0.4s ease-in-out;
	-moz-transition: right 0.4s ease-in-out;
	-o-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
}
section.flex-posts-block .col-post .list-more-arrow:hover:after{
	right: -3px;
}
section.flex-posts-block .col-post .post-meta-det .col-6{
	line-height: 20px;
}
#main-content section:last-child:not(.section-bg-gray):not(.contact-block){
	padding-bottom: 65px;
}
body:not(.home):not(.blog):not(.single-post) #main-content{
	padding-top: 55px;
}
section.flex-categories-grid .cat-grid-col{
	margin-bottom: 30px;
}
section.flex-categories-grid .cat-grid-cont{
	background: var(--lightBlue);
	padding: 30px 18px 11px 30px;
	height: 205px;	
}
section.flex-categories-grid .cat-grid-cont:hover{
	background: #ebebeb;
}
section.flex-categories-grid .cat-grid-cont img{
	width: auto;
	max-height: 61px;
	max-width: 55px;
	width: auto;
	height: auto;
}
section.flex-categories-grid .cat-grid-cont .cat-btn{
	display: inline-block;
	padding-right: 25px;
	position: absolute;
	right: 18px;
	bottom: 11px;
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: var(--darkBlue);
	z-index: 999999;
}
section.flex-categories-grid .cat-grid-cont .cat-btn:after{
	content: "";
	background: url("img/btn-arrow-green.svg") no-repeat center;
	width: 14px;
	height: 5px;
	position: absolute;
	right: 2px;
	top: 7px;
	-webkit-transition: right 0.4s ease-in-out;
	-moz-transition: right 0.4s ease-in-out;
	-o-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
}
section.flex-categories-grid .cat-grid-cont:hover .cat-btn:after,
section.flex-categories-grid .cat-grid-cont .cat-btn:hover:after{
	right: -3px;
}
section.flex-posts-block .archive-sort{
	text-align: right;
	margin-bottom: 28px;
}
section.flex-posts-block .archive-sort label{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	color: var(--darkBlue);
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 0;
}
section.flex-posts-block .archive-sort select,
section.products-list-section .top-prod-filters select.orderby{
    font-family: var(--bold400Font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--darkBlue);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-image: url("img/select-arrow.svg");
    background-size: 10px;
    background-position: 90% 50%;
    padding: 9px 35px 8px 16px;
    border: none;
}
section.flex-posts-block .archive-sort select.select-type-desc{
	background-image: url("img/select-arrow-up.svg");
}
#main-content section.flex-posts-block.archive-list{
	margin-top: 0;
	padding-top: 0;
}
.current-post-date{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: var(--darkBlue);
	margin-bottom: 6px;
	opacity: 0.8;
}
section.flex-posts-block .list-pagination,
.woocommerce nav.woocommerce-pagination ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
section.flex-posts-block .list-pagination span,
section.flex-posts-block .list-pagination a{
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin-right: 10px;
	background: var(--white);
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: var(--darkBlue);
	text-align: center;
	vertical-align: middle;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span,
section.flex-posts-block .list-pagination span{
	background: var(--darkBlue);
	color: var(--white);
}
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .prev,
section.flex-posts-block .list-pagination .next,
section.flex-posts-block .list-pagination .prev{
	text-indent: -99999999px;
	overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .next:hover,
section.flex-posts-block .list-pagination .next{
	background: url("img/pagination-next.svg") no-repeat center;
	background-size: 6px;
	background-color: var(--white);
}
.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .prev:hover,
section.flex-posts-block .list-pagination .prev{
	background: url("img/pagination-prev.svg") no-repeat center;
	background-size: 6px;
	background-color: var(--white);
}
section.full-type-image .block-title{
	margin-bottom: 28px;
}
section.flex-faqs-list h2.block-title{
	margin-bottom: 44px;
}
section.flex-faqs-list .faqs_column{
	padding: 0px 0px 10px 0;
	margin-bottom: 25px;
}
section.flex-faqs-list .faqs_column:not(.first) .faqs-a{
	display: none;
}
section.flex-faqs-list .faqs_column .faqs-q:after{
	content: "";
	position: absolute;
	width: 13px;
	height: 8px;
	top: 7px;
    right: 23px;
	background-image: url("img/faq-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
section.flex-faqs-list .faqs_column.open .faqs-q:after{
	background-image: url("img/faq-icon-o.svg");
}
section.flex-faqs-list .faqs_column .faqs-q{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: var(--black);
	cursor: pointer;
	margin-bottom: 0px;
	padding-bottom: 11px;
	border-bottom: 1px solid var(--darkBlue);
}
section.flex-faqs-list .faqs_column.open .faqs-a{
	margin-bottom: 20px;
}
section.flex-faqs-list .faqs_column .faqs-a{
	margin-top: 17px;
}
section.flex-faqs-list .faqs_column.open .faqs-a{
	max-height: 500px;
	-webkit-line-clamp: 10;
	opacity: 1;
}
section.flex-faqs-list .btn-cont{
	margin-top: 25px;
}
section.flex-faqs-list div.block-text{
	max-width: 750px;
}
section.flex-faqs-list div.block-text * {
    font-family: var(--sansFont);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: var(--black);
	text-align: left;
}
#main-content section.contact-block{
	padding: 200px 0;
}
section.contact-block .form-col .block-title,
section.contact-block .side-colored-box .block-title{
	font-family: var(bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	color: var(--black);
}
section.contact-block .form-col .form-text{
	margin-bottom: 18px;
}
section.contact-block .form-side-col .side-colored-box{
	max-width: 350px;
	padding: 30px 40px;
	background: var(--darkBlue);
	border-radius: 0px;
}
section.contact-block .side-colored-box .block-title{
	color: var(--white);
	font-size: 24px;
}
section.contact-block .side-colored-box .block-text *,
section.contact-block .side-colored-box .block-text a:hover{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: var(--white);
}
section.contact-block .form-side-col .side-map{
	margin-top: 18px;
}
section.contact-block .form-side-col .side-map iframe{
	width: 100%;
	height: 266px;
}
#main-content section.flex_category_switcher{
	padding: 5px 0 60px;
}
section.flex_category_switcher .category_switcher ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: auto;
    white-space: nowrap;
    /* max-height: 45px; */
    overflow-y: hidden;
    height: 55px;
    padding-top: 3px;
	cursor: grab;
}
section.flex_category_switcher .category_switcher ul,
section.flex_category_switcher .category_switcher ul li{
	line-height: 40px;
}
section.flex_category_switcher .category_switcher ul li{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 0;
}
section.flex_category_switcher .category_switcher ul li:last-child{
	margin-right: 0;
}
section.flex_category_switcher .category_switcher ul li a{
	border: 2px solid rgba(18, 40, 76, 0.5);
	border-radius: 45px;
	padding: 10px 37px;
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	background: var(--white);
	color: rgba(18, 40, 76, 0.5);
}
section.flex_category_switcher .category_switcher ul li a.active{
	background: var(--green);
	border-color: var(--green);
	color: var(--white);
}
section.flex_category_switcher .category_switcher ul li a.active:hover{
	color: var(--white);
}
section.flex_category_switcher .category_switcher ul::-webkit-scrollbar{
    height: 5px;
}
section.flex_category_switcher .category_switcher ul::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(16, 24, 46, 0.29); 
    border-radius: 0px;
}

section.flex_category_switcher .category_switcher ul::-webkit-scrollbar-thumb{
    border-radius: 10px;
	background: rgba(16, 24, 46, 0.5);
	max-width: 20px;
}
section.flex_category_courses .sidebar{
	padding-right: 0px;
}
section.flex_category_courses .sidebar .courses-list-cont{
	background: var(--darkBlue);
	padding: 30px;
}
section.flex_category_courses .courses-list-cont ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
section.flex_category_courses .courses-list-cont ul li{
	display: block;
	margin-bottom: 15px;
	padding-left: 25px;
	font-family: var(bold400Font);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--white);
	-webkit-transition: font-weight 0.5s ease-in-out;
	-moz-transition: font-weight 0.5s ease-in-out;
	-o-transition: font-weight 0.5s ease-in-out;
	transition: font-weight 0.5s ease-in-out;
}
section.flex_category_courses .courses-list-cont ul li:before{
	content: "";
	background: url("img/btn-arrow-green.svg") no-repeat center;
	background-size: contain;
	width: 14px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 6px;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
section.flex_category_courses .courses-list-cont ul li:hover:before{
	left: 3px;
}
section.flex_category_courses .courses-list-cont ul li.course-item-li{
	cursor: pointer;
}
section.flex_category_courses .courses-list-cont ul li.active,
section.flex_category_courses .courses-list-cont ul li.course-item-li:hover{
	/*font-family: var(--bold600Font);
	font-weight: 600;*/
	color: var(--green);
}
section.flex_category_courses .courses-list-cont ul li:last-child{
	margin-bottom: 0px;
}
section.flex_category_courses .course-content-inner .course_details:not(.first){
	display: none;
}
section.flex_category_courses .course-content-col{
	padding-left: 0px;
}
section.flex_category_courses .course-content-inner{
	padding: 35px 45px;
	background: var(--lightBlue);
}
section.flex_category_courses .course-content-inner .block-title{
	margin-bottom: 9px;
}
section.flex_category_courses .course-content-inner .post-meta-det{
	background: var(--white);
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 38px;
}
section.flex_category_courses .post-meta-det .post-meta,
section.flex_category_courses .post-meta-det .post-meta label{
	font-family: var(--bold400Font);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}
section.flex_category_courses .post-meta-det .post-meta label{
	display: inline-block;
	margin-bottom: 0px;
}
section.flex_category_courses .post-meta-det .post-meta{
	padding-left: 22px;
	position: relative;
	display: inline-block;
}
section.flex_category_courses .post-meta-det .post-meta:before{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 7px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
section.flex_category_courses .post-meta-det .post-meta.meta-duration:before{
	background-image: url("img/course-dur.svg");
}
section.flex_category_courses .post-meta-det .post-meta.meta-price:before{
	background-image: url("img/course-price.svg");
}
section.flex_category_courses .post-meta-det .post-meta.meta-certify:before{
	background-image: url("img/course-cert.svg");
}
body.woocommerce-shop main#main > .container,
body.single-product main#main > .container{
	display: none;
}
section.products-list-section .woocommerce-sidebar .sidebar-inner{
	background: var(--darkBlue);
	padding: 36px 30px;
}
section.products-list-section .woocommerce-sidebar form.searchandfilter ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
section.products-list-section li.sf-field-taxonomy-product_cat ul li{
	display: block;
	margin-bottom: 25px;
	line-height: 20px;
	padding: 0;
	cursor: pointer;
}
/*section.products-list-section li.sf-field-taxonomy-product_cat ul li:last-child{
	margin-bottom: 10px;
}*/
section.products-list-section li.sf-field-taxonomy-product_cat ul li label{
	font-family: var(--bold400Font);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--white);
	cursor: pointer;
}
section.products-list-section li.sf-field-taxonomy-product_cat ul li.sf-option-active label,
section.products-list-section li.sf-field-taxonomy-product_cat ul li:hover label{
	font-family: var(--bold600Font);
	font-weight: 600;
}
section.products-list-section li.sf-field-taxonomy-product_cat ul li .sf-input-checkbox,
section.products-list-section li.sf-field-taxonomy-product_cat ul li .sf-input-radio{
	visibility: hidden;
	opacity: 0;
}
section.products-list-section li.sf-field-taxonomy-product_cat ul{
	display: flex;
    flex-direction: column;
}
section.products-list-section li.sf-field-taxonomy-product_cat ul li{
	cursor: pointer;
	order: 1;
}
section.products-list-section li.sf-field-taxonomy-product_cat ul li:first-child{
	order: 100;
}
section.products-list-section li.sf-field-taxonomy-product_cat ul li:before{
	content: "";
	background: url("img/btn-arrow-green.svg") no-repeat center;
	background-size: contain;
	width: 14px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 7px;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
section.products-list-section li.sf-field-taxonomy-product_cat ul li:hover:before{
	left: 3px;
}
section.products-list-section .top-prod-filters{
	margin-bottom: 25px;
}
section.products-list-section .top-prod-filters form.woocommerce-ordering{
	position: relative;
}
section.products-list-section .top-prod-filters form.woocommerce-ordering:before{
	content: "Sorteren op:";
	display: inline-block;
	margin-right: 10px;
}
section.products-list-section .top-prod-filters .woocommerce-result-count,
section.products-list-section .top-prod-filters form.woocommerce-ordering:before{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: var(--darkBlue);
}
section.products-list-section .all-products-outer .all-products-inner > .container{
	padding-left: 0px;
	padding-right: 0px;
}
section.products-list-section .all-products-outer .lv-product{	
	margin-bottom: 30px;
}
section.products-list-section .all-products-outer .lv-product .product-inner{
	padding: 26px 35px;
	background: var(--white);
	border: 2px solid var(--white);
	border-radius: 2px;
	height: 390px;
	width: 100%;
}
section.products-list-section .all-products-outer .lv-product:hover .product-inner{
	border-color: var(--darkBlue);
}
section.products-list-section .all-products-outer .lv-product .product-image-holder{
	height: 180px;
	margin-bottom: 35px;
}
section.products-list-section .all-products-outer .lv-product .product-image-holder img{
	width: 225px;
	height: 170px;
	object-fit: contain;
}
section.products-list-section .all-products-outer .lv-product h2.woocommerce-loop-product__title{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: var(--darkBlue);
	margin-bottom: 15px;
	height: 46px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
section.products-list-section .all-products-outer .lv-product .product-inner .add_to_cart_button,
section.products-list-section .all-products-outer .lv-product .product-inner .product_type_grouped{
	display: block;
	text-align: center;
}
section.products-list-section .all-products-outer .lv-product .product-image-holder{
	padding-top: 35px;
	height: 190px;
	text-align: center;
}
section.products-list-section .all-products-outer .lv-product .product-image-holder > .price{
	position: absolute;
    top: -10px;
    left: 0;
    z-index: 999;
}
section.products-list-section .all-products-outer .lv-product .woocommerce-Price-amount *{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: rgba(18, 40, 76, 0.8);
}
section.products-list-section .all-products-outer .lv-product .woocommerce-Price-currencySymbol{
	padding-right: 7px;
}
.woocommerce section.product-column-cont span.onsale,
.woocommerce section.products-list-section .all-products-outer .lv-product span.onsale{
	left: auto;
    right: -37px;
    top: -28px;
    min-width: 6em;
    min-height: 1em;
    border-radius: 0 0 0 5px;
    line-height: 20px;
    font-family: var(--boldFont);
    font-size: 14px;
    background-color: var(--darkBlue);
}
.woocommerce section.product-column-cont span.onsale {
    right: auto;
    left: 15px;
    top: 0;
    border-radius: 0 0 5px 0;
}
.woocommerce nav.woocommerce-pagination ul{
	margin: 0;
	padding: 0;
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li{
	margin-right: 10px !important;
	border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a{
	margin-right: 0;
	line-height: 31px;
}
.woocommerce nav.woocommerce-pagination{
	margin-top: 15px;
}
section.products-list-section .all-products-outer .lv-product .added_to_cart.wc-forward{
	color: var(--darkBlue);
    opacity: 0.5;
    font-family: var(--boldFont);
    top: -5px;
    font-size: 14px;
    display: block;
    text-align: center;
}
section.product-column-cont h1.product_title,
section.product-column-cont .product-intro .price .woocommerce-Price-amount *{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	color: var(--darkBlue);
	margin-bottom: 10px;
}
section.product-column-cont .woocommerce-product-details__short-description{
	max-width: 445px;
	margin-bottom: 75px;
}
section.product-column-cont .product-intro .product_meta{
	display: none;
}
section.product-column-cont .product-intro .price .woocommerce-Price-amount *{
	font-size: 36px;
	line-height: 54px;
}
section.product-column-cont .product-intro .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	margin-right: 7px;
}
section.product-column-cont .product-intro .single-qty-input,
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input{
	display: block;
	border-radius: 42px;
	overflow: hidden;
}
section.product-column-cont .product-intro .single-qty-input .minus,
section.product-column-cont .product-intro .single-qty-input .plus,
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .minus,
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .plus{
	background-color: var(--lightBlue);
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999999px;
	border: 0;	
	padding: 13px 17px;
	height: 40px;
	width: 40px;
	vertical-align: middle;
}
section.product-column-cont .product-intro .single-qty-input .minus,
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .minus{
	background-image: url("img/woo-minus.svg");
	margin-right: -4px;
}
section.product-column-cont .product-intro .single-qty-input .plus,
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .plus{
	background-image: url("img/woo-plus.svg");
	margin-left: -4px;
}
section.product-column-cont .product-intro .single-qty-input .qty,
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .qty{
	display: inline-block;
	vertical-align: middle;
	border: 0;
    background: var(--lightBlue);
    padding: 6px 0 7px;
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: var(--darkBlue);
	}
section.product-column-cont .product-intro .single-qty-input .qty::-webkit-outer-spin-button,
section.product-column-cont .product-intro .single-qty-input .qty::-webkit-inner-spin-button,
.woo-content table.cart-page-list td.product-quantity .single-qty-input .qty::-webkit-outer-spin-button,
.woo-content table.cart-page-list td.product-quantity .single-qty-input .qty::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
section.product-column-cont .product-intro .single-qty-input .qty,
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .qty{
    -moz-appearance:textfield; /* Firefox */
}
.woocommerce div.product section.product-column-cont form.cart .button{
	margin-left: 30px;
	padding: 10px 60px;
}
.woocommerce div.product section.product-column-cont form.cart .button:focus{
	outline: none;	
}
section.product-column-cont .product-intro p.price{
	margin-bottom: 21px;
}
.woocommerce div.product div.images .flex-control-thumbs{
	margin-top: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	width: 23%;
	margin-right: 2%;
}
.woocommerce #product-specifications table.shop_attributes {
    border: 0;
    border-top: 0;
    margin-bottom: 110px;
}
.woocommerce #product-specifications table.shop_attributes th{
    width: 250px;
}
.woocommerce #product-specifications table.shop_attributes th,
.woocommerce #product-specifications table.shop_attributes td{
    padding: 3px 0;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    line-height: 36px;
    font-weight: 700;
    font-size: 18px;
}
.woocommerce #product-specifications table.shop_attributes td{
	font-weight: 400;
	font-style: normal;
}
.woocommerce #product-specifications table.shop_attributes tr:nth-child(even) td, 
.woocommerce #product-specifications table.shop_attributes tr:nth-child(even) th {
    background: none;
}
.woocommerce #product-specifications h2.block-title,
.woocommerce #single-related-products h2.block-title,
.woo-content .block-title.cart-page-title{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	color: var(--darkBlue);
	margin-bottom: 11px;
}
#main-content section#product-specifications{
	margin-bottom: 0;
	padding-bottom: 45px;
}
#main-content section#single-related-products{
	margin-top: 0;
	padding-top: 45px;
}
.woocommerce #single-related-products h2.block-title{
	margin-bottom: 38px;
}
#main-content.main-woo-page{
	padding-top: 25px !important;
}
.woo-content .block-title.cart-page-title{
	margin-bottom: 51px;
}
.woo-content .cart-page-list thead th{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--darkBlue);
	opacity: 0.8;
}
.woo-content .woocommerce table.shop_table.cart-page-list {
    border: 0;
    margin: 0 0px 15px 0;
    border-collapse: separate;
    border-spacing: 0 15px;
    border-radius: 0;
}
.woo-content .woocommerce table.shop_table.cart-page-list td {
    border-top: 0;
    padding: 15px 12px;	
    background: var(--lightBlue);
 }
.woo-content .woocommerce table.shop_table.cart-page-list td.product-name a,
.woo-content .woocommerce table.shop_table.cart-page-list td .woocommerce-Price-amount *,
.woo-content .cart-page-totals .cart_totals .shop_table td .woocommerce-Price-amount *{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: var(--darkBlue);
}
.woo-content .woocommerce table.shop_table.cart-page-list td.product-thumbnail img{
	width: 170px;
	height: 170px;
	object-fit: cover;
}
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .minus,
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .plus,
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .qty{
	background-color: var(--white);
}
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .plus{
	margin-left: -5px;
}
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .minus{
	margin-right: -5px;
}
.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .qty{
	width: 2.1em;
}
table.shop_table.cart-page-list td.product-quantity .single-qty-input {
    width: 118px;
}
.woo-content .cart-page-totals .cart_totals{
	background: var(--lightBlue);
	padding: 30px 30px 20px;
}
.woo-content .cart-page-totals .cart_totals h2,
.woo-content .cart-page-totals .cart_totals .shop_table th,
.woo-content .cart-page-totals .cart_totals .woocommerce-shipping-methods label,
.woo-content .cart-page-totals .cart_totals .woocommerce-shipping-methods label *,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong,
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button,
#main-content .cart-collaterals .cart_totals section.shipping-calculator-form .button{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--darkBlue);
	margin-bottom: 11px;
}
.woo-content .cart-page-totals .cart_totals .shop_table{
	border: 0;
}
.woo-content .cart-page-totals .cart_totals .shop_table th{
	opacity: 0.8;
}
.woo-content .cart-page-totals .cart_totals .shop_table td .woocommerce-Price-amount *{
	font-size: 16px;
	line-height: 24px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td{
	border-top: 0;
}
.woocommerce ul#shipping_method li input {
    vertical-align: middle;
	margin-right: 11px;
}
.woocommerce ul#shipping_method li input[type=radio],
.lv-checkout-cont .payment-container #payment ul.payment_methods li input[type=radio]{
	visibility: hidden;
    position: relative;
    cursor: pointer;
}
.woocommerce ul#shipping_method li input[type=radio]:before,
.lv-checkout-cont .payment-container #payment ul.payment_methods li input[type=radio]:before{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    cursor: pointer;
	content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 2px solid var(--darkBlue);
	background:none;
	border-radius: 50%;
    visibility: visible;
    position: absolute;
    top: -2px;
    left: 0;
    box-sizing: border-box;
}
.woocommerce ul#shipping_method li input[type=radio]:checked:before,
.lv-checkout-cont .payment-container #payment ul.payment_methods li input[type=radio]:checked:before{
	background: var(--darkBlue);
}
.woocommerce-cart .cart-collaterals .cart_totals tbody:first-child tr:first-child th{
	vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
	opacity: 0.8;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong{
	font-style: italic;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button,
#main-content .cart-collaterals .cart_totals section.shipping-calculator-form .button{
	font-size: 14px;
	line-height: 20px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after{
	font-size: 11px;
}
#main-content .cart-collaterals .cart_totals section.shipping-calculator-form{
	padding: 0;
	padding-bottom: 0;
	background: none;
}
#main-content .cart-collaterals .cart_totals section.shipping-calculator-form .button,
#main-content .cart-collaterals .cart_totals section.shipping-calculator-form .button:focus{
	outline: none;
}
#main-content .cart-collaterals .cart_totals section.shipping-calculator-form .button{
	background: #CCC;
}
.checkout-login-register-form .cart-card h3,
.lv-checkout-cont form h2.block-title{
	font-family: var(--bold600Font);
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	color: var(--darkBlue);
}
.lv-checkout-cont form h2.block-title{
	margin-bottom: 50px;
}
.checkout-login-register-form .cart-card .checkout-as-geust-form{
	display: inline-block;
}
.checkout-login-register-form .cart-card .checkout-as-geust-form .btn-primary.guest-btn{
	background: none;
	color: var(--darkBlue);
	border-radius: 0;
	padding: 10px;
	margin-left: 25px;
}
.checkout-login-register-form .cart-card .woo-styled-form,
.lv-checkout-cont .woo-styled-form .form-rows,
.lv-checkout-cont .payment-container #payment{
	background: var(--lightBlue);
	padding: 38px 33px;
	border: 0;
	border-radius: 0;
}
.lv-checkout-cont .woo-styled-form .form-rows,
.lv-checkout-cont .payment-container #payment{
	padding: 38px 50px;
}
.checkout-login-register-form .cart-card .woo-styled-form label,
.lv-checkout-cont .woo-styled-form label{
	display: block;
	margin-bottom: 9px;
}
.checkout-login-register-form .cart-card .woo-styled-form label,
.checkout-login-register-form .cart-card .woo-styled-form label *,
.checkout-login-register-form .cart-card .woo-styled-form .input-text,
.checkout-login-register-form .cart-card .woo-styled-form p.lost_password a,
.checkout-login-register-form .cart-card .woo-styled-form .p-text,
.checkout-login-register-form .cart-card .woo-styled-form .woocommerce-privacy-policy-text *,
.lv-checkout-cont .woo-styled-form label,
.lv-checkout-cont .woo-styled-form label *,
.lv-checkout-cont .woo-styled-form .input-text{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--darkBlue);
}
.checkout-login-register-form .cart-card .woo-styled-form label span.required,
.lv-checkout-cont .woo-styled-form label span.required{
	color: firebrick;
}
.checkout-login-register-form .cart-card .woo-styled-form .input-text,
.lv-checkout-cont .woo-styled-form .input-text{
	background: var(--white);
	border: 0;
	padding: 6px 10px;
}
.lv-checkout-cont .woo-styled-form .input-text {
    padding: 8px 10px;
}
.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input{
    top: 2px;
}
.woocommerce form .show-password-input::after, 
.woocommerce-page form .show-password-input::after{
	content: "";
	width: 14px;
	height: 9px;
	background: url("img/toggle-password.svg") no-repeat center;
	background-size: contain;
	position: absolute;
    right: 5px;
    top: 12px;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 15px;
}
.woocommerce form input[type=checkbox]{
	visibility: hidden;
    position: relative;
    cursor: pointer;
	margin-right: 10px;
}
.woocommerce form input[type=checkbox]:before{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    cursor: pointer;
	content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 0;
	background:var(--white);
	border-radius: 0;
    visibility: visible;
    position: absolute;
    top: -2px;
    left: 0;
    box-sizing: border-box;
}
.woocommerce form input[type=checkbox]:checked:before{
	background: var(--darkBlue);
}
.checkout-login-register-form .cart-card .woo-styled-form .woocommerce-form-login__rememberme,
.checkout-login-register-form .cart-card .woo-styled-form p.lost_password{
	display: inline-block;
	margin-bottom: 0;
}
.checkout-login-register-form .cart-card .woo-styled-form p.lost_password{
	float: right;
}
.checkout-login-register-form .cart-card .woo-styled-form .form-group-rem-forget{
	margin-bottom: 32px;
}
.checkout-login-register-form .cart-card .woo-styled-form .btn-primary,
.lv-checkout-cont .woo-styled-form .btn-primary{
	padding: 10px 60px;
}
.checkout-login-register-form .cart-card .woo-styled-form p.lost_password a,
.checkout-login-register-form .cart-card .woo-styled-form .p-text,
.checkout-login-register-form .cart-card .woo-styled-form .woocommerce-privacy-policy-text *{
	opacity: 0.8;
}
.checkout-login-register-form .cart-card .woo-styled-form .p-text,
.checkout-login-register-form .cart-card .woo-styled-form .woocommerce-privacy-policy-text *{
	font-family: var(--bold400Font);
	font-weight: 400;
}
.checkout-login-register-form .cart-card .woo-styled-form .woocommerce-privacy-policy-text a{
	text-decoration: underline;
}
.lv-checkout-cont .woo-styled-form .checkout-navigation{
	display: block;
	overflow: hidden;
}
.lv-checkout-cont .woo-styled-form .checkout-navigation .btn-primary,
.lv-checkout-cont .woo-styled-form .checkout-navigation .btn-primary:hover{
	background-color: var(--green);
	color: var(--white);
}
.lv-checkout-cont .woocommerce-billing-fields h3{
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	padding-left: 10px;
	font-family: var(--boldFont);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--darkBlue);
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 0;
	height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--darkBlue) transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    left: -8px;
    margin-left: 0;
    margin-top: 0;
    top: 13px;
}
.lv-checkout-cont .payment-container #payment{
	border-radius: 0;
	margin-bottom: 23px;
}
.lv-checkout-cont .payment-container #payment ul.payment_methods{
    padding: 0;
    border-bottom: 0;
    margin: 0;
    list-style: none;
}
.lv-checkout-cont .payment-container #payment ul.payment_methods li input[type=radio]{
	margin-right: 10px;
}
/*.lv-checkout-cont .payment-container #payment ul.payment_methods li input[type=radio]:before{
	border-color: var(--white);
}
.lv-checkout-cont .payment-container #payment ul.payment_methods li input[type=radio]:checked:before{
	border-color: var(--darkBlue);
}*/
.lv-checkout-cont .woo-styled-form .checkout-navigation .btn-primary.prev,
.lv-checkout-cont .woo-styled-form .checkout-navigation .btn-primary.prev:hover,
.lv-checkout-cont .woo-styled-form .checkout-navigation .btn-primary.prev:focus{
	background: var(--darkBlue);
	color: var(--white);
}
.lv-checkout-cont .payment-container #payment ul.payment_methods li label{
	display: inline-block;
}
.lv-checkout-cont .payment-container #payment ul.payment_methods li .payment_box{
	padding: 20px;
    margin: 14px 0;
    border-radius: 0;
    line-height: 24px;
    background-color: var(--white);
}
.lv-checkout-cont .payment-container #payment ul.payment_methods li .payment_box *{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: rgba(18, 40, 76, 0.6);
}
.lv-checkout-cont .payment-container #payment ul.payment_methods li .payment_box::before {
    border: 1em solid var(--white);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.lv-checkout-cont .payment-container #payment ul.payment_methods li .about_paypal,
.lv-checkout-cont .payment-container .required{
	display: none;
}
.lv-checkout-cont .payment-container #payment ul.payment_methods li.payment_method_paypal label img{
	display: block;
    width: 100px;
    margin-top: -34px;
    margin-left: -5px;
}
.lv-checkout-cont .payment-container .woocommerce-privacy-policy-text *,
.lv-checkout-cont .payment-container .woocommerce-terms-and-conditions-checkbox-text,
.lv-checkout-cont .payment-container .woocommerce-terms-and-conditions-checkbox-text a,
.lv-checkout-cont .review-address-cont .billing-address-container *,
.lv-checkout-cont .review-address-cont .billing-address-container > strong,
.lv-checkout-cont .convi-checkout-review-totals th,
.lv-checkout-cont .convi-checkout-review-totals td,
.lv-checkout-cont .convi-checkout-review .review.order-payment td span,
.lv-checkout-cont .woocommerce-checkout-review-order-table td.product-name .title,
.lv-checkout-cont .woocommerce-checkout-review-order-table .product-quantity strong{
	font-family: var(--boldFont);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--darkBlue);
}
.lv-checkout-cont .convi-checkout-review-totals th{
	color: rgba(18, 40, 76, 0.8);
}
.lv-checkout-cont .convi-checkout-review-totals tr.shipping th{
	vertical-align: top;
}
.lv-checkout-cont .convi-checkout-review-totals td .woocommerce-Price-amount *,
.lv-checkout-cont .woocommerce-checkout-review-order-table td .woocommerce-Price-amount *,
.lv-checkout-cont .woocommerce-checkout-review-order-table td.product-name .title{
	font-family: var(--bold600Font);
	font-weight: 600;
}
.lv-checkout-cont .woocommerce-checkout-review-order-table td.product-name .title,
.lv-checkout-cont .woocommerce-checkout-review-order-table td .woocommerce-Price-amount *{
	font-size: 18px;
	line-height: 27px;
}
.lv-checkout-cont .payment-container .woocommerce-terms-and-conditions-checkbox-text a,
.lv-checkout-cont .payment-container .woocommerce-terms-and-conditions-checkbox-text a:hover{
	color: var(--green);
}
.woocommerce form .payment-container input[type=checkbox]:before {
    background: var(--lightBlue);
}
.woocommerce form .payment-container input[type=checkbox]:checked:before {
	background: var(--darkBlue);
}
.lv-checkout-cont .orderinfo.container{
	margin-top: 20px;
}
.lv-checkout-cont .review-address-cont .billing-address-container > strong{
	margin-bottom: 15px;
	padding-left: 20px;
}
.lv-checkout-cont .review-address-cont ul{
	background: var(--lightBlue);
	padding: 20px 30px;
	list-style: none;
	margin: 0;
	width: auto;
	display: inline-block;
}
.lv-checkout-cont .convi-checkout-review-totals{
	float: right;
	background: var(--lightBlue);
	padding: 20px 20px;
}
.lv-checkout-cont .woocommerce-checkout-review-order-table{
	border-collapse: separate;
    border-spacing: 0 15px;
}
.lv-checkout-cont .woocommerce-checkout-review-order-table .product-big-thumbnail img{
	width: 169px;
	height: 169px;
	object-fit: cover;
}
.lv-checkout-cont .woocommerce-checkout-review-order-table .product-quantity strong{
	width: 40px;
    height: 40px;
    display: inline-block;
    background: var(--white);
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
}

/* Mobile menu */
@media screen and (min-width: 992px) {
    .navigatie.normal-menu .menu-hoofdmenu-container {
      height: auto!important;
    }
    .navigatie.normal-menu div#mobile-menu {
      display: none;
    }
	.hidden-md{
		display: none !important;
	}
	section.products-list-section .woocommerce-sidebar .sidebar-inner,
	section.flex_category_courses .sidebar .courses-list-cont{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
  }
@media screen and (max-width: 991px) {
	.hidden-xs{
		display: none !important;
	}
	.woocommerce #product-specifications table.shop_attributes th {
		width: 50%;
	}
    /* mobile menu */
    nav {
        display: block;
    }
    .fixed-nav-spacer {
        height: 70px;
    }
    #primary-menu.menu-hoofdmenu-container {
        display: none;
    }
    .mobile-menu-toggle-position {
        display: block;
    }
    .hamburger {
        position: absolute;
        display: inline-block;
    }
    .menu-hoofdmenu-container {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 99;
        overflow: hidden;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
    body.menu-open .menu-hoofdmenu-container {
        display: block;
        height: 100%;
    }
    .mobile-menu ul#primary-menu {
        float: none;
    }
    body .mobile-menu-toggle-position {
        z-index: 100;
    }
    body .mobile-menu .menu li{
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    body .mobile-menu .menu li a {
        padding: 20px!important;
    }
    body .menu-hoofdmenu-container li.btn a {
        padding: 10px 15px!important;
        margin-bottom: 25px;
        margin-left: -30px;
    }
    .menu-hoofdmenu-container-not-mobile {
        display: none;
    }
    ul#mobile-menu {
        padding: 0;
    }
    ul#mobile-menu form.search-form {
        display: inline-block;
    } 
    /* einde mobile menu */
    .topbar {
        display: none;
    }
    #logo {
        margin-top: 0;
        height: 70px;
        max-width: calc(100% - 50px);
		z-index: 99999;
    }
    div#logo a {
        line-height: 70px;
    }
    #logo img {
        max-height: 100%;
    } 
	html #wpadminbar{
		top: -46px;
	}
	section#header-section.head-t-large .header-image,
	section#header-section.head-t-small .header-image {
		width: calc(100%);
		left: 0;
		height: 425px;
	}
	section#header-section.head-t-small .header-image {
		top: -10px;
		height: 375px;
	}
	section#header-section.head-t-large,
	section#header-section.head-t-small{
		padding: 200px 0 0;
		height: 620px;
	}
	section.flex_fast_links .row {
		top: 0;
	}
	section#header-section.head-t-large .large_head_cont,
	section#header-section.head-t-small .small_head_cont{
		margin-top: -120px;
	}
	section#header-section.head-t-small #breadcrumbs {
		margin-top: -205px;
	}
	section#header-section .head_cont_txt {
		padding: 44px 33px 40px 35px;
		max-width: 100%;
		min-height: 290px;
	}
	section#header-section .head_cont_txt .block-text *{
		line-height: 25px;
	}
	body.home #main-content section:nth-child(2) {
		margin-top: 0px;
		padding-top: 50px;
	}
	section.flex_fast_links .text-cont-inner {
		padding: 42px 45px;
	}
	section.flex_fast_links .col-md-8.text-cont{
		padding-left: 0;
		padding-right: 0;
	}
	section.flex_fast_links .links-list {
		background: none;
	}
	section.flex_fast_links .links-list .col-links-list{
		background: var(--darkBlue);
		width: auto;
		display: inline-block;
		min-width: 285px;
	}
	section.flex_courses_iframe .iframe-cont{
		white-space: nowrap;
		overflow-y: hidden;
	}
	section.cta_text_block .cta-text-cont {
		padding: 80px 0px 60px;
	}
	section.cta_text_block .cta-btn-cont{
		margin-bottom: 40px;
	}
	section.block-with-video .video-cont img,
	section.block-with-video .video-cont iframe{
		height: 200px;
	}
	section.block-with-video .video-cont .video-play {
		width: 64px;
		height: 64px;
		left: calc(50% - 32px);
		top: calc(50% - 32px);
	}
	section.flex_place_map .iframe-cont iframe {
		height: 200px;
	}
	section.flex-posts-section.flex-posts-block .posts-list .col-post:not(:last-child) {
		margin-bottom: 30px;
	}
	section.footer-clients-logos .logos-list .logo-item {
		display: block;
		padding: 25px;
		max-width: 100%;
		text-align: center;
	}
	section.footer-clients-logos .logos-list{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#main-footer .footer-widgets {
		padding: 65px 0 65px 0;
	}
	#main-footer .footer-widgets .textwidget p:last-child{
		margin-bottom: 5px;
	}
	#main-footer .footer-widgets .widget-title {
		margin-top: 55px;
	}
	#footer-socket .socket-nav-box {
		text-align: center;
		margin-bottom: 15px;
	}
	#footer-socket .socket-nav-box.developed-by{
		margin-bottom: 0;
	}
	body.home #main-content section:first-child {
		padding-bottom: 30px;
	}
	section.flex_fast_links .text-cont-inner:after {
		display: none;
	}
	section.flex_category_switcher .col-md-12{
		padding-right: 0px;
	}
	section.flex_category_courses .sidebar {
		padding-right: 15px;
	}
	#main-content section.flex_category_switcher {
		padding: 5px 0 0px;
	}
	section.flex_category_courses .course-content-col {
		padding-left: 0;
		padding-right: 0;
	}
	section.flex_category_courses .course-content-inner {
		padding: 40px 30px;
	}
	section.flex_category_courses .course-content-inner .post-meta-det {
		background: none;
		padding: 10px 0px;
		display: block;
		justify-content: initial;
		align-items: initial;
		margin-bottom: 10px;
	}
	section.flex_category_courses .post-meta-det .post-meta {
		padding-left: 0;
		position: relative;
		display: inline-block;
		background: var(--white);
		padding: 8px 18px 8px 40px;
		margin-bottom: 15px;
	}
	section.flex_category_courses .post-meta-det .post-meta:before {
		left: 18px;
		top: 15px;
	}
	section.flex-50-text .col_right_side{
		margin-top: 50px;
	}
	body.home #main-content section:nth-child(2) .col_right_side{
		margin-top: 0;
	}
	body.woocommerce-shop section.products-list-section .top-prod-filters{
		order: 2;
		margin-top: 30px;
		display: flex;
    	flex-wrap: wrap;
	}
	body.woocommerce-shop section.products-list-section .woocommerce-sidebar{
		order: 1;
	}
	body.woocommerce-shop section.products-list-section .products-columns-cont{
		order: 3;
	}
	body.woocommerce-shop section.products-list-section .top-prod-filters .woocommerce-notices-wrapper{
		order: 1;
	}
	body.woocommerce-shop section.products-list-section .top-prod-filters .woocommerce-ordering{
		order: 2;
		display: block;
		width: 100%;
		text-align: right;
	}
	body.woocommerce-shop section.products-list-section .top-prod-filters .woocommerce-result-count{
		order: 3;
		margin-bottom: -15px;
	}
	.woocommerce nav.woocommerce-pagination {
		text-align: left;
	}
	section#header-section.head-t-no {
		padding: 30px 0 5px;
		margin-bottom: 25px;
	}
	#main-content section.product-intro.product-column-cont{
		padding-top: 0px;
	}
	.woocommerce div.product form.cart div.quantity {
		float: none;
		margin: 0 0 20px 0;
	}
	section.product-column-cont .product-intro .single-qty-input, 
	.woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input{
		display: inline-block;
	}
	section.product-column-cont .product-intro .single-qty-input .minus, .woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .minus {
		margin-right: -5px;
	}
	section.product-column-cont .product-intro .single-qty-input .plus, .woo-content .woocommerce table.shop_table.cart-page-list td.product-quantity .single-qty-input .plus {
		margin-left: -5px;
	}
	.woocommerce div.product section.product-column-cont form.cart .button {
		margin-left: 0;
	}
	.woocommerce div.product form.cart {
		margin-bottom: 0;
	}
	.woocommerce #product-specifications table.shop_attributes {
		margin-bottom: 60px;
	}
	.woocommerce #product-specifications h2.block-title, 
	.woocommerce #single-related-products h2.block-title, 
	.woo-content .block-title.cart-page-title {
		font-size: 24px;
		line-height: 36px;
	}
	.woocommerce table.shop_table_responsive tr td::before, 
	.woocommerce-page table.shop_table_responsive tr td::before {
		font-family: var(--boldFont);
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		color: rgba(18, 40, 76, 0.8);
	}
	.woocommerce #content table.cart .product-thumbnail, 
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
	}
	.woocommerce table.cart .product-thumbnail{
		text-align: left !important;
	}
	.checkout-login-register-form .cart-card .checkout-as-geust-form {
		display: block;
		margin-top: 10px;
		margin-bottom: 40px;
	}
	.checkout-login-register-form .cart-card h3, .lv-checkout-cont form h2.block-title {
		font-size: 24px;
		line-height: 36px;
	}
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		width: 100%;
	}
	.lv-checkout-cont .woo-styled-form .form-rows, 
	.lv-checkout-cont .payment-container #payment {
		padding: 35px 20px;
	}
	.woocommerce form .form-row textarea.input-text, 
	.woocommerce-page form .form-row textarea.input-text {
		box-sizing: border-box;
		width: 100%;
		min-height: 215px;
	}
	.lv-checkout-cont form h2.block-title {
		margin-bottom: 40px;
	}
	.lv-checkout-cont .woo-styled-form .checkout-navigation .checkout-navigation-link.btn-primary {
		display: block;
		width: 100%;
	}
	.lv-checkout-cont .review-address-cont ul {
		margin: 0 0 30px;
		width: 100%;
	}
	.lv-checkout-cont .orderinfo.container,
	.lv-checkout-cont .orderinfo.container .container,
	#order_review.woocommerce-checkout-review-orders .container{
		padding-left: 0;
		padding-right: 0;
	}
	.lv-checkout-cont .convi-checkout-review-totals {
		float: none;
	}
	#order_review.woocommerce-checkout-review-orders table.shop_table.cart-page-list thead{
		display: none;
	}
	#order_review.woocommerce-checkout-review-orders table.shop_table.cart-page-list tbody tr td{
		display: block;
	}
	#order_review.woocommerce-checkout-review-orders table.shop_table.cart-page-list tbody tr td:not(.product-big-thumbnail){
		text-align: right !important;
	}
	#order_review.woocommerce-checkout-review-orders table.shop_table.cart-page-list tbody tr td:not(.product-big-thumbnail)::before{
		content: attr(title) ": ";
		float: left;
		font-family: var(--boldFont);
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		color: rgba(18, 40, 76, 0.8);
	}
	section.flex-posts-block .archive-sort label {
		margin-right: 15px;
	}
	section#header-section #breadcrumbs {
		height: 60px;
	}
	section.contact-block .form-side-col .side-colored-box {
		max-width: 100%;
		padding: 25px 40px;
	}
	section.contact-block .form-side-col .side-map {
		margin-top: 20px;
	}
	#main-content section.contact-block {
		padding: 45px 0;
	}
	section.contact-block .form-col{
		order: 2;
		margin-top: 30px;
	}
	section.contact-block .form-side-col{
		order: 1;
	}
	header .header-icons{
		display: inline-block;
		position: absolute;
		top: 8px;
		right: 60px;
		z-index: 99999;
	}
	header .header-icons a.mob-phone i{
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 13px;
		background: url("img/icon-mob-phone-blue.svg") no-repeat center;
		background-size: contain;
	}
	header .header-icons #menu-cart .counter-products {
		top: -12px;
		right: -9px;
	}
	.mobile-menu-toggle-position {
		right: 0;
		top: 1px;
	}
	button.menu-toggle{
		padding: 0;
	}
	.mobile-menu-toggle-position button.menu-toggle .hamburger{
		right: -15px;
	}
	.mobile-menu-toggle-position button.menu-toggle .hamburger path {
		stroke-width: 20px;
		stroke-linecap: square;
		stroke: var(--darkBlue);
	}
	.mobile-menu-toggle-position button.menu-toggle .hamburger:not(.cross) path#bottom {
		stroke-dasharray: 140px 950px;
	}
	#logo img {
		height: 54px;
	}
	div#logo a {
		line-height: 54px;
	}
	#logo {
		height: 54px;
	}
	.navigatie.normal-menu nav {
		margin: 20px 0;
	}
	body.menu-open{
		overflow-y: hidden;
	}
	body.menu-open .mobile-menu{
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 0;
		background: var(--lightBlue);
		height: 100vh;
		width: 100%;
		padding-top: 15px;
		overflow-y: scroll;
	}
	body.menu-open .mobile-menu:after{
		content: "";
		background: var(--darkBlue);
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 63%;
	}
	body .mobile-menu .menu li {
		text-align: left;
	}
	body .mobile-menu .menu li a {
		padding: 15px 40px !important;
		font-family: var(--boldFont);
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		color: var(--white);
	}
	body .mobile-menu .menu li.down-menu-li a {
		font-size: 14px;
		line-height: 16px;
		color: #4D4D4D;
	}
	body.menu-open .mobile-menu-toggle-position button.menu-toggle .hamburger path {
		stroke-width: 20px;
		stroke: var(--white);
	}
	body.menu-open .mobile-menu-toggle-position {
    	z-index: 9999999;
		right: 25px;
		top: 24px;
	}
	body .mobile-menu .menu li.li-btn-green{
		margin-top: 30px;
		margin-left: 40px;
	}
	body .mobile-menu .menu li.down-menu-li.down-first-li{
		margin-top: 110px;
	}
	body .mobile-menu .menu li.down-menu-li.li-icon-faqs a,
	body .mobile-menu .menu li.down-menu-li.li-icon-phone a{
		position: relative;
		padding-left: 60px !important;
	}
	body .mobile-menu .menu li.down-menu-li.li-icon-phone a:before,
	body .mobile-menu .menu li.down-menu-li.li-icon-faqs a:before{
		content: "";
		width: 10px;
		height: 10px;
		background: url("img/icon-topbar-faqs.svg") no-repeat center;
		background-size: contain;
		position: absolute;
		top: 17px;
    	left: 40px;
	}
	body .mobile-menu .menu li.down-menu-li.li-icon-phone a:before{
		background: url("img/icon-topbar-phone.svg") no-repeat center;
		background-size: contain;
	}
	body.menu-open header .header-icons {		
		top: -35px;
    	right: 50px;
		z-index: 9999999999;
	}
	body.menu-open header .header-icons a.mob-phone i {
		background: url("img/icon-mob-phone-white.svg") no-repeat center;
		background-size: contain;
	}
	body.menu-open .hamburger svg {
		width: 32px;
		height: 40px;
	}
	body.menu-open button.menu-toggle {
		height: 20px;
		width: 20px;
	}
	body.menu-open header .header-icons a#menu-cart{
		top: 630px;
		right: auto;
		left: -230px;
	}
	body.menu-open header .header-icons #menu-cart .counter-products {
		top: 0px;
		right: -22px;
	}
	body .mobile-menu .menu li.home-icon{
		margin-bottom: 50px;
	}
	body .mobile-menu .menu li.home-icon a{
		padding: 0 !important;
		text-indent: -999999px;
		display: inline-block;
		width: 132px;
		height: 56px;
		background: url("img/mobile-menu-logo.svg") no-repeat center;
		background-size: contain;
		margin-left: 40px;
	}
	.block-title,
	.block-text h1,
	.block-text h2,
	.block-text h3{
		font-size: 24px !important;
		line-height: 36px !important;
		margin-bottom: 20px !important;
	}
}

/* Start - Digitaal evaluatieformulier */
#frm_form_8_container .questions .frm_form_field,
#frm_form_8_container .questions .frm_form_field .frm_opt_container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
#frm_form_8_container .questions .frm_scale {
    min-width: 80px;
    text-align: center;
}

#frm_form_8_container .questions .frm_scale label {
    display: flex !important;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    padding: 10px 5px;
    border-radius: 10px;
}

#frm_form_8_container .questions .frm_scale label:hover {
    cursor: pointer;
    background: #dfdfdf;
}

#frm_form_8_container .questions .frm_scale label *:hover {
    cursor: pointer;
}

#frm_form_8_container .questions .frm_scale label input {
    height: 20px;
}
#frm_form_8_container .questions .frm_form_field.score-labels {
    position: absolute;
    right: 0;
    width: 100%;
}

#frm_form_8_container .questions .frm_form_field.score-labels span {
    width: calc(2.5 * 80px);
    display: block;
    font-size: 16px;
    font-weight: 600;
}

#frm_form_8_container .questions .frm_form_field.score-labels {
    display: flex;
    justify-content: flex-end;
}

#frm_form_8_container .questions .frm_form_field.score-labels .left {
    padding-left: 28px;
    text-align: left;
}

#frm_form_8_container .questions .frm_form_field.score-labels .right {
    padding-right: 28px;
    text-align: right;
}
#frm_form_8_container a.frm_start_over {
    display: none;
}
@media screen and (max-width: 991px) {
    #frm_form_8_container .questions .frm_form_field {
        flex-wrap: wrap;
    }
    
    #frm_form_8_container .questions .frm_description {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
        padding: 0 40px 0 20px;
    }
    
    #frm_form_8_container .questions .frm_description * {
        font-size: 16px;
        font-weight: 600;
    }
    
    #frm_form_8_container .questions .frm_form_field .frm_opt_container {
        width: 100%;
        margin-top: 10px;
    }
    
    
    #frm_form_8_container .questions .frm_form_field.score-labels {
        display: none;
    }
}

@media screen and (max-width: 991px) {
	#frm_form_8_container .questions .form-field {
		border-bottom: 2px solid #dfdfdf;
    	padding-bottom: 20px;
	}
	 #frm_form_8_container .questions .frm_description {
        padding: 0 60px 0 20px;
    }
}

@media screen and (max-width: 767px) {
	#frm_form_8_container .questions .frm_scale {
		min-width: unset;
		width: 20%;
	}
	#frm_form_8_container .questions .frm_description {
        padding: 0 35px 0 20px;
    }
}

@media screen and (max-width: 499px) {
	#frm_form_8_container .questions .frm_description {
        padding: 0 15px 0 20px;
    }
}
/* End - Digitaal evaluatieformulier */

.cky-cookie-des-table div {
	font-size: 14px;
}

a.social-icon-single {
	margin-right: 5px;
	background: unset !important;
}

a.social-icon-single:last-of-type {
	margin-right: 0;
}