

.xoo-cp-pdetails td.xoo-cp-remove{
    width: 5%;
    font-size: 20px;
}

.xoo-cp-pdetails td{
    vertical-align: middle;
    text-align: center;
}

.xoo-cp-pdetails td.xoo-cp-ptitle{
    text-align: left;
}

.xoo-cp-ptotal{
    display: table;
    float: right;
    margin-right: 25px;
    font-size: 18px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}
.xcp-ptotal{
    font-size: 23px;
}
td.xoo-cp-remove .xoo-cp-remove-pd{
    font-size: 20px;
    color: #ea0a0a;
    cursor: pointer;
}

td.xoo-cp-ptitle{
    width: 45%;
    padding-left: 5px;
}
.xoo-cp-preloader{
    position: fixed;
    top: 47%;
    left: 47%;
    transform: translate(-50%,-50%);
    z-index: 2;
    animation: xoo-cp-spin 575ms infinite linear;
    font-size: 45px;
}

@keyframes xoo-cp-spin {
     from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@-ms-keyframes xoo-cp-spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes xoo-cp-spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes xoo-cp-spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.xoo-cp-outer{
    display: none;
}
.xoo-cp-variations{
    font-size: 13px;
}

.xoo-cp-variations .variation {
    overflow: auto;
    margin-top: 5px;
}
.xoo-cp-variations .variation dt{
    margin: 0 5px 0 0;
    float: left;
}
.xoo-cp-variations .variation dd{
    margin: 0 10px 0 0;
    float: left;
}
/* When screen size is less than 500px */
@media only screen and (max-width: 500px) {
    a.xcp-btn{
        width: 80%;
        margin: 5px 0;
    }
    span.xcp-ptotal , .xoo-cp-ptotal{
        font-size: 15px;

    }
    td.xoo-cp-pimg{
        display: none;
    }
    td.xoo-cp-ptitle a , td.xoo-cp-pprice{
        font-size: 14px;
    }
}


span.xcp-minus {
    border-right-width: 1px;
    border-right-style: solid;
}
span.xcp-plus {
    border-left-width: 1px;
    border-left-style: solid;
}
span.xcp-plus, span.xcp-minus {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 21px;
}



input[type=number].xoo-cp-qty{
    border: 0!important;
    text-align: center;
    display: inline-block;
    max-width: 30px;
    float: left;
    height: 100%;
    line-height: 100%;
    padding: 0;
}
input.xoo-cp-qty::-webkit-outer-spin-button,
input.xoo-cp-qty::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.xoo-cp-qtybox{
    border-width: 1px;
    border-style: solid;
    position: relative;
    display: inline-block;
    font-weight: 700;
    height: 37px;
    line-height: 35px;
}
.xoo-cp-added,.xoo-cp-adding{
    margin-left: 5px;
}

.xoo-cp-notice-box{
  left: 0;
  right: 0;
  bottom: 50px;
  position: fixed;
  z-index: 100000;
}
.xoo-cp-notice-box > div{
    display: table;
    margin: 0 auto;
    background-color: #333;
    padding: 10px 20px;
    color: white;
    font-weight: 500;
    font-size: 15px;
}
.xoo-cp-notice ul.woocommerce-error a.button{
    display: none;
}
.xoo-cp-notice ul.woocommerce-error{
   margin: 0;
}

.xoo-cp-variations .variation:last-of-type {
    display: none;
}

.xoo-cp-variations .variation:first-of-type {
    display: block;
}
/* --------------- END https://watersport-meerstad.nl/wp-content/plugins/added-to-cart-popup-woocommerce/assets/css/xoo-cp-style.css?ver=1,7 --------------- */ 

/* --------------- START inline --------------- */ 

td.xoo-cp-pqty{
			    min-width: 120px;
			}
			.xoo-cp-container{
				max-width: 650px;
			}
			.xcp-btn{
				background-color: #777777;
				color: #ffffff;
				font-size: 14px;
				border-radius: 5px;
				border: 1px solid #777777;
			}
			.xcp-btn:hover{
				color: #ffffff;
			}
			td.xoo-cp-pimg{
				width: 20%;
			}
			table.xoo-cp-pdetails , table.xoo-cp-pdetails tr{
				border: 0!important;
			}
			table.xoo-cp-pdetails td{
				border-style: solid;
				border-width: 0px;
				border-color: #ebe9eb;
			}

/* --------------- END inline --------------- */ 

/* --------------- START inline --------------- */ 

	
/***************************************/
/**************** CART *****************/
/***************************************/	

#cart_head{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 60px;
	padding-top: 40px;
	}
#cart_head h2{
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: #003249;
	}

#woo_single_wrapper #home_usps{
	display: none;
	}


#cart_holder{
	width: 100%;
	background-color: #F6FCFF;
	font-family: inherit;
	}
#cart_holder_inner{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 80px;
	padding-bottom: 80px;
	}

.woocommerce-cart-form{
	display:block;
	float: none;
	width: 100%;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 6px;
	}	
@media (min-width:1020px){
#woo_single_wrapper #home_usps{
	display: block;
	}			
.woocommerce-cart-form{
	display:block;
	float: left;
	width: 46%;
	background-color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 6px;
	}
}


.shop_table .order-total td strong{
	font-weight: 400;
	font-size: 12px;
	}
.shop_table .order-total td strong>span span{
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	}
.shop_table .order-total td strong>span{
	font-weight: 600;
	font-size: 18px;
	display: block;
	}
	
.woocommerce-cart-form table.shop_table	thead{
	display: none;
	}


.woocommerce table.shop_table, .woocommerce table.shop_table td, .woocommerce table.shop_table th{
	border:none!important;
	}	
	
.woocommerce-cart-form table.shop_table{
	display: table;
	position: relative;
	}	
.woocommerce-cart-form table.shop_table tr{	
	border-bottom: 1px solid #eeeeee!important;
	display: table-row;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	}
@media (min-width:1020px){
.woocommerce-cart-form table.shop_table{
	display: block;
	position: relative;
	}			
.woocommerce-cart-form table.shop_table tr{	
	border-bottom: 1px solid #eeeeee!important;
	display: inline-block;
	padding-top: 10px;
	width: 100%;
	}
		
}

.woocommerce-cart-form table.shop_table	td.product-remove{
	width: 100%;
	float: none;
	}
.woocommerce-cart-form table.shop_table	td.product-name{
	width: 100%;
	float: none;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
	pointer-events: none;
	font-weight: 600;
	}
.woocommerce-cart-form table.shop_table	td.product-name p{
	display: block;
	font-size: 14px;
	font-style: italic;
	clear: none;
	}		
@media (min-width:768px){	
.woocommerce-cart-form table.shop_table	td.product-name p{
	display: block;
	font-size: 14px;
	font-style: italic;
	clear: left;
	}	
}	
.woocommerce-cart-form table.shop_table	td.product-name dl{
	padding-top: 10px!important;
	}
.woocommerce-cart-form table.shop_table	td.product-price{
	width: 100%;
	float: none;
	position: relative;
	top:auto;
	right: auto;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	}
.woocommerce-cart-form table.shop_table	td.product-quantity{
	width: 100%;
	float: none;
	font-size: 14px;
	line-height: 14px;
	}
@media (min-width:768px){
.woocommerce-cart-form table.shop_table	td.product-remove{
	width: 10%;
	float: left;
	padding-top: 32px;
	}	
.woocommerce-cart-form table.shop_table	td.product-name{
	width: 40%;
	float: left;
	font-size: 16px;
	line-height: 16px;
	pointer-events: none;
	font-weight: 600;
	}		
.woocommerce-cart-form table.shop_table	td.product-price{
	width: 20%;
	position: absolute;
	top:10px;
	right: 0;
	text-align: right;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	}
.woocommerce-cart-form table.shop_table	td.product-quantity{
	width: 25%;
	float: left;
	font-size: 16px;
	line-height: 16px;
	margin-top: 30px;
	}
}

.woocommerce-cart-form table.shop_table	td.product-remove a{
	color: #003249!important;
	}
.woocommerce-cart-form table.shop_table	td.product-remove a:hover{
	color: #ffffff!important;
	}


.woocommerce-cart-form table.shop_table	td{
	display: block;
	}
	

.woocommerce-cart-form table.shop_table	td.product-thumbnail{
	width: 20%;
	float: left;
	pointer-events: none;
	}



.woocommerce-cart-form table.shop_table	td.product-name a{
	text-decoration: none;
	color: #003249;
	}
.woocommerce-cart-form table.shop_table	td.product-thumbnail img{
	width: 100%;
	height: auto;
	}
	

.wac-quantity{
	height: 40px;
	overflow: hidden;
	border-radius: 3px;
	border:1px solid #e8e8e8;
	display: inline-block;
	width: auto!important;
	}
.woocommerce-cart-form table.shop_table	td.product-quantity input{
	width: 30px;
	height: 40px;
	border:none;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #dedede;
	}			
	
.wac-qty-button{
	width: 38px;
	height: 40px!important;
	border-radius: 0px;
	border:none!important;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0!important;
	padding-top: 12px!important;
	background-color: #ffffff;
	transition: 0.3s all;
	}	
.wac-qty-button:hover{
	background-color: #b3b3b3;
	}
.wac-qty-button a{
	width: 30px;
	height: 40px!important;
	display: block;
	padding-top: 12px;
	color: #ffffff;
	text-decoration: none;
	}	
@media (min-width:1020px){		
.wac-qty-button a{
	width: 30px;
	height: 40px!important;
	display: block;
	padding-top: 10px;
	color: #ffffff;
	text-decoration: none;
	}	
}

	
.woocommerce-cart-form table.shop_table	td.product-subtotal{
	display: none;
	}
	
#action_dad{
	border:none!important;
	display:block!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	}
.actions{
	padding-left: 0px!important;
	padding-right: 0px!important;
	}		
.actions button[name=update_cart]{
	display: none!important;
	}
.coupon{
	float: none!important;
	width: 100%!important;
	padding: 0!important;
	font-family: inherit;
	}
#coupon_code{
	width: 48%;
	float: left;
	height: 40px;
	border:1px solid #dedede;
	border-radius: 0px;
	font-size: 12px;
	padding-left: 12px;
	font-family: inherit;
	}
.actions button[name=apply_coupon]{
	width: 48%;
	float: right;
	height: 40px;
	border-radius: 20px;
	font-size: 12px;
	font-family: inherit;
	background-color: #1cbbe9!important;
	color: #ffffff !important;
	transition: all 0.3s;
	}
.actions button[name=apply_coupon]:hover{
	background-color: #f5db0a!important;
	color: #003249 !important;
	}	
		
.includes_tax{
	display: none;
	}

.cart-collaterals{
	display:block;
	float: none;
	width: 100%!important;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 6px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 16px;
	}
@media (min-width:1020px){	
.cart-collaterals{
	display:block;
	float: right;
	width: 50%!important;
	background-color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
	border-radius: 6px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 18px;
	}
}	
	
.cart-collaterals table.shop_table th{
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	}		
.cart-collaterals table.shop_table td{
	text-align: right;
	padding-left: 0px;
	padding-right: 0px;
	}
.woocommerce-shipping-destination{
	display: none;
	}	
		
.cart_totals{
	width: 100%!important;
	}
.cart_totals h2{
	display: none;
	}
.cart_totals h3{
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: #003249;
	}	
.cart_totals .cart-subtotal{
	display: none;
	}
#totalen_titel{
	display: block!important;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #003249
	text-transform: uppercase;
	margin-bottom: 20px;
	}	
		
.checkout-button{
	width: 100%;
	border-radius: 40px!important;
	text-align: center;
	color: #003249!important;
	padding-top: 25px!important;
	padding-bottom: 25px!important;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	transition: all 0.3s;
	background-color: #f5db0a!important;
	border: none;
	}
.checkout-button:hover{
	background-color: #1cbbe9!important;	
	color: #ffffff!important;
	}
#onder_cart_totals{
	display: block;
	float: none;
	clear: both;
	width: 100% !important;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 6px;
	}	
@media (min-width:1020px){	
#onder_cart_totals{
	display: block;
	float: right;
	clear: right;
	width: 50% !important;
	background-color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 40px;
	border-radius: 6px;
	}
}	
.order-total td{
	vertical-align: top!important;
	}
.order-total th span{
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	color: #e1e1e1;
	font-weight: 100;
	display: block;
	}
	
#onder_cart_totals h2{
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: #003249
	margin-bottom: 20px;
	}		
.onder_cart_item{
	float: left;
	padding-right: 8px;
	}	
.onder_cart_item img{
	max-height: 40px;
	width: auto;
	height: auto;
	}	
#woo_cart_usps{
	display: block;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 6px;
	}
.woo_cart_usp_item{
	width: 100%;
	padding: 20px;
	padding-left: 0px;
	padding-right: 0px;
	float: none;
	}	
@media (min-width:1020px){	
#woo_cart_usps{
	display: block;
	background-color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 6px;
	}		
.woo_cart_usp_item{
	width: 50%;
	padding: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	}
}	
.woo_cart_usp_item_img{
	width: 50px;
	height: 50px;
	background-position: center center;
	background-size: cover;
	float: left;
	}	
.woo_cart_usp_item_text{
	float: right;
	width: calc(100% - 60px);
	font-size: 14px;
	line-height: 14px;
	color: #003249
	}	
.woo_cart_usp_item_text h2{
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #003249
	margin-bottom: 8px;
	}	
	
	
#woo_empty_cart_holder{
	width: 100%;
	background-color: #f9f9f9;
	font-family: inherit;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
	}	
#woo_empty_cart_holder_inner{
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px;
	background-color: #ffffff;
	border-radius: 6px;
	}
	
.return-to-shop{
	display: none!important;
	}	



#woo_empty_cart_holder_inner .button{
	display: inline-block;
    background-color: #ff8319;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 14px;
	}
#woo_empty_cart_holder_inner .button:hover{
	background-color: #db7218;
	}


#woo_single_crosssell_products_heading{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
#woo_single_crosssell_products_heading h2{
	font-family: 'League Spartan';
    font-weight: 800;
    font-size: 34px;
    line-height: 44px;
    padding-right: 20px;
    position: relative;
	}
/*			
#woo_single_crosssell_products_heading h2:after{
	content: '';
	background-color: #f5db0a;
	width: calc(100% - 20px);
	position: absolute;
	z-index: -1;
	bottom: 8px;
	right: 0;
	height: 10px;
	}
*/

.cross-sells>h2{
	display: none;
	}
.cross-sells .product{
	width: 100%!important;
	}	
@media (min-width:768px){			
.cross-sells .product{
	width: 33%!important;
	}
}	
	
.cross-sells .product .product_tablet{
	width: 100%;
	}
.product_tablet_info{
	font-size: 20px;
	line-height: 26px;
	}

.woocommerce ul#shipping_method li input{
	vertical-align: inherit!important;	
	}

.betaal_icon{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px; 
	vertical-align: middle;
	}		
	
.woocommerce-cart-form table.shop_table td.product-quantity{
	float: right;
	text-align: end;
	}	
	
	
/***************************************/
/**************** CART *****************/
/***************************************/	



/***************************************/
/************** CHECKOUT ***************/
/***************************************/



#checkout_holder{
	width: 100%;
	background-color: #F6FCFF;
	font-family: inherit;
	}



#checkout_holder_inner{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 120px;
	}	
@media (min-width:768px){		
#checkout_holder_inner{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 120px;
	}
}	
	
	
#checkout_holder_inner .woocommerce-form-login-toggle{
	width: 100%;
	}

#checkout_holder_inner .woocommerce-form-coupon-toggle{
	width: 100%;
	}
	
#checkout_holder_inner .woocommerce-form-coupon-toggle .woocommerce-info:before{
	content: ''!important;
	}	
#checkout_holder_inner .woocommerce-form-coupon-toggle .woocommerce-info{
	text-align: center!important;
	border:none!important;
	padding-left: 0px!important;
	margin-bottom: 10px;
	}
#checkout_holder_inner .woocommerce-form-coupon-toggle .woocommerce-info{
	font-size: 20px;
	
	}
#checkout_holder_inner .woocommerce-form-coupon-toggle .woocommerce-info span{
	font-size: 15px;
	}		
#checkout_holder_inner .woocommerce-form-coupon-toggle .woocommerce-info a{
	color: #444444!important;
	text-decoration: none!important;
	font-weight: 700;
	display: inline-block;
	font-size: 32px;
	vertical-align: middle;
	}		
	
#checkout_holder_inner .checkout_coupon{
	box-shadow:none;
	border-radius: 4px;
	width: 100%!important;
	max-width: 600px;
	padding-bottom: 40px;
	border:none!important;
	background-color: #ffffff;
	margin: 0 auto 40px auto!important;
	}	
#checkout_holder_inner #coupon_code{
	width: 100%!important;
	}

	
#checkout_holder_inner .checkout_coupon .form-row-first{
	width: 100%!important;
	float: none;
	}
#checkout_holder_inner .checkout_coupon .form-row-last{
	width: 100%!important;
	float: none;
	}
#checkout_holder_inner .checkout_coupon .button{
	width: 100%!important;
	float: none;
	}	
	

#checkout_holder_inner .woocommerce-form-login-toggle .woocommerce-info:before{
	content: ''!important;
	}	
#checkout_holder_inner .woocommerce-form-login-toggle .woocommerce-info{
	text-align: center!important;
	border:none!important;
	padding-left: 0px!important;
	}	
#checkout_holder_inner .woocommerce-form-login-toggle .woocommerce-info a{
	color: #444444!important;
	text-decoration: none!important;
	font-weight: 700;
	display: block;
	}

			
#checkout_holder_inner .woocommerce-form-login{
	box-shadow:none;
	border-radius: 4px;
	width: 100%!important;
	max-width: 600px;
	padding-bottom: 40px;
	border:none!important;
	background-color: #ffffff;
	margin: 0 auto 40px auto!important;
	}
	
#checkout_holder_inner .woocommerce-form-login input[type=password]{	
	width: 100%;
	float: left;
	height: 40px;
	border: 1px solid #dedede;
	border-radius: 0px;
	font-size: 12px;
	padding-left: 12px;
	font-family: inherit;
	}	
#checkout_holder_inner .woocommerce-form-login input[type=text]{	
	width: 100%;
	float: left;
	height: 40px;
	border: 1px solid #dedede;
	border-radius: 0px;
	font-size: 12px;
	padding-left: 12px;
	font-family: inherit;
	}
	
	
	
#checkout_holder_inner .woocommerce-form-login .form-row-first{
	width: 100%!important;
	float: none;
	}
#checkout_holder_inner .woocommerce-form-login .form-row-last{
	width: 100%!important;
	float: none;
	}
#checkout_holder_inner .woocommerce-form-login__submit{
	width: 100%!important;
	float: none;
	font-size: 16px!important;
	}
#checkout_holder_inner .woocommerce-form-login__submit:hover{
	font-size: 16px!important;
	}
	


#checkout_details_holder{
	float: none;
	width: 100%;
	display: block;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 20px;
	border-radius: 6px;
	}
#checkout_order_holder{
	float: none;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	}
	
#checkout_holder_inner .form-row-first{
	width: 100%;
	float: none;
	}
#checkout_holder_inner .form-row-last{
	width: 100%;
	float: none;
	}	
		
@media (min-width:1020px){	
#checkout_holder_inner .form-row-first{
	width: 48%;
	float: left;
	}
#checkout_holder_inner .form-row-last{
	width: 48%;
	float: right;
	}	
#checkout_details_holder{
	float: left;
	width: 50%;
	display: block;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 20px;
	border-radius: 6px;
	}
#checkout_order_holder{
	float: right;
	width: 46%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	}	
}	
	
#checkout_details_holder .col-1{
	width: 100%;
	}
#checkout_details_holder .col-2{
	width: 100%;
	}
#checkout_details_holder h3{
	display:none;
	}
#checkout_details_holder h2{
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: #003249;
	margin-bottom: 8px;
	}
#alle_velden{
	font-size: 18px;
	color: #003249;
	}
#alle_velden span{
	font-size: 15px;
	color: #003249;
	}	
	
	
#checkout_details_holder input[type=text]{
	height: 40px;
	border:1px solid #D5D5D5;
	padding-left: 12px;
	border-radius: 2px;
	font-size: 18px;
	}
#checkout_details_holder input[type=email]{
	height: 40px;
	border:1px solid #D5D5D5;
	padding-left: 12px;
	border-radius: 2px;
	font-size: 18px;
	}
#checkout_details_holder input[type=tel]{
	height: 40px;
	border:1px solid #D5D5D5;
	padding-left: 12px;
	border-radius: 2px;
	font-size: 18px;
	}

#checkout_details_holder textarea{
	height: 140px;
	border:1px solid #D5D5D5;
	padding: 12px;
	border-radius: 2px;
	font-size: 18px;
	resize: none;
	font-family: inherit;
	}
.woocommerce-billing-fields__field-wrapper{
	padding-top: 40px;
	}
#checkout_details_holder label{
	font-size: 18px!important;
	}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:6px!important;
	}	
.select2-container--default .select2-selection--single{
	height: 40px;
	font-size: 18px;
	padding-top: 5px;
	border:1px solid #D5D5D5!important;
	border-radius: 2px!important;
	}
#select2-billing_country-container{
	height: 40px;
	}


#order_review table.shop_table{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	margin-bottom: 0px!important;
	}
#order_review table.shop_table thead{
	display: none;
	}	
#order_review table.shop_table tr.cart-subtotal{
	display: none;
	}	
	
#order_review table.shop_table td{
	text-align: right;
	vertical-align: top;
	}		
#order_review table.shop_table tr.cart_item td.product-name{
	text-align: left;
	}
#order_review_heading{
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	background-color: #ffffff;
	padding-left: 20px;
	padding-top: 60px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: #003249;
	padding-bottom: 8px;
	}
#checkout_order_back_to_cart{
	display: inline-block;
	display: none;
	position: relative;
	top:auto;
	right:auto;
	z-index: 100;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	color: #1CBBE9;
	font-size: 15px;
	}	
@media (min-width:768px){		
#checkout_order_back_to_cart{
	display: block;
	position: absolute;
	top:60px;
	right:22px;
	z-index: 100;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #1CBBE9;
	}	
}	
	
#checkout_order_back_to_cart a{
	text-decoration: underline;
	color: #1CBBE9;
	font-size: 15px;
	line-height: 15px;
	}	

.woocommerce form .form-row .required{
	font-size: 15px!important;
	line-height: 15px!important;
	}	
	
.checkout-product-img{
	width: 20%;
	}
.checkout-product-img img{
	width: 100%;
	height: auto;
	}
.checkout-product-name{
	width: 40%;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-align: left!important;
	color: !important;
	}
.checkout-product-qty{
	width: 15%;
	}
.checkout-product-total{
	width: 25%;
	}
#payment{
	background-color: transparent!important;
	}
#payment ul{
	border-bottom: none!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	background-color: #ffffff!important;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	}
.woocommerce-terms-and-conditions-wrapper{
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	}
.wc_payment_method{
	padding: 20px;
	border:none;
	border-radius: 10px;
	background-color: #cecece;
	margin-bottom: 10px!important;
	}
	
.place-order{
	padding-left: 0px!important;
	padding-right: 0px!important;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding-bottom: 60px!important;
	}
#place_order{
	width: calc(100% - 40px);
	border-radius: 40px!important;
	text-align: center;
	color: #003249!important;
	padding-top: 25px!important;
	padding-bottom: 25px!important;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
	transition: all 0.3s;
	background-color: #f5db0a!important;
	border: none;
	float: none!important;
	}	
@media (min-width:768px){	
#place_order{
	width: calc(100% - 40px);
	border-radius: 40px!important;
	text-align: center;
	color: #003249!important;
	padding-top: 25px!important;
	padding-bottom: 25px!important;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	line-height: 20px;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.3s;
	background-color: #f5db0a!important;
	border: none;
	float: none!important;
	}
}	
	
#place_order:hover{
	background-color: #1cbbe9!important;	
	color: #ffffff!important;
	}
.woocommerce-shipping-totals th{
	vertical-align: top;
	}

.validate-required .checkbox input.woocommerce-form__input{
	display: inline-block!important;
	opacity: 1!important;
	position: relative!important;
	}

.lost_password a{
	color: inherit;
	}

input[type=checkbox], input[type=radio], label{
	cursor: pointer;
	}
.wc_payment_method{
	cursor: pointer;
	position: relative;
	overflow: hidden;
	}
#checkout_order_holder .wc_payment_method .input-radio{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%;
	z-index: 400;
	opacity: 0;
	}
.woocommerce-privacy-policy-text p, .woocommerce-terms-and-conditions-checkbox-text{
	font-size: 15px!important;
	line-height: 27px!important;
	color: #003249!important;
	padding-bottom: 0px!important;
	}	
.woocommerce-privacy-policy-text a{
	color: inherit;	
	}	
.validate-required label{
	margin-bottom: 0px!important;
	}	
.woocommerce-additional-fields{
	padding-bottom: 40px;
	}	
.woocommerce-additional-fields h3{
	display:none!important;
	}	
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: transparent!important;
	}	
/***************************************/
/************** CHECKOUT ***************/
/***************************************/




/***************************************/
/************** MY ACCOUNT *************/
/***************************************/


fieldset{
	border:none;
	}
	
	
.woocommerce-Button, #mijn_account .button{
	width: 100%;
	max-width: 300px;
	border-radius: 40px!important;
	text-align: center;
	color: #003249!important;
	text-transform: uppercase;
	padding-top: 25px!important;
	padding-bottom: 25px!important;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	transition: all 0.3s;
	background-color: #f5db0a!important;
	border: none;
	}
.woocommerce-Button:hover, #mijn_account .button:hover{
	background-color: #db7218;
	}	
#mijn_account{
	width: 100%;
	background-color: #f9f9f9; 
	padding-top: 60px;
	padding-bottom: 60px;
	}
#mijn_account_inner{
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 40px;
	padding-top: 80px;
	padding-bottom: 80px;
	}

.woocommerce-MyAccount-navigation ul{
	width: 100%;
	margin-bottom: 20px;
	border-bottom:1px solid #444444;
	height: auto;
	}
.woocommerce-MyAccount-navigation ul li{
	width: 100%;
	float: none;
	list-style: none;
	text-align: left;
	}	
@media (min-width:768px){	
.woocommerce-MyAccount-navigation ul{
	width: 100%;
	margin-bottom: 20px;
	border-bottom:1px solid #444444;
	height: 36px;
	}
.woocommerce-MyAccount-navigation ul li{
	width: 25%;
	float: left;
	text-align: center;
	}
}	
.woocommerce-MyAccount-navigation ul li:first-child{
	display:none;
	}	
	
.woocommerce-MyAccount-navigation ul li a{
	text-decoration: none;
	color: #003249
	display: inline-block;
	height: 36px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	}

.woocommerce-MyAccount-navigation ul li.is-active a{
	border-top:1px solid #444444;
	}
.woocommerce-MyAccount-content a{
	color: #003249
	}	
	
.woocommerce-MyAccount-content input{
	height: 30px;
	border: 1px solid #444444;
	font-size: 14px;
	line-height: 14px;
	color: #003249
	background-color: #ffffff;
	padding-left: 12px;
	}	
	
.woocommerce-MyAccount-content input[type=submit]{
	border-radius: 0!important;
	border:1px solid #e9a362!important;
	background-color: #e9a362!important;
	color: #ffffff!important;
	height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition:all 0.3s;
	}	
.woocommerce-MyAccount-content input[type=submit]:hover{
	color: #e9a362!important;
	background-color: #ffffff!important;
	}	

.woocommerce-MyAccount-content h3{
	margin: 0;
	color: #003249
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	}

.woocommerce-MyAccount-content label{
	margin: 0;
	color: #003249
	font-weight: 400;	
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	}	
.woocommerce-MyAccount-content{
	font-size: 16px;
	line-height: 26px;
	
	}	
.edit{
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	color: #003249
	}	
	
.woocommerce-info, .woocommerce-message{
	border-top-color: #e9a362;
	font-size: 12px;
	color: #003249
	}	
.woocommerce-info::before{
	color: #e9a362;
	}	
.woocommerce-message::before{
	color: #e9a362;
	}
#sigle_product_holder .woocommerce-message{
	display: none!important;
	}
	
.woocommerce-info a{
	color: #003249
	}	
.woocommerce-message a{
	color: #003249
	}	
	
.woocommerce-Address{
	margin-bottom: 20px;
	}	


.register input[type=text]{
	height: 30px;
	border: 1px solid #444444;
	font-size: 14px;
	line-height: 14px;
	color: #003249
	background-color: #ffffff;
	padding-left: 12px;
	}	
.register input[type=email]{
	height: 30px;
	border: 1px solid #444444;
	font-size: 14px;
	line-height: 14px;
	color: #003249
	background-color: #ffffff;
	padding-left: 12px;
	}
.register input[type=password]{
	height: 30px;
	border: 1px solid #444444;
	font-size: 14px;
	line-height: 14px;
	color: #003249
	background-color: #ffffff;
	padding-left: 12px;
	}	
.register label{
	margin: 0;
	color: #003249
	font-weight: 400;	
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	}
.register input[type=submit]{
	border-radius: 0!important;
	border:1px solid #e9a362!important;
	background-color: #e9a362!important;
	color: #ffffff!important;
	height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition:all 0.3s;
	}	
.register input[type=submit]:hover{
	color: #e9a362!important;
	background-color: #ffffff!important;
	}


		
.woocommerce-form-login input[type=text]{
	height: 30px;
	border: 1px solid #444444;
	font-size: 14px;
	line-height: 14px;
	color: #003249
	background-color: #ffffff;
	padding-left: 12px;
	}	
.woocommerce-form-login input[type=password]{
	height: 30px;
	border: 1px solid #444444;
	font-size: 14px;
	line-height: 14px;
	color: #003249
	background-color: #ffffff;
	padding-left: 12px;
	}	
.woocommerce-form-login label{
	margin: 0;
	color: #003249
	font-weight: 400;	
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	}
.woocommerce-form-login input[type=submit]{
	border-radius: 0!important;
	border:1px solid #e9a362!important;
	background-color: #e9a362!important;
	color: #ffffff!important;
	height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition:all 0.3s;
	}	
.woocommerce-form-login input[type=submit]:hover{
	color: #e9a362!important;
	background-color: #ffffff!important;
	}	
	
.woocommerce-LostPassword a{
	text-decoration: none;
	color: #003249
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	}	
.woocommerce-LostPassword a:hover{
	text-decoration: underline;
	}	
	
.lost_reset_password input[type=text]{
	height: 30px;
	border: 1px solid #444444;
	font-size: 14px;
	line-height: 14px;
	color: #003249
	background-color: #ffffff;
	padding-left: 12px;
	}	
.lost_reset_password label{
	margin: 0;
	color: #003249
	font-weight: 400;	
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	}
.lost_reset_password input[type=submit]{
	border-radius: 0!important;
	border:1px solid #e9a362!important;
	background-color: #e9a362!important;
	color: #ffffff!important;
	height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition:all 0.3s;
	}	
.lost_reset_password input[type=submit]:hover{
	color: #e9a362!important;
	background-color: #ffffff!important;
	}	
.lost_reset_password p{
	font-size: 12px;
	line-height: 20px;
	color: #003249
	}





/***************************************/
/************** MY ACCOUNT *************/
/***************************************/



/***************************************/
/***************** SHOP ****************/
/***************************************/

#woo_shop{
	width: 100%;
	background-color: #ffffff;
	}
#woo_shop_inner{
	width: 100%;
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
	}
	

#woo_shop_pagination{
	text-align: center;
	padding-bottom: 60px;
	background-color: #ffffff;
	}	
#woo_shop_pagination ul{
	display: inline-block;
	}	
#woo_shop_pagination ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}
#woo_shop_pagination ul li a{
	color: #003249;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
	transition: 0.3s all;
	}
#woo_shop_pagination ul li a:hover{
	color: #1cbbe9;
	}		
#woo_shop_pagination ul li span.current{
	color: #1cbbe9;
	display: inline-block;
	height: 50px;
	padding-top: 9px;
	padding-bottom: 9px;
	}
	
#woo_shop_pagination ul li a.prev{
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px; 
	transition: 0.3s all;
	padding-top: 9px!important;
	padding-bottom: 9px;
	color: #003249;
	}
#woo_shop_pagination ul li a.prev:hover{
	color: #1cbbe9;
	}	
		
#woo_shop_pagination ul li a.next{
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px; 
	transition: 0.3s all;
	padding-top: 9px!important;
	padding-bottom: 9px;
	color: #003249;
	}
#woo_shop_pagination ul li a.next:hover{
	color: #1cbbe9;
	}
#woo_shop_pagination ul li a.prev:after{
	content:'';
	}		
#woo_shop_pagination ul li a.next:before{
	content:'';
	}		
@media (min-width:768px){		
#woo_shop_pagination ul li a.prev:after{
	content:' VORIGE';
	}		
#woo_shop_pagination ul li a.next:before{
	content:'VOLGENDE ';
	}	
}
		
/***************************************/
/***************** SHOP ****************/
/***************************************/





/***************************************/
/***************** SINGLE **************/
/***************************************/



.ook_beschikbaar_item{
	width: calc(16.66% - 6px);
	height: 65px;
	border-radius: 6px;
	background-size: contain;
	margin-right: 3px;
	margin-left: 3px;
	border: #dedede 1px solid;
	margin-bottom: 6px;
	transition: all 300ms ease;
	float: left;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	}
.ook_beschikbaar_item:hover{
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
	}

.woocommerce-variation-availability{
	display: none!important;
	}
.disabled{
	pointer-events: none;
	opacity: 0.5;
	}
li.disabled:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/kruis.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}
	
.out-of-stock, .onsale{
	display: none;
	}	

.single_uitverkocht{
	display: inline-block;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #ACB8C9;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	border: none;
	border-radius: 20px;
	}
.single_bestseller{
	display: inline-block;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #1dbbea;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	border: none;
	border-radius: 20px;
	}
.single_pre_order{
	display: inline-block;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #f5db0a;
	color: #003249;
	font-size: 18px;
	line-height: 18px;
	border: none;
	border-radius: 20px;
	margin-left: 4px;
	margin-right: 4px;
	font-weight: 700;
	}
	
	
#woo_single_wrapper{
	width: 100%;
	}
#woo_single_wrapper_inner{
	width: 100%;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 60px;
	}

.added_to_cart, .reset_variations{
	display: none!important;
	}

.related .availability_date, .up-sells .availability_date{
	display: none;
	}
.variations{
	padding-bottom: 24px;
	}	
.variations .label{
	padding-bottom: 18px;
	}


/***************************************/
/***************** SINGLE **************/
/***************************************/



/***************************************/
/************** ADDED TO CART **********/
/***************************************/




.xoo-cp-container .attachment-woocommerce_thumbnail{
	height:auto;
	width:100%;
	}



.xoo-cp-success {
	background-color: #397f27!important;
	font-weight:600;
	color: #ffffff!important;
	}
.xoo-cp-pdetails {
	min-height:120px;
	height: auto;
}
span.xoo-cp-close {
	display:none;
}
.xoo-cp-ptotal{
	color:#72486e;
	font-weight: 700;
	}
.xoo-cp-pprice{
	color:#72486e;
	font-weight: 700;
	}
td.xoo-cp-ptitle a {
	color:#72486e;
	text-decoration:none;
}
td.xoo-cp-ptitle a:hover {
	text-decoration:underline;
}
.attachment-woocommerce_thumbnail {
	height:auto;
}
.xoo-cp-ptotal {
  display:none;
}

.xoo-cp-qtybox{
	border:2px solid #72486e!important;
	border-radius: 6px;
	}
.xoo-cp-qty{
	-webkit-appearance: none;
	-moz-appearance: textfield;
	font-weight: 700;
	color: #72486e;
	}
.xcp-minus{
	font-weight: 700!important;
	color: #72486e!important;
	border:none!important;
	}
.xcp-plus{
	font-weight: 700!important;
	color: #72486e!important;
	border:none!important;
	}


.xoo-cp-btn-vc.xcp-btn{
	color: #003249;
	background-color:#f5db0a;
	width:100%!important;
	height: 50px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 800;
	border:none;
	border-radius: 50px;
	line-height:50px;
	padding:0;
	margin-bottom: 0px;
	margin-top:20px;
	transition: all 0.3s;
}
.xoo-cp-btn-vc.xcp-btn:hover {
	color: #ffffff;
	background-color:#1cbbe9;
}

.xoo-cp-btn-ch.xcp-btn {
	color: #003249;
	background-color:#f5db0a;
	width:100%!important;
	height: 50px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 800;
	border:none;
	border-radius: 50px;
	line-height:50px;
	padding:0;
	margin-bottom: 20px;
	margin-top:20px;
	transition: all 0.3s;
}
.xoo-cp-btn-ch.xcp-btn:hover {
	color: #ffffff;
	background-color:#1cbbe9;
}
.xoo-cp-close.xcp-btn {
	color:#1cbbe9;
	background-color: transparent!important;
	border:none;
	font-size: 16px;
	font-weight: 800;
	transition: all 0.3s;
}
.xoo-cp-close.xcp-btn:hover {
 text-decoration:underline;
	color:#003249;
}
.xoo-cp-atcn {
    overflow: auto;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

#minimale_besteltext_added_popop{
	color:#72486e;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	
	}

/***************************************/
/************** ADDED TO CART **********/
/***************************************/



/***************************************/
/************** THANK YOU **************/
/***************************************/


.woocommerce-order{
	width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 6px;
	}
.woocommerce-order-overview strong, .woocommerce-order-details__title, .woocommerce-column__title{
	color: !important;
	}
.woocommerce-order h2{
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #003249
	margin-bottom: 8px;
	text-transform: uppercase;
	}

.woocommerce-order-overview{
	padding-top: 20px;
	}

.woocommerce-order .woocommerce-column--billing-address{
	display: block;
	width: 100%!important;
	float:none;
	border:none;
	}
.woocommerce-order .woocommerce-column--shipping-address{
	display: block;
	width: 100%!important;
	border:none;
	float:none;
	}
.woocommerce-order address{	
	border:none!important;
	display: block;
	padding-bottom: 40px!important;
	}

/***************************************/
/************** THANK YOU **************/
/***************************************/

/***************************************/
/************** SHOP FILTER ************/
/***************************************/
.filterBox{ position: relative; padding-top: 6px; }
#watersportFilter{ position: absolute;top:5px; left:0px; z-index: 200; display: none; }

.premmerce-filter-body{ display: flex; flex-direction: column; }

.filter__item{ padding: 0px!important; margin-bottom: 15px!important; }
.filter__item:nth-child(1){ order:3; width:80%;}
.filter__item:nth-child(2){ order:1;}
.filter__item:nth-child(3){ order:2;}
.filter__item:nth-child(4){ order:4;}
.filter__item:nth-child(5){ order:5;}
.filter__item:nth-child(6){ order:6;}
.filter__item:nth-child(7){ order:7;}
.filter__item:nth-child(8){ order:8;}

.filter__item-border{ border:none; }
.filter__item:nth-child(3) .filter__properties-list>div.filter__properties-item .filter__checkgroup-title{font-weight: 600!important; color: #003249!important; }
.filter__item:nth-child(3) .filter__properties-list>div.filter__properties-item .filter__checkgroup-title:hover{ color: #1cbbe9!important}


.filter__item:first-child .filter__header .filter__title{ display: none!important; }
.filter__item:first-child .filter__header:before{ content:'Prijs';font-size: 18px!important; font-weight: 700!important; color: #003249!important; font-family: 'Open Sans', sans-serif!important; }
.filter__title{ font-size: 18px!important; font-weight:700!important; color: #003249!important; font-family: 'Open Sans', sans-serif!important; text-transform: capitalize!important;}
.filter__item:nth-child(3) .filter__header .filter__title{ display: none!important; }
.filter__item:nth-child(3) .filter__properties-list>div{ margin-bottom: 2px!important; }
.filter__item:nth-child(3) .filter__properties-list>div:last-child .filter__checkgroup-title{ font-weight: 700!important; color: #ff0000!important; }
.filter__item:nth-child(3) .filter__properties-item .filter__checkgroup-check{ display: none!important; }
.filter__inner{ margin-top: 4px!important; }
.filter__checkgroup-check{ box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2); border: 1px solid #e2e2e2!important;}

.filter__inner-hierarchy-button-open-close{ display:none!important; }
.filter__checkgroup-title{ padding: 0!important;margin: 0!important;font-size: 18px!important; font-weight: 400; color:#003249!important; display: inline-block; }
.filter__checkgroup-check{ margin-right: 10px!important; }
.filter__checkgroup-count{ display: none!important; }
.filter__properties-item:hover .filter__checkgroup-title{ color: #1cbbe9!important}

div[data-parent-id="192"]{display: none!important;}
div[data-parent-id="194"]{display: none!important;}

.filter__item:nth-child(3) .filter__properties-list>div.filter__properties-item:nth-child(3):hover {opacity:0.4; display: block!important;}

.pc-range-slider__control .ui-slider-handle{ width: 14px!important; height: 14px!important; border-radius: 50%!important; background-color: #1cbbe9!important; border:1px solid #1cbbe9!important; top:3px!important; }
.pc-range-slider__control .ui-slider-range{ background-color: #1cbbe9!important; }
.pc-range-slider__control .ui-slider-handle:last-of-type{ margin-left: -14px!important; }

input.filter__slider-control{border: 1px solid #d5d5d5!important;padding: 10px!important;font-size: 18px!important;border-radius: 5px!important; -webkit-appearance: none; -moz-appearance: none;}






/***************************************/
/************** SHOP FILTER ************/
/***************************************/
	

/* --------------- END inline --------------- */ 

/* --------------- START inline --------------- */ 
.woocommerce-product-gallery{ opacity: 1 !important; }
/* --------------- END inline --------------- */ 

/* --------------- START inline --------------- */ 

			.cross-sells {
	display:none;
}
.woocommerce-cart-form table.shop_table tr {
	position:relative;
}
.betaal_icon {
	max-width:36px!important;
}
div.attribute-swatch {
	margin-top:20px;
}

.variation-Beschikbaar p {
	font-size:14px!important;
	margin-top:-5px;
}
#desktop_header_menu>ul>li>a {
	font-weight:800;
}
#home_usps_inner {
	padding-top:25px;
	padding-bottom:20px;
}
#home_banner_img h1, #home_intro_inner h2, #home_sub_boards_title_inner>h2, #home_accessoires_title_inner>h2, #home_wie_zijn_wij_inner_links_inner>h2, #wat_andere_vinden_inner_top_links>h2, #woo_single_related_products_heading>h2 {
	font-family:'League Spartan';
	font-weight:800;
}
#home_sub_boards_title_inner>h2:after, #home_accessoires_title_inner>h2:after, #home_wie_zijn_wij_inner_links_inner>h2:after, #wat_andere_vinden_inner_top_links>h2:after, #woo_single_related_products_heading>h2:after {
	right:12px;
}
.product_tablet p {
	font-size:20px;
	line-height:26px;
}
.product_tablet .woocommerce-Price-amount.amount {
	font-size:20px;
	line-height:26px;
	font-weight:600;
}
#wat_andere_vinden_nav_links, #wat_andere_vinden_nav_rechts {
	width:30px;
	height:30px;
	font-size:26px;
	line-height:24px;
}
.reviews_item_inner_titel {
	font-size:15px;
	line-height:20px;
	padding-top:10px;
}
.reviews_item_inner_bottom>p {
	font-size:20px;
}
#hoe_kunnen_we_helpen_inner_right>h2, #nb_aanmelden_inner_top>h2 {
	font-size:22px;
	line-height:30px;
	font-weight:800;
}
#hoe_kunnen_we_helpen_inner_right>p, #nb_aanmelden_inner_top>p {
	font-size:20px;
}
#woo_single_wrapper_inner_top_right h1 {
	font-family:'League Spartan';
	font-weight:800;
}

.woo_single_ups_item {
	font-size:15px;
}
#woo_single_omschrijving, #woo_single_details {
	max-width:800px;
}
#woo_single_omschrijving>h3, #woo_single_details>h3 {
	font-size:22px;
	line-height:30px;
	font-weight:800;
	margin-bottom:10px;
}
#woo_single_omschrijving>p, #woo_single_details>p {
	font-size:20px;
	line-height:26px;
}
label.wcvaswatchlabel {
	border:none!important;
	outline:none!important;
}
.product_tablet_prijs {
	padding-top:20px;
}
#checkout_details_holder h3 {
	text-transform: none!important;
}
.availability_date {
	padding-top:20px!important;
	margin-bottom:20px!important;
	display:block;
	font-size:14px;
	color:#848484;
}

.woof_checkbox_count, .woof_radio_count {
	display:none;
}		
/* --------------- END inline --------------- */ 

/* --------------- START https://watersport-meerstad.nl/wp-content/themes/meerstad/style.css?ver=1.1093 --------------- */ 
/* 
Theme Name: Meerstad
Theme URI: 
Description: A 2020 framework for WordPress.
Author: Internetbureau Jun-E-Jay
Version: 1.0 
Tags:

General comments (optional).

*/


/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== 

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

*/


    
    
    
    


/* #Site Styles
================================================== */
/* ### general ### */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #003249;
}
body {
    background: #fff;
}
input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #003249;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul, li {
    list-style: none;
}
:focus {
    outline: none;
}
a {
    transition: all ease-in-out 0.4s;
    cursor: pointer;
}
.bannerBox h1 {
    font-family: 'leaguespartan', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}
.bannerBox h3 {
    font-family: 'leaguespartan', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}
h1 {
    font-family: 'leaguespartan', sans-serif;
}
h2, .h2_div {
    font-family: 'leaguespartan', sans-serif;
    font-size: 34px;
    font-weight: 700;
    word-break: break-word;
}
h3 {
    font-family: 'leaguespartan', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}
p {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #003249;
}
p a {
    color: #1cbbe9;
}
p a:hover {
    color: #003249;
}
hr {
    margin: 50px 0;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #e5eaec;
}
button.mfp-close, button.mfp-arrow, .mfp-close {
    opacity: 1;
    text-indent: -9999px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/close.svg') center center no-repeat;
}
/* ### global classes ### */
::placeholder {
    opacity: 1;
    color: #003249;
}
.clear {
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
}
.centering {
    padding-right: calc((100% - 1240px) / 2);
    padding-left: calc((100% - 1240px) / 2);
}
.centering-large {
    padding-right: calc((100% - 1390px) / 2);
    padding-left: calc((100% - 1390px) / 2);
}
.centering-small {
    margin: 0 auto;
    max-width: 800px;
}
.title {
    margin-bottom: 40px;
    width: 100%;
}
.title h1 {
    font-size: 34px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    line-height: 42px;
    color: #003249;
    max-width: calc(100% - 60px);
    background-image: linear-gradient(to bottom,#f5db0a 33%,#f5db0a);
    background-position: 12px 30px;
    background-repeat: no-repeat;
    background-size: 100% 12px;
    display: inline;
    padding-right: 12px;
}
.title h2, .title .h2_div {
    font-size: 34px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    line-height: 42px;
    color: #003249;
    max-width: calc(100% - 60px);
    background-image: linear-gradient(to bottom,#f5db0a 33%,#f5db0a);
    background-position: 12px 24px;
    background-repeat: no-repeat;
    background-size: 100% 12px;
    display: inline;
    padding-right: 12px;
}
/* .title h2:after {
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: -1;
    display: inline-block;
    width: 100%;
    height: 12px;
    background-color: #f5db0a;
    content: '';
}
*/

.woof_container_inner h4{
	font-size: 18px!important;
	}
.woof_list_radio input[type=radio]{
	display:none;
	}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 50, 73, 0.8);
    -webkit-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}
.fancybox-container .fancybox-bg {
    opacity: 1;
    background: #fff;
}
.fancybox-container.fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.fancybox-container .fancybox-infobar {
    display: none;
}
.fancybox-container .fancybox-caption:before {
    display: none;
}
.fancybox-container .fancybox-caption {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #003249;
    background: #fff;
}
.fancybox-container .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
}
.fancybox-container .fancybox-toolbar .fancybox-button {
    display: none;
    color: #003249;
    background: none;
}
.fancybox-container .fancybox-button:hover {
    color: #003249;
}
.fancybox-container .fancybox-button.fancybox-button--close {
    display: block;
    width: 80px;
    height: 80px;
}
.fancybox-container .fancybox-button.fancybox-button--zoom {
    display: none !important;
}
.fancybox-container .fancybox-navigation .fancybox-button {
    padding: 0;
    top: calc(50% - 15px);
    left: 15px;
    opacity: 1;
    visibility: visible;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #003249;
}
.fancybox-container .fancybox-navigation .fancybox-button:hover {
    background: #1cbbe9;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 15px;
    left: auto;
}
.fancybox-container .fancybox-navigation .fancybox-button div {
    display: none;
}
.fancybox-container .fancybox-navigation .fancybox-button:after {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 11px;
    height: 18px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/arrow-icon.png') no-repeat;
    content: '';
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:after {
    position: absolute;
    top: 6px;
    left: 11px;
    width: 11px;
    height: 18px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/arrow-icon2.png') no-repeat;
    content: '';
}
.button-large {
    padding: 18px 30px;
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #003249;
    border-radius: 40px;
    background: #f5db0a;
}
.button-large:hover {
    color: #fff;
    background: #1cbbe9;
}
.button-small {
    padding: 5px 13px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    background: #1cbbe9;
}
.button-small:hover {
    color: #fff;
    background: #003249;
}
/* ### wrapper ### */
#wrapper {
    padding-top: 140px;
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
}
/* ### main container ### */
#mainCntr {
    width: 100%;
}
/* ### header container ### */
#headerCntr {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 0 rgba(2, 102, 143, 0.06);
}
#headerCntr .right {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
#headerCntr .logo {
    padding: 20px 0;
    position: relative;
    left: -3px;
    float: left;
    width: 100%;
    max-width: 320px;
}
#headerCntr .logo svg {
    max-width: 100%;
}
#headerCntr .logo img {
    max-width: 100%;
}
#headerCntr .logo .mobile {
    display: none;
}
#headerCntr .cart {
    margin: 0 8px 5px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: rgba(0, 50, 73, 0.4);
}
#headerCntr .cart:hover {
    color: #1cbbe9;
}
#headerCntr .cart:after {
    position: relative;
    top: 6px;
    right: -2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/cart-icon.svg') no-repeat;
    content: '';
}
#headerCntr .cart span {
    position: absolute;
    top: 0;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.24px;
    color: #fff;
    border-radius: 50%;
    background: #1cbbe9;
}
#headerCntr .mobileMenu {
    position: relative;
    left: -25px;
    z-index: 15;
    display: none;
    float: left;
    width: 120px;
    height: 40px;
    transition: 0.2s;
    cursor: pointer;
    overflow: hidden;
}
#headerCntr .mobileMenu span {
    position: absolute;
    top: 50%;
    right: 20%;
    left: 20%;
    display: block;
    width: 18px;
    height: 3px;
    background: #1cbbe9;
    transition: 0.2s;
}
#headerCntr .mobileMenu span:before, #headerCntr .mobileMenu span:after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1cbbe9;
    transition-duration: 0.2s, 0.2s;
    content: '';
}
#headerCntr .mobileMenu span:before {
    top: -7px;
}
#headerCntr .mobileMenu span:after {
    bottom: -7px;
}
/* ### menu box ### */
.menuBox {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: auto;
}
.menuBox .navigation {
    margin-right: 15px;
}
.menuBox .navigation>ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.menuBox .navigation ul li a {
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.36px;
    text-decoration: none;
    color: #003249;
}
.menuBox .navigation ul li a:hover {
    color: #1cbbe9;
}
.menuBox .socials, .menuBox .close {
    display: none;
}
.menuBox .socials a {
   color: #ffffff;
    font-size: 42px;
}
/* ### search box ### */
.searchBox {
    margin-right: 10px;
    position: relative;
    width: 130px;
}
.searchBox.full_w{
    width: 100%;
}
.searchBox input {
    padding: 5px 40px 5px 14px;
    width: 130px;
    height: 60px;
    font-size: 15px;
    color: rgba(0, 50, 73, 1);
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.searchBox.full_w input {
    width: 100%;
}
.searchBox input::placeholder {
    opacity: 1;
    color: rgba(0, 50, 73, 0.4);
}
.searchBox input::-webkit-search-decoration, .searchBox input::-webkit-search-cancel-button, .searchBox input::-webkit-search-results-button, .searchBox input::-webkit-search-results-decoration {
    display: none;
}
.searchBox button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 60px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
#zoeken_links{
    width: 50%;
   float:left;
    padding-top: 14px;
}
#zoeken_rechts{
    width: 50%;
   float:right;
}
/* ### content container ### */
#contentCntr {
    width: 100%;
}
.centerPart {
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.leftPart {
    padding-right: 15px;
    width: 220px;
}
.rightPart {
    width: calc(100% - 220px);
}
.rightPart .uspBox {
    display: none;
}
/* ### discounted box ### */
.discountedBox {
    width: 100%;
}
.discountedBox .holder {
    padding: 18px 15px;
    position: relative;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 0 0 6px 6px;
    background: #e73a0c;
}
.discountedBox .close-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.discountedBox a {
   color:#ffffff;
   text-decoration:none;
}
.discountedBox a:hover {
   text-decoration:underline;
}
/* ### usp box ### */
.uspBox {
    padding-top: 36px;
    padding-bottom: 37px;
}
.uspBox ul {
    width: 100%;
    text-align: center;
    list-style: none;
}
.uspBox ul li {
    padding: 0 13px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.25px;
    color: #000;
}
.uspBox ul li strong {
    font-weight: 700;
    color: #1cbbe9;
}
.home_usps_item {
}
.home_usps_item span {
    font-weight: 700;
    color: #1cbbe9;
}
.home_usps_item div.usp_text {
    height: 24px;
    padding-top: 0px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
}
.home_usps_item svg {
    vertical-align: bottom;
    margin-right: 6px;
}
/* ### banner box ### */
.bannerBox {
    margin-bottom: 85px;
    padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
}
.bannerBox .holder {
    position: relative;
    display: flex;
    align-content: flex-start;
    width: 100%;
    min-height: 624px;
    padding-top: 40px;
}
.bannerBox .image-overlay {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.image-overlay {
    margin-bottom: 90px;
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    height: 100%;
}
.image-overlay img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.image-overlay:before {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f5db0a;
    content: '';
}
.image-overlay:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0.2;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    content: '';
}
.bannerBox .content {
    padding: 0 0 49px;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
}
.bannerBox h1 {
    margin-bottom: -5px;
    color: #fff;
}
.bannerBox p {
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}
.bannerBox .button {
    margin: 0 4px;
    padding: 15px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #003249;
    border-radius: 30px;
    background: #fff;
    transition: all ease-in-out 0.2s;
}
.bannerBox .button:hover {
    color: #fff;
    background: #003249;
}
.blue-bg {
    margin-bottom: 90px;
    padding-bottom: 10px;
    background: #eefaff;
}
.blue-bg:last-child {
    margin-bottom: 0;
}
.banner_cta_holder{
    position: absolute;
    width: 100%;
    z-index: 90;
    left:0;
    bottom: 40px;
    text-align: center;
}
/* blog Box */
.blogBox {
    padding-top: 90px;
    padding-bottom: 1px;
    position: relative;
    width: 100%;
    background: #eefaff;
}
.blogBox .title {
    margin-bottom: 40px;
}
.blogBox .large {
    margin-bottom: 82px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
}
.blogBox .large:hover h4 {
    text-decoration: underline;
}
.blogBox .image {
    position: relative;
    z-index: 2;
}
.blogBox .image:before {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f5db0a;
    content: '';
}
.blogBox .image img {
    width: 100%;
}
.blogBox .large-image {
    width: 45%;
}
.blogBox .large-content {
    padding-left: 80px;
    width: 55%;
}
.blogBox h4 {
    color: #1cbbe9;
    letter-spacing: 0.3px;
}
.blogBox .date {
    letter-spacing: 0.028em;
    color: rgba(0, 50, 73, 0.4);
}
.blogBox .small {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
}
.small .image:before {
    z-index: 0!important;
}
.small-image img {
    position: relative;
    z-index: 2;
}
.blogBox .small:hover h4 {
    text-decoration: underline;
}
.blogBox .small-image {
    width: 170px;
}
.blogBox .small-content {
    padding: 20px 0 0 50px;
    width: calc(100% - 170px);
}
.blogBox .button-large {
    margin-top: 50px;
}
.blogBox.inner-blog {
    margin-bottom: 0;
    padding-bottom: 121px;
}
.blogBox.inner-blog .large {
    margin-bottom: 0;
}
.blogBox.inner-blog .title {
    margin-bottom: 66px;
}
.blogBox.inner-blog .title h2 {
    font-size: 34px;
    margin-bottom: 48px;
}
.blogBox.inner-blog .title p {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.4px;
    padding-bottom: 0;
}
.blogBox.inner-blog h4 {
    letter-spacing: 0.3px;
    margin-bottom: 13px;
}
.blogBox.inner-blog p {
    padding-bottom: 0;
    margin-bottom: 12px;
}
.blogBox.inner-blog .date {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
}
.blogBox.inner-second {
    margin-bottom: 0;
}
/* recent Box */
.recentBox {
    padding-top: 0px;
    padding-bottom: 60px;
}
.recentBox h4 {
    color: #1cbbe9;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}
.recentBox h4:hover {
    text-decoration: underline;
}
.recentBox p {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.recentBox .small {
    margin-bottom: 59px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
   color: #003249;
}
.recentBox .small.bottom {
    margin-bottom: 105px;
}
.recentBox .small.bottom h4 {
    margin-bottom: 42px;
}
.recentBox .small.bottom p {
    margin-bottom: 46px;
}
.recentBox .small-image {
    width: 170px;
}
.recentBox .image {
    position: relative;
}
.recentBox .image:before {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f5db0a;
    content: '';
}
.recentBox .image_page:before {
    background: #1cbbe9;
}
.recentBox .image_post:before {
    background: #003249;
}
.recentBox .small-content {
    padding: 20px 0 0 52px;
    width: calc(100% - 170px);
   font-size: 20px;
   font-weight: 400;
   line-height: 27px;
   color: #003249;
}
.recentBox .date {
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.028em;
    color: rgba(0, 50, 73, 0.4);
}
.recentBox .pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.recentBox .pagination span {
    text-decoration: none;
    color: #003249;
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 20px;
    font-weight: 700;
}
.recentBox .pagination a {
    text-decoration: none;
    color: #003249;
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 20px;
    cursor: pointer;
}
.recentBox .pagination a.active, .recentBox .pagination a:hover {
    font-weight: 700;
}
.recentBox .pagination a.next {
    vertical-align: top;
    overflow: hidden;
    height: 30px;
    width: 30px;
    line-height: 33px;
    text-align: center;
    background-color: #003249;
    border-radius: 30px;
    display: inline-block;
    font-size: 0px;
   line-height: 0px;
}
.recentBox .pagination a.next:before {
    background-image: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/arrow-icon2.png');
    background-repeat: no-repeat;
    width: 10px;
    height: 24px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    content: '';
    background-position: center 5px;
}
.recentBox .pagination a.prev {
    vertical-align: top;
    overflow: hidden;
    height: 30px;
    width: 30px;
    line-height: 33px;
    text-align: center;
    background-color: #003249;
    border-radius: 30px;
    display: inline-block;
    font-size: 0px;
   line-height: 0px;
}
.recentBox .pagination a.prev:before {
    background-image: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/arrow-icon.png');
    background-repeat: no-repeat;
    width: 10px;
    height: 24px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    content: '';
    background-position: center 5px;
}
/* promotion Box */
.promotionBox {
    margin-bottom: 80px;
    position: relative;
    width: 100%;
}
.promotionBox .title {
    margin-bottom: 10px;
}
/* filter Box */
.filterBox {
    position: relative;
    width: 100%;
    padding-bottom: 80px;
}
.filterBox .list > li {
    margin-bottom: 12px;
    width: 100%;
}
.filterBox .list > li > a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #003249;
}
.filterBox .list > li > a:hover {
    color: #1cbbe9;
}
.filterBox .list > li > ul {
    padding: 12px 0 1px 30px;
}
.filterBox .list > li > ul > li {
    margin-bottom: 10px;
}
.filterBox .list > li > ul > li > a {
    font-size: 18px;
    text-decoration: none;
    color: #003249;
}
.filterBox .list > li > ul > li > a:hover {
    color: #1cbbe9;
}
.filterBox .list > li.sale > a {
    color: #e73a0c;
}
.filterBox .panel {
    padding-top: 10px;
}
.filterBox .price {
    padding: 67px 0 30px;
}
.filterBox .price span {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
}
.filterBox .price-number {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 180px;
}
.filterBox .price-number input {
    padding: 5px 8px;
    width: calc(50% - 6px);
    height: 40px;
    font-size: 18px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.filterBox .range {
    margin-bottom: 24px;
    position: relative;
    max-width: 180px;
    height: 4px;
    background: #d5d5d5;
}
.filterBox .range:after {
    position: absolute;
    top: 0;
    left: 15%;
    z-index: 2;
    width: 50%;
    height: 4px;
    background: #1cbbe9;
    content: '';
}
.filterBox .dot-left {
    position: absolute;
    top: -5px;
    left: 13%;
    z-index: 6;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1cbbe9;
}
.filterBox .dot-right {
    position: absolute;
    top: -5px;
    left: 60%;
    z-index: 6;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1cbbe9;
}
.filterBox .filter-close {
    display: none;
}
.checkbox {
    margin-bottom: 10px;
    position: relative;
}
.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.checkbox label {
    padding-left: 30px;
    display: inline-block;
    font-size: 18px;
    color: #003249;
    cursor: pointer;
}
.checkbox label:after {
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/check.svg') center center no-repeat;
    background-size: 0 0;
    transition: all 0.3s;
    content: '';
}
.checkbox input:checked + label:after {
    border-color: #1cbbe9;
    background-color: #1cbbe9;
    background-size: 10px auto;
}
/* image Box */
.imageBox {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}
.imageBox .title {
    margin-bottom: 20px;
}
/* sort Box */
.sortBox {
    margin-bottom: 60px;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.sortBox span {
    padding: 0 10px;
    display: inline-block;
    opacity: 0.4;
    font-size: 12px;
    color: #003249;
}
.sortBox span p{
    font-size: 15px;
    padding-bottom: 0px;
}
.woocommerce-ordering {
    width: 100%;
    max-width: 260px;
}
.orderby {
    position: relative;
    z-index: 91;
    opacity: 0.8;
    background-image: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/select-arrow.svg');
    background-position: 94% center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.orderby {
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 10px!important;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    color: #003249;
    text-overflow: ellipsis;
    border: 1px solid #d5d5d5;
    border-radius: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.heapBox .heap {
    padding: 15px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 190px;
    border-radius: 5px;
    background: #373737;
}
.heapBox ul li {
    margin-bottom: 8px;
}
.heapBox ul li:last-child {
    margin-bottom: 0;
}
.heapBox ul li a {
    padding-left: 21px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.heapBox ul li a.selected {
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/check-white.svg') left 4px no-repeat;
}
.heapBox .handler {
    position: absolute;
    top: 20px;
    right: 13px;
    display: block;
    width: 18px;
    height: 11px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/select-arrow.svg') center center no-repeat;
}
.nice-select .option{
    font-size: 14px;
    line-height: 30px;
    min-height: 30px;
    color: #ffffff;
    background-color: #373737!important;
    cursor: pointer;
}
.nice-select .option:hover{
    font-weight: 700;
}
.nice-select .list {
    background-color: #373737!important;
}
.iradio_square-blue{
    display: none;
}
.woof_childs_list{
    display: block!important;
}

.woof_radio_label_selected{
	color: #1cbbe9!important;
	}
.woof_reset_search_form{
    position: relative;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #003249;
    border-radius: 35px;
    background-color: #f5db0a;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.woof_childs_list_opener{
    display:none!important;
}
.woof_childs_list_opener span.woof_is_closed {
    opacity: 0.8;
    background-image: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/cat_dd.png');
    background-repeat: no-repeat;
    background-position: center 4px;
}
.woof_childs_list_opener span.woof_is_opened {
   opacity: 0.8;
    background-image: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/cat_dd_open.png');
    background-repeat: no-repeat;
   background-position: center 4px;
}
.woof_reset_search_form:hover{
    background-color: #1cbbe9;
    color: #ffffff;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #1cbbe9;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #1cbbe9;
    border-color: #1cbbe9;
}
.woof .woof_redraw_zone .woof_checkbox_label{
    font-size: 18px;
    color: #003249;
    font-weight: 400;
}
.woof .woof_redraw_zone .woof_childs_list label{
    font-size: 18px;
    color: #003249;
    font-weight: 400;
}
.woof .woof_redraw_zone .woof_radio_label{
    font-size: 18px;
    color: #003249;
    font-weight: 700;
    margin-left: 0px;
}
.woof .woof_list_checkbox li{
    padding-bottom: 0px!important;
}
.woof .woof_redraw_zone label:hover{
    color: #1cbbe9!important;
}
.woof_price_search_container .price_slider_amount .price_label .from, .woof_price_search_container .price_slider_amount .price_label .to{
    border:1px solid #d5d5d5;
    padding: 10px;
    font-size:18px;
    border-radius: 5px;
}
.woof_price_search_container .price_slider_amount .price_label .from{
    margin-right: 5px;
}
.woof_price_search_container .price_slider_amount .price_label .to{
    margin-left: 5px;
}
.icheckbox_square-blue{
    width: 16px;
    height:16px;
    border: 1px solid #d5d5d5;
    border-radius:3px;
}
.icheckbox_square-blue.checked {
    background-position: -52px -2px!important;
}
.woof_price_search_container{
    max-width: 180px;
}
.woof_price_search_container{
    margin-top:26px;
    margin-bottom:26px;
    max-width: 180px;
}
.woof_list label{
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}
.price_label{
    font-size: 0px!important;
}
/* boards Box */
.home_boards{
	padding: 0 20px 20px 20px!important;
	}
.home_boards_inner{
	border: 3px solid #f0f6f9;
	border-radius: 6px;
	padding: 20px;
	min-height: 0px;
	}	
@media (min-width:768px){	
.home_boards_inner{
	border: 3px solid #f0f6f9;
	border-radius: 6px;
	padding: 20px;
	min-height: 635px;
	height: 100%;
	}
.home_boards{
	height: 100%;
	}	
}	
.introBox {
    margin-bottom: 80px;
    position: relative;
    width: 100%;
}
.introBox h2 {
    margin-bottom: 20px;
    color: #003249;
}
.introBox h1 {
    margin-bottom: 20px;
    color: #003249;
    font-family: 'leaguespartan', sans-serif;
   font-size: 34px;
   font-weight: 700;
   word-break: break-word;
}
/* boardsBox */
.boardsBox {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
}
.boardsBox hr:first-child {
    margin: 0 0 70px;
}
.boardsBox .board-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.boardsBox h3 {
    margin: 0 0 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.36px;
    color: #1cbbe9;
}
.boardsBox h3 a {
    text-decoration: none;
    color: #1cbbe9;
}
.boardsBox h3 a:hover {
    text-decoration: underline;
    color: #f5db0a;
}
.boardsBox p {
    font-family: 'Open Sans', sans-serif;
    color: #003249;
}
.boardsBox .slider {
    margin: 0 -40px;
    width: calc(100% + 80px);
    min-height: 0px;
}
@media (min-width:768px){
.boardsBox .slider {
    margin: 0 -40px;
    width: calc(100% + 80px);
    min-height: 680px;
}
}
.boardsBox .boards {
    padding: 0 50px;
    transition: all ease-in-out 0.5s;
}
.boardsBox .boards:nth-child(3n) {
    margin-right: 0;
}

.boardsBox .boards_inner{
	border-radius: 10px;
	border: 3px solid #f0f6f9;
	padding: 20px;
	}
.boardsBox .prices {
    padding: 13px 0 8px;
}
.boardsBox .prices span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.36px;
    color: #003249;
}
.boardsBox .prices ins {
    color: #e73a0c;
    text-decoration:none!important;
}
.boardsBox .prices ins span bdi {
    color: #e73a0c;
    text-decoration:none!important;
}
.boardsBox .prices ins span bdi span {
    color: #e73a0c;
}
.boardsBox .prices span.sale {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.36px;
    color: #e73a0c;
}
.boardsBox span.sale + span {
    padding-left: 9px;
    font-weight: 400;
    text-decoration: line-through;
}
.boardsBox .prices span.category {
    padding-left: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.36px;
    text-decoration: none;
    color: #003249;
}
.boardsBox .bestseller {
    padding: 7px 19px 8px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 44px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    background-color: #1cbbe9;
}
.boardsBox .onsale {
    padding: 7px 19px 8px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 44px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    background-color: #e73a0c;
}
.boardsBox .pre_order {
    padding: 7px 19px 8px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 44px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #003249;
    border-radius: 30px;
    background-color: #f5db0a;
}
.boardsBox .nieuw {
    padding: 7px 19px 8px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 44px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    border-radius: 30px;
    background-color: #1cbbe9;
}
.boardsBox .verwacht {
    padding: 7px 19px 8px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 44px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #003249;
    border-radius: 30px;
    background-color: #ffffff;
}
.boardsBox .uitverkocht {
    padding: 7px 19px 8px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 44px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    border-radius: 30px;
    background-color: #bbbaba;
}
.boardsBox .list-img {
    padding: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    width: 100%;
    transition: all ease-in-out 0.4s;
    height: 0px;
    overflow: hidden;
}
.boardsBox .list-img li {
    margin-right: 10px;
    width: calc(20% - 10px);
}
.boardsBox .boardimg {
    position: relative;
    height: 325px;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
}
.boardsBox .boardimg img {
    width: 100%;
    height: auto;
    max-height: 325px;
}
.boardsBox .boards a {
    display: block;
    text-decoration: none;
}
.boardsBox .boards:hover {
    margin-bottom: 25px;
}
.boardsBox .boards:hover .boardimg {
    height: 290px;
}

.boardsBox .boards:hover .list-img {
    opacity: 1;
    height: 60px;
}
.boardsBox .boards:hover h3 {
    text-decoration: underline;
}
.boardsBox .holder {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
}
.boardsBox .holder .products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.boardsBox .holder .product {
    width: 33.333%;
}
.boardsBox .holder .boards {
    padding: 0 25px 30px;
    width: 100%;
}
.boardsBox .holder .bestseller {
    padding: 5px 10px;
    min-width: 1px;
    height: 40px;
}
.boardsBox .holder .onsale {
    padding: 5px 20px;
    min-width: 1px;
    height: 40px;
    text-transform: uppercase;
}
.boardsBox .board-button {
    margin-bottom: 50px;
    display: none;
}
.rightPart .boardsBox .boards {
    padding-right: 15px;
    padding-left: 15px;
}
.boardsBox .availability_date {
    display:none;
}
/* whoweBox */
.whoweBox {
    width: 100%;
    overflow: hidden;
}
.whoweBox .title {
    margin-bottom: 23px;
    padding-left: 0;
}
.whoweBox .title h2, .whoweBox .title .h2_div {
    position: relative;
    z-index: 11;
}
.whoweBox .title h2, .whoweBox .title .h2_div{
    background-image: linear-gradient(to bottom,#1cbbe9 33%,#1cbbe9);
}
.whoweBox .title h2:after, , .whoweBox .title .h2_div:after {
    background: #89e5ff;
}
.whoweBox .whoweblock {
    margin-bottom: 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.whoweBox .whoweblock hr:first-child {
    margin-bottom: 80px;
}
.whoweBox .whoweblock hr:last-child {
    margin-top: 85px;
    margin-bottom: -5px;
}
.whoweBox .text {
    padding-top: 5px;
    position: relative;
    width: 46%;
}
.whoweBox .whoweimg {
    width: 45%;
}
.whoweBox .whoweimg img {
    box-shadow: 40px 39px 0 #89e5ff;
}
.whoweBox p {
    padding-right: 15px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 1.45;
}
.whoweBox.inner .whoweblock hr:first-child {
    margin-top: 0;
}
#home_helpen_box {
    display: block;
}
/* testimonial Box */
.testimonialBox {
    margin-bottom: 90px;
    width: 100%;
    overflow: hidden;
}
.testimonialBox .title {
    margin-bottom: 35px;
}
.testimonialBox .title h2, .testimonialBox .title .h2_div{
    background-image: linear-gradient(to bottom,#1cbbe9 33%,#1cbbe9);
}
.testimonialBox .title h2:after, .testimonialBox .title .h2_div:after  {
    bottom: 5px;
    background: #89e5ff;
}
.slick-arrow {
    margin-right: -360px;
    position: absolute;
    top: -75px;
    right: 50%;
    z-index: 2;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background-color: #003249;
    cursor: pointer;
}
.slick-arrow:hover {
    background-color: #000;
}
.slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 44%;
    width: 11px;
    height: 18px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/arrow-icon.png') no-repeat;
    transform: translate(-50%, -50%);
    content: '';
}
.slick-arrow.slick-next {
    margin-right: -400px;
}
.slick-arrow.slick-next:after {
    left: 54%;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/arrow-icon2.png') no-repeat;
}
.testimonialBox .detail {
    padding-bottom: 13px;
    display: flex;
    align-items: center;
}
.testimonialBox .detail span.name {
    padding-left: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.27px;
    color: #003249;
}
.testimonialBox .img {
    position: relative;
    top: 1px;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
}
.testimonialBox .img img {
    position: relative;
    min-width: 60px;
    min-height: 60px;
}
.testimonialBox ul li p {
    font-size: 20px;
    font-weight: 400;
    color: #003249;
}
.testimonialBox ul li {
    padding: 0 40px;
}
.testimonialBox .testimonials {
    margin: 0 -40px;
    width: calc(100% + 80px);
}
/* paymentBox */
.paymentBox {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
}
.paymentBox .holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.paymentBox span {
    margin-right: 17px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #003249;
}
.paymentBox ul {
    display: flex;
    align-items: center;
}
.paymentBox ul li {
    margin-right: 30px;
}
.paymentBox ul li:last-child {
    margin-right: 0;
}
.paymentBox .payement {
    display: flex;
    align-items: center;
    width: 73%;
}
.paymentBox .shipment {
    padding-left: 12px;
    display: flex;
    align-items: center;
    width: 27%;
}
.paymentBox .shipment span {
    margin-right: 7px;
}
/* products Box */
.productsBox {
    float: left;
    width: 100%;
}
.productsBox .product-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.productsBox .product-details .left {
    margin-right: 5%;
    width: 66%;
}
.productsBox .product-details .slider {
    max-width: 694px;
}
.productsBox .product-details .slider .fullslider .slick-slide a{
    text-align: center;
    display: block;
}
.productsBox .product-details .slider .fullslider img{
    max-height: 600px;
    display: inline-block;
}
.productsBox .product-details .slider .thumbnail .slick-slide a{
    text-align: center;
    display: block;
}
.productsBox .product-details .slider .thumbnail img{
    max-height: 110px;
    display: inline-block;
}
.productsBox .product-details .text .single_onsale {
    padding: 5px 14px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
   text-decoration: none;
   color: #fff;
   border-radius: 30px;
   background-color: #e73a0c;
   margin-right:10px;
}
.productsBox .bestseller-block {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.productsBox .bestseller-block span {
    font-size: 15px;
    color: #003249;
}
.productsBox .product-details .right {
    margin-top: -90px;
    width: 29%;
}
.productsBox .product-details .text {
    padding: 160px 0 50px;
    -webkit-position: sticky;
    position: sticky;
    top: 0;
    width: 100%;
}
.productsBox .product-details .text h1 {
    margin: 0 0 3px;
    font-family: 'leaguespartan', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: #003249;
}
.productsBox .product-details .text .bestseller {
    padding: 7px 19px 8px;
    display: inline-block;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    background-color: #1cbbe9;
    margin-right: 10px;
}
.productsBox .product-details .text .soldout {
    padding: 7px 18px 8px;
    display: inline-block;
    min-width: 218px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    background-color: #acb8c9;
}
.productsBox .product-details .prices {
    padding: 25px 0 27px;
    width: 100%;
}
.productsBox .product-details .prices span {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.36px;
    color: #003249;
}
.productsBox .product-details .prices span.bold {
    margin-bottom: 26px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    letter-spacing: 0;
}
.productsBox .product-details .text .category {
    padding-bottom: 47px;
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.27px;
    text-align: left;
    color: #003249;
}
.productsBox .product-details .prices span.sale {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.36px;
    color: #e73a0c;
}
.productsBox .product-details span.sale + span {
    padding-left: 9px;
    opacity: 0.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: line-through;
}
.productsBox .product-details .addtocart {
    padding-bottom: 22px;
}
.productsBox .product-details .single_add_to_cart_button {
    padding: 21px 12px 21px 32px;
    position: relative;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width:100%;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #003249;
    border-radius: 35px;
    background-color: #f5db0a;
    border:none;
    -webkit-appearance: none;
    cursor: pointer;
}
.productsBox .product-details .single_add_to_cart_button:before {
    position: relative;
    top: 0;
    left: -15px;
    display: inline-block;
    width: 32px;
    height: 22px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/cart-button.png') no-repeat;
    content: '';
}
.productsBox .product-details .single_add_to_cart_button:hover {
    color: #fff;
    background: #1cbbe9;
}
.productsBox .product-details .single_add_to_cart_button:hover:before {
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/cart-button-white.png') no-repeat;
}
.productsBox .product-details .productinfo {
    padding-bottom: 28px;
    width: 100%;
}
.productsBox .product-details .productinfo div {
    padding-top:8px;
    padding-bottom: 8px;
    padding-left: 40px;
    background-position: left center;
   background-size: auto 24px;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.27px;
    color: #003249;
}
.productsBox .product-details .productinfo div strong {
    font-weight: 700;
}
.productsBox .product-details .productinfo span.free-shiping:before {
    position: relative;
    top: 6px;
    left: -10px;
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/free-shiping.png') no-repeat;
    content: '';
}
.productsBox .product-details .productinfo span.fast-delivery:before {
    position: relative;
    top: 6px;
    left: -10px;
    display: inline-block;
    width: 30px;
    height: 21px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/fast-delivery.png') no-repeat;
    content: '';
}
.productsBox .product-details .productinfo span.free-back:before {
    position: relative;
    top: 8px;
    left: -3px;
    display: inline-block;
    width: 30px;
    height: 21px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/back.png') no-repeat;
    content: '';
}
.productsBox .product-details .text h3 {
    margin: 0 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #003249;
}
.productsBox .product-details .text h3 span {
    font-weight: 400;
}
.productsBox .product-details .text p {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.27px;
    color: #003249;
}
.productsBox .product-details .list-img {
    padding: 10px 0 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.productsBox .product-details .list-img li {
    margin-right: 10px;
    width: 60px;
}
.productsBox .description {
    margin: 0 0 40px;
    padding: 114px 0 40px;
    width: 100%;
    border-bottom: 2px solid #e5eaec;
}
.productsBox .prodecription h3 {
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #003249;
}
.productsBox .prodecription p {
    margin: 0 0 10px;
    padding-bottom: 0;
    font-weight: 400;
    color: #003249;
}
.productsBox .prodetail ul li {
    padding-bottom: 10px;
    padding-left: 5px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #003249;
}
.productsBox .prodetail ul li:before {
    position: relative;
    left: -5px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #003249;
    content: '•';
}
.productsBox .thumbnail {
    margin: 20px 0 0;
}
.productsBox .thumbnail li {
    margin: 0 20px 0 0;
    cursor: pointer;
    width: 110px;
}
.productsBox .thumbnail li img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
.productsBox .thumbnail li.slick-current {
    opacity: 0.4;
}
.productsBox .slider .slick-arrow {
    margin: 0;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    z-index: 1;
    opacity: 1;
    width: 40px;
    height: 100%;
    border-radius: 0;
    background: rgba(0, 50, 73, 0.4);
    transition: all 0.3s;
}
.productsBox .slider .slick-arrow:hover {
    background: rgba(0, 50, 73, 1);
}
.productsBox .slider .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 44%;
    width: 11px;
    height: 18px;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/arrow-icon.png') no-repeat;
    transform: translate(-50%, -50%);
    content: '';
}
.productsBox .slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.productsBox .slider .slick-arrow.slick-next:after {
    left: 54%;
    background: url('https://watersport-meerstad.nl/wp-content/themes/meerstad/images/arrow-icon2.png') no-repeat;
}
.productsBox .product-details .fullslider iframe {
    width: 100%;
    height: 694px;
}
.productsBox .slider .playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f5db0a;
    transform: translate(-50%, -50%);
}