/*
Theme Name: Thelene
Theme URI: N/A
Author: Conversal Team
Author URI: https://www.conversal.be/
Description: A custom wordpress theme for Thelene.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Html5, Css3, PHP5, Custom post type, Blog, Wpml
Text Domain: thelene
*/

@import url('assets/css/main.all.css');

.hdr-cart.beFixed{
	display: none;
}

body.woocommerce-cart.woocommerce-page .innerpage-con-wrap,
body.woocommerce-checkout.woocommerce-page .innerpage-con-wrap{
    max-width: 100%;
}
.checkout_coupon.woocommerce-form-coupon #coupon_code{
    width: 250px;
}
.checkout_coupon.woocommerce-form-coupon .form-row{
    width: 100%;
}
.checkout_coupon.woocommerce-form-coupon > p{
    margin-bottom: 15px;
}
.checkout_coupon.woocommerce-form-coupon .form-row button{
    margin: 0;
}
.related-pro-crtl .fl-pro-grd-img-cntlr,
.up-sells .fl-pro-grd-img-cntlr{
    min-height: 155px;
    margin-bottom: 15px;
}
.related-pro-crtl .fl-pro-grd-img-cntlr img,
.up-sells .fl-pro-grd-img-cntlr img{
    max-height: 205px;
}
.related-pro-crtl .fl-product-grd .fl-trnsprnt-btn,
body.home .fl-product-grd .fl-trnsprnt-btn,
.up-sells .fl-product-grd .fl-trnsprnt-btn{
    min-width: 160px;
    font-size: 14px;
    padding: 12px 19px;
}

.related-pro-crtl .product-type-gift-card .fl-pro-grd-img-cntlr{
    min-height: 150px;
}
.related-pro-crtl .product-type-gift-card .fl-pro-grd-img-cntlr img{
    max-height: 100px;
}
.product-type-gift-card .fl-product-grd .fl-pro-grd-title{
    font-size: 18px!important;
    font-family: 'Bitter', serif;
    margin-bottom: 6px;
}
.product-type-gift-card .fl-product-grd .fl-pro-grd-price{
    margin-bottom: 20px;
}
.product-type-gift-card .fl-product-grd .fl-trnsprnt-btn {
    padding: 6px 40px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 14px;
}
.product-type-gift-card .fl-product-grd{
    padding-bottom: 28px;
}
.product-type-gift-card .fl-product-grd-inr{
    padding-top: 50px;
}
.related-pro-crtl .fl-product-grd-inr h3{
    font-family: 'Bitter', serif;
    margin-bottom: 6px;
}
.page-template-default .fl-pro-grd-img-cntlr,
.search-results .fl-pro-grd-img-cntlr{
    min-height: 155px;
}
.home.page-template-default .fl-pro-grd-img-cntlr{
    min-height: 255px;
}
.wpforms-confirmation-container.wpforms-confirmation-scroll {
    min-height: 86px;
    display: flex;
    align-items: center;
    background: #D17181;
    color: #fff;
    padding: 10px 71px;
    position: relative;
}
.wpforms-confirmation-container.wpforms-confirmation-scroll p{
    margin: 0;
}
.wpforms-confirmation-container.wpforms-confirmation-scroll:before {
    content: '';
    width: 32px;
    height: 32px;
    left: 25px;
    top: 26px;
    background: url(assets/images/info-icon.svg) no-repeat;
    position: absolute;
}
.hdr-lang{
    width: 32px;
    height: 22px;
    margin-right: 40px;
    position: relative;
    display: none;
}
.hdr-lang ul li a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #31304F;
    text-transform: uppercase;
}
.hdr-lang ul li:not(.lang-active) {
    height: 22px;
    position: absolute;
    top: 17px;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}
.hdr-lang:hover li:not(.lang-active){
    transition: all 0.3s;
    opacity: 1;
    top: 22px;
}
.hdr-lang ul li.lang-active{
    opacity: 1;
    top: 0;
    left: 0;
}
.hdr-lang:after{
    content: "\f107"!important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    text-decoration: inherit;
    color: #202020;
    font-size: 16px;
    padding-right: 0;
    position: absolute;
    top: 4px;
    right: -3px;
    line-height: 15px;
}
.tax-total th{
    text-transform: uppercase;
}
.ftr-vat span{
    color: #525A61;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.woocommerce .quantity input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
body.woocommerce-account .woocommerce .lost_reset_password{
    padding-bottom: 30px;
}
body.woocommerce-account .woocommerce .lost_reset_password button[type=submit]{
    max-width: initial;
    width: initial;
}
.cart-table-crtl .cross-sells{
    margin-top: 60px;
}
/*body.woocommerce-checkout p#shipping_address_1_field {
    width: 50%;
    float: left;
}
body.woocommerce-checkout p#billing_reference_field {
    width: 50%;
    float: left;
    clear: none;
}
body.woocommerce-checkout p#vat_number_field {
    padding-left: 0!important;
    width: 100%!important;
}*/
body.woocommerce-checkout p#billing_address_2_field {
    width: 50%;
    float: left;
    clear: none;
    padding-left: 13px;
}
body.woocommerce-checkout .payment-method-crtl .woocommerce-checkout-payment ul li.woocommerce-info{
    width: auto;
    height: auto;
    color: #525A61;
    padding: 15px!important;
    line-height: 1.5!important;
}
body.woocommerce-checkout p#shipping_postcode_field,
body.woocommerce-checkout p#shipping_address_1_field{
	padding-right: 13px;
}
body.woocommerce-checkout p#shipping_city_field,
body.woocommerce-checkout p#shipping_address_2_field{
	padding-left: 13px;
}

/*menu*/
.catagory-menu ul{
    margin: 0;
}
.catagory-menu > ul{
    margin: 0 -45px;
}
.catagory-menu > ul > li.menu-item-has-children ul.sub-menu{
    background: #fff;
    width: 264px;
    padding-left: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
}
.catagory-menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children ul.sub-menu{
    top: 0;
    left: 100%;
    transform-origin: right;
    left: 100%;
    margin-left: 0;
    top: 0!important;
    transform: scale3d(1,0,1);
    -ms-transform: scale3d(1,0,1);
    -webkit-transform: scale3d(1,0,1);
    -o-transform: scale3d(1,0,1);
    opacity: 0;
}
.catagory-menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
    transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    opacity: 1; 
}
.catagory-menu ul li{
    position: relative;
}
.catagory-menu > ul > li.menu-item-has-children:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #fff;
    margin-top: -13px;
	z-index: -12;
	opacity: 0;
}
.catagory-menu > ul > li.menu-item-has-children:hover:after{
    z-index: 12;
	opacity: 1;
	top: 100%;
}
.catagory-menu > ul > li.menu-item-has-children ul.sub-menu li{
        border-bottom: none;
        padding: 12px 10px 12px 0;
}
.catagory-menu > ul > li.menu-item-has-children ul.sub-menu li:after{
    content: none;
}
.catagory-menu > ul > li.menu-item-has-children ul.sub-menu li a{
    color: #525A61;
    font-family: 'Bitter', serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.catagory-menu > ul > li.menu-item-has-children ul.sub-menu li a:hover{
    color: #EC5387;
}
    

/* newsletter form design*/
.newsletter{
   padding-bottom: 93px;
   padding-top: 10px;
}
.newsletter-sec-cntrl{
    background: #F7C9C8;
    padding: 55px 97px;
    
}
.newsletter .newsletter-title{
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    font-size: 36px;
}
.newsletter .wpforms-field-container{
    display: flex;
    flex-wrap: wrap;
}
.newsletter .wpforms-field.wpforms-field-name{
    width: 66.5%;
}
.newsletter .wpforms-field-container .wpforms-field-medium{
    max-width:  100%!important;
}
.newsletter .wpforms-field.wpforms-field-email{
    width: 31%;
    margin-left: auto;
}
.newsletter .wpforms-field-label{
    line-height: 1;
    font-weight: 400;
}
.newsletter .wpforms-field-container input[type="text"],
.newsletter .wpforms-field-container input[type="email"]{
    width: 100%;
    max-width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #F2EDE9;
    box-sizing: border-box;
    padding: 15px 15px 16px;
    color: #9EA5AB;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 6px;
    box-shadow: none !important;
    background: #fff;
    max-width: 97%;
}
.newsletter .wpforms-field.wpforms-field-email input[type="email"]{
    max-width: 100%;
}
.newsletter .wpforms-field-container .wpforms-field-name input:focus,
.newsletter .wpforms-field-container .wpforms-field-email input:focus{
    border-color: #23232d;
}
.newsletter .wpforms-field-container input::-webkit-input-placeholder {
  color: #9EA5AB;
  opacity: 1;
}
.newsletter .wpforms-field-container input::-moz-placeholder {
  color: #9EA5AB;
  opacity: 1;
}
.newsletter .wpforms-field-container input:-ms-input-placeholder {
  color: #9EA5AB;
  opacity: 1;
}
.newsletter .wpforms-field-container input:-moz-placeholder {
  color: #9EA5AB;
  opacity: 1;
}
.newsletter .wpforms-2739-field_3-container{
    
}
.newsletter .wpforms-field-checkbox{
    display: flex;
    justify-content:center;
    width: 100%;
    padding-top: 25px;
}
.newsletter .wpforms-field-checkbox ul{
    margin: 0!important;
	padding: 0!important;
	list-style: none!important;
}
.newsletter .wpforms-field-checkbox ul li{
    padding: 0!important;
	margin: 0!important;
	list-style: none!important;
	margin: 0!important;
}
.newsletter .wpforms-field-checkbox ul li:before,
.newsletter .wpforms-field-checkbox ul li:after{
    content: none!important;
}
.newsletter .wpforms-field-checkbox ul li .wpforms-field-label-inline{
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding-left: 29px;
    position: relative;
}


.newsletter .wpforms-field-checkbox ul li .wpforms-field-label-inline a{
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.49);
}
.newsletter .wpforms-field-checkbox ul li .wpforms-field-label-inline a:hover{
    color: #31304F;
}
.newsletter .wpforms-submit-container{
    display: flex;
}
.newsletter .wpforms-submit-container button {
    font-family: 'Open Sans', sans-serif;
    background: #31304F;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    max-width: 250px;
    width: 100%;
    justify-content: center;
    height: 50px;
}
.newsletter .wpforms-submit-container button:hover{
    background: #0b0a1f;
    color: #fff;
}
.newsletter .wpforms-container .wpforms-field-label{
    font-weight: 400;
}

.newsletter .wpforms-container{
    margin-bottom:0;
}
.newsletter .wpforms-container .wpforms-field-checkbox ul li input[type="checkbox"]{
    opacity: 0;
}
.newsletter .wpforms-field-checkbox ul li .wpforms-field-label-inline:after{
    content: "";
    width: 18px!important;
    height: 18px!important;
    position: absolute;
    left: 0;
    top: -1px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
}
.newsletter .wpforms-field-checkbox ul li .wpforms-field-label-inline:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.newsletter .wpforms-field-checkbox ul li input[type="checkbox"]:checked + label:before{
    opacity: 1;
}
.woocommerce div.product form.cart .group_table td:first-child{
    width: 170px;
}
#regiter_action_form .error-valid{
    top: 5px;
}
body.woocommerce-checkout .select2-container .select2-search.select2-search--dropdown{
    display: none;
}
body.woocommerce-checkout .select2-container ul.select2-results__options li{
    padding: 9px 10px 9px;
}
body.single-product.woocommerce .main-img-crtl .woocommerce-product-gallery__image a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
body.single-product.woocommerce div.product div.images img{
    display: inline-block;
    width: auto;
    height: auto;
    box-shadow: none;
    max-height: 470px!important;
    max-width: 470px!important;    
}
.catagory-menu > ul > li.menu-item-has-children > ul.sub-menu,
.catagory-menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
.catagory-menu > ul > li.menu-item-has-children:after{
    transition-delay: 0.5s;
}
.catagory-menu > ul > li.menu-item-has-children:hover > ul.sub-menu,
.catagory-menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu,
.catagory-menu > ul > li.menu-item-has-children:hover:after{
    transition-delay: initial;
}
@media(max-width: 1499px){
    .home.page-template-default .fl-pro-grd-img-cntlr {
        min-height: 167px;
    }    
    .newsletter .newsletter-title{
		font-size: 35px!important;
	}
}

@media(max-width: 1399px){
	.newsletter .newsletter-title{
		font-size: 34px!important;
	}
}
@media(max-width: 1199px){
    
    .catagory-menu > ul{
        margin: 0 -15px;
    }
    .catagory-menu > ul > li.menu-item-has-children ul.sub-menu{
        padding-left: 15px;
    }
    .catagory-menu > ul > li.menu-item-has-children ul.sub-menu li a{
        font-size: 13px;
    }
    .catagory-menu > ul > li.menu-item-has-children ul.sub-menu{
        left: 0!important;
    }
    .newsletter-sec-cntrl {
        padding: 55px 45px;
    }
    .newsletter .newsletter-title{
		font-size: 32px!important;
	}
    body.single-product.woocommerce div.product div.images img {
        max-height: 450px!important;
        max-width: 450px!important;
    }
}
@media(max-width: 991px){
    .hdr-lang{
        margin-right: 20px;
    }   
    .catagory-menu > ul{
        margin: 0 -8px;
    }
    .catagory-menu > ul > li.menu-item-has-children ul.sub-menu{
        padding-left: 8px;
    }
    .catagory-menu > ul > li.menu-item-has-children ul.sub-menu li a{
        font-size: 12px;
    }
    .newsletter-sec-cntrl {
        padding: 50px 25px;
    }
    .newsletter-sec-cntrl .wpforms-field-row-block.wpforms-one-half{
        margin-left: 2%;
    }
    .newsletter .wpforms-field.wpforms-field-email {
        width: 33%;
    }
    .newsletter .newsletter-title{
		font-size: 30px!important;
	}
    body.single-product.woocommerce div.product div.images img{
        max-height: 360px!important;    
    }
}
@media(max-width: 768px){
	body.woocommerce-checkout p#shipping_postcode_field,
	body.woocommerce-checkout p#shipping_address_1_field{
		width: 100%;
		padding-right: 0;
	}
	body.woocommerce-checkout p#shipping_city_field,
	body.woocommerce-checkout p#shipping_address_2_field{
		width: 100%;
		padding-left: 0;
	}
    body.woocommerce-checkout p#billing_address_2_field {
        width: 100%;
        padding-left: 3px;
    }
}
@media(max-width: 767px){
    .woocommerce-account .woocommerce-EditAccountForm fieldset label[for="account_last_name"]{
        display: none;
    }
    .user-cart-cntlr .hdr-lang{
        display: none;
    }
    /*.hdr-cart {
        margin-left: initial;
    }*/
    .hdr-lang {
        margin-left: auto;
    }
    .hdr-lang {
        margin-right: 23px;
    }
    .hdr-lang:after{top: 1px;}
    .newsletter .wpforms-field.wpforms-field-name {
        width: 100%;
    }
    .newsletter .wpforms-field.wpforms-field-email {
        width: 100%;
    }
    .newsletter-sec-cntrl .wpforms-field-row-block.wpforms-one-half{
        width: 49%!important;
    }
    .newsletter .wpforms-field-container input[type="text"], .newsletter .wpforms-field-container input[type="email"]{
        max-width: 100%;
    }
    .newsletter .wpforms-field-checkbox ul li .wpforms-field-label-inline{
        display: block;
        line-height: 1.2;
    }
    .newsletter .wpforms-field-checkbox ul li .wpforms-field-label-inline:after {
        top: -2px;
    }
    .newsletter .wpforms-field-checkbox ul li .wpforms-field-label-inline:before{
        top: 1px;
    }
    body.single-product.woocommerce div.product div.images img{
        max-height: 260px!important;    
    }
}
@media(max-width: 575px){
    .woocommerce-page .xs-filter-btn{
        align-self: flex-start;
    }
    .woocommerce-page .fl-select-cntlr {
        text-align: right;
        display: block;
    }
    .woocommerce-page .fl-select-cntlr .fl-select{
        width: 170px!important;
    }
    .woocommerce-page .fl-select-cntlr > span{
        display: block;
    }
    .fl-select {
        width: 195px!important;
    }
    .ftr-logo img{max-width: 160px;}
    .ftr-middle-inr ul{
        display: flex;
        vertical-align: middle;
        align-items: center;
        padding: 0 20px;
    }
/*    .related-pro-crtl .product {
        padding: 0 8px;
    }
    .related-pro-crtl .fl-product-grd .fl-trnsprnt-btn, 
    body.home .fl-product-grd .fl-trnsprnt-btn{
        min-width: 100px;
        font-size: 12px;
    }*/
    .newsletter .newsletter-title{
		font-size: 26px!important;
	}
	.newsletter-sec-cntrl .wpforms-field-row-block.wpforms-one-half {
        width: 100%!important;
        margin-left: 0;
        margin-right: 0;
    }
    .newsletter-sec-cntrl .wpforms-field-row-block.wpforms-one-half.wpforms-first{
       margin-bottom: 20px; 
    }
    .newsletter-sec-cntrl {
        padding: 50px 20px;
    }
    
}
@media(max-width: 479px){
    body.single-product.woocommerce div.product div.images img{
        max-height: 210px!important;    
    }
}



/*winkel-start*/
.winkel-opening-con-cntlr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.winkel-heading-sec {
    padding-top: 20px;
    padding-bottom: 10px;
}
.winkel-opening-con-lft{
    width: 50%;
}
.winkel-opening-con-rgt{
    width: 50%;
}
.winkel-intro-sec .page-entry-header-title{
    margin-bottom: 0!important;
}
.winkel-intro-sec .page-entry-header{
    margin-bottom: 30px;
    border-bottom: 0;
}
.winkel-opening-lft-img {
    width: 100%;
    height: 100%;
}
.winkel-opening-con-inner {
    height: 515px;
    margin-top: 70px;
    margin-bottom: 45px;
    margin-right: -115px;
    position: relative;
    z-index: 2;    
}
.winkel-intro-sec .welcome-sec-rgt-cntlr{
    padding: 145px;
    padding-left: 170px;
    padding-right: 60px;
    min-height: 630px;
    display: block;
    margin-left: -12px;
}
.winkel-opening-con-inner span {
    width: 224px;
    height: 160px;
    background: #F7C9C8;
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
    top: -38px;
    right: 70px;
    opacity: 0.9;
    z-index: -1;
}
.welcome-sec-rgt-des ul li {
    color: #FFFFFF;
}
.welcome-sec-rgt-des ul li a{
    color: #8ba4e4;
    text-decoration: none;
}
.welcome-sec-rgt-des ul li.active{
    color: #8ba4e4;
}
.welcome-sec-rgt-des ul li a:hover{
    color: #8dcc0c;
}
.winkel-intro-sec .welcome-sec-rgt-des .welcome-sec-des-title{
	margin-bottom: 40px;
}
.winkel-intro-sec{
	padding-bottom: 80px;
}
.winkel-cntct-con-cntlr{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.winkel-cntct-con-rgt{
	width: 50%;	
	padding: 0 12px;	
}
.winkel-cntct-google-map-wrp{
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
}
.winkel-cntct-google-map{
	height: 100%;
}
.winkel-cntct-google-map iframe{
    height: 100%;
    width: 100%;
    vertical-align: bottom;
}
.winkel-cntct-google-parachute{
    position: absolute;
    left: -55px;
    bottom: 100px;
}
.winkel-cntct-parachute-icon {
    position: absolute;
    right: -130px;
    top: -300px;
}
.winkel-cntct-title{
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #31304F;
}
.winkel-cntct-con-lft{
	width: 50%;	
	padding: 0 12px;
}
.winkel-cntct-con-inr{
	padding: 60px;
	padding-right: 50px;
	background: #FFFFFF;
	border-radius: 6px;	
}
.winkel-cntct-info a{
	padding-left: 40px;
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.winkel-cntct-info a:hover i svg {
    fill: #EC5387;
}
.winkel-cntct-info a i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.winkel-cntct-add a i{
	top: -2px;
	transform: initial;
}
.winkel-cntct-mail a i{
	margin-top: -3px;
}
.winkel-cntct-info{
	padding-bottom: 30px;
}
.winkel-btn{
	font-family: 'Bitter', serif;
	background: #1CA261;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;	
	color: #FFFFFF;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	width: 100%;
	justify-content: center;
	height: 65px;
	border-radius: 40px;
	position: relative;
}
.winkel-btn:hover{
	background: #33CCFF;
	color: #fff;
}
.winkel-btn.bg-blu{
	background: #33CCFF;
}
.winkel-btn.bg-blu:hover{
	background: #1CA261;
	color: #fff;
}
.winkel-btn span{
	position: relative;
	padding-left: 48px;
	display: inline-block;
	vertical-align: baseline;
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.winkel-btn span i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	vertical-align: baseline;
}
.winkel-cntct-btn ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px!important;
}
.winkel-cntct-btn ul li{
	width: 50%;
	padding: 0 8px;
}
.winkel-cntct-sec{
	margin-bottom: 85px;
}
.winkel-gallery-con-cntlr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.winkel-gallery-col {
    width: 50%;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
}
.winkel-gallery-col ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px!important;
}
.winkel-gallery-col ul li{
	width: 50%;
	padding: 0 8px;
	padding-bottom: 18px;
}
.winkel-gallery-col ul li.gly-size-2{
	width: 100%;
	padding-bottom: 0;
}
.btm-to-top ul li{
	order: 2;
}
.btm-to-top ul li:last-child{
	order: 1;
	padding-bottom: 18px;
}
.btm-to-top .wkl-gly-lft-btm{
    order: 1;
    margin-bottom: 18px;
}
.btm-to-top .wkl-gly-lft-top{
    order: 2;
    margin-bottom: 0;
}
.wkl-gly-lft-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-bottom: 18px;
}
.wkl-gly-lft-top-img-cntlr {
    width: 50%;
    padding: 0 8px;
}
.winkel-gallery-con-cntlr.has-inline-bg img{
	display: none;
}
.wkl-gly-img {
	display: none;
}
.has-inline-bg .wkl-gly-lft-btm-col-img,
.has-inline-bg .wkl-gly-img  {
	display: block;
	height: 400px;
}
.winkel-gallery-sec{
	margin-bottom: 60px;
}
.dfp-text-module.dfp-two-des{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.dfp-text-col{
	width: 50%;
	padding: 0 12px;
}
.winkel-page-ctrl .default-page-con{
	padding-bottom: 56px;
}

section.winkel-heading-sec .page-entry-header {
    border: 0;
}
.winkel-page-ctrl .innerpage-con-wrap .block-955{
    max-width: 1130px;
}
.winkel-page-ctrl .welcome-sec-rgt-des p{
    margin-bottom: 20px;
}
@media(max-width: 1699px){
	.winkel-cntct-con-inr {
		padding: 50px;
		padding-right: 27px;
		padding-left: 27px;		
	}
	.winkel-btn span i {
		max-width: 28px;
	}
	.winkel-btn span {
		padding-left: 35px;
		font-size: 15px;
		line-height: 1.2;
	}
	.winkel-btn{
		padding-left: 10px;
		padding-right: 10px;
	}
	.winkel-opening-con-inner{
		height: 470px;
		margin-right: -100px;
	}
	.winkel-intro-sec .welcome-sec-rgt-cntlr{
		min-height: 585px;
		padding-left: 150px;
	}
	.winkel-intro-sec .welcome-sec-rgt-des .welcome-sec-des-title {
		margin-bottom: 30px;
	}
	.winkel-intro-sec {
		padding-bottom: 70px;
	}
	.winkel-cntct-sec {
		margin-bottom: 75px;
	}	
	.has-inline-bg .wkl-gly-img {
		height: 360px;
	}
	.winkel-gallery-sec {
		margin-bottom: 50px;
	}
	.winkel-opening-con-inner span{
		right: 60px;
		width: 200px;
	}	
	.winkel-intro-sec .welcome-sec-rgt-cntlr > span{
		max-width: 260px;
	}
}
@media(max-width: 1199px){
	.winkel-opening-con-inner {
		height: 450px;
		margin-right: -85px;
		margin-top: 60px;
	}
	.winkel-opening-con-inner span {
		right: 50px;
		top: -30px;
		width: 180px;
	}
	.winkel-intro-sec .welcome-sec-rgt-cntlr {
		min-height: 560px;
		padding: 130px;
		padding-left: 128px;
		padding-right: 40px;
	}
	.winkel-intro-sec .welcome-sec-rgt-des .welcome-sec-des-title {
		margin-bottom: 30px;
	}
	.winkel-cntct-info a{
		font-size: 18px;
	}
	.winkel-intro-sec {
		padding-bottom: 60px;
	}
	.winkel-cntct-sec {
		margin-bottom: 65px;
	}	
	.has-inline-bg .wkl-gly-img {
		height: 320px;
	}
	.winkel-gallery-sec {
		margin-bottom: 40px;
	}
}
@media(max-width: 991px){
	.winkel-opening-con-inner {
		height: 430px;
		margin-right: -70px;
		margin-top: 48px;
		margin-bottom: 30px;
	}
	.winkel-opening-con-inner span {
		right: 40px;
		top: -25px;
		width: 150px;
	}
	.winkel-intro-sec .welcome-sec-rgt-cntlr {
		min-height: 350px;
		padding: 115px;
		padding-left: 110px;
		padding-right: 30px;
	}
	.winkel-intro-sec .welcome-sec-rgt-des .welcome-sec-des-title {
		margin-bottom: 25px;
	}
	.winkel-intro-sec {
		padding-bottom: 50px;
		margin-top: 0;
	}
	.winkel-cntct-btn ul li{
		width: 100%;
		padding-bottom: 20px;
	}
	.winkel-cntct-btn ul li:last-child{
		padding-bottom: 0;
	}	.has-inline-bg .wkl-gly-img {
		height: 270px;
	}
	.winkel-cntct-con-inr{
		padding: 40px;
	}
	.winkel-cntct-sec {
		margin-bottom: 55px;
	}
	.winkel-page-ctrl .default-page-con {
		padding-bottom: 45px;
	}
	.winkel-cntct-info {
		padding-bottom: 25px;
	}
	.winkel-gallery-col{
		padding: 0 9px;
	}
	.winkel-gallery-con-cntlr{
		margin: 0 -9px;
	}
	.wkl-gly-lft-top-img-cntlr{
		padding: 0 6px;
	}
	.wkl-gly-lft-top{
		margin: 0 -6px;
		margin-bottom: 18px;
	}
	.winkel-page-ctrl{
	    padding-top: 0;
	}
	.page-template-page-winkel .catagory-menu{
	    position: static;
	}
    .winkel-heading-sec {
        padding-top: 0;
        padding-bottom: 10px;
    }
}

@media(max-width: 767px){
	.winkel-opening-con-rgt {
		width: 100%;
		order: 1;
	}
	.winkel-opening-con-lft {
		width: 100%;
		order: 2;
	}
	.winkel-intro-sec .welcome-sec-rgt-cntlr{
		margin-left: -15px;
        margin-right: -15px;
	}
	.winkel-opening-con-inner {
		height: 430px;
		margin-right: 0;
		margin-top: -40px;
		margin-bottom: 0;
	}
	.winkel-cntct-con-rgt,
	.winkel-cntct-con-lft{
		width: 100%;
	}
	.winkel-cntct-con-inr {
		padding: 60px 50px;
	}
	.winkel-cntct-btn ul li {
		width: 50%;
		padding-bottom: 0;
	}
	.winkel-cntct-info {
		padding-bottom: 30px;
	}
	.winkel-cntct-btn {
		padding-top: 20px;
	}
	.winkel-intro-sec{
	    margin-top: 0;
    }
	.winkel-cntct-con-lft{
		padding-bottom: 50px;
	}
	.winkel-cntct-google-map-wrp{
		height: 450px;
	}
	.winkel-gallery-col{
		width: 100%;
		margin-bottom: 18px;
	}
	.winkel-gallery-col.btm-to-top{
		padding-bottom: 0;
	}
	.btm-to-top .wkl-gly-lft-top{
		order: 1;
	}
	.btm-to-top .wkl-gly-lft-btm{
		order: 2;
		margin-bottom: 0;
	}
	.wkl-gly-lft-top-img-cntlr {
		padding: 0 8px;
		margin-bottom: 18px;
	}
	.wkl-gly-lft-top {
		margin: 0 -8px;	
	}	
	.has-inline-bg .wkl-gly-img {
		height: 370px;
	}
	.winkel-gallery-sec {
		margin-bottom: 0px;
	}
	.dfp-text-col {
		width: 100%;
		padding: 0;
	}
	.dfp-text-module.dfp-two-des {
		display: block;
		margin: 0;
	}
	.btm-to-top ul li {
		order: initial;
	}
	.btm-to-top ul li.gly-size-2 {
		order: initial;
		padding-bottom: 0;
	}
	.winkel-intro-sec .welcome-sec-rgt-cntlr > span{
		top: initial;
		bottom: 0;
		transform: initial;
	}
	.winkel-page-ctrl .page-entry-header .fl-h1{
	   font-size: 32px;
	}
    .winkel-page-ctrl {
        padding-top: 20px;
    }
	.hdr-cart.beFixed {
		display: block;
		position: fixed;
		right: 15px;
		bottom: 25px;
		z-index: 999999;
	}
}
@media(max-width: 639px){
	.winkel-intro-sec .welcome-sec-rgt-cntlr {
		min-height: 380px;
		padding: 90px;
		padding-left: 90px;
		padding-right: 30px;
	}
	.winkel-intro-sec .welcome-sec-rgt-cntlr {
		min-height: 380px;
		padding: 80px;
		padding-left: 70px;
		padding-right: 30px;
	}	
	.has-inline-bg .wkl-gly-img {
		height: 330px;
	}
	.winkel-cntct-sec {
		margin-bottom: 50px;
	}
	.winkel-cntct-con-inr {
		padding: 60px 23px;
	}
}
@media(max-width: 575px){
	.winkel-intro-sec .welcome-sec-rgt-cntlr{
		padding-left: 50px;
	}
	.winkel-opening-con-inner{
		height: 400px;
	}
	.winkel-cntct-btn ul li {
		width: 100%;
		padding-bottom: 20px;
	}	
	.has-inline-bg .wkl-gly-img {
		height: 270px;
	}
	.winkel-cntct-title{
		font-size: 22px!important;
	}
}
@media(max-width: 479px){
	.winkel-intro-sec .welcome-sec-rgt-cntlr {
		padding-left: 30px;
	}
	.winkel-cntct-con-inr {
		padding: 40px 30px;
	}
	.wkl-gly-lft-top-img-cntlr{
		width: 100%;
	}	
	.has-inline-bg .wkl-gly-img {
		height: 230px;
	}
	.winkel-opening-con-inner span {
		right: 20px;
		top: -20px;
		width: 150px;
	}
	.winkel-gallery-col ul li{
		width: 100%;
	}
}
@media(max-width: 359px){
	.winkel-cntct-con-inr {
		padding: 35px 20px;
	}
}
/*winkel-end*/


/* verlanglijst css start */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i.fa-heart-o:before {
    content: "\f004"!important;
    color: #adadad;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i:hover{
	transform: scale(1.1);
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 15px;
    left: initial;
    right: 25px;
}
body.woocommerce-wishlist .breadcrumb-sec {
    margin-bottom: 0px;
}
body.woocommerce-wishlist .wishlist_table tr td, 
body.woocommerce-wishlist .wishlist_table tr th.product-checkbox, 
body.woocommerce-wishlist .wishlist_table tr th.wishlist-delete {
    text-align: left;
}
.yith_wcwl_wishlist_footer input[type="submit"] {
    background: #8dcc0c!important;
    border-color: #8dcc0c!important;
    padding: 6px 15px!important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff!important;
    border-radius: 6px!important;
    font-size: 14px!important;
    letter-spacing: 0.04em;
}
.yith_wcwl_wishlist_footer input[type="submit"]:hover {
    border-color: #EC5387!important;
    background: #EC5387!important;
    color: #fff!important;
}
body.woocommerce-wishlist .wishlist_table tr td.product-quantity input {
    max-width: 80px;
    width: 100%;
    padding: 6px 09px;
}
body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.button {
       padding: 0px!important;
    text-align: right!important;
    float: right!important;
    height: 18px!important;
    margin-bottom: 0!important;
    width: 16px!important;
    background-image: url(assets/images/cart-crose-icon.svg)!important;
    background-repeat: no-repeat!important;
    line-height: 0.6;
    border-radius: initial!important;
    color: transparent!important;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent!important;
    border: none!important;
    font-size: 1.5em;
    text-indent: -9999px;
    background-size: cover!important;
}

body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.add_to_cart_button {
    background-image: url(https://www.thelene.be/wp-content/uploads/2023/05/Layer-2-1.svg)!important;
    background-size: contain!important;
    margin-left: 15px!important;
}

body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.button:hover {
    background: url(assets/images/cart-crose-icon-red.svg)!important;
    background-repeat: no-repeat!important;
    height: 18px!important;
    width: 16px!important;
    background-size: cover!important;
}
body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.add_to_cart_button.button:hover {
    background-image: url(https://www.thelene.be/wp-content/uploads/2023/05/Layer-2-2.svg)!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}

.header-wishlist i.fa-heart-o:before {
    content: ''!important;
    background-image: url(https://www.thelene.be/wp-content/uploads/2023/05/border-heart-icon.svg);
    width: 40px!important;
    height: 40px!important;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}

.header-wishlist .heading-icon i {
    font-size: 30px!important;
    color: #31304f;
    width: 40px;
    height: 40px;
    margin-bottom: -14px;
}
.header-wishlist .heading-icon {
    display: inline-block;
}
.header-wishlist .items-count {
    position: absolute;
    font-size: 10px!important;
    font-weight: 700;
    color: #31304F;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 3px;
}
.header-wishlist {
	padding-top: 3px;
    padding-right: 15px;
}
.header-wishlist .sidebar-widget{
	position: relative;
}
.hdr-user {
    padding-right: 15px!important;
}
.header-wishlist .widget_yith-wcwl-items .mini:hover .list {
    display: none;
}
.header-wishlist h3.widget-title{
    position: absolute;
    bottom: 5px;
    margin: 0;
    text-transform: uppercase;
    left: -5px;	
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    color: #31304F;
    margin-top: 5px;
	display: none;
}
body.woocommerce-wishlist .wishlist_table.mobile li .item-wrapper {
    width: calc(100% - 50px)!important;
}
@media(max-width:991px){
	.header-wishlist i.fa-heart-o:before {
		width: 36px!important;
		height: 36px!important;
	}
	.header-wishlist .heading-icon i {
		width: 36px;
		height: 36px;
		margin-bottom: -18px;
	}
	.header-wishlist .items-count {
		margin-top: 6px;
	}
	.header-wishlist{
		margin-top: -2px;
	}
	body.woocommerce-wishlist .wishlist_table .wishlist-items-wrapper .product-add-to-cart{
		padding: 9px 0px!important;
	}
	body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.add_to_cart_button {
		margin-left: 8px!important;
	}
}



@media(max-width:768px){
	body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.button{
		display:none!important;
	}
	body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.button.add_to_cart_button {
		display: block!important;
	}
	body.woocommerce-wishlist .wishlist_table.mobile li .additional-info-wrapper .product-remove {
		position: absolute;
		right: 35px;
		top: 13px;
	}
	body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.add_to_cart_button {
		background-image: url(https://www.thelene.be/wp-content/uploads/2023/05/Layer-2-1.svg)!important;
		background-size: contain!important;
		width: 19px!important;
		margin-bottom: 0!important;
		position: absolute;
		right: 5px;
		top: 13px;
		height: 19px!important;
	}
	body.woocommerce-wishlist .additional-info-wrapper{
		padding-left: 70px;
	}

	body.woocommerce-wishlist .wishlist_table.mobile li {
		margin-bottom: 30px;
	}
	body.woocommerce-wishlist .wishlist_table tr td.product-quantity input {
		max-width: 80px;
		width: 100%;
	 	padding: 0px 0px!important;
	}
	body.woocommerce-wishlist .wishlist_table.mobile li .item-details table.item-details-table{
		margin-bottom:0!important
	}
	
	}
@media(max-width:767px){
	.header-wishlist .heading-icon i {
		margin-bottom: -2px;
	}
	.header-wishlist .items-count {
			margin-top: -1px;
		}
	.header-wishlist {
		padding-right: 0;
		margin-top: 0px;
		padding-top: 0;
	}
	.hdr-lft {
		margin-left: -36px;
	}
	.header-wishlist h3.widget-title{
		display: block;
	}
	body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.add_to_cart_button {
		background-image: url(https://www.thelene.be/wp-content/uploads/2023/05/Layer-2-1.svg)!important;
		background-size: contain!important;
		margin-left: 5px!important;
		width: 19px!important;
		margin-bottom: 0!important;
	}
	body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.add_to_cart_button {
		height: 17px!important;
	}
}
@media(max-width:575px){
	.logo a img,
	.logo a{
		max-width: 150px;
	}
	body.woocommerce-wishlist .wishlist_table .product-add-to-cart a.add_to_cart_button {
		height: 16px!important;
	}
}
@media(max-width:479px){
	.hdr-user {
		padding-right: 12px!important;
	}
	.hdr-lft {
		margin-left: -35px;
	}
	.header-wishlist{
		padding-top: 1px;
	}
}
body.single-product .yith-wcwl-add-to-wishlist{
    max-width: 344px;
	width: 100%;
    display: block;
    text-align: center;
}
body.single-product .yith-wcwl-add-to-wishlist a i:before{
    content: "\f004"!important;
    color: #adadad;
}
body.woocommerce-wishlist .page-title {
    margin-top: 50px;
    padding-bottom: 10px;
}
.logo a img,
.logo a{
	max-width: 120px;
}
