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


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700,700i');






h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	color: #454545;
	text-transform: uppercase;
}

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


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



p, a, li, td {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
	
	color: #454545;
}

a {
	color: #00a0dd;
	font-weight: 600;
}

a:hover {
	color: #00a0dd;
	text-decoration: underline;
}

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




.product-addon-totals {
	display: none;
}





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


/******************* BUTTON *******************/
.btn-blue {
	position: relative;
    color: #ffffff;
    background-color: #00a0dd;
    font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	width: auto !important;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

}

.btn-blue:hover, .btn-blue:focus {
    color: #ffffff;
    background-color: #0085ba;
}












.headerFix {
	height: 82px;
}

.headerTop {
	position: fixed;
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.headerTop .logo {
	width: 155px;
    float: left;
    padding: 20px 10px 20px 0;
    margin-right: 25px;
}


.headerTop .nav {
	float: left;
}

.navRight {
	float: right;
}

.winkelwagen {
	float: right;
	width: 38px;
	margin: 23px 0;
	margin-left: 21px;
	position: relative;
}

.countCart {
	position: absolute;
	top: -7px;
    left: 12px;
    width: 20px;
    text-align: center;
}




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

.sf-menu li {
    background: transparent;
}

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


.sf-menu a {
	padding: 30px 13px;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li.current_page_item a {
	color: #00a0dd;
	text-decoration: none;
}

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

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

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

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

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

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

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



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

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
















.topMovie {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.topMovie video {
	/*object-fit: contain;*/
	/* object-fit: fill; */
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.topMovie video::-webkit-media-controls {
	display: none !important;
}











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

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

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


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

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






.productsHome {
	padding: 50px 0 0 0;
}

.homeIntro {
	padding: 10px 0;
}

.homeIntroText {
	margin-bottom: 30px;
}



.homeWerkt {
	padding: 70px 0;
	background-color: #00a0dd;
}

.homeWerktWrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.homeWerkt{
    position:relative;
    overflow:hidden;
}
.homeWerkt:before, .homeWerkt:after{
    content:'';
    position:absolute;
}
.homeWerkt:before{
    background: #fff;
    bottom:100%; left:-1%;
    width:101%; height:200%;
    
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);    
}
.homeWerkt:after{
    background: #fff;
    top:100%;
    width:100%; height:100%;
    
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);  
}





.homeWerkt .homeWerktStapTop {
	margin: 25px 0;
	text-align: center;
}

.homeWerkt .homeWerktStapTitel {
	font-weight: 600;
	font-size: 15.9px;
	text-transform: uppercase;
}



.homeWerkt .homeWerktStapNumber, .homeWerkt .homeWerktStapIcon {
	height: 65px;
	display: inline-block;
}

.homeWerkt .homeWerktStapNumber {
	width: 62px;
	margin-right: 18px;
}

.homeWerkt .homeWerktStapIcon {
	width: 106px;
	background-size: contain;
	background-repeat: no-repeat;
}


.homeWerkt .homeWerktStapNumber p {
	font-size: 86px;
	line-height: 60px;
	font-weight: 600;
}









.homeReviews {
	padding: 50px 0;
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
}



.homeReviews .homeReviewWrap {
	background-color: #ffffff;
	
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}

.homeReviews .homeReviewImg {
	height: 170px;
	width: 100%;
	background-color: #ffffff;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.homeReviews .homeReviewText {
	padding: 20px;
}

.homeReviews .homeReviewText p {
	font-size: 15px;
}

.homeReviews .homeReviewText p.homeReviewNaam {
	margin-top: 15px;
	font-size: 13px;
	margin-bottom: 0px;
}






.homeMedia {
	padding: 160px 0 70px 0;
	background-color: #f3f4f4;
}

.owl-carousel-media {
	margin-top: 25px;
}



.homeMedia{
    position:relative;
    overflow:hidden;
}
.homeMedia:before, .homeMedia:after{
    content:'';
    position:absolute;
}
.homeMedia:before{
    background: #fff;
    bottom:100%; left:-1%;
    width:101%; height:200%;
    
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);    
}
.homeMedia:after{
    background: #abdac5;
    top:100%;
    width:100%; height:100%;
    
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);  
}




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

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


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

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

















.wooWrap {
	padding: 40px 0;
	width: 100%;
	z-index: 2;
	position: relative;
}

.catDescription {
	padding: 145px 0 70px 0;
	background-color: #f3f4f4;
}




.catDescription{
    position:relative;
    overflow:hidden;
}
.catDescription:before, .catDescription:after{
    content:'';
    position:absolute;
}
.catDescription:before{
    background: #fff;
    bottom:100%; left:-1%;
    width:101%; height:200%;
    
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);    
}
.catDescription:after{
    background: #fff;
    top:100%;
    width:100%; height:100%;
    
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);  
}

.procatAfb {
	padding: 20px 0 50px 0;
}




.sideWrap .widget {
	margin-bottom: 25px;
}

.sideWrap .widget.widget_text {
    border: 1px solid #ededed;
    padding: 15px;
}






/********** FLEXIBLE **********/

.fullContent {
	padding: 50px 0;
}

.page_intro, .page_image, .page_paragraph, .page_quote, .page_gallery {
	margin-bottom: 30px;
}

.pageBuilder .page_intro p {
	font-size: 19px;
	line-height: 26px;
}

.pageBuilder .page_quote {
	padding: 0 50px;
	position: relative;
}

.pageBuilder .page_quote p {
	font-weight: 400;
	color: #000000;
}

.pageBuilder .page_quote:before, .pageBuilder .page_quote:after {
	content: '"';
	position: absolute;
	font-weight: 900;
	left: 0px;
	top: -18px;
	color: #000000;
	font-size: 60px;
}

.pageBuilder .page_quote:after {
	content: '"';
	left: auto;
	right: 0px;
	top: -25px;
}


.pageBuilder .page_gallery_wrap {
	margin-bottom: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pageBuilder .page_gallery_wrap2 {
	height: 260px;
}

.pageBuilder .page_gallery_wrap3 {
	height: 200px;
}

.pageBuilder .page_gallery_wrap4 {
	height: 140px;
}



.waaromSide {
	border: 1px solid #ededed;
	padding: 15px;
}








/********** WOOCOMMERCE **********/

.woocommerce-breadcrumb {
	display: none !important;
}

.woocommerce-result-count {
	display: none !important;
}

.woocommerce-ordering {
	display: none !important;
}

.woocommerce-products-header {
	margin-bottom: 25px;
}

.woocommerce-products-header h1 {
	text-align: center;
	margin-bottom: 65px;
}


.wc-bookings-date-picker .label {
	display: inline;
    padding: .2em 0em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


/* LOOP */
.productLoopWrap {
	background-color: #ffffff;
	padding: 0px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
	box-shadow: 0px 0px 10px 1px rgba(220,220,220,1);
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

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

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0 15px !important;
    text-align: center !important;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 12px;
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
}

.productLoopWrap .button {
	display: none !important;
}


.product_meta {
	display: none;
}




.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #00a0dd !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}





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

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

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

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






.woocommerce ul.products li.product .price {
    color: #abdac5;
    display: block;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: .857em;
}



.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #abdac5;
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
}




.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
    padding: 4px 0;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 39%;
    clear: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 56%;
}





.wc-bookings-date-picker .ui-datepicker td.partial_booked a:after {
    border-bottom: 1.5em solid #C96259;
    border-left: 1.5em solid transparent;
}



#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    width: 124px;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 100px;
}


.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 130px;
}



.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 73%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 23%;
}

.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

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

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #efefef;
	padding: 5px 0;
	position: relative;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	color: #454545;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
	display: block;
	color: #00a0dd;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 10px;
	
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    height: 15px;
    width: 15px;

}

.woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 6px;
}

.entry-summary form.cart { display: flex; flex-direction: column; }
.entry-summary #wc-bookings-booking-form { order: 3; }
.entry-summary .product-addon-eten { order: 1; margin-top: 12px;}
.entry-summary .product-addon-allergieen { order: 2; display: none; }
.entry-summary .wc-bookings-booking-form-button { order: 4; }


div.product-addon {
	margin: 0 0 20px 0;
}

.product-addon h3 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

.product-addon p {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.product-addon-eten p {
	margin-top: -9px !important;
}


.product-addon-allergieen textarea {
	border: 1px solid #ddd;
	resize: none;
	padding: 6px;
}





#wpis-gallery {
	display: none;
}







#product-185 .woocommerce-tabs.wc-tabs-wrapper {
	display: none !important;
}

#product-185 h3.addon-name {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 15px;
    line-height: 23px;
    color: #454545;
    text-transform: none !important;
    margin-bottom: 3px !important;
}

#product-185 input.addon {
	padding: 6px;
}


.variations label {
	font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    font-size: 15px;
    line-height: 23px;
    color: #454545;
}

.woocommerce div.product form.cart .variations td.label {
    padding: 4px 0;
    margin: 0px 0px;
    display: block;
    text-align: left;
}


.woocommerce-variation-price {
	margin-bottom: 25px;
}

.woocommerce-variation-price .woocommerce-Price-amount.amount {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 32px;
    line-height: 32px;
}


.quantity input.qty {
	padding: 4px;
}



/****** TABS ******/
.woocommerce div.product .woocommerce-tabs .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tabWrap {
	padding-bottom: 35px;
}

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

.tabVoorzieningen ul li {
	float: left;
	width: 33.3333333%;
}


.woocommerce-tabs {
	margin-top: 40px;
    display: inline-block;
}


.related.products {
	margin-top: 20px;
}




.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
	width: 100%;
    background-color: #f3f4f4;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #00a0dd;
    z-index: 2;
    border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #f3f4f4;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #d3ced2;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff;
    text-shadow: none;
}










.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 16.66666%;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px;
}


















.accommodation_booking_time_tab {
	display: none !important;
}





.page_paragraph input, .page_paragraph textarea {
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 6px;
	margin-bottom: 6px;
	outline: none;
}

.page_paragraph textarea {
	height: 130px;
	resize: none;
}






/*

.woocommerce .products ul, .woocommerce ul.products {
    text-align: center !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none !important;
    display: inline-block !important;
}

.related h2 {
	text-align: center;
}

*/


.popUp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	max-width: 320px;
	height: auto;
	background-color: white;
	z-index: 99999999999;
	
	border: 1px solid #e6e6e6;
	padding: 20px;
}

#popup-close {
	position: absolute; 
	right: 15px;
	top: 15px;
	cursor: pointer;
}

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

.popUp li {
	line-height: 16px;
	margin: 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.popUp li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}


footer {
	background-color: #abdac5;
	padding: 40px 0;
}


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



.socialLink {
    display: inline-block;
    margin-right: 7px;
}

.socialLink a {
    font-size: 26px;
    line-height: 30px;
}


.paymentFoot {
	display: inline-block;
	margin-right: 10px;
}





.navMob {
	display: none !important;
	
}

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

.menuOverlay {
	display: none;
}
















.wc-bookings-date-picker .ui-datepicker td.partial_booked a {
	position: relative;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a:after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a::after {
    border-bottom: 16px solid rgb(201, 98, 89);
    border-left: 16px solid transparent;
}

.wc-bookings-date-picker .ui-datepicker td.fully_booked+td.partial_booked.partial_booked a:after {
    border-bottom: 0;
    border-left: 0;
    border-top: 16px solid #C96259;
    border-right: 16px solid transparent;
    right: unset;
    left: 0;
    top: 0;
}

.wc-pao-addon-allergieen textarea {
	resize: none !important;
}


.subzin p {
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
}



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

	

	
}





@media screen and (max-width: 992px) {
	.sf-menu a {
	    padding: 25px 7px;
	    color: #000000;
	    font-size: 14px;
	    font-weight: 400;
	    font-family: 'Montserrat', sans-serif;
	    text-transform: uppercase;
	}
	
	.headerTop .logo {
	    width: 125px;
	    float: left;
	    padding: 20px 10px 20px 0;
	    margin-right: 25px;
	}
	
	
	.winkelwagen {
	    float: right;
	    width: 38px;
	    margin: 19px 0;
	    margin-left: 21px;
	    position: relative;
	}
	
	
	.headerFix {
	    height: 73px;
	}
	
	
}


@media screen and (max-width: 768px) {
	
	.headerTop .logo {
	    float: left;
	    width: 125px;
	    margin-right: 10px;
	}
	
	.navHeader {
		display: none;
	}
	
	
	.navMob {
		display: block !important;
		float: right !important; 
		font-size: 23px;
		color: #000;
		margin-top: 9px;
		margin-right: 26px;
		width: 25px;
		height: 33px;
	}
	
	
	.menuOverlay {
		display: none;
		background: rgba(0, 0, 0, 0.9);
		height: 100vh; 
		width: 100%; 
		position: fixed;
		z-index: 9999999;
		font-weight: 600;
		text-transform: uppercase;
	}
	

	
	.menuOverlay .close {
		position: fixed;
		right: 32px;
		top: 32px;
		font-size: 29px;
		color: #fff !important;
	}
	
	.menuOverlay .close i {
		color: #fff !important;
	}
	
	.menuOverlay .overMenu {
		text-align: center;
	}
	
	.menuOverlay .overMenu ul {
		text-align: center;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 90px;
	}
	
	
	.menuOverlay .overMenu ul li {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.menuOverlay .overMenu ul li a {
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 24px;
	}
	
	
	
	.menuOverlay .overMenu ul li ul {
		text-align: center;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 0px;
	}
	
	.menuOverlay .overMenu ul li ul li a {
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 18px;
	}
	
	.menuOverlay .overMenu ul li ul li {
		text-align: center;
		margin-bottom: 5px;
	}
	
		
	.menuOverlay .social {
		margin-top: 15px;
	}
	
	.menuOverlay .social i {
		color: #ffffff;
		font-size: 22px;
		margin: 0 3px;
	}
	
	.menuOverlay .social i:hover {
		color: #b39a6a;
	}
	
	
	
	
	
	
	
	
	
	
	.topMovie {
	    width: 100%;
	    height: 320px;
	    overflow: hidden;
	    position: relative;
	}
	
	.homeReviewWrap {
	    margin-top: 20px;
	}

	
	
	
	
	
	
	
	
	
	.widget {
		margin-bottom: 25px;
	}
	
	
	
	
	
	
	
	
	
	
	
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	    float: left;
	    width: 100%;
	}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	    float: right;
	    width: 100%;
	    clear: none;
	}
	
	
	.woocommerce .col2-set, .woocommerce-page .col2-set {
	    width: 100% !important;
	    float: left !important;
	    margin-right: 0% !important;
	}
	
	.woocommerce .woocommerce-checkout #order_review {
	    float: left;
	    width: 100%;
	}
	
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
	    float: left;
	    width: 100%;
	    margin-bottom: 30px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
	    float: right;
	    width: 100%;
	}
	
	.tabVoorzieningen ul li {
	    float: left;
	    width: 100%;
	}
	
	

}



