/* Styles for Landingspagina WH devices template */
.wh-sticky-btn {
    position: fixed;
    right: 30px;
    top: 130px;
    z-index: 1;
}

.wh-sticky-btn .btn {
	color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: 3px solid #3a4d7a;
    padding: 9px 22px 10px;
}

.wh-sticky-btn .wh-sticky-content {
	position: relative;
}

.wh-sticky-btn .wh-sticky-content > img {
	width: 27px;
    height: 27px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -13px;
    z-index: 9;
    cursor: pointer;
}

.wh-sticky-btn .btn span {
	padding-left: 7px;
}

.wh-sticky-btn .btn i::before {
	position: relative;
    top: 2px;
    padding-left: 15px;
	font-size: 15px;
}

.wh-landingspagina {
	margin-top: 100px;
}

.wh-landingspagina .title p {
	margin: 0;
}

.wh-container {
	max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.wh-landingspagina .wh-banner {
	background-image: url(../img/wh.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 125px 0 130px;
}

.wh-banner .wh-banner-details {
	text-align: center;
	color: #FFF;
}

.wh-banner-details .title {
	font-family: 'OpenSansBold', sans-serif;
	font-size: 32px;
	color: #FFF;
	margin-bottom: -7px;
}

.wh-banner-details .part-d {
	font-family: 'OpenSansLight', sans-serif;
	font-size: 18px;
}

.wh-banner-details .wh-banner-btn {
	margin-top: 30px;
}

.wh-banner-btn .btn {
	color: #FFF;
	padding: 8px 25px 9px;
	border-radius: 4px;
}

.wh-all-logos .wh-item-logo img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	object-fit: contain;
	border-radius: 50%;
	background-color: #FFF;
}

.wh-landingspagina .wh-logos {
	position: relative;
    background-color: #D8D8D8;
    padding: 8px 0;
}

.wh-concept-part.b-b-part .full_section_details a {
	color: #6da23f;
	cursor: pointer;
}

.wh-concept-part.b-b-part .full_section_details a:hover {
	text-decoration: underline;
}

.wh-logos .wh-all-logos {
	width: 90%;
    margin: 0 auto;
}

.wh-all-logos.owl-carousel .owl-nav.disabled {
	display: block !important;
}

.wh-all-logos .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wh-all-logos .owl-nav button i::before {
	color: #707070;
	transition: .2s;
}

.wh-all-logos .owl-nav button:hover i::before {
    color: #364e7d;
}

.wh-all-logos .owl-nav button.owl-prev {
	left: -40px;
}

.wh-all-logos .owl-nav button.owl-next {
	right: -40px;
}

.wh-landingspagina .wh-after-banner-part {
	margin: 65px 0 75px;
}

.wh-after-banner-part .after-banner-part {
	display: flex;
	justify-content: space-between;
}

.after-banner-part .after-banner-details,
.after-banner-part .after-banner-attachs {
	width: 48%;
	box-sizing: border-box;
}

.after-banner-part .after-banner-attachs {
	position: relative;
}

.after-banner-part .after-banner-details {
	background-color: #FFF;
	padding: 25px 35px;
}

.after-banner-attach .attach-item img {
	object-fit: cover;
}

.after-banner-attach .attach-item img,
.after-banner-attach .attach-item iframe {
	width: 100%;
	height: 275px;
	/*pointer-events: none;*/
}

.after-banner-attach .owl-dots {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}

.after-banner-attach .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	margin: 0 4px;
	background-color: #888080;
	border-radius: 50%;
	transition: .2s;
}

.after-banner-attach .owl-dots .owl-dot.active,
.after-banner-attach .owl-dots .owl-dot:hover {
	background-color: #000;
}

.wh-landingspagina .wh-properties-part {
	background-color: #f7f8f9;
	margin: 50px 0 0;
	padding: 40px 0 80px;
}

.wh-properties > .title {
	text-align: center;
	margin-bottom: 70px;
}

.wh-properties .wh-properties-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh-properties-items .wh-properties-item {
	width: 32%;
	margin-bottom: 60px;
}

.wh-properties-item .property-title {
	font-size: 16px;
	margin-bottom: 15px;
}

.wh-properties-item .wh-property {
    display: flex;
    justify-content: space-between;
}

.wh-property .wh-property-img {
	width: 45%;
}

/*.wh-experiences-owl.owl-carousel .owl-stage-outer {
	overflow: inherit;
}

.wh-experiences-part .wh-experiences {
	width: 90%;
    margin: 0 auto;
}*/

.wh-property .wh-property-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wh-property .wh-property-details {
    width: 55%;
    height: 180px;
    background-color: #EDEDED;
    overflow-x: hidden;
    padding: 15px 30px;
    box-sizing: border-box;
}

.wh-landingspagina .wh-experiences-part {
	background-color: #283d63;
	padding: 60px 0 70px;
}

.wh-experiences-part .wh-experiences {
	padding: 15px 0;
}

.wh-experiences > .title {
	margin-top: 0;
	color: #FFF;
	text-align: center;
	margin-bottom: 50px;
}

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

.wh-experiences-owl .wh-experience-item {
	position: relative;
}

.wh-experience-item .experience-item-head {
	background-color: #FFF;
	padding: 25px 45px 17px 60px;
}

.experience-item-head .experience-item-title {
	font-family: 'OpenSansBold', sans-serif;
	color: #283d63;
    margin-bottom: -8px;
}

.experience-item-head .experience-item-details {
	font-size: 11px;
}

.wh-experience-item .experience-item-img {
    position: absolute;
    left: -40px;
    bottom: -5px;
}

.wh-experience-item .experience-item-img img {
    height: 85px;
    width: 85px;
    object-fit: cover;
    border-radius: 50%;
}

.wh-experience-item .experience-item-rate {
	padding-top: 15px;
    padding-left: 65px;
}

.wh-experience-item .experience-item-rate img {
	width: auto;
	height: 17px;
}

.wh-landingspagina .wh-discount-part {
	position: relative;
	background-color: #8bd25c;
	padding: 110px 0;
}

.wh-landingspagina .wh-discount-part::after {
    content: '';
    display: block;
    border-top: solid 40px #8bd25c;
    border-left: solid 35px transparent;
    border-right: solid 35px transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.wh-discount-part .wh-discount {
	text-align: center;
}

.wh-discount .title {
    font-family: 'OpenSansExtraBold', sans-serif;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 35px;
    max-width: 500px;
    margin: 0 auto 35px;
}

.wh-discount-btn .btn {
    background-color: #FFF;
    padding: 8px 50px 9px;
    border-radius: 4px;
}

.wh-discount-btn .btn:hover {
	color: #FFF;
	transition: .3s;
}

.wh-discount-btn .btn::after {
	background: #293c63;
}

.wh-landingspagina .wh-product-part {
	padding: 170px 0 50px;
}

.wh-product-part .product_page_gallery {
	position: relative;
	width: 48%;
	margin-top: 0;
}

.wh-product-part .product_page_details {
    width: 40%;
}

.product_page_gallery .product_label-img {
    position: absolute;
    top: -80px;
    left: -70px;
    z-index: 9;
    background-color: #8bd25c;
    font-family: 'OpenSansExtraBold', sans-serif;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    height: 135px;
    width: 135px;
    border-radius: 50%;
}

.product_page_gallery .product_label-img span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wh-product-loop {
	position: absolute;
    right: 20px;
    top: 228px;
    z-index: 9;
    cursor: pointer;
    pointer-events: none;
}

.wh-product-loop img {
	width: 30px;
    height: 30px;
}

.wh-product-part .product_page_content .product_page_gallery .product_slider img {
	height: 275px;
}

.wh-product-part .product_page_content .product_page_gallery .owl-nav button {
	top: 43%;
}

.wh-product-part .product_page_content .product_page_gallery .owl-nav button.owl-next,
.wh-product-part .product_page_content .product_all_images .owl-nav button.owl-next {
    right: -40px;
}

.wh-product-part .product_page_content .product_page_gallery .owl-nav button.owl-prev,
.wh-product-part .product_page_content .product_all_images .owl-nav button.owl-prev {
    left: -40px;
}

.wh-product-part .product_page_content .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
}

.wh-landingspagina .wh-product-part .product_page_content .owl-nav button i::before {
	font-size: 27px;
}

.wh-product-part .product_page_content .product_all_images .owl-nav button.owl-next i::before,
.wh-product-part .product_page_content .product_all_images .owl-nav button.owl-prev i::before {
	line-height: 2;
}

.wh-product-part .product_page_content .product_all_images .owl-nav button {
	top: 50% !important;
}

.wh-product-part .product_page_content .product_all_images .owl-nav button i::before {
	font-size: 12px;
}

.wh-product-part .product_page_content .product_all_images {
	padding: 0;
    margin: 25px 0 30px;
}

.wh-product-part .product_page_details .single_product_description {
	margin-top: 0;
	color: #434242;
	font-size: 12px;
	padding: 30px 35px 40px;
	line-height: 19px;
}

.wh-product-part .product_page_details .title.title-t {
	font-family: 'OpenSansBold', sans-serif;
	font-size: 18px;
	margin-top: 0;
    margin-bottom: 30px;
}

.wh-product-part .product_advantages_scoren {
	margin-top: 50px;
}

.wh-product-part .product_garantie_l .title {
	margin-bottom: 25px;
}

.wh-product-part .product_garantie_l .garantie_details {
	line-height: 17px;
}

.wh-product-part .product_garantie .product_garantie_l .garantie_btn {
    margin-top: 25px;
}

.wh-product-part .product_garantie .product_garantie_l .garantie_btn .btn {
    padding: 4px 15px 5px;
}

.wh-product-part .product_garantie .product_garantie_r {
	width: 30%;
}

.wh-product-part .product_garantie .product_garantie_r img {
	width: 100%;
    height: 100%;
}

.wh-product-part .single_product_specification {
	margin-top: 40px;
}

.wh-product-part .single_product_phone {
    margin-top: 35px;
    margin-bottom: 0;
}

.wh-product-part .single_product_phone .pr_ph_number {
    margin-top: 10px;
}

.wh-product-part .product_all_videos iframe {
    height: 275px;
}

.wh-landingspagina .wh-smth-part {
	padding: 50px 0;
}

.wh-smth .title {
	text-align: center;
	margin: 0;
	padding-bottom: 60px;
	letter-spacing: 0;
    font-size: 19px;
}

.seo-faq_part.wh-questions-part {
    margin-top: 0;
    background-color: #f7f8f9;
    padding: 80px 0 120px;
}

.seo-faq_part.wh-questions-part .content_accordion_form .title {
    letter-spacing: 0;
    font-size: 18px;
    color: #000;
}

.seo-faq_part.wh-questions-part .accordion a.a-ttl {
	background-color: #EDEDED;
	color: #000;
}

.seo-faq_part.wh-questions-part .accordion a.a-ttl.active {
	color: #000;
}

.wh-concept-part .full_section .full_section_bg {
	background-color: #D8D8D8;
}

.wh-concept-part .home_full_section .full_section h4 {
	margin-top: 65px;
	font-size: 21px;
	line-height: 27px;
    margin-bottom: 22px;
}

.wp-mobile-product,
.wp-ipad-product {
	display: none;
}

.wh-concept-part .home_full_section .full_section h4,
.wh-concept-part .home_full_section .full_section .full_section_details {
	color: #364E7D;
}

.wh-concept-part .home_full_section .full_section .full_section_details {
    font-size: 12px;
    line-height: 19px;
}

.wh-concept-part .home_full_section .full_section .full_section_btn {
	margin-top: 50px;
}

.wh-concept-part .home_full_section .full_section .full_section_btn .btn {
	cursor: pointer;
	padding: 10px 140px 11px;
}

.wh-extra-information .wh-extra-items {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.wh-extra-items .wh-extra-item {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 60px;
    padding: 0 10px;
}

.wh-extra-items .wh-extra-item .title {
	font-size: 17px;
}

.wh-extra-information > .title {
	text-align: center;
	margin: 0;
    padding-bottom: 45px;
}

.wh-landingspagina .wh-extra-part {
	padding: 85px 0 105px;
	background-color: #f7f8f9;
	margin-top: -5px;
}

.wh-blue-part {
	color: #FFF;
	font-family: 'OpenSansBold', sans-serif;
	background-color: #283C63;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	padding: 45px 0;
}

.wh-blue-part p,
.wh-bottom .bottom-ttl p {
	margin: 0;
}

.wh-landingspagina .wh-benefits-part {
    background-color: #f7f8f9;
    padding: 80px 0;
}

.wh-benefits-part .title {
	margin-top: 0;
	text-align: center;
	margin-bottom: 60px;
}

.wh-benefits-part .wh-benefits {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.wh-benefits .wh-benefits-item {
    width: 27%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.wh-benefits-item .benefit-image {
	width: 32%;
}

.wh-benefits-item .benefit-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.wh-benefits-item .benefit-details {
	width: 68%;
}

.benefit-details .benefit-ttl {
	font-family: 'OpenSansBold', sans-serif;
	font-size: 13px;
	margin-bottom: -7px;
}

.wh-concept-part.b-b-part {
	margin-bottom: -5px;
}

.wh-concept-part.b-b-part .home_full_section .full_section .full_section_btn .btn {
	padding: 10px 100px 11px;
}

.wh-landingspagina .wh-bottom-part {
	position: relative;
	background-image: url(../img/bottom-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0;
}

.wh-landingspagina .wh-bottom-part::before {
    content: '';
    display: block;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: solid 30px #1a293b;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.wh-bottom-part .wh-bottom {
	text-align: center;
    color: #FFF;
}

.wh-bottom .bottom-ttl {
	font-family: 'OpenSansBold', sans-serif;
	font-size: 35px;
}

.wh-bottom .bottom-desc {
	font-size: 18px;
	margin: -5px 0;
}

.wh-bottom .bottom-btn {
	margin-top: 33px;
}

.wh-bottom .bottom-btn .btn {
	color: #FFF;
	border-radius: 4px;
	padding: 8px 30px 9px;
}




/* Media queries */
@media (max-width: 1100px) {

	.wh-landingspagina .container,
	.wh-container {
		width: 90%;
	}

}

@media (max-width: 1024px) {

	.wh-properties .wh-properties-items,
	.wh-benefits-part .wh-benefits {
		display: block;
	}

	.wh-sticky-btn {
		top: 150px;
	}

	.wh-benefits-item .benefit-details {
		width: 95%;
    	margin: 0 auto;
	}

	.wh-all-logos .wh-item-logo img {
		width: 45px;
		height: 45px;
	}

	.wh-properties-items .wh-properties-item {
	    width: 100%;
	    margin-bottom: 0;
	}

	.wh-landingspagina .wh-properties-part {
		padding: 30px 0 80px;
	}

	.wh-properties > .title {
		margin-bottom: 45px;
	}

	.wh-property .wh-property-details {
		padding: 10px 20px;
	}

	.wh-properties-items .owl-nav button i::before,
	.wh-benefits .owl-nav button i::before {
		font-size: 20px;
    	color: #7d7a7a;
	}

	.wh-landingspagina .wh-banner {
		padding: 95px 0;
	}

	.wh-properties-part .wh-properties {
	    width: 90%;
	    margin: 0 auto;
	}

	.wh-experiences-owl.owl-carousel .owl-stage-outer {
		overflow: inherit;
	}

	.wh-experiences-owl-wrap {
		position: relative;
		padding-left: 40px;
		overflow: hidden;
	}

	.wh-discount .title {
		font-size: 29px;
	}

	.wh-benefits .wh-benefits-item {
	    width: 100%;
	    margin-bottom: 0;
	    display: block;
	    text-align: center;
	}

	.wh-benefits-item .benefit-image {
	    width: 100%;
	    text-align: center;
	}

	.wh-benefits-item .benefit-image img {
		margin: 0 auto;
	}

	.benefit-details .benefit-ttl {
	    margin: 35px 0 3px;
	}

	.wh-landingspagina .wh-benefits-part {
		padding: 70px 0;
	}

	.wh-bottom .bottom-ttl {
	    font-size: 32px;
	    line-height: 40px;
	}

}

@media (min-width: 993px) and (max-width: 1024px) {

	.wh-properties-item .wh-property {
		display: block;
	}

	.wh-property .wh-property-img,
	.wh-property .wh-property-details {
		width: 100%;
	}

	.wh-property .wh-property-img img {
		height: 175px;
	}

	.wh-properties-item .property-title {
	    margin-bottom: 20px;
	    text-align: center;
	}

	.wh-experiences-part .wh-container {
		width: 95%;
	}

	.wh-experiences-owl-wrap {
		padding-left: 0;
	}

	.wh-experiences-owl-wrap {
		padding: 0 60px 0 50px;
	}

	.wh-experience-item .experience-item-head {
		padding: 20px 40px 15px 55px;
	}

	.wh-landingspagina .wh-discount-part {
	    padding: 100px 0;
	}

	.single_product_phone a {
		font-size: 32px;
	}

	.wh-smth-part .products.columns-4 .product_with_category {
	    width: 24%;
	}

	.wh-concept-part .home_full_section .full_section {
	    min-height: 500px;
	}

}

@media (max-width: 992px) {

	.wh-product-part .product_page_content .product_all_images,
	.wh-product-part .product_all_videos {
		display: none;
	}

	.product_page_content {
		display: block;
	}

	.wh-product-part .product_page_gallery,
	.wh-product-part .product_page_details {
		width: 100%;
	}

	.mfp-content img.mfp-img {
	    max-width: 100% !important;
	}

	.wh-sticky-btn {
	    right: 18px;
	    top: 150px;
	}

	.wh-properties-item .property-title {
		min-height: 40px;
	}

	.wh-landingspagina .wh-discount-part {
		padding: 70px 0 60px;
	}

	.wh-discount .title {
		margin: 0 auto 25px;
	}

	.product_page_gallery .product_label-img {
	    font-size: 16px;
	    height: 114px;
	    width: 114px;
	}

	.wh-landingspagina .wh-discount-part::after {
	    border-top: solid 30px #8bd25c;
	    border-left: solid 27px transparent;
	    border-right: solid 28px transparent;
	    bottom: -23px;
	}

	.wh-extra-information .wh-extra-items {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}

	.wh-landingspagina .wh-extra-part {
		padding: 75px 0 50px;
	}

	.wh-extra-items .wh-extra-item .title {
		margin-bottom: 25px;
	}

}

@media (min-width: 768px) and (max-width: 1024px) {

	.wh-experiences-owl .owl-item .wh-experience-item .experience-item-img {
		display: none;
	}

	.wh-experiences-owl .owl-item.active .wh-experience-item .experience-item-img {
		display: block;
	}

	.wh-properties-items .owl-nav button {
		position: absolute;
	    top: 57%;
	    transform: translateX(-50%);
	}

	.wh-properties-items .owl-nav button.owl-prev {
		left: -35px;
	}

	.wh-properties-items .owl-nav button.owl-next {
		right: -45px;
	}

	.wh-experiences-owl .owl-nav button {
    	position: absolute;
	    top: 38%;
	    transform: translateX(-50%);
	}

	.wh-experiences-owl .owl-nav button.owl-prev {
		left: -35px;
	}

	.wh-experiences-owl .owl-nav button.owl-next {
		right: -50px;
	}

	.wh-experiences-part .wh-container {
		width: 95%;
	}

	.wh-experiences-owl-wrap {
		padding: 0 40px;
	}

	.wh-benefits-part .wh-benefits .owl-nav button {
		position: absolute;
		top: 20%;
		transform: translateY(-20%);
	}

	.wh-benefits-part .wh-benefits .owl-nav button.owl-prev {
		left: -10px;
	}

	.wh-benefits-part .wh-benefits .owl-nav button.owl-next {
		right: -10px;
	}

}

@media (min-width: 768px) and (max-width: 992px) {

	.wp-ipad-product,
	.wh-product-part .product_page_content .wp-ipad-product .product_all_images,
	.wh-product-part .wp-ipad-product .product_all_videos {
		display: block;
	}

	.wh-product-part .product_garantie .product_garantie_r {
		width: 100%;
	}

	.banner-attach-video iframe.lazyloaded,
	.banner-attach-video iframe {
		width: 100% !important;
		height: 275px !important;
	}

	.wh-experience-item .experience-item-head {
		padding: 25px 30px 15px 55px;
	}

	.wh-experiences-owl .owl-nav button {
	    top: 45%;
	}

	.product_page_gallery .product_label-img {
		top: -55px;
    	left: -35px;
	}

	.wh-product-part .product_page_content .product_page_gallery .product_slider img {
	    height: 320px;
	}

	.wh-landingspagina .wh-product-part {
	    padding: 130px 0 50px;
	}

	.wh-product-part .product_page_details {
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}

	.product_page_details .product_page_details-lft {
    	width: 55%;
	}

	.product_page_details .product_page_details-rgh {
	    width: 45%;
	    padding-left: 15px;
	}

	.wh-product-part .single_product_specification {
	    margin-top: -40px;
	}

	.wh-product-part .product_page_details .single_product_description {
		line-height: 16px;
	}

	.wh-product-part .product_page_content .yith-ywraq-add-to-quote {
		margin-top: 15px;
	}

	.single_product_phone a {
		font-size: 27px;
	}

	.wp-ipad-product {
		margin-top: 65px;
	}

	.product_page_content .wp-ipad-product .product_all_images .item img {
		height: 145px;
	}

	.wh-product-part .wp-ipad-product .product_all_videos iframe {
		height: 330px;
	}

	.wh-product-part .product_page_content {
		width: 95%;
	}

	.wh-landingspagina .wh-smth-part {
	    padding: 20px 0 50px;
	}

	.wh-smth .title {
		padding-bottom: 50px;
	}

	.seo-faq_part.wh-questions-part {
		padding: 60px 0 80px;
	}

	.wh-concept-part .home_full_section .full_section {
	    min-height: 500px;
	}

	.wh-concept-part .home_full_section .full_section .full_section_details {
		line-height: 17px;
	}

	.wh-concept-part .home_full_section.sect_det .full_section:first-child .full_section_description {
		margin-right: 0;
	}

	.wh-concept-part .home_full_section .full_section .full_section_btn {
		margin-top: 30px;
	}

	.wh-concept-part .home_full_section .full_section .full_section_btn .btn {
		padding: 10px 100px 11px;
	}

	.wh-blue-part .wh-blue-title {
		width: 90%;
    	margin: 0 auto;
	}

	.home_full_section .full_section .full_section_description {
	    padding: 0 35px 55px;
	}

	.wh-concept-part.b-b-part .home_full_section .full_section .full_section_btn .btn {
	    padding: 10px 60px 11px;
	}

	.wh-concept-part .home_full_section .full_section h4 {
		margin-bottom: 20px;
	}

	.wh-product-loop {
	    right: 25px;
	    top: 260px;
	}

	.wh-product-loop img {
	    width: 35px;
	    height: 35px;
	}

	.wh-product-part .product_garantie_l .garantie_details {
		padding-right: 10px;
	}

}

@media (max-width: 767px) {

	.wh-property .wh-property-img,
	.wh-property .wh-property-details,
	.wh-properties-part .wh-properties,
	.wh-landingspagina .product_page_content,
	.b-b-part .home_full_section .full_section .full_section_bg,
	.b-b-part .home_full_section .full_section .full_section_video {
	    width: 100%;
	}

	.wh-properties-item .wh-property,
	.wh-product-part .single_product_specification,
	.wp-mobile-product,
	.wh-product-part .product_page_content .wp-mobile-product .product_all_images,
	.wh-product-part .wp-mobile-product .product_all_videos,
	.b-b-part .home_full_section .full_section {
		display: block;
	}

	.wh-product-part .product_all_videos .owl-nav {
		display: none;
	}

	.wh-properties-item .property-title {
		text-align: center;
	}

	html, body {
		overflow-x: hidden;
	}

	.wh-sticky-btn {
	    right: 20px;
	    top: 115px;
	}

	.wh-landingspagina {
	    margin-top: 90px;
	}

	.wh-landingspagina .wh-banner {
		padding: 100px 0 60px;
	}

	.wh-banner-details .title {
	    font-size: 32px;
	    line-height: 40px;
	    width: 85%;
	    margin: 0 auto -7px;
	}

	.wh-banner-details .part-d {
	    font-size: 16px;
	    margin-top: 20px;
	}

	.wh-all-logos .owl-nav button.owl-prev {
	    left: -20px;
	}

	.wh-all-logos .owl-nav button.owl-next {
	    right: -20px;
	}

	.wh-landingspagina .wh-after-banner-part {
	    margin: 55px 0 75px;
	}

	.wh-after-banner-part .after-banner-part {
		flex-wrap: wrap;
	}

	.after-banner-part .after-banner-attachs {
		order: 1;
		width: 100%;
	}

	.after-banner-part .after-banner-details {
		order: 2;
		width: 100%;
		margin-top: 60px;
	}

	.after-banner-attach .owl-dots {
		margin-top: 8px;
	}

	.wh-properties-items .owl-nav button {
		position: absolute;
    	margin-top: 20px;
	}

	.wh-properties-items .owl-nav button.owl-prev {
		left: 21%;
	}

	.wh-properties-items .owl-nav button.owl-next {
		right: 21%;
	}

	.wh-landingspagina .wh-properties-part {
		padding-bottom: 95px;
	}

	.after-banner-attach .attach-item img, 
	.after-banner-attach .attach-item iframe {
		height: 190px;
	}

	.wh-property .wh-property-img img {
		height: 172px;
	}

	.wh-landingspagina .wh-experiences-part {
		padding: 40px 0 45px;
	}

	.wh-experiences>.title {
		margin-bottom: 20px;
	}

	.wh-experiences-owl .owl-nav button {
    	margin-top: 25px;
	}

	.wh-experiences-owl .owl-nav button.owl-next {
		float: right;
	}

	.wh-discount .title {
		font-size: 25px;
		line-height: 32px;
	}

	.wh-product-part .product_page_content .product_page_gallery .product_slider img {
	    height: 235px;
	}

	.product_page_gallery .product_label-img {
	    top: -50px;
    	left: -10px;
	}

	.wh-landingspagina .wh-product-part {
	    padding: 100px 0 20px;
	}

	.wh-product-part .product_page_details {
		margin-top: 35px;
	}

	.wh-product .mobile_product_description {
		padding: 0;
	}

	.wh-product-part .single_product_phone .pr_ph_number {
		margin-top: 7px;
	}

	.wh-product .single_product_phone a {
		font-size: 27px;
	}

	.wh-product-part .product_page_content .product_all_images .owl-nav button,
	.wh-benefits-part .wh-benefits .owl-nav button {
		position: inherit;
		margin: 32px 0 0;
	}

	.wh-product-part .product_page_content .product_all_images .owl-nav button.owl-next,
	.wh-benefits-part .wh-benefits .owl-nav button.owl-next {
		float: right;
	}

	.wh-product-part .product_page_content .product_all_images .item img {
	    height: 115px;
	}

	.wh-product-part .product_page_content .product_all_images {
		margin: 40px 0 80px;
	}

	.wh-product-part .product_all_videos iframe {
		height: 180px;
	}

	.wh-landingspagina .wh-smth-part {
	    padding: 20px 0;
	}

	.wh-smth .title {
		padding-bottom: 35px;
	}

	.seo-faq_part.wh-questions-part {
		padding: 40px 0 60px;
	}

	.wh-concept-part .home_full_section {
		margin-top: 0;
	}

	.wh-concept-part .full_section .img-v {
    	order: 2;
	}

	.wh-concept-part .full_section .full_section_bg {
		order: 1;
	}

	.wh-concept-part .home_full_section .full_section .full_section_description {
	    padding-top: 0;
	    padding-left: 25px;
	    padding-right: 25px;
	}

	.wh-concept-part .home_full_section .full_section h4 {
		margin-top: 80px;
		margin-bottom: 15px;
	}

	.wh-concept-part .home_full_section .full_section .full_section_details {
		line-height: 17px;
	}

	.wh-concept-part .home_full_section .full_section .full_section_btn {
		margin-top: 25px;
		margin-bottom: 15px;
	}

	.wh-concept-part .home_full_section .full_section .full_section_btn .btn {
	    padding: 10px 80px 11px;
	}

	.wh-landingspagina .wh-extra-part {
	    padding: 60px 0 40px;
	}

	.wh-extra-items .wh-extra-item {
		margin-bottom: 40px;
	}

	.wh-blue-part {
	    font-size: 17px;
	    line-height: 24px;
	}

	.wh-benefits-part .wh-benefits .owl-nav {
		width: 60%;
    	margin: 0 auto;
	}

	.wh-concept-part.b-b-part .home_full_section .full_section h4 {
		margin-top: 0;
	}

	.wh-concept-part.b-b-part .home_full_section .full_section .full_section_description {
		padding-top: 65px;
	}

	.wh-concept-part.b-b-part .home_full_section .full_section .full_section_btn .btn {
	    padding: 10px 80px 11px;
	}

	.wh-concept-part.b-b-part .home_full_section .full_section .full_section_video img {
		height: 350px;
	}

	.wh-landingspagina .wh-bottom-part {
		padding: 60px 0 70px;
	}

	.wh-product-loop {
	    right: 20px;
	    top: 190px;
	}

}

@media (min-width: 1100px) {

	/*.wh-experiences-owl .owl-nav.disabled {
		display: block;
	}*/

	.wh-experiences-owl .wh-experience-item {
		margin: 0 30px;
	}

	.wh-experiences-owl-wrap {
	    padding: 0 10px;
	    overflow: hidden;
	    position: relative;
	}

	.wh-experiences-owl .owl-nav button {
    	position: absolute;
	    top: 38%;
	    transform: translateX(-50%);
	}

	.wh-experiences-owl .owl-nav button.owl-prev {
		left: -35px;
	}

	.wh-experiences-owl .owl-nav button.owl-next {
		right: -50px;
	}

	.wh-experiences-owl.owl-carousel .owl-stage-outer {
	    overflow: inherit;
	}

	.wh-experiences-owl.owl-carousel .owl-stage-outer .owl-stage {
		margin: 0 auto;
	}

	.wh-experiences-owl .owl-item .wh-experience-item .experience-item-img {
		display: none;
	}

	.wh-experiences-owl .owl-item.active .wh-experience-item .experience-item-img {
		display: block;
	}

}





