/*
 Theme Name: iclicks child theme
 Template: iclicks
 Theme URI: https://iclicks.nl
 Author: iClicks
 Author URI: https://iclicks.nl
 Description:
 Version: 1.5.0
 Text Domain: iclicks
 */
* {
	/* outline: solid rgba(255, 0, 0, 0.1); */
}
ul, ol {
	margin: 0 0 1.5em 0;
}
ul.cols2 {
	columns: 2
}
embed, iframe, object {
	max-width: 100%;
	width: 100%;
}

#insta {
	display:none!important;
}

.swiper-block{
	display:none;
}
.metaslider .flexslider ul.slides {
  margin: 0 !important;
}

.woocommerce-LoopProduct-link{
	text-align: center;
}
/*------------------------------------------------------------------
WIDTHS
------------------------------------------------------------------*/
#content-width, .footer-content-width {
	max-width: 1170px;
}
.home #content-width {
	padding: 15px;
}
#container {
	max-width: 1170px
}
.grid-container {
	padding: 15px auto !important;
}
.home #content {
	padding-top: 0;
}
.search_width {
	max-width: 1170px;
}
#site-navigation {
	z-index: 9999;
}
.second_header_inner, .footer-content-width, nav {
	max-width: 1170px;
}
.inner-width {
	max-width: 1170px;
	margin: 0 auto
}
#second-header-width {
	padding: 0 15px
}
#header-logo {
	padding-right: 50px;
}
#header_search {
	padding-right: 30px;
}
#header_search .formwidth {
	margin-bottom:0px;
}
/*------------------------------------------------------------------
SWIPER
------------------------------------------------------------------*/
.swiper-slide {
	min-height: 550px;
	background-size: cover;
	background-position: center;
}
.swiper-block {
	background-color: rgba(255, 255, 255, 1);
	padding: 20px 30px 10px 30px;
	max-width: 275px
}
.swiper-block h1 {
	margin: 0 0 20px;
	text-transform: inherit !important;
}
.swiper-block p {
	font-size: 1.1em;
	font-weight: 600
}
.swiper-wrapper {
	 cursor: pointer;
}
/*------------------------------------------------------------------
BACK TO TOP
------------------------------------------------------------------*/
.cd-top {
    transition: 0.5s;
	}
.cd-top:hover {
    background-color: #ad6b05;
	}
/*------------------------------------------------------------------
HEADERS
------------------------------------------------------------------*/
/* .mnav-mobile {
	transition: 0.5s;
} */
.mnav-mobile:hover:after {
    color: #81b3b8;
}
#header_2 {
	background-color: #bed7d2;
	padding: 2px 0;
}
#header_2 img {
	height: 18px;
	width: auto;
	float: left;
	margin-right: 15px
}
a.loginhead {
	color: #000000 !important;
	font-size: 0.7em;
	font-weight: 400;
	position: relative;
	display: inline-block;
	width: auto;
	margin: auto;
}
a.loginhead:hover {
	color: #ff9b00 !important;
}
.loginhead img {
	height: 26px;
	width: 26px;
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
}
a.custservice {
	font-weight: 600;
	margin-right: 0;
}
a.custservice:hover {
	color: #ff9b00 !important;
}
.formwidth {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.float_header {
	position: absolute;
	left: -105px;
	bottom: -50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 30px 10px
}
.float_header p {
	position: relative
}
.float_header p:after {
	width: 2px;
	height: 30px;
	background-color: #ff9b00;
	position: absolute;
	bottom: -80px;
	left: calc(50% - 14px);
	content: ' ';
	display: block;
	text-align: center;
	display: none
}
.float_header p {
	padding: 0;
	margin: 0
}
.header_banner {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.header_banner .field_banner_content {
	background-color: rgba(0, 0, 0, 0.8);
	/*	background-color: rgba(0, 120, 187, 0.8);*/
	padding: 30px 50px 20px 50px;
	max-width: 520px
}
.header_banner h1 {
	margin: 0
}
.header_banner a.btn:hover {
	background-color: #ff9b00;
	border: 2px solid #ff9b00;
}
.header_layout_inner, .second_header_inner {
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
}
.account_header img {
	height: 25px;
	width: auto;
	clear: both;
	transition: transform .5s ease;
}
.account_header img:hover {
	transform: scale(1.1);
}
.account_header p {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 400;
	margin: 0;
}
.top_header a {
	color: #000
}
.top_header a:hover {
	color: #ff9b00
}
.top_header a i {
	color: #000;
	padding-left: 5px
}
.top_header a:hover i {
	color: #ff9b00
}
#header_contact, #header_cart {
	font-size: 16px;
}
img.logo {
	width: 190px;
	height: auto;
	max-width: 175px;
}
img.cart_icon_svg {
	height: 27px;
	width: auto;
	position: relative;
}
#header_contact a {
	font-size: 1em;
	color: #666;
	padding-right: 20px
}
#header_contact i {
	padding-right: 8px;
}
#header-cart p {
	font-size: 1em;
	color: #76818d;
	margin: 0;
	padding: 0
}
#header-cart .woocommerce-Price-amount {
	font-weight: 500;
	font-size: 1em;
	color: #000;
	padding-left: 15px;
}
.cart-counter {
	border: 1px solid #ff9b00;
	border-radius: 50px;
	background: orange;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 10;
	color: white;
	top: -10px;
	margin-left: 20px;
	font-size: 12px;
}
#header_banner {
	position: relative;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.top_header {
	margin-bottom: 45px
}
.logo_text {
	font-weight: 700;
	font-size: 1.8em;
	padding-left: 15px;
	color: #ff9b00 !important;
}
.current_page_parent a, .current_page_item a {
	color: #ff9b00 !important
}
.menu-item-home a {
	padding-left: 0 !important
}
.breadcrumbs li .fa {
	color: #bed7d2;
	font-size: 0.5em !important;
}
.breadcrumb-wrap {
	padding-left:0px !important;
	padding-right:0px !important;
}
.headusps {
	text-align: left;
	font-size: 0.95em;
	text-align: inherit;
	text-transform: none;
	max-width: 1170px;
	color: #000;
}
.headusps a {
	position: relative;
	display: inline-block;
	color: #555 !important;
	transition: transform .5s ease;
}
.headusps a:hover {
	color: #003B3D !important;
	transform: scale(1.05);
}
.headusps .header_layout_inner {
	padding: 0 35px
}
.headusps .vc_col-sm-4:nth-child(2) {
	text-align: center !important
}
.headusps .vc_col-sm-4:nth-child(3), .headusps .vc_col-sm-4:nth-child(4) {
	text-align: right !important
}
.headusps .wpb_content_element {
	margin-bottom: 0;
}
.headusps p {
	margin: 0;
	line-height: 30px
}
.headusps img {
	position: relative;
	top: 4px;
	left: 4px;
	height: 18px;
	width: 18px;
}
/*
.usps ul {
	columns: 3;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none
}
.usps ul li p {
	display: inline-block;
}
.usps ul li {
	padding: 0 0 0 70px;
	margin-bottom: 30px;
	position: relative;
	line-height: 50px;
}
.usps li:before {
	position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
}
.usps li:after {
	position: absolute;
	content: "";
	height: 50px;
	width: 50px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
    top: 0;
    left: 0;
}

.usps ul li:nth-child(1):before {
    background: url(/wp-content/themes/iclicks-child/img/plantaardig.svg);
}
.usps ul li:nth-child(2):before {
    background: url(/wp-content/themes/iclicks-child/img/glutenvrij.svg);
}
.usps ul li:nth-child(3):before {
    background: url(/wp-content/themes/iclicks-child/img/suikervrij.svg);
}
.usps ul li:nth-child(4):before {
    background: url(/wp-content/themes/iclicks-child/img/toevoegingen.svg);
}
.usps ul li:nth-child(5):before {
    background: url(/wp-content/themes/iclicks-child/img/lactosevrij.svg);
}
.usps ul li:nth-child(6):before {
    background: url(/wp-content/themes/iclicks-child/img/vegan.svg);
}
.usps ul li img {
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	height: 40px;
	width: 40px;
	padding: 10px
}
*/
/*------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------*/
nav img {
	max-height: 300px;
	width: auto
}
#iclicksmenu>ul>li.megamenu>ul.sub-menu {
	/*	max-width: 1100px;*/
}
#nav-menu-item-2703 .sub-menu {
	/*	display: block!important*/
}
#iclicksmenu>ul>li.megamenu.columns-4>ul>li {}
ul.sub-menu {
	min-width: 200px;
	width: auto;
	padding: 10px 20px;
}
.main-navigation li {
	float: left;
	position: relative;
	display: inline-block;
	white-space: inherit !important;
}
#iclicksmenu>ul>li.megamenu>ul.sub-menu {
	max-width: 100%;
	left: 0;
	max-width: 1170px !important;
	margin: 0 auto 0 auto !important;
}
#iclicksmenu .advies a {
	border-radius: 3px;
	color: #fff !important;
	text-align: center !important;
	width: 200px !important;
	height: 50px;
	line-height: 50px;
	padding: 0 25px
}
.menu-item-has-children a.main-menu-link:after {
	position: relative;
	left: 6px;
	font-size: 0.6em;
	line-height: 1em;
	font-weight: 400 !important;
	font-family: FontAwesome;
	content: "\f078";
	color: #000;
	display: inline-block !important;
}
.menu_head a {
	text-transform: uppercase;
	color: #000 text-transform: none !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	margin-bottom: 0;
	color: #222 !important
}
.menu-depth-2 .menu_head_sub a:nth-child(1) {
	font-size: 1em !important;
	font-family: "Lora" !important;
	text-transform: none !important;
	line-height: 26px !important;
	letter-spacing: 0px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	margin-bottom: 15px;
	color: #222 !important
}
#iclicksmenu>ul>li.megamenu a span {
	text-align: left !important;
	font-family: "Rubik" !important;
	font-weight: 300 !important;
	font-size: 0.75em !important;
	margin-bottom: 0;
	display: block !important;
	color: #999999 !important
}
#iclicksmenu>ul>li.megamenu .wooflexcat {
	width: calc(50% - 1.875rem) !important;
	max-width: 250px;
}
#iclicksmenu>ul>li.megamenu.columns-3>ul>li:nth-child(1) {
	width: 25%;
}
#iclicksmenu>ul>li.megamenu.columns-3>ul>li:nth-child(2) {
	width: 25%;
}
#iclicksmenu>ul>li.megamenu.columns-3>ul>li:nth-child(3) {
	width: 50%;
}
/*------------------------------------------------------------------
SEARCH
------------------------------------------------------------------*/
.search_button {
	background-color: rgba(0, 0, 0, 0);
	border-top: 0 solid #f1f1f1 !important;
	border-right: 0 solid #f1f1f1 !important;
	border-bottom: 0 solid #f1f1f1 !important;
	border-left: 0 solid #f1f1f1 !important;
	font-size: 0.55em;
	padding: 3px 0 0 0;
	line-height: 45px;
	min-height: 45px;
	height: 45px;
	width: 45px;
	border-radius: 0;
	margin: 0 5px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	color: #ddd;
}
.searcheye {
	width: 50px;
	height: auto;
}
.search_header {
	position: relative
}
.search_tog {
	display: inline-block;
	position: relative;
	top: -9px;
	right: 32px;
	width: auto;
	cursor: pointer;
	color: #000;
	transition: transform .5s ease;
}
.search_tog:hover {
	transform: scale(1.1);
}
.search_tog:before {
	position: absolute;
	text-align: center;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal !important;
	font-family: FontAwesome;
	content: "\f002";
}
.search_tog.close_icon:before {
	content: "\f00d";
	color: #ff9b00
}
.show_search {
	display: block !important;
	position: relative;
	width: auto;
}
input[type="search"] {
	color: #404040;
	border: 1px solid #ccc !important;
	background-color: #fff;
	border-radius: 0;
	padding: 0 40px 0 15px;
	width: 100%;
	right: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
	outline-offset: 0 !important;
}
input[type="search"]:focus-within {
	outline-offset: 0 !important;
}
.search_button {
	font-size: 0.55em;
	padding: 0 5px;
	line-height: 42px;
	min-height: 42px;
	height: 42px;
	width: 60px;
	border-radius: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	color: #222;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.search_button:hover {
	transform: scale(1);
	background-color: #ff9b00;
	border: 1px solid #ff9b00 !important;
	color: #fff
}
input[type=submit].search-submit {
	color: #404040 !important;
}
input[type=submit].search-submit:hover {
	color: #fff !important;
}
.second_header_search_mob {
	display: none;
	position: absolute;
	right: 55px;
	max-width: 300px;
	width: 100%;
	top: -8px !important;
	z-index: 9999;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.05);
}
.low_header .second_header_search_mob {
	top: 10px !important;
}
.admin-bar .second_header_search_mob {
	top: 87px;
}
/*------------------------------------------------------------------
SPRITE SVG
------------------------------------------------------------------*/
svg.hidden {
	display: none
}
.icon {
	width: 50px;
	height: 50px;
	display: block;
	margin: auto;
	margin: .5em;
}
.icon_search {
	width: 42px;
	height: 42px;
	display: block;
	margin: auto;
	position: relative;
	right: 11px;
}
.search_button:hover .icon_search {
	fill: #fff;
}
.icon_left {
	width: 75px;
	height: 75px;
	display: block;
	margin: auto;
	fill: #ff9b00;
}
.icon_right {
	width: 75px;
	height: 75px;
	display: block;
	margin: auto;
	fill: #ff9b00;
	transform: rotate(180deg)
}
.icon_left:hover, .icon_right:hover {
	fill: #fff;
}
.icon-account {
	width: 40px;
	height: 40px;
	display: block;
	margin: auto;
}
.icon-mandje {
	width: 40px;
	height: 40px;
	display: block;
	margin: auto;
}
/*------------------------------------------------------------------
SCROLL DOWN
------------------------------------------------------------------*/
.home .scroll-downs {
	top: 250px;
}
.scroll-downs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 34px;
	height: 55px;
}
.mousey {
	width: 3px;
	padding: 10px 12px;
	height: 25px;
	border: 1.6px solid #000;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}
.scroller {
	width: 2px;
	height: 10px;
	border-radius: 25%;
	background-color: #ff9b00;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}
/*------------------------------------------------------------------
OWL
------------------------------------------------------------------*/
h4.review {
	margin: 0;
	padding: 0;
	line-height: 1em
}
p.review {
	margin: 5px 0 25px 0;
	padding: 0;
	line-height: 1em
}
.owl-nav {
	position: absolute;
	right: 5px;
	bottom: -75px;
}
/*------------------------------------------------------------------
BUNDLES
------------------------------------------------------------------*/
.product-bundle {
	padding: 0;
	margin: 0 0 75px 0;
	display: block;
	width: 100%;
	/*
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 3px 10px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px -1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px -1px rgba(0,0,0,0.1);
*/
}
.product-bundle__product {
	display: block !important;
	padding: 10px !important;
	width: calc(30% - 50px) !important;
	margin: 30px 40px 0 10px;
	align-items: flex-start !important;
	border-right: 0 solid #f1f1f1;
	padding: 10px;
	background-color: #ffffff;
	box-shadow: 0 0 10px #ccc;
	min-height: 330px;
}
.product-bundle__product-title {
	text-align: left !important;
	margin-bottom: 25px;
}
.product-bundle__product-price {
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 0;
}
.product-bundle__product-price ins .amount {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-left: 0
}
.product-bundle__item {
	position: relative
}
.product-bundle__purchase {
	position: relative !important;
	left: 0 !important;
}
.product-bundle__product-image {
	position: relative;
	max-width: 100% !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	text-align: center !important
}
.product-bundle__discount {
	font-size: 1em !important;
	color: #0a57a5 !important;
}
.product-bundle__purchase-inner {
	min-width: 250px !important;
	text-align: left !important;
	display: inline-block;
	background: #fff !important;
	padding: 25px 15px !important;
	border: 5px solid #f6f6f6 !important;
}
.product-bundle__product-title {
	font-size: 0.9em !important;
	min-height: 40px;
}
.product-bundle__product-title a {
	color: #9f9f9f;
	text-decoration: none !important;
}
.product-bundle__product-image {
	max-width: 100% !important;
	height: auto;
	text-align: center !important
}
.product-bundle__product-image a {
	text-align: center !important
}
.product-bundle__products {
	width: 75%;
}
.product-bundle__product-price {
	display: inline-block;
	width: auto;
	left: 0
}
.product-bundle__product-price del {
	float: right !important
}
.product-bundle__product-price ins {
	float: left !important;
	margin-right: 30px;
}
.product-bundle__product:not(:first-child):before {
	content: '+';
	display: block;
	color: #fff !important;
	text-align: center;
	background-color: forestgreen;
	font-size: 20px;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
	border-radius: 50%;
	left: auto !important;
	margin-left: -50px !important
}
.product-bundle__product-image img {
	width: 100% !important;
	height: auto
}
.product-bundle__purchase-inner .price {
	position: relative
}
.product-bundle__purchase-inner .product-bundle__price del {
	float: right !important
}
.product-bundle__purchase-inner .product-bundle__price ins {
	float: left !important;
	margin-right: 30px;
}
.product-bundle__purchase-inner .product-bundle__price {
	padding-bottom: 0 !important;
	position: relative;
	display: inline-block;
}
.single-product .product-bundle__btn button.button {
	font-size: 0em !important;
	padding: 0 !important;
	border-radius: 3px !important;
	background-color: #ff9b00 !important;
	height: 36px !important;
	line-height: 36px !important;
	width: 50px !important;
	border-radius: 1px;
	position: absolute;
	top: 50px;
	right: 20px;
}
.single-product .product-bundle__btn button.button:before {
	position: absolute;
	content: "";
	background: url(/wp-content/themes/iclicks-child/img/mand-wit.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 24px;
	width: 24px;
	top: 5px;
	left: 11px;
}
.product-bundle__price ins {
	font-weight: 700;
	font-size: 1.5em
}
/*------------------------------------------------------------------
SYICKY
------------------------------------------------------------------*/
#sticky_prod_header img.logo {
	max-width: 50px;
}
#sticky_prod_header .account_header img {
	height: 30px;
}
#sticky_prod_header .account_header p {
	margin: 0;
}
#sticky_prod_header .woocommerce-Price-amount {
	font-weight: 700
}
#sticky_prod_header .prod_title {
	font-weight: 600;
	font-size: 0.9em;
	line-height: 1.4em;
}
#sticky_prod_header a.jump-to-tab {
	color: #222;
	padding: 0 20px 0 0;
	font-weight: 600;
	font-size: 0.95em
}
#sticky_prod_header a.jump-to-tab:hover {
	color: #ff9b00;
}

/*------------------------------------------------------------------
POP-UP
------------------------------------------------------------------*/
#sgpb-popup-dialog-main-div {
	padding: 30px !important;
}
.sgpb-theme-1-content {
	border-radius: 3px;
	padding-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 0px 1px !important;
	border-bottom-width: 35px !important;
	border-bottom-color: #fff !important;
}
/*------------------------------------------------------------------
KEO
------------------------------------------------------------------*/
#footer-widgets .footer-content-width {
	position: relative
}
.keo-container {
	position: absolute !important;
	right: calc(50% - 230px) !important;
	bottom: -30px !important;
}
.keo-score {
	height: 100px !important
}
.keo-city {
	display: none !important
}
/*------------------------------------------------------------------
FOOTERS
------------------------------------------------------------------*/
.toggle-footer,
.toggle-footer-2 {
	max-height: 75px;
	hheight: 139px;
	overflow:hidden;
	transition: max-height 1s ease-out;
	position:relative;
	background: #bed7d2;
	cursor: pointer;
	display: none;
}
.toggle-footer-2 {
	display: block
}
.toggle-footer-2 .social{
	display: none
}
footer .social
footer {
	position: relative;
}
.toggle-footer h4:after {
	content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 18px;
  color: #000;
  z-index: 1;
  top: 29px;
  /* right: 14px; */
  margin-left: 12px;
	transition: 0.3s ease-out;
}
.toggle-footer .cell,
.toggle-footer-2 .cell {
margin-left: 0.9375rem !important;
margin-right: 0.9375rem !important;
}
.toggle-footer-2 .social {
	margin-top: 0px;
	margin-bottom: 30px
}
#footer-widgets ul li {
	padding: 0;
}
.widget_text small a {
	text-decoration: underline;
}
input[type="email"] {
	color: #404040;
	border: 1px solid #ccc !important;
	background-color: #fff;
	border-radius: 0;
	padding: 0 40px 0 15px;
	width: 100%;
	right: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
	outline-offset: 0 !important;
	font-size: 15px;
}
#custom_html-2 input[type="email"],
#custom_html-3 input[type="email"] {
	width: 80%;
}
#custom_html-2 input[type="submit"],
#custom_html-3 input[type="submit"] {
	width: auto%;
	line-height: 10px;
	height: auto;
	padding: 10px 20px;
	margin: 10px 0px;
	font-weight: 600;
	background: #ff9b00;
	border: 0px;
	color: #000;
	font-size: 15px !important;
}
#custom_html-2 input[type="submit"]:hover {
	color: #fff;
}
#footer-widgets #custom_html-3.cell,
#footer-widgets #text-4.cell {
	margin-bottom: 40px !important
}
input[type="submit"].btn.bordergreen {
	border: 1.5px solid #ff9b00;
	background-color: #fff;
	color: #ff9b00;
	padding: 0 30px !important;
	border-radius: 3px
}
input[type="submit"].btn.bordergreen:hover {
	border: 2px solid #ff9b00;
	background-color: #ff9b00;
	color: #fff;
}
#footer_contacts {
	margin: 100px 0 0 0
}
bfooter .social {
	margin-top: 10px;
}
.social i {
	font-size: 1.4em;
	color: #bed7d2;
	margin-right: 0;
	border: 1px solid #333;
	background-color: #333;
	height: 40px !important;
	width: 40px !important;
	line-height: 40px !important;
	border-radius: 0;
	text-align: center;
	transition: transform .5s ease;
	margin-right: 5px;
}
/* i.fa-instagram {
	background-color: #e4405f;
	border-color: #e4405f;
}
i.fa-facebook-f {
	background-color: #1877f2;
	border-color: #1877f2;
}
i.fa-pinterest {
	background-color: #bd081c;
	border-color: #bd081c;
} */
#footer-widgets {
	font-size: 0.9em;
}
#footercopyright {
	font-size: 0.8em;
}
#footercopyright p {
	margin: 0;
	padding: 2px 0;
	font-size: 1em;
	font-weight: 600;
}
#footer-widgets h4 {
	color: #000;
}
#footer_diensten {
	background-image: url('/wp-content/uploads/footer_diensten.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
	margin: 0;
}
#footer_diensten h2 {
	color: #fff;
	margin: 0;
	padding: 0
}
#footer_diensten .btn {
	text-transform: uppercase;
	color: #222
}
#footer_diensten .btn:hover {
	text-transform: uppercase;
	background-color: #ff9b00;
	color: #fff
}
#footer_diensten .wpb_content_element {
	margin: 0
}
#footer_diensten ul {
	list-style: none;
	padding: 0;
	margin: 0
}
#footer_diensten ul li a {
	color: #fff
}
#footer_diensten ul li {
	padding-left: 10px;
}
#footer_diensten ul li:before {
	color: #fff;
	position: relative;
	right: 10px;
	font-family: FontAwesome;
	content: "\f105";
}
#footer_diensten h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
#footer_diensten a:hover {
	color: #ff9b00 !important;
}
#footer_cta {
	padding: 50px 0;
}
.footer-disclaimer {
	text-align: center;
	font-size: 0.9em;
	color: #ddd;
	margin-bottom: 50px
}
/*------------------------------------------------------------------
SIDEBARS
------------------------------------------------------------------*/
aside {
	padding-right: 30px !important;
}
aside .product-categories ul {
	margin-top: 0px !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
aside {
	padding-right: 40px;
}
aside ul {
	list-style: none;
	padding: 0;
	margin: 0
}
aside ul li {
	padding: 6px 0;
	border-bottom: 1px solid #f1f1f1
}
ul.ptlist {
	list-style: none;
	padding: 0;
	margin: 0 0 50px 0
}
ul.ptlist li {
	padding: 6px 0;
	border-bottom: 1px solid #f1f1f1
}
.product-categories a {
	color: #282828 !important
}
.widget_product_categories .wcsca-top-lvl a {
	font-weight: 500;
}
.widget_product_categories ul li {
	border-bottom: 1px solid #f6f6f6;
}
.wcsca-top-lvl .children li {
	border-bottom: 1px solid #f1f1f1;
	/*	border-bottom: 1px solid rgba(189, 158, 85, 0.3)*/
}
.wcsca-top-lvl .children li:nth-child(1) {
	border-top: 1px solid #f1f1f1 !important;
	/*	border-top: 1px solid rgba(189, 158, 85, 0.3)!important;*/
	margin-top: 15px;
}
.wcsca-top-lvl .children li:nth-last-child(0n+1) {
	border-bottom: 0 solid #000 !important
}
.wcsca-top-lvl .children li:before {
	content: '\f105' !important;
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #ff9b00;
}
.wcsca-top-lvl .children li a {
	font-weight: normal;
	font-size: 0.95em
}
.wcsca-icon {
	font-size: 1em;
	display: inline-block !important;
	margin-left: 10px !important;
}
.widget_product_categories .wcsca-icon {
	float: none !important;
}
.widget_product_categories ul li {
	position: relative;
	z-index: 5;
	overflow: visible !important;
	width: 100%;
	margin-bottom: 5px !important;
	padding: 4px 10px !important;
}
.wcsca-icon {
	font-size: 0.5em !important;
}
aside .widget_product_categories ul li {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
/*------------------------------------------------------------------
FILTERS
------------------------------------------------------------------*/
ul.berocket_aapf_widget {
	margin-bottom: 30px;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	/*    border-bottom: 1px solid rgba(255,255,255,0.2);*/
}
h3.berocket_aapf_widget-title {
	font-size: 18px;
	margin: 0;
	display: inline-block;
	width: auto;
	display: none
}
ul.berocket_aapf_widget li>span {
	display: block;
	cursor: pointer;
	min-height: 25px !important;
	line-height: 1em !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.berocket_aapf_widget .berocket_label_widgets {
	display: inline-block;
	padding-left: 0 !important;
	font-size: 0.9em;
	max-width: 250px;
	line-height: 1.2em;
	margin-left: 20px;
	margin-bottom: 4px;
}
div.berocket_single_filter_widget div.berocket_aapf_widget-wrapper [type="checkbox"] {
	position: absolute;
}
ul.berocket_aapf_widget .berocket_widget_show_values {
	cursor: pointer;
	position: relative;
	margin-bottom: 10px;
	top: 10px;
	font-size: 0.9em;
	font-size: 16px;
	padding-bottom: 2px;
	margin: 0;
	display: inline-block;
	width: auto;
	border-bottom: 2px solid #ff9b00;
}
.tc-price-wrap {
	display: none !important
}
.woocommerce select {
	padding: 0.6em;
	background-color: #f7f7f7;
	outline: 0;
	border: 0;
	padding: 12px 16px !important;
	box-sizing: border-box;
	font-weight: 400;
	border-top: solid 1px #ddd !important;
	border-right: solid 1px #ddd !important;
	border-bottom: solid 1px #ddd !important;
	border-left: solid 1px #ddd !important;
	line-height: 1.3em;
	font-size: 0.90em !important;
}
.berocket_single_filter_widget, .berocket_single_filter_widget div {
	overflow: visible !important;
	min-width: 25%;
	padding: 0 10px 0 0;
}
.berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_span_block, span.berocket_color_span_block {
	display: inline-block !important;
	overflow: hidden;
	position: relative;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: 0 solid black;
	text-align: center;
	vertical-align: middle;
	color: #222 !important;
	text-shadow: 0px 0px 3px #FFF, 1px 0px 2px #FFF, 0px 1px 2px #FFF, -1px 0px 2px #FFF, 0px -1px 2px #FFF, 1px 1px 2px #FFF, 1px -1px 2px #FFF, -1px 1px 2px #FFF, -1px -1px 2px #FFF;
	-webkit-transition: all 0.2s ease-out 0.1s;
	-moz-transition: all 0.2s ease-out 0.1s;
	-o-transition: all 0.2s ease-out 0.1s;
	transition: all 0.2s ease-out 0.1s;
	height: 40px !important;
	width: 40px !important;
}
/*------------------------------------------------------------------
PAGE SPECIFIC
------------------------------------------------------------------*/
/* .home #block_3 .products .large-3 {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto;
}
.home #block_5 .products .large-3 {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto;
} */
.faqblock .vc_column-inner {
	padding: 50px !important;
}
.faqlink ul li:before {
	color: #ff9b00;
	position: relative;
	right: 12px;
	top: 6px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f061";
}
.grid_img_rev {
	height: 200px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#chat-application {
	right: 80px !important
}
.vc-zigzag-inner {
	width: 150px !important;
	min-height: 12px;
	background: 0 repeat-x url(/wp-content/themes/iclicks-child/img/golf.svg) !important;
}
.ur-submit-button {
	height: 45px;
	width: auto;
	line-height: 45px;
	right: 40px;
	padding: 0 25px;
	text-align: center;
	font-weight: 600;
	font-size: 0.9em;
	text-transform: uppercase;
	background-color: #ff9b00;
	color: #fff !important;
	z-index: 99999;
}
.btn_contact {
	height: 45px;
	width: auto;
	line-height: 45px;
	top: calc(50% - 15px);
	right: 40px;
	padding: 0 25px;
	text-align: center;
	position: fixed;
	display: none;
	font-weight: 600;
	font-size: 0.9em;
	text-transform: uppercase;
	background-color: #ff9b00;
	color: #fff !important;
	z-index: 99999;
}
.btn_contact-is-visible {
	cursor: pointer;
	display: block;
	opacity: 1;
	border-radius: 2px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.wpcp-carousel-section .wpcp-single-item img {
	margin: 0 auto;
	max-width: 200px;
	box-shadow: none;
}
.page-id-3559 #content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-id-3559 .projecten_block .cell {
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
}
.page-id-3559 .short_desc {
	padding: 0 25px 25px 25px;
	min-height: 180px;
}
.page-id-3559 a.short_desc_link {
	position: relative;
	color: #222;
	font-weight: 600;
	border-bottom: 2px solid #ff9b00;
	padding-bottom: 3px;
}
.page-id-3559 a.short_desc_link:after {
	color: #222;
	position: relative;
	left: 8px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f061";
}
.page-id-3559 h3 {
	padding: 0 25px;
	min-height: 50px
}
/*------------------------------------------------------------------
BLOCKS
------------------------------------------------------------------*/
#block_1 {
	padding: 20px 0;
	text-align: center
}
#block_1 a {
	font-family: "Barlow Condensed";
	font-size: 1.8em;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
}
#block_1 a:hover {
	color: #ff9b00
}
#block_2 {
	padding: 50px 0;
	text-align: center
}
#block_2 a {
	font-family: "Barlow Condensed";
	font-weight: 300;
	font-size: 2.2em;
	text-transform: uppercase;
	color: #000
}
#block_1 img,
#block_2 img,
#block_3 img {
	transition: 0.3s;
}
#block_1 img:hover,
#block_2 img:hover {
			transform: scale(1.1);
}
#block_2 a:hover {
	color: #ff9b00
}
#block_3,
#block_12,
#block_13,
#content .vc_row.block {
	padding: 30px 0 0 0;
}
#block_4 {
	padding: 75px 0
}
#block_4  img {
	width: 100%;
	object-fit: cover;
}
#block_5 {
	padding: 30px 0 0 0
}
#block_5 .vc_column-inner .small-6.medium-6.large-3,
#block_3 .vc_column-inner .small-6.medium-6.large-3,
#block_12 .vc_column-inner .small-6.medium-6.large-3,
#block_13 .vc_column-inner .small-6.medium-6.large-3,
#content .vc_row.block .vc_column-inner .small-6.medium-6.large-3 {
	width:96%;
	margin-left:0px;
	margin-right:0px;
}

#block_6 {
	padding: 0px 0 0 0;
	position: relative;
	width: 100%
}
#block_6 h2 {
	position: relative;
	font-size: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center
}
#block_6 h2:after {
	width: 1.5px;
	height: 100px;
	background-color: #ff9b00;
	position: absolute;
	bottom: -140px;
	left: calc(50% - 1px);
	content: ' ';
	display: block;
	text-align: center;
}
#block_6 h3 {
	font-size:18px
}
#block_6 .wpb_content_element {
	margin-bottom: 0px
}
#block_7 {
	padding: 50px 0
}
#block_8 {
	padding: 100px 0
}
#block_8 {
	padding: 75px 0;
	background-color: #fff
}
#block_8 h2 {
	max-width: 500px;
	margin: 0 auto;
}
#block_8 .vc_column-inner {
	max-width: 950px;
	margin: 0 auto
}
#block_9 {
	padding: 0 0 100px 0
}
#insta {
	padding: 50px 0;
}
.footer-contact-icons {
	/*	margin-top: 20px
*/
}
#footer-contact {
	color: #fff;
}
#footer-contact .content {
	background-color: #ff9b00;
	padding: 20px 70px 50px 70px;
	outline: 1px solid #ff9b00;
	outline-offset: -30px;
}
#footer-contact .image {
	/*	background-image: url(/wp-content/uploads/home_banner_2.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#footer-contact ul, #block_lp_1 ul {
	columns: 1;
	margin: 0;
	padding: 0;
	list-style: none
}
#footer-contact ul li, #block_lp_1 ul li {
	padding: 0 0 0 70px;
	margin-bottom: 20px;
	line-height: 50px;
	position: relative
}
#footer-contact ul li p {
	display: inline-block;
}
#footer-contact ul li:before, #block_lp_1 ul li:before {
	position: absolute;
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1em;
	font-family: FontAwesome;
}
#footer-contact ul li:after, #block_lp_1 ul li:after {
	position: absolute;
	content: "";
	height: 50px;
	width: 50px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	top: 0;
	left: 0;
}
#footer-contact ul li:nth-child(1):before, #block_lp_1 ul li:nth-child(1):before {
	content: "\f2b6";
	top: 17px;
	left: 16px;
}
#footer-contact ul li:nth-child(2):before, #block_lp_1 ul li:nth-child(2):before {
	content: "\f16d";
	top: 17px;
	left: 17px;
}
#footer-contact ul li:nth-child(3):before, #block_lp_1 ul li:nth-child(3):before {
	content: "\f39e";
	top: 17px;
	left: 20px;
}
#footer-contact ul li:nth-child(4):before {
	content: "\f17e";
	/*	background: url(/wp-content/themes/iclicks-child/img/toevoegingen.svg);*/
	top: 17px;
	left: 17px;
}
#footer-contact ul li a {
	color: #fff;
	position: relative;
}
#footer-contact ul li a:hover {
	color: #ff9b00;
}
#block_lp_1 {
	margin-bottom: 75px;
	color: #fff;
}
#block_lp_1 a {
	color: #fff;
}
#block_lp_1 .content {
	background-color: #ff9b00;
	padding: 40px 50px;
	outline: 1px solid #ff9b00;
	outline-offset: -30px;
}
#block_lp_1 .image {
	background-image: url(/wp-content/uploads/home_banner_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#block_lp_0 {
	margin-bottom: 75px;
	color: #fff;
}
#block_lp_0 a {
	color: #fff;
}
#block_lp_0 .content {
	background-color: #ff9b00;
	padding: 40px 50px;
	outline: 1px solid #ff9b00;
	outline-offset: -30px;
}
#block_lp_2 {
	margin-bottom: 75px;
}
#block_lp_2 .content {
	padding: 50px
}
#block_lp_2 .products .large-3 {
	width: calc(50% - 1.875rem);
}
#block_lp_3 {
	margin-bottom: 125px;
	position: relative
}
#block_lp_3 p {
	max-width: 1000px;
	margin: auto
}
#block_lp_3 h2 {
	font-size: 3em
}
#block_lp_4:after {
	width: 2px;
	height: 375px;
	background-color: #ff9b00;
	position: absolute;
	left: calc(50% - 14px);
	content: ' ';
	display: block;
	text-align: center;
	overflow: visible;
}
#block_lp_4 {
	margin-bottom: 75px;
	clear: both;
	display: inline-block
}
#block_lp_4 .wpb_content_element {
	padding: 50px
}
#block_lp_5 {
	margin-bottom: 75px;
	margin-left: 0;
	margin-right: 0;
	color: #fff;
}
#block_lp_5 .content {
	background-color: #ff9b00;
	padding: 40px 50px;
	outline: 1px solid #ff9b00;
	outline-offset: -30px;
}
#block_lp_6 {
	margin-bottom: 75px;
}
#block_lp_7 {
	margin-bottom: 75px;
}
#block_10 {
	margin: 50px 0
}
#block_10 .vc_col-sm-6 .vc_column-inner {
	padding-top: 0
}
#block_10 ul {
	columns: 1;
	margin: 0;
	padding: 0;
	list-style: none
}
#block_10 ul li {
	padding: 0 0 0 70px;
	margin-bottom: 30px;
	line-height: 50px;
	position: relative
}
#block_10 ul li p {
	display: inline-block;
}
#block_10 ul li:before {
	position: absolute;
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1em;
	font-family: FontAwesome;
}
#block_10 ul li:after {
	position: absolute;
	content: "";
	height: 50px;
	width: 50px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	top: 0;
	left: 0;
}
#block_10 ul li:nth-child(1):before {
	content: "\f2b6";
	top: 17px;
	left: 16px;
}
#block_10 ul li:nth-child(2):before {
	content: "\f232";
	top: 17px;
	left: 17px;
}
#block_10 ul li:nth-child(3):before {
	content: "\f879";
	top: 17px;
	left: 16px;
}
#block_10 ul li:nth-child(4):before {
	content: "\f17e";
	/*	background: url(/wp-content/themes/iclicks-child/img/toevoegingen.svg);*/
	top: 17px;
	left: 17px;
}
#block_11 {
	margin: 75px 0
}
/*
#block_10 ul li div {
	display: inline-block;
	position: relative;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #fff
}
#block_10 ul li img {
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	height: 40px;
	width: 40px;
	padding: 10px
}
*/
#block_10 ul li a {
	color: #fff;
	position: relative;
}
#block_10 ul li a:hover {
	color: #ff9b00;
}
#owl_1 {
	padding: 75px 0 !important;
	position: relative !important;
	background-color: #ff9b00 !important;
}
#owl_1 .footer-content-width {
	position: relative !important;
}
#owl_2 {
	display: block;
	padding: 75px 0 !important;
	position: relative !important;
	background-color: #f2f2f2 !important;
}
#owl_2 .footer-content-width {
	position: relative !important;
}
#seo_blok_2 .diensten_block .wpb_content_element.image_box {
	padding: 50px;
	margin: 0 0 30px 0;
	color: #fff;
	min-height: 300px;
}
#seo_blok_1 {
	background-color: #f2f2f2;
	padding: 50px 0;
	margin: 50px 0
}
.relprod .large-4 {
	width: calc(25% - 1.875rem);
}
#relprod h2 {
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	text-align: center;
}
/*------------------------------------------------------------------
TUSSENBLOK
------------------------------------------------------------------*/
.between_block {
	height: 385px;
	min-height: 385px;
	max-height: 385px;
	background-color: #ff9b00;
	padding: 20px 50px;
}
.between_block .vc_column-inner {
	padding-top: 0 !important;
}
.between_block .wpb_content_element {
	margin-bottom: 0 !important;
}
#tussenblok {
	color: #fff;
}
#tussenblok a {
	color: #fff;
}
#tussenblok a:hover {
	color: #ff9b00;
}
#tussenblok .wpb_wrapper:nth-child(1) {
	width: 100%;
	padding-right: 0;
	align-self: flex-end;
}
#tussenblok .vc_col-sm-6 .vc_column-inner {
	padding-top: 0
}
#tussenblok ul {
	columns: 1;
	margin: 0;
	padding: 0;
	list-style: none
}
#tussenblok ul li {
	padding: 0 0 0 70px;
	margin-bottom: 30px;
	line-height: 50px;
	position: relative
}
#tussenblok ul li p {
	display: inline-block;
}
#tussenblok ul li:before {
	position: absolute;
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1em;
	font-family: FontAwesome;
}
#tussenblok ul li:after {
	position: absolute;
	content: "";
	height: 50px;
	width: 50px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	top: 0;
	left: 0;
}
#tussenblok ul li:nth-child(1):before {
	content: "\f2b6";
	top: 17px;
	left: 16px;
}
#tussenblok ul li:nth-child(2):before {
	content: "\f232";
	top: 17px;
	left: 17px;
}
#tussenblok ul li:nth-child(3):before {
	content: "\f879";
	top: 17px;
	left: 16px;
}
#tussenblok ul li:nth-child(4):before {
	content: "\f17e";
	/*	background: url(/wp-content/themes/iclicks-child/img/toevoegingen.svg);*/
	top: 17px;
	left: 17px;
}
/*------------------------------------------------------------------
BUTTONS
------------------------------------------------------------------*/
.btn2, .single-product .product .single_add_to_cart_button.button, .woocommerce .button, .woocommerce .button.alt, .woocommerce a.button, .woocommerce .product .add_to_cart_button.button, .woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled,
.grid-add-cart {
		transition: transform .3s ease !important;
}

a.btn,
input.btn,
input.gdpr-btn,
.button.wc-backward,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
button,
a.button,
.caldera-grid .btn-default,
.caldera-grid .btn {
	color: #000 !important;
	display: inline-block !important;

	font-weight: 600 !important;
	font-size: 0.95em !important;
	margin: 0 0 10px 0 !important;
	padding: 0 20px !important;
	line-height: 32px !important;
	height: 32px !important;
	transition: transform .6s ease;
	border-radius: 3px !important;
	text-align: center  !important
}
a.btn:hover,
input.btn:hover,
input.gdpr-btn:hover,
.button.wc-backward:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
button:hover,
a.button:hover,
a.btn.orange:hover {
	transform: inherit !important;
	background: #bed7d2 !important;
}
.button.wc-backward {
	color:#000 !important;
	font-weight: 600 !important;
}
input.gdpr-btn {
	background-color: #ff9b00;
  color: #000;
	border:0px
}
a.b2b {
	background-color: #ff9b00;
	border-radius: 3px;
	margin: 0 20px 0 0;
	padding: 0 30px;
	line-height: 40px;
	font-weight: 600;
	color: #fff !important;
	text-align: inherit;
	text-transform: none;
	letter-spacing: 0px;
	font-style: normal;
}
.b2bking_logged_out .price {
	font-size: 14px;
    color: #ff9b00;
}
a.webshop_button {
	border: 1px solid #000;
	border-radius: 2em;
	margin: 0 20px 0 0;
	padding: 0 30px;
	line-height: 40px;
	font-weight: 600;
	font-family: "Source Sans Pro";
	text-align: inherit;
	text-transform: none;
	letter-spacing: 0px;
	font-style: normal;
	font-size: 18px;
}
a.webshop_button:hover {
	border: 1px solid #ff9b00;
	background-color: #ff9b00;
	color: #fff;
}
a.webshop_button img {
	display: none
}
a.btn.orange {
	background-color: #ff9b00;
	color: #000;
}
a.btn.orange:hover {
	background-color: #ff9b00;
	color: #fff;
}
a.btn.orange.wholesaletop {
	margin: 10px 0 !important;
}
a.btn.green {
	border: 2px solid #ff9b00;
	background-color: #ff9b00;
	color: #fff;
	margin: 0 0 10px 10px;
	padding: 0 30px !important
}
a.btn.green:hover {
	border: 2px solid #ff9b00;
	background-color: #ff9b00;
	color: #fff;
	margin: 0 0 10px 10px
}
a.btn.border {
	border: 2px solid #ff9b00;
	background-color: rgba(0, 0, 0, 0);
	color: #ff9b00;
	margin: 0 0 10px 0;
	padding: 0 30px !important
}
a.btn.border:hover {
	border: 2px solid #ff9b00;
	background-color: #ff9b00;
	color: #fff;
	margin: 0 0 10px 0
}
a.btn.bordergreen {
	border: 1.5px solid #ff9b00;
	background-color: #fff;
	color: #ff9b00;
	padding: 0 30px !important;
	border-radius: 3px
}
a.btn.bordergreen:hover {
	border: 2px solid #ff9b00;
	background-color: #ff9b00;
	color: #fff;
}
a.btn.goldborder {
	border: 2px solid #ff9b00;
	background-color: #ff9b00;
	color: #fff;
	border-radius: 3px;
	padding: 0 40px !important;
}
a.btn.goldborder:hover {
	border: 1.5px solid #ff9b00;
	background-color: #fff;
	color: #000;
}
a.btn.greenborder {
	border: 2px solid #ff9b00;
	background-color: #ff9b00;
	color: #fff;
	border-radius: 3px;
	margin-right: 10px;
	padding: 0 40px !important;
}
a.btn.greenborder:hover {
	border: 1.5px solid #ff9b00;
	background-color: #fff;
	color: #000;
}
a.btn.white {
	background-color: rgba(255, 255, 255, 1);
	color: #222
}
a.btn.white:hover {
	background-color: #ff9b00;
	color: #fff
}
a.btn.white.aanbod {
	padding-left: 50px
}
a.btn.white.aanbod:before {
	position: absolute;
	content: "";
	background: url(/wp-content/themes/iclicks-child/img/actueel_aanbod.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 25px;
	width: 25px;
	top: 12px;
	left: 18px;
}
a.btn.blue.webshop {
	padding-left: 50px
}
a.btn.blue.webshop:after {
	display: none
}
a.btn.blue.webshop:before {
	position: absolute;
	content: "";
	background: url(/wp-content/themes/iclicks-child/img/webshop.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 25px;
	width: 25px;
	top: 12px;
	left: 18px;
}
a.btn.blue {
	background-color: #ff9b00;
	color: #fff;
}
a.btn.blue:hover {
	background-color: #333;
}
a.btn.blue:after {
	color: #fff;
	position: relative;
	left: 8px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f061";
}
p.blue {
	display: inline-block;
	width: auto;
	font-weight: 600;
	font-size: 1em;
	border-radius: 2em;
	margin: 20px 0;
	background-color: #ff9b00;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
}
p.blue:hover {
	background-color: #333;
}
p.blue:after {
	color: #fff;
	position: relative;
	left: 8px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f061";
}
.caldera-grid .btn {
	display: inline-block;
	width: auto;
	font-weight: 600 !important;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0 30px !important;
	margin: 10px 0 0 0;
	background-color: #ff9b00;
	color: #fff !important;
	border-radius: 2em !important
}
.caldera-grid .btn:hover {
	background-color: #333;
	color: #fff !important
}
a.btn_groen {
	background-color: #ff9b00 !important;
	color: #fff !important;
	padding: 0 20px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.toepassingen_block a.btn {
	background-color: #ff9b00;
	color: #fff;
	text-transform: uppercase;
	display: table;
	width: auto;
	margin: 10px 0
}
.toepassingen_block a.btn:after {
	color: #fff;
	position: relative;
	left: 8px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f061";
}
.caldera-grid .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	border-width: 1.5px !important;
	border-radius: 2em !important;
	padding: 0 30px !important;
	display: inline-block;
	width: auto;
	font-weight: 600 !important;
	font-size: 1em !important;
	text-transform: uppercase;
}
.caldera-grid .btn-default:hover {
	background-color: #ff9b00 !important;
	color: #fff !important;
	border-color: #ff9b00 !important;
}
footer .caldera-grid .btn-default {
	color: #333 !important
}
a.btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
	transition: 0.3s;
}

/*------------------------------------------------------------------

------------------------------------------------------------------*/
.usp_block img {
	height: 22px;
	width: auto;
	margin-right: 15px;
}
.usp_block {
	width: 20%;
	margin: 0;
	display: inline-block;
	float: left;
	font-size: 0.9em;
	font-weight: 700;
	text-align: center
}
.usp_block .underline {
	border-bottom: 2px solid #ff9b00;
	padding-bottom: 3px;
}
/*------------------------------------------------------------------
WOOCOMMERCES
------------------------------------------------------------------*/
.attribute-outer-wrap {
	margin-top: 15px;
}
.attribute-cell {
	padding: 5px 0px;
}
.product-thumb-container .product-image img {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	height: 150px;
	object-fit: cover;
}
.home .product-thumb-container .product-image img {
	mmax-height: 250px;
}
.relprod {
	margin: 150px auto 0 auto;
	padding: 75px 0;
	background-color: #eeb9c8
}
.relprod .related h2 {
	display: block !important;
	margin: 0 auto !important;
	padding: 0 0 75px 0;
	text-align: center;
}
.relprod .columns-4 {
	width: 100%
}
.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	background-color: #f9f9f9;
	min-width: 200px;
	height: 40px;
	outline: 0;
	border: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-weight: 400;
	border: solid 2px #e3e3e3;
	width: auto;
	line-height: normal;
}
.wc-proceed-to-checkout .checkout-button {}
.product-bundle__discount-label {
	top: -10px;
	left: -25px;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	padding: 0px 3px;
}
.woocommerce nav.woocommerce-pagination {
	text-align: center;
	margin: 50px;
}
.product_usp {
	list-style: none;
	margin: 50px 0 50px 0;
	padding: 0
}
.product_usp li {
	position: relative;
	font-size: 1.1em;
	padding: 2px 0 2px 25px
}
.product_usp li:before {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 1em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f00c";
	color: #98c807
}
.product_divider {
	list-style: none;
	padding: 0;
	margin: 75px 0 0 0;
	display: block;
	width: 100%
}
.iclicks_grid_price a.button:before {
	position: absolute;
	content: "";
	background: url(/wp-content/themes/iclicks-child/img/mandje.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 24px;
	width: 24px;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
}
.woocommerce .products .button, .woocommerce .products a.button {
	background-color: #fff !important;
	height: 40px !important;
	width: 40px !important;
	line-height: 40px !important;
	border-radius: 1px;
	position: absolute;
	right: 10px;
	top: 330px;
	border-radius: 20px;
	text-align: center;
	transition: transform .5s ease;
	transform: scale(1);
}
.iclicks_grid_price a.button:hover:before {
	background: url(/wp-content/themes/iclicks-child/img/mand-wit.svg);
}
.woocommerce .products .button, .woocommerce .products a.button:hover {
	background-color: #ff9b00 !important;
	transform: scale(0.9);
}
.iclicks_grid_title {
	padding: 20px 0 10px 0;
}
.iclicks_grid_stock {
	margin: 5px 0 0 0;
	font-size: 0.8em;
	font-weight: 700
}
.iclicks_grid_stock ul {
	margin: 0 !important
}
.iclicks_grid_stock .fa {
	color: #ff9b00;
	margin-right: 4px
}
.iclicks_grid_price a {
	color: #ff9b00 !important;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .iclicks_grid_thumbnail_align {
	overflow: hidden;
	background-color: #fff
}
.woocommerce-loop-product__link .iclicks_grid_title .woocommerce-loop-product_title,
.woocommerce-loop-product__link .iclicks_grid_price .price,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .iclicks_grid_thumbnail_align,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .iclicks_grid_thumbnail_align img {
	transition: 0.3s;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .iclicks_grid_thumbnail_align:hover img {
	transform: scale(0.9);
}
.woocommerce-loop-product__link:hover .iclicks_grid_title .woocommerce-loop-product_title,
.woocommerce-loop-product__link:hover .iclicks_grid_price .price {
	color: #ff9b00
}
.price del {
	color: #f00;
	position: relative;
	padding-right: 0px;
	float: left;
	text-decoration: none;
	margin-right: 15px;

}
.price del {
  lline-height: 1em;
  position: relative;
}
.price del::after {
  border-bottom: 0.125em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
del .woocommerce-Price-amount {
	color: #555 !important;
	font-weight: 600 !important;
	margin-bottom: 0px !important
}
.single-product .iclicks_single_prod_price .price del {
	padding-right: 10px;
	font-weight: 100;
	color: #ccc;
	padding-left: 0;
	font-size: 0.8em;
	position: absolute;
	left: 140px;
}
.single_info_labels {
	padding: 50px 0 20px 0;
}
.single_info_labels ul {
	display: block;
	padding: 0 !important;
	margin: 0;
	list-style: none
}
.single_info_labels ul li a {
	color: #222;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd
}
.single_info_labels ul li a:hover {
	color: #ff9b00;
}
.single_info_labels ul li {
	font-size: 0.95em;
	padding: 0;
	color: #222
}
.single_info_labels ul li:before {
	color: #ff9b00;
	position: relative;
	right: 8px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f0da";
}
.product_info_labels {
	min-height: 150px
}
.product_info_labels ul {
	display: block;
	padding: 10px 0 10px 15px !important
}
/* .iclicks_grid_stock {
	padding: 0 5px;
} */
.product_info_labels ul li {
	font-size: 0.9em;
	padding: 2px 0;
	color: #222
}
.product_info_labels ul li:before {
	color: #ff9b00;
	position: relative;
	right: 8px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f0da";
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #fff;
	color: #ff9b00;
	font-weight: 700
}
.woocommerce nav.woocommerce-pagination ul li {
	width: auto;
	min-width: 50px;
	height: auto;
	min-height: 50px !important;
	font-size: 1.1em;
	line-height: 50px !important;
	font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li a {
	font-weight: 600;
	color: #222
}
.page-numbers {
	border: 0 solid #ddd !important;
	padding: 0 12px !important;
	height: 50px !important;
	min-width: 40px;
	line-height: 50px !important;
}
.page-numbers:hover {
	border: 0 solid #ddd !important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0 solid #d3ced2;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}
.next.page-numbers {
	width: auto;
}
.next.page-numbers {
	background-color: #ff9b00;
	color: #fff !important;
	padding: 0 25px !important;
	height: 50px !important;
	line-height: 50px !important;
}
.next.page-numbers:hover {
	background-color: #f1f1f1 !important;
}
.next.page-numbers:after {
	color: #fff;
	position: relative;
	left: 8px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f061";
}
.prev.page-numbers {
	background-color: #ff9b00;
	color: #fff !important;
	padding: 0 25px !important;
	height: 50px !important;
	line-height: 50px !important;
}
.prev.page-numbers:hover {
	background-color: #f1f1f1 !important;
}
.prev.page-numbers:before {
	color: #fff;
	position: relative;
	right: 8px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f060";
}
.woocommerce-variation-add-to-cart .quantity {
	max-width: 200px;
	display: inline-block;
	width: auto;
	position: relative
}
.fa-minus {
	float: left
}
.minus {
	padding: 0;
	height: 40px;
	width: 40px;
	line-height: 40px !important;
	text-align: center
}
.plus {
	padding: 0;
	height: 40px;
	width: 40px;
	line-height: 40px !important;
	text-align: center
}
.wooflexcat {
	position: relative;
	margin-bottom: 50px;
}
.payment_box.payment_method_bacs p {
	margin:0px
}
.woocommerce-Price-currencySymbol {
	margin-right: 3px;
}
.iclicks_single_prod_add_cart .stock.in-stock {
	display: none;
}
#payment p {
	margin-top: 0px
}
.checkout_coupon,
#coupon_code {
	height: auto;
	line-height: 1em;
	min-height: auto !important;
}
.shop_table button.button {
	margin-bottom:0px !important
}
.woocommerce ul#shipping_method li {
	margin: 0;
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  width: 45px !important;
  height: 45px !important;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	top: 8px !important;
  left: 5px !important;
}
.d-flex {
	display:flex
}
.h-100 {
	height:100%
}
.w-100 {
	width:100%
}
.iclicks_single_prod_add_cart {
	position: absolute;
  bottom: 0px;
}
.iclicks_single_prod_add_cart .woocommerce-Price-amount.amount {
	display: block;
	text-align: inherit;
	text-transform: none;
	line-height: 40px;
	font-weight: 700;
	font-style: normal;
	font-size: 34px;
}
form.cart .quantity input {
	min-height: 36px;
  min-width: 42px;
  max-width: 50px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin: 0px 2px;
  font-weight: bold;
  width: 3.631em  !important;
  text-align: center;
}
form.cart .quantity {
	float:left
}
form.cart button.plus,
form.cart button.minus {
	float: left;
	margin-bottom: 0px !important;
	height: 40px !important;
	width: 40px;
	padding: 0 14px !important;
}

.single.single-product .single_add_to_cart_button {
	width: 270px
}
.woocommerce-cart-form button.plus,
.woocommerce-cart-form button.minus {
	margin-bottom: 0px !important;
	height: 40px !important;
	width: 40px;
	padding: 0 14px !important;
}
.woocommerce-cart-form i.minus  {
position: relative;
left: -14px;
color: #000
}
.out-of-stock-1,
.out-of-stock-2 {
	margin-bottom:10px;
	width:100%
}

.out-of-stock-2 {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 32px;
	border: 2px solid #bed7d2;
	font-weight: 500;
}
.out-of-stock-3.out_off_stock_message {
	line-height: 32px;
	height: auto;
	margin-bottom: 10px
}
.xoo-wl-open-form-btn {
	border-radius: 0px !important;
}
.xoo-wl-main input[type="email"] {
	right:0px
}
.iclicks_single_prod_add_cart button {
	min-width:350px;
}
.single-product  .xoo-wl-form button.button {
	max-height: 75px !important;
line-height: 1.75 !important;
height: 100% !important;
padding: 10px !important;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-8-25 15:13:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.product-thumb-container {
	z-index: 999
}
.single-product #content {
	padding-top: 0 !important;
}
.single-product button.button {
	margin: 0;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 0;
	left: auto;
	border: 0;
	display: inline-block;
	background-image: none;
	width: 100%;
	text-align: center !important;
	height: 50px !important;
	line-height: 50px !important;
}
.single-product button .icon-mandje {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 38px;
	top: 6px;
}
.cart_icon_svg_single {
	height: 22px !important;
	width: 22px !important;
	margin-right: 10px
}
.single-product button.button {
	height: 55px !important;
	line-height: 55px !important;
	color: #000 !important;
	font-weight: 600 !important;
}
.single_add_to_cart_button.button:hover {
	background-color: #bed7d2 !important;
	color: #000 !important
}
.product_usp {
	margin: 75px 0;
	display: block;
	width: 100%
}
.woocommerce span.onsale, .is-featured, .out-of-stock, .woocommerce ul.products li.product .onsale {
	/* top: 100px!important; */
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	width: auto;
	padding: 0 30px;
	font-weight: 700;
	/* position: absolute; */
	text-align: center;
	margin: 0 !important;
	color: #ff9b00;
	background-color: #fff !important;
	font-size: .857em;
	-webkit-font-smoothing: antialiased;
	/* background: url(/wp-content/themes/iclicks-child/img/bloem.png); */
	background-position: center center;
	background-size: contain;
	border: 2px solid #ff9b00;
	display: block;
	width: 100%;
}
.is-featured {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 600
}
.festi-user-role-prices-user-price-lable,
.festi-user-role-prices-regular-price-lable,
.festi-user-role-prices-discount-lable {
	width: 120px !important;
	display: inline-block;
	font-size: 0.8em
}
.single_left {
	position: relative
}

.single-product .single_left {
	min-height:330px
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
.single-product .blockOverlay {
	background-color: rgb(0, 0, 0, 0) !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	border: 0 solid #f1f1f1
}
.mini_cart_float {
	bottom: 20px;
	display: block;
	width: 100%;
}
.side_wrapper {
	position: relative;
}
#sticky_prod_header {
	background-color: #fff;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px;
	display: block;
	width: 100%;
	z-index: 99998;
	display: none;
	opacity: .1;
	visibility: hidden;
	z-index: 99999;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateZ(0);
}
.single-product #sticky_prod_header {
	padding: 10px 15px;
}
.admin-bar #sticky_prod_header {
	top: 32px;
}
#sticky_prod_header.visible {
	display: block;
	transition-delay: 0;
	visibility: visible;
	opacity: 1;
	box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.1);
}
.product_part img {
	height: 55px;
	width: auto;
	display: inline-block
}
.woocommerce #review_form #respond {
	padding: 40px;
}
.woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond input[type="email"] {
	width: 100%;
	line-height: 40px;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
}
.woocommerce #review_form #respond textarea {
	width: 100%;
	min-height: 150px;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
}
.woocommerce #reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0 0;
	list-style: none;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	border: 0 solid #e4e1e3;
	border-radius: 4px;
	padding: 0 0 10px 0;
}
.star-rating, .stars a, .stars a:hover {
	color: #ff9b00;
}
w .woocommerce .star-rating {
	float: none;
	margin: 20px 0;
}
#comments .product_divider {
	list-style: none;
	padding: 0;
	margin: 30px 0;
	display: block;
	width: 100%;
}
.prev.page-numbers, .next.page-numbers {
	background-color: #fff;
}
.next.page-numbers, .prev.page-numbers {
	padding: 0 !important;
	width: 50px !important
}
.next.page-numbers:after {
	left: 0;
	color: #ddd;
}
.prev.page-numbers:before {
	right: 0;
	color: #ddd
}
.woocommerce table.shop_attributes th {
	width: 250px;
	font-weight: 400;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 2.5;
	font-size: 0.9em;
}
.woocommerce table.shop_attributes td {
	font-style: normal;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 2.5;
	font-size: 0.9em;
}
.single-product h1, .single-product h1.entry-title {
	font-size: 32px !important;
	line-height: 32px !important;
		margin: 0 0 15px 0px;
}
.review_title h2 {
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	margin: 0 0 100px 0;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: 400 !important;
}
.woocommerce div.product p.price {
	margin: 0 0 20px 0
}
.single-product .addbutton {
	margin: 20px 0 0px 0
}
.single_right {}
.comment-respond, .entry-pings, .entry-comments {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.qty_single {
	margin-top: 0
}
.jump_to a {
	text-transform: uppercase;
	color: #222 !important;
	border-bottom: 2px solid #ff9b00;
	padding-bottom: 6px;
	font-weight: 600;
	font-size: 0.85em;
}
.jump_to a:after {
	color: #222;
	position: relative;
	left: 8px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f063";
}
.usp_holder {
	padding: 25px 10px;
	margin-top: 50px;
	display: inline-block;
	border-top: 1px solid #eee;
}
.usp_holder .usp_block {
	width: 33%;
	font-size: 0.85em;
}
.usp_holder .usp_block img {
	height: 34px;
	width: auto;
	display: block;
	margin: 0 auto 10px auto
}
.usp_holder .usp_block .underline {
	border-bottom: 0 solid #ff9b00;
	padding: 10px 0 0 0;
}
.woocommerce div.product div.summary .bg {
	margin-bottom: 0;
	background-color: #f1f1f1;
	padding: 75px;
	margin-bottom: 15px;
	position: relative
}
.bg {
	position: relative
}
.m-w-350 {
	min-width: 350px
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 15px !important;
	outline: 0;
	line-height: 30px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	line-height: 40px
}
.woocommerce form .form-row textarea::placeholder{
	padding: 15px !important;
}
.woocommerce .product-name,
.woocommerce .product-total,
#shipping_method label,
.cart-subtotal .woocommerce-Price-amount.amount,
.order-total .woocommerce-Price-amount.amount bdi {
	font-size: 15px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 80px;
	min-height: 50px;
	padding-left: 15px
}
button[name="update_cart"] {
	float: right !important;
	margin-left: 5px !important;
}
a.checkout-button {
	height: auto !important;
	text-align: center !important;
}
.woocommerce-cart .header_banner, .woocommerce-checkout .header_banner {
	display: none
}
/* CART */
.woocommerce-checkout .col2-set {
	width: 50%;
}
.woocommerce-checkout .col2-set .col-1 {
	float: left;
	width: 100%;
}
.woocommerce-checkout .col2-set .col-2 {
	float: right;
	width: 100%;
}
.woocommerce-billing-fields input[readonly="readonly"],
.woocommerce-MyAccount-content input[readonly="readonly"] {
	background-color: #fff !important;
	border: 0px solid #fff !important;
}
.woocommerce-billing-fields label,
.woocommerce-MyAccount-content label {}
.woocommerce-billing-fields .form-row input.input-text,
.woocommerce-MyAccount-content .form-row input.input-text {
	padding: 0 !important;
	margin: 0 !important;
}
#billing_first_name_field, #billing_last_name_field {
	width: 50% !important;
	float: none !important;
	display: inline-block !important;
	/*	border-bottom: 2px solid #eee;
    padding-bottom: 10px;
	margin-bottom: 20px
*/
}
#billing_company_field {
	width: 50% !important;
	float: none !important;
	display: inline-block !important;
	/*	border-bottom: 2px solid #eee;
    padding-bottom: 10px;
	margin-bottom: 20px
*/
}
#billing_country_field {
	width: 100% !important;
	float: none !important;
	display: inline-block !important;
	/*	border-bottom: 2px solid #eee;
    padding-bottom: 10px;
	margin-bottom: 20px
*/
	line-height: 35px;
}
#billing_address_1_field, #billing_postcode_field, #billing_city_field {
	width: 50% !important;
	float: none !important;
	display: inline-block !important;
	/*	border-bottom: 2px solid #eee;
    padding-bottom: 10px;
	margin-bottom: 20px
*/
	line-height: 35px;
}
#billing_email_field, #billing_phone_field {
	width: 50% !important;
	float: none !important;
	display: inline-block !important;
	/*	border-bottom: 2px solid #eee;
    padding-bottom: 10px;
	margin-bottom: 20px
*/
}
.select2-container--default .select2-selection--single {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	line-height: 40px !important;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.woocommerce-info {
	border-top-color: #1e85be;
}
.woocommerce-info {
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #fff;
	color: #515151;
	border: 0 solid #eee !important;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}
.woocommerce-info::before {
	color: #222;
	position: relative;
	left: 0;
	top: 0;
	margin-right: 10px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1em;
	font-family: FontAwesome;
	content: "\f061";
}
.woocommerce form.checkout_coupon {
	border: 1px solid #eee;
	padding: 10px 20px;
	margin: 15px 0 20px 0;
	text-align: left;
	border-radius: 3px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
	color: #aaa;
	margin-top: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f1f1f1;
	border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid #eee;
}
#order_review {
	margin-top: 55px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #fff;
	border-radius: 5px;
}
.woocommerce-checkout #payment div.payment_box {
	background-color: #f5f5f5;
}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #f5f5f5;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
}
#customer_details {
	padding-right: 25px
}
#order_details {
	padding-left: 25px
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #d3ced2;
	margin: 0;
	list-style: none outside;
}
.woocommerce-checkout h3 {
	font-size: 1.5em;
	text-transform: none;
	font-weight: 400;
	padding: 0 3px;
}
.woocommerce-checkout .woocommerce .button {
	height: 40px
}
.woocommerce-checkout table.cart td.actions .input-text {
	height: 40px !important;
	min-height: 40px !important;
	border-radius: 2px !important;
}
body:not(.woocommerce-cart) main th {
	text-transform: none;
}
.yoast_bc {
	border-left: 1px solid #f1f1f1;
	margin-bottom: 10px !important;
}
.yoast_bc a {
	float: left;
	font-size: 0.85em;
	cursor: pointer;
	text-transform: none;
	padding: 0 20px;
	font-weight: 400 !important;
	line-height: 35px;
	color: #888 !important;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.yoast_bc a:hover {
	color: #ff9b00 !important;
}
.yoast_bc .breadcrumb_last {
	display: inline-block;
	font-size: 0.85em;
	cursor: default;
	text-transform: none;
	padding: 0 20px;
	font-weight: 400 !important;
	line-height: 35px;
	color: #888 !important;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.breadcrumbs {
	margin: 10px;
}
.breadcrumbs li a {}
.breadcrumbs li {
	float: left;
	font-size: 0.8em;
	cursor: default;
	text-transform: none;
	padding: 0 5px;
	font-weight: 400 !important;
	line-height: 32px;
	margin-bottom: 10px !important;
	color: #bed7d2
}
.breadcrumbs li:nth-child(1) {}
.woocommerce-checkout #content {
	padding-top: 0
}
.vc-zigzag-wrapper {
	margin-bottom: 75px;
}
.post-type-archive-blog .grid-container #content #content-width .grid-x
{
	width: 100%;
}
/*
.activo {
	background-color: #f9f9f9!important;
	color: #222!important
}
*/
#iclicksmenu>ul>li.megamenu a {
	position: relative;
}
@media (min-width:1024px) {
	#iclicksmenu {
		width: calc(100% - 30px)
	}
	#iclicksmenu > ul {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		width: 100%;
	}
	#iclicksmenu > ul > li:last-child a {
		padding-right:0px
	}
	#iclicksmenu .menuparent a {
		padding-left:0px;
		padding-right:0px;
	}
}
#iclicksmenu li.current-menu-item a{
	color: #ff9b00;
}

.iclicks_grid_image_cover {
	background-size: contain;
	height: 250px !important;
	background-position: center center !important
}
#nav-menu-item-4049 a {
	color: darkorange !important;
	font-size: 2em !important
}
.woocommerce div.product div.images img {
	max-height: 500px;
}
.woocommerce div.product p.stock {
	display: none
}
.additional_info {
	padding-left: 50px
}
.emptybutton {
	background-color: #fff !important;
	border: 1px solid #ff9b00 !important;
	color: #999 !important;
	display: none !important
}
button.button[name*=update_cart] {
	background-color: #ff9b00 !important
}
/*
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	background-color: #ff9b00!important
}
*/
#reviews {
	width: 100%;
	margin-bottom: 50px;
}
.archive #content {
	padding: 0 15px;
}
.archive select {
	background-color: #fff;
	outline: 0;
	border: 0;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 600;
	border-top: solid 0 #ddd;
	border-right: solid 0 #ddd;
	border-bottom: solid 0 #ddd;
	border: solid 2px #f9f9f9;
	line-height: 1.3em;
	border-radius: 3px;
}
.resultwrapper {
	padding: 0 0 20px 0;
}
.stretch_width {
	width: 100%;
	margin-top: 50px !important
}
.stretch_width .single_right {
	padding-top: 20px
}
.entry-summary .rightpress_product_price_live_update {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 7px 15px 3px 15px;
	border: 2px solid #ff9b00;
}
/* .entry-summary .rightpress_product_price_live_update dd {
	margin: -4px 0 0 15px;
}
.toepassingen_block {
	padding: 50px 0
}
.toepassingen_block img {
	width: auto;
	max-width: 50%;
	height: auto;
	display: block;
	margin: 15px 0;
}
.page .entry-content ul, .toepassingen_block ul {
	list-style: none;
	margin: 0 0 20px 10px;
	padding: 0
}
.page .entry-content ul li a, .toepassingen_block ul li a {
	color: #222;
	padding-bottom: 5px;
	border-bottom: 0 dotted #ddd
}
.page .entry-content ul li a:hover, .toepassingen_block ul li a:hover {
	color: #ff9b00;
}
.page .entry-content ul li {
	position: relative;
	padding-left: 20px;
}
.page .entry-content ul li:before, .toepassingen_block ul li:before {
	color: #ff9b00;
	position: absolute;
	left: 0;
	font-weight: 400;
	font-size: 0.8em;
	font-family: FontAwesome;
	content: "\f00c";
} */
.sub_cats {
	/*
	background-color: #fff!important;
	box-shadow: 0 0 10px #ccc;
*/
}
.sub_desc {
	font-size: 0.9em;
	color: #777
}
.sub_cats_left {
	margin-bottom: 30px
}
.sub_cats_left img, .sub_cats_right img {
	height: auto;
	max-width: 100%;
	max-height: 185px;
	width: auto;
}
.sub_cats_right {
	padding: 0;
}
h2.woocommerce-loop-category__title {
	font-weight: 400 !important;
	font-size: 16px !important;
}
.va_prijs {
	display: inline-block;
	padding: 10px;
	background-color: #ff9b00;
	border-radius: 3px;
	font-size: 1.2em;
	color: #fff
}
.woocommerce-checkout #payment div.payment_box {
	background-color: #f5f5f5;
	font-weight: 400;
	font-size: 1em;
}
.woocommerce-NoticeGroup {
	width: 100%
}
.woocommerce-NoticeGroup .woocommerce-error li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	padding: 15px 30px !important;
	background-color: #b81c23;
	color: #fff;
	font-weight: 700
}
#side-nav .products .cell.wooflexcat {
	width: calc(50% - 1.875rem) !important;
}
#side-nav .product-thumb-container .product-image img {
	max-height: 100px;
	min-height: 100px;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.payment_box select {
	background-color: #fff !important
}
.iclicks_single_prod_add_cart {
	clear: both;
	padding-top: 0 !important;
}
/*
.woocommerce-cart .product-thumb-container .product-image img:not(.bestsellers) {
    max-height: 100px;
    min-height: 100px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
*/
.woocommerce-cart .wooscp-btn {
	display: none
}
.woocommerce-cart .woocommerce-loop-product_title {
	line-height: 18px !important;
	font-size: 12px !important;
}
.woocommerce-checkout .product-quantity, .tm-epo-checkout-quantity {
	float: right
}
a.jump_toepassingen_block {
	font-weight: 700;
	font-size: 0.9em;
	padding: 6px 15px;
	border: 1px solid #ddd
}
.single-product .iclicks_single_prod_price {
	margin: 0;
}
.product-bundle__product-price, .product-bundle__product-price ins .amount {
	font-family: Oswald;
	text-align: left;
	text-transform: none;
	line-height: 24px !important;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	color: #ff9b00;
	font-size: 24px !important;
}
.product-bundle__discount-label {
	display: none !important
}
.term-description {
	max-width: 100%;
	width: 100%
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100%;
	max-width: 100%;
}
.half_bg {
	background: linear-gradient(to top, #f2f2f2 60%, #fff 60%);
}
.full_bg {
	background-color: #f2f2f2
}
.single-product #content-width {
	max-width: 100%
}
.woo_inner_content {
	max-width: 1170px;
	margin: 0 auto !important;
}
.single_image {
	max-width: 1170px;
	margin: 0 auto !important;
	position: relative;
	display: block
}
.flex-control-thumbs {
	margin: 0 !important;
}
/* .flex-control-thumbs {
	columns: 1;
	padding: 0;
	padding: 0 !important
} */
.woocommerce-product-gallery img {
	/*
    height: 30px;
    width: 40px;
*/
	cursor: pointer
}
.flex-viewport {
	/* height: 600px !important; */
	background-color: #fff;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}
.wpa-product-gallery-thumbs img {
	max-width: 100px !important;
	padding: 20px !important;
	border: 1px solid #ddd
}
.single_left img, .single_left .woocommerce-page img {
	height: auto;
	max-width: 100%;
	max-height: 600px;
	width: auto;
	margin: auto
}
.wpa-gallery-position-left .wpa-product-gallery {
	float: right !important;
	width: 80% !important;
	margin: 0 !important;
	padding: 50px;
	border: 1px solid #ddd;
}
#single_block_3 {
	padding: 50px 0
}
#single_block_3 ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#single_block_3 ul li {
	border-bottom: 1px solid #ececec;
	padding: 8px
}
#single_block_4 {
	padding: 75px 0
}
#single_block_5 {
	padding: 75px 0 25px 0
}
#single_block_2 .onder_gallery .vc_column_container, #single_block_3 .vc_column_container, #single_block_5 .vc_column_container {
	padding: 17.5px;
}
.flex-control-thumbs img {
	height: auto;
	max-width: 100%;
	max-height: 120px;
	text-align: center;
	margin: auto;
	display: block;
}
.downloads_sec {
	padding: 0 50px
}
.single-product .owl-item .item {
	position: relative;
	display: inline-block;
	z-index: 100;
	padding: 20px;
	margin: 10px;
	-webkit-backface-visibility: hidden;
	width: 100% !important;
	max-width: 300px !important;
	height: auto;
	background-color: #fff;
}
.header-cart-badge a {
	top: -4px;
	right: -12px;
	height: 25px;
	width: 25px;
	min-width: 25px;
	min-height: 25px;
	line-height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
	z-index: 99;
	position: absolute;
}
.iclicks_grid_excerpt {
	text-align: center;
	width: 100%;
	padding: 0 15px 15px 15px;
}
#prod_head {
	position: relative;
	background-color: #ff9b00;
	color: #fff;
}
#prod_head .breadcrumbs li a {
	color: #fff;
}
#prod_head .right {
	background: #ff9b00 url(/wp-content/uploads/blad2.jpg) !important;
	background-position: 0 0 !important;
	background-repeat: repeat !important;
	min-height: 405px
}
#prod_head .left .inner {
	position: relative;
	width: 100%;
	max-width: 700px;
	float: right
}
#prod_head .right .inner {
	position: relative;
	width: 100%;
	max-width: 700px;
	float: left;
	text-align: right;
	min-height: 450px;
}
#prod_head .right .inner .floater {
	position: absolute;
	display: block;
	right: 100px;
	bottom: -75px;
	height: 400px;
	width: 275px;
	z-index: 10;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
#prod_head .right .inner .floater:after {
	width: 2px;
	height: 30px;
	background-color: #ff9b00;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 7px);
	content: ' ';
	display: block;
	text-align: center;
}
#prod_head .right .inner .woocommerce-product-gallery figure img {
	position: relative;
	height: 360px;
	width: auto;
	z-index: 10;
	padding: 30px 20px;

}
.woocommerce-product-gallery__trigger {
	position: absolute
}
#prod_usp {
	padding: 10px
}
#prod_usp .usps {
	width: 75%;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#samenstelling {
	color: #fff;
	margin: 50px 0 75px 0
}
#samenstelling h2 {
	text-transform: uppercase !important
}
#samenstelling .left {
	position: relative;
	font-size: 0.85em
}
#samenstelling .left .floater {
	position: absolute;
	left: 50px;
	bottom: 50px
}
#samenstelling .left {
	background-image: url('/wp-content/uploads/samenstelling-blad.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
	margin: 0;
	padding: 30px
}
#samenstelling .right {
	background-image: url('/wp-content/uploads/samenstelling_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
	margin: 0;
	padding: 75px
}
#samenstelling table {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: rgba(0, 0, 0, 0);
	border-top: 0 solid #ececec;
	max-width: 900px
}
/* line 18, assets/sass/elements/_tables.scss */
#samenstelling tr th:first-child, body:not(.woocommerce-cart) tr td:first-child {
	border-left-style: solid;
	border-left-width: 0;
	border-color: #ececec;
}
/* line 23, assets/sass/elements/_tables.scss */
#samenstelling tr th:first-child, body:not(.woocommerce-cart) tr td:first-child {
	border-left-style: solid;
	border-left-width: 0;
}
/* line 27, assets/sass/elements/_tables.scss */
#samenstelling th {
	border-left: medium none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 0 0 medium;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
	border-color: #ececec;
	text-transform: uppercase;
}
/* line 38, assets/sass/elements/_tables.scss */
#samenstelling td {
	border-color: #ececec;
	border-left: none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 0 0 medium;
	padding: 2px 10px;
}
/* line 47, assets/sass/elements/_tables.scss */
#samenstelling table tr:nth-child(2n+1) {
	background-color: rgba(0, 0, 0, 0);
}
#extra_content {
	max-width: 600px;
	margin: 200px auto 75px auto
}
#extra_content h2 {
	position: relative
}
#extra_content h2:after {
	width: 1.5px;
	height: 100px;
	background-color: #ff9b00;
	position: absolute;
	top: -160px;
	left: calc(50% - 1px);
	content: ' ';
	display: block;
	text-align: center;
}
#product_specifications {
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 175px;
	position: relative
}
#product_specifications:before {
	width: 2px;
	height: 125px;
	background-color: #ff9b00;
	position: absolute;
	left: calc(50% - 14px);
	content: ' ';
	display: block;
	text-align: center;
	top: 0;
	overflow: visible
}
#product_specifications ul {
	columns: 3;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none
}
#product_specifications ul li p {
	display: inline-block;
}
#product_specifications ul li {
	padding: 0 0 0 60px;
	margin-bottom: 30px;
	position: relative;
	line-height: 40px;
}
#product_specifications ul li:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 40px;
	width: 40px;
	top: 0;
	left: 0;
}
#product_specifications ul li:nth-child(1):before {
	background: url(/wp-content/themes/iclicks-child/img/yellow/plantaardig.svg);
}
#product_specifications ul li:nth-child(2):before {
	background: url(/wp-content/themes/iclicks-child/img/yellow/glutenvrij.svg);
}
#product_specifications ul li:nth-child(3):before {
	background: url(/wp-content/themes/iclicks-child/img/yellow/suikervrij.svg);
}
#product_specifications ul li:nth-child(4):before {
	background: url(/wp-content/themes/iclicks-child/img/yellow/toevoegingen.svg);
}
#product_specifications ul li:nth-child(5):before {
	background: url(/wp-content/themes/iclicks-child/img/yellow/lactosevrij.svg);
}
#product_specifications ul li:nth-child(6):before {
	background: url(/wp-content/themes/iclicks-child/img/yellow/vegan.svg);
}
#product_specifications ul li div {
	display: inline-block;
	position: relative;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #fff
}
#product_specifications ul li img {
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	height: 40px;
	width: 40px;
	padding: 10px
}
#product_specifications ul li a {}
.products {
	width: 100%;
	margin: 0
}
#categorie_seo_block {
	max-width: 600px;
	margin: 100px auto 250px auto
}
#categorie_seo_block a.btn.border:after {
	width: 1.5px;
	height: 100px;
	background-color: #ff9b00;
	position: absolute;
	bottom: -140px;
	left: calc(50% - 1px);
	content: ' ';
	display: block;
	text-align: center;
}
#second-header li {
	padding: 0;
}
.gift-popup-title {
	max-width: 50%;
}
.wg-maincontainer {
	max-width: 50%;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 100px;
	box-shadow: none;
}
.woocommerce-cart-form table.shop_table td {
	padding: 10px;
}
/*.single-product div.product .images .woocommerce-main-image, .flex-viewport {*/
.single-product div.product .images .woocommerce-main-image {
	width: 78%;
	float: right;
}
.single-product div.product .images .thumbnails, ol.flex-control-nav.flex-control-thumbs {
	/* width: 22%; */
	padding-right: 0px !important;
	padding-left:0px;
	float: left;
	list-style: none
}
.single-product div.product .images .thumbnails a.zoom, ol.flex-control-nav.flex-control-thumbs a.zoom {
	width: 100%;
	float: none;
	margin: 0;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	right: 60px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	float: left;
	margin: 0 10px 10px 0;
	list-style: none;
}
.woocommerce-product-gallery__wrapper {
	text-align: center !important
}
ol.flex-control-nav.flex-control-thumbs li {
	margin-bottom: 10px;
	border: 1px solid #eee;
		display:inline-block;
		margin-right:10px
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
}
#chart-button {
	display: none
}
.single-product p.price {
	text-align: inherit;
	text-transform: none;
	line-height: 40px;
	font-weight: 700;
	font-style: normal;
	font-size: 34px;
	margin: 0 0 40px 0;
	display: block;
	width: 100%;

	margin-bottom: 20px;
}
 button.single_add_to_cart_button {
	margin-top:20px !important;
	width:100% !important
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom: 6px solid #ff9b00 !important;
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.woocommerce-tabs.wc-tabs-wrapper {
	width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 15px !important;
	padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	margin: 0 !important;
	padding: 0.8em 0;
}
h2.yikes-custom-woo-tab-title {
	display: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #eee;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 0 15px;
}
.woocommerce-tabs ul {
	list-style: none;
	padding: 0 0 0 10px
}
.woocommerce-tabs ul li:before {
	color: forestgreen;
	position: relative;
	right: 12px;
	font-family: FontAwesome;
	content: "\f00c";
	font-size: 0.8em
}
.page-description {
	margin: 0
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 0.96em;
}
.wpa-product-gallery-thumbs .slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}
.slick-list.draggable {
	padding: 0 0 50px 0 !important
}
.woocommerce-grouped-product-list-item.product-type-simple {
	background-color: rgba(197, 179, 88, 0.4);
	margin-bottom: 25px;
}
.woocommerce-grouped-product-list-item.product-type-simple:hover {
	background-color: rgba(197, 179, 88, 1);
}
.woocommerce-grouped-product-list-item.product-type-subscription {
	background-color: rgba(0, 59, 59, 0.1);
	margin-bottom: 25px;
}
.woocommerce-grouped-product-list-item.product-type-subscription:hover {
	background-color: rgba(0, 59, 59, 0.9);
	color: #fff
}
.woocommerce-grouped-product-list-item__price {
	font-size: 1.6em;
	font-weight: 600
}
.woocommerce-grouped-product-list-item__price {
	margin-top: 3px
}
.group_price del .woocommerce-Price-amount {
	color: #ddd !important;
	display: inline-block !important;
	font-weight: 400 !important;
	margin-right: 10px;
}
.group_title {
	font-size: 0.9em;
	font-weight: 600;
	margin-left: 10px;
}
.group_price {
	display: block;
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 10px;
}
.group_price del bdi {
	text-decoration: line-through !important;
	color: #999;
	font-size: 0.8em
}
.woocommerce-grouped-product-list-item__quantity label {
	padding: 15px 25px;
	cursor: pointer;
	display: block
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 1em 0 1em;
	position: relative;
	background-color: #fff;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	border: 1px solid #ddd !important;
}
.woocommerce-error {
	background: #ffffff !important;
  color: #b81c23 !important;
  font-weight: 600 !important;
  border: 1px solid #b81c23 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-radius: 3px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	    margin-right: 1em !important;
}
.woocommerce-message .button {
	line-height: 30px !important
}
.woocommerce-MyAccount-navigation-link a:hover {
    color: #ff9b00 !important;
}
.woocommerce-account .woocommerce {
	min-height: 400px
}
p.woocommerce-thankyou-order-received {
	font-size: 3em !important
}
.error-404 {
	min-height: 300px
}
.groupie .quantity {
	width: auto !important;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 15px
}
.woocommerce .groupie div.product {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	padding: 20px;
	margin-bottom: 3px
}
.groupie .group_title {
	font-size: 0.9em;
	font-weight: 600;
	margin-left: 10px;
}
.groupie .woocommerce-grouped-product-list-item__label {
	margin-bottom: 20px
}
.groupie .qty {
	border: 1px solid #ddd;
	min-height: 36px;
	min-width: 40px;
	max-width: 40px;
	height: 36px;
	line-height: 36px;
	float: left;
	margin: 0px 2px;
	font-weight: bold;
}
.groupie .plus, .groupie .minus {
	padding: 0;
	height: 36px;
	width: 36px;
	line-height: 36px !important;
	text-align: center;
}
.woocommerce-cart .woocommerce-message .button {
	float: none;
	position: absolute;
	bottom: 15px;
}
.woocommerce-cart .woocommerce-message {
	padding-bottom: 75px
}
#header-cart-icon {
	text-align: center;
}
.woocommerce-product-gallery__trigger.loupe {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 20px;
	width: 20px;
}
.out_off_stock_message {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	border: 2px solid #ff9b00;
	font-weight: 500;
}
/*------------------------------------------------------------------
WPML
------------------------------------------------------------------*/
.wpml-ls-legacy-dropdown-click {
	width: auto;
	max-width: 100%;
}
.flags_language_selector img {
	margin: 0 0 0 5px;
}
.wpml-ls-legacy-dropdown {
	position: relative;
	margin-right: 0;
}
.wpml-ls-legacy-dropdown:after {
	content: "\f107";
	font-family: FontAwesome;
	text-decoration: inherit;
	font-size: 1em;
	z-index: 1;
	padding-left: 10px;
	position: absolute;
	top: -4px;
	right: -15px;
	color: #ff9b00;
	display: none
}
ul.language_flags_header {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	float: none
}
.main-navigation li.menuparent.wpml-ls-item a {
	padding: 8px 0 0 0 !important;
	margin: 0 !important;
	text-align: left !important
}
.main-navigation li.menuparent.wpml-ls-item a:hover {
	border-radius: 0 !important
}
.main-navigation li.menuparent.wpml-ls-item {
	margin: 0 15px 0 0
}
.main-navigation li.menuparent.wpml-ls-item img {
	width: 30px;
	height: 30px
}
.main-navigation ul li.menuparent.wpml-ls-item ul a {
	min-width: 0px !important;
	max-width: 50px !important;
	padding: 3px 0 !important;
	margin: 0 !important;
	background-color: rgba(255, 255, 255, 1) !important;
	display: block;
	width: 100%;
	text-align: left;
}
.main-navigation ul li.menuparent.wpml-ls-item>ul {
	min-width: 0px !important;
	max-width: 40px !important;
	padding: 3px 0 !important;
	margin: 0 !important;
	background-color: rgba(255, 255, 255, 1) !important;
	display: block;
	width: 100%;
	text-align: left;
}
ul.wpml-ls-item {
	background-color: #fff !important;
}
/*
.menu-item-has-children a.main-menu-link:after {
	display: none
}
*/
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	width: 18px;
	height: 18px !important;
}
.wpml-ls-item .sub-menu {
	background-color: #fff !important;
}
.wpml-ls-item .sub-menu a {
	padding: 5px !important
}
.wpml-ls-item .sub-menu img {
	width: 20px !important;
	height: 20px !important;
	text-align: center !important;
	margin: 0 5px 0 5px !important
}
.wpml-ls-legacy-dropdown {
	width: auto;
	max-width: 100%;
	padding-top: 6px;
	z-index: 999 !important
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	color: #000;
	background: #fff;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	display: none
}
.wpml-ls-legacy-dropdown a {
	color: #444;
	border: 0 solid #cdcdcd;
	background-color: #fff;
	padding: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
	width: 16px;
	height: 12px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 0 solid #cdcdcd;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	border-width: 0;
	padding: 5px 2px 2px 2px;
	border: 0px solid #ddd;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-flag {
	width: 20px;
	height: 14px;
}
.wpml-ls-legacy-dropdown-click a {
	display: block;
	text-decoration: none;
	color: #444;
	border: 0 solid #cdcdcd;
	background-color: #fff;
	padding: 0;
	line-height: 1;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
	width: 42px;
	height: 30px;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
	position: relative;
	padding-right: -webkit-calc(10px + .7em + .7em);
	padding-right: 0;
}
.wpml-ls-native, .wpml-ls-display {
	color: #000;
	text-align: center !important;
	font-size: 0.7em;
	font-weight: 400;
	position: relative;
	display: block;
	width: auto;
	margin: 10px auto 0 auto !important
}
.wpml-ls-legacy-dropdown-click {
	width: auto;
	max-width: 100%;
	text-align: center;
	margin-top: 10px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	content: '';
	vertical-align: middle;
	display: inline-block;
	border: .35em solid transparent;
	border-top: .5em solid;
	position: absolute;
	right: 0;
	top: -webkit-calc(50% - .175em);
	top: 0;
}
.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
	color: #000;
	background: #fff;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	position: relative;
	left: 6px;
	top: -20px;
	font-size: 0.6em;
	line-height: 1em;
	font-weight: 400 !important;
	font-family: FontAwesome;
	content: "\f078";
	color: #000;
	display: inline-block !important;
	border-top: 0
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
/*------------------------------------------------------------------
STAR RATING
------------------------------------------------------------------*/
.rating-box {
	display: block;
	font-size: 20px;
}
.rating-box .fa {
	font-size: 0.8em;
	color: #f5cc0e
}
.review_padding p:first-child,
.review_padding2 p:first-child {
	margin-bottom: 0.75em;
}
.rating-star {
	font-size: 16px;
	width: 16px;
	height: 16px;
	margin: 0;
	position: relative;
	display: block;
	float: left;
	margin-right: 3px;
}
.full-star:before {
	color: #f5cc0e;
	content: "\f005";
	position: absolute;
	left: 0;
	overflow: hidden;
	font-family: FontAwesome;
}
.empty-star:before {
	content: "\f005";
	position: absolute;
	left: 0;
	overflow: hidden;
	font-family: FontAwesome;
}
.half-star:before {
	color: #f5cc0e;
	content: "\f089";
	width: 50%;
	position: absolute;
	left: 0;
	overflow: hidden;
	font-family: FontAwesome;
}
.half-star:after {
	content: '\f089';
	position: absolute;
	left: 13px;
	width: 50%;
	text-indent: -13px;
	overflow: hidden;
	font-family: FontAwesome;
}
/*------------------------------------------------------------------
COOKIE MELDING
------------------------------------------------------------------*/
p.exc {
	font-size: 0.7em;
	color: #999 !important;
	line-height: 1.6em;
}
.cookiecontent {
	float: left
}
.gdpr-info {
	float: right;
	text-align: right;
}
/*------------------------------------------------------------------
ARCIVES
------------------------------------------------------------------*/
.archive h1 {
	margin-bottom: 20px
}
.archive_block {
	background-color: #fff;
	box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px
}
.archive_block .grid_text {
	padding: 35px 35px 0 35px
}
/*.archive_block:nth-child(4) {
	width: calc(66.66667% - 1.875rem);
}
*/
.single_nieuws_top {
	position: relative;
	background-size: cover;
	padding-top: 45%;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer
}
.pad150 {
	padding: 100px 0
}
.grid_text h3 {
	min-height: 60px
}
/*--------------------------------------------------------------
TABLES
--------------------------------------------------------------*/
/* line 9, assets/sass/elements/_tables.scss */
body:not(.woocommerce-cart) table {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	border-top: 1px solid #ececec;
}
/* line 18, assets/sass/elements/_tables.scss */
body:not(.woocommerce-cart) tr th:first-child, body:not(.woocommerce-cart) tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #ececec;
}
/* line 23, assets/sass/elements/_tables.scss */
body:not(.woocommerce-cart) tr th:first-child, body:not(.woocommerce-cart) tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px;
}
/* line 27, assets/sass/elements/_tables.scss */
body:not(.woocommerce-cart) th {
	border-left: medium none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 1px 1px medium;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
	border-color: #ececec;
	text-transform: uppercase;
}
/* line 38, assets/sass/elements/_tables.scss */
body:not(.woocommerce-cart) td {
	border-color: #ececec;
	border-left: none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 1px 1px medium;
	padding: 5px 10px;
}
/* line 47, assets/sass/elements/_tables.scss */
body:not(.woocommerce-cart) table tr:nth-child(2n+1) {
	background-color: #fcfcfc;
}
/* line 50, assets/sass/elements/_tables.scss */
.opening_info td, .opening_info th {
	border-width: 0px !important;
	padding: 4px 0 !important;
}
/* line 56, assets/sass/elements/_tables.scss */
.opening_info table {
	margin: 0 0 20px;
	border-top: 0px solid #ececec !important;
}
/*------------------------------------------------------------------
KLANTENSERVICE
------------------------------------------------------------------*/
.service_uptab {
	margin: 20px 0 0 0;
	padding: 50px;
	border: 1px solid #ddd !important;
	display: block
}
.service_tabs {
	margin: 20px 0 20px 0
}
ul.vc_tta-tabs-list li:before {
	display: none !important
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	display: block;
	padding: 50px;
	background-color: #fff !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-icon {
	font-size: 2.5em !important;
	line-height: normal !important;
	display: block !important;
	clear: both !important;
	margin: 20px 0 !important;
	color: #ff9b00 !important;
	text-align: center !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
	background-color: #fff !important;
	border-top: 1px solid #fafafa !important;
	border-left: 1px solid #fafafa !important;
	border-right: 1px solid #fafafa !important;
	border-bottom: 1px solid #ddd !important;
	margin-bottom: -2px !important
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active {
	background-color: #fafafa !important;
	border-bottom: 1px solid #fff !important;
	margin-bottom: -2px !important
}
.vc_tta-panel-body {
	background-color: #fafafa !important;
	border-bottom: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
	background-color: #fafafa;
	color: #666;
	background-color: #ddd;
	border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
	text-align: center !important;
	width: 25%;
	font-size: 1.1em;
	font-weight: 600;
	color: #000 !important
}
/*------------------------------------------------------------------
blockquote
------------------------------------------------------------------*/
blockquote {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	background-color: #f5f5f5;
	padding: 30px 100px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
blockquote p {
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 0 !important;
	text-align: center;
}
blockquote::before {
	content: "\201C";
	font-size: 60px;
	font-weight: bold;
	color: #ff9b00;
	position: absolute;
	left: 20px;
	top: 40px;
	z-index: 999;
}
blockquote::after {
	content: "\201D";
	font-size: 60px;
	font-weight: bold;
	color: #ff9b00;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
blockquote a {
	cursor: pointer;
}
blockquote a:hover {
	color: #666;
}
blockquote em {
	font-style: italic;
}
/*------------------------------------------------------------------
EPO
------------------------------------------------------------------*/
.tm-epo-style-wrapper {
	height: 18px;
	width: 18px;
}
.tm-epo-style.round, .tm-epo-style.square {
	height: 18px;
	width: 18px;
}
.tm-epo-style:after {
	height: 5px;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	top: 50%;
	width: 5px;
	line-height: 15px;
}
.tm-extra-product-options .tm-epo-element-label {
	margin: 20px 0 00 !important;
	padding: 10px 20px 5px 20px;
}
.tm-epo-cart-option-label {
	display: inline-block;
	width: auto;
	float: left;
	margin-right: 10px;
}
.tm-extra-product-options .tc-cell, .tc-cell {
	margin-bottom: 0px;
}
#tm-extra-product-options input:disabled {
	background-color: rgba(0, 0, 0, 0.15) !important;
}
/*------------------------------------------------------------------
OFF CANVAS
------------------------------------------------------------------*/
#side-nav .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top: 0 double #ebe9eb;
}
#side-nav .button {
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding: 0
}
#side-nav .btn_close {
	border: 1px solid #f1f1f1;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	cursor: pointer;
}
#side-nav {
	color: black;
	position: fixed;
	z-index: 4;
	bottom: 0;
	top: 0;
	right: 0;
	padding: 25px;
	width: 100%;
	max-width: 500px;
	background: white;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(551px);
	z-index: 9999999
}
#side-nav.visible {
	transform: translateX(0);
}
#side-nav ul.cart_list li img {
	width: 75px
}
#side-nav-mask {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	opacity: .1;
	visibility: hidden;
	z-index: 999999;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateZ(0);
}
#side-nav-mask.visible {
	transition-delay: 0;
	visibility: visible;
	opacity: 1;
}
#side-nav table {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	border-top: 1px solid #ececec;
}
#side-nav tr th:first-child, #side-nav tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #ececec;
}
#side-nav tr th:first-child, #side-nav tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px;
}
#side-nav th {
	border-left: medium none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 1px 1px medium;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border-color: #ececec;
	text-transform: uppercase;
}
#side-nav td {
	border-color: #ececec;
	border-left: none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 1px 1px medium;
	font-size: 13px;
	padding: 10px;
}
#side-nav table tr:nth-child(2n+1) {
	background-color: #fcfcfc;
}
/*------------------------------------------------------------------
COMPARE
------------------------------------------------------------------*/
.compare_float {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: url('/wp-content/themes/iclicks-child/img/compare_off.png');
	background-position: right bottom;
	background-size: contain;
	font-size: 0 !important;
	background-repeat: no-repeat;
}
.compare_float.wooscp-btn-added {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: url('/wp-content/themes/iclicks-child/img/compare_on.png');
	background-position: right bottom;
	background-size: contain;
	font-size: 0 !important;
	background-repeat: no-repeat;
}
#wooscp_table .tr-image img {
	height: 150px;
	width: auto
}
.single-product .compare_float {
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: url('/wp-content/themes/iclicks-child/img/compare_off_top.png');
	background-position: right bottom;
	background-size: contain;
	font-size: 0 !important;
	background-repeat: no-repeat;
}
.single-product .compare_float.wooscp-btn-added {
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: url('/wp-content/themes/iclicks-child/img/compare_on_top.png');
	background-position: right bottom;
	background-size: contain;
	font-size: 0 !important;
	background-repeat: no-repeat;
}
#wooscp-area table.shop_attributes th {
	width: auto;
	font-weight: 400;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: normal;
	font-size: 0.9em;
	margin: 0;
}
#wooscp-area table.shop_attributes td p {
	margin: 0;
	padding: 5px 0;
}
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td {
	position: relative;
	border-collapse: collapse;
	padding: 0;
	vertical-align: top;
	text-align: left;
	min-width: 200px;
	max-width: 400px;
	color: #43454b;
	font-weight: 400;
	border: none;
	z-index: 6;
	border-image-width: 0;
}
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr:hover td {
	background-color: rgba(255, 255, 255, 0) !important;
}
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td:first-child {
	z-index: 7;
	padding-left: 15px;
	font-size: 0;
	width: auto !important
}
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th:first-child {
	padding-left: 15px;
	font-size: 0;
	width: auto !important
}
/*------------------------------------------------------------------
COMMENTS
------------------------------------------------------------------*/
.woocommerce #review_form #respond {
	padding: 50px;
}
.comment-respond,
.entry-pings,
.entry-comments {
	color: #444;
	padding: 20px 45px 40px 45px;
	border: 1px solid #ccc;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	border-left: 4px solid #444;
}
.entry-comments h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.comment-respond {
	padding-bottom: 5%;
	margin: 75px 0;
	border-left: none !important;
}
.comment-header {
	color: #adaeb3;
	font-size: 14px;
	margin-bottom: 20px;
}
.comment-header cite a {
	border: none;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}
.comment-header .comment-meta a {
	border: none;
	color: #adaeb3;
}
li.comment {
	border-right: none;
}
.comment-content {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 20px
}
ol.comment-list {
	list-style: none;
	padding: 0;
	margin: 0
}
.comment-list li {
	font-size: 14px;
	margin-bottom: 30px;
}
.comment-list li article {
	font-size: 14px;
	padding: 40px 40px 60px 40px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
}
.comment-list .children {
	list-style: none;
	margin-left: 50px
}
.comment-list li li {
	background-color: #fff;
}
ol.children li article {
	background-color: #f9f9f9
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
	position: relative;
}
.entry-comments .comment-author img {
	border-radius: 50%;
	border: 5px solid #fff;
	left: -80px;
	top: -5px;
	position: absolute;
	width: 100px;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
.comment-reply-link {
	cursor: pointer;
	border-radius: 3px;
	color: #1e2f42;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 1px;
	height: 30px;
	line-height: 30px;
	width: auto;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	text-decoration: inherit;
	font-size: 1em;
	z-index: 1;
	margin-right: 10px;
}
.comment-notes {
	display: none;
}
.vcard {
	padding: 20px;
	background-color: #f9f9f9;
	margin-bottom: 30px;
	border-radius: 3px
}
ol.children li article .vcard {
	background-color: #fff;
}
.vcard img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	padding: 4px;
	margin-right: 10px;
	border: 1px solid #ccc
}
.review_left {
	padding-right: 100px !important;
}
.woocommerce #reviews #comments h2 {
	clear: none;
	font-size: 1em;
}
/*------------------------------------------------------------------
FORMS
------------------------------------------------------------------*/
.caldera-grid .col-sm-6 {
	margin-bottom: 15px !important;
}
.aws-container .aws-search-field {
	right: 0
}
.aws-container .aws-search-field {
	width: 100%;
	max-width: 75%;
	float: right;
}
@media (min-width: 1024px) {
	.menu_head a {
		text-transform: none !important;
		margin-bottom: 15px;
		color: #222 !important;
		font-size: 1.2em !important
	}
	.menu-depth-2 .menu_head_sub a:nth-child(1) {
		text-transform: none !important;
		margin-bottom: 15px;
	}
	.menu_head li a {
		font-weight: 400 !important;
		margin-bottom: 0;
		color: #333 !important;
		font-size: 1em !important
	}
	.menu_head li a:hover {
		color: #ff9b00 !important
	}
	#iclicksmenu>ul>li.megamenu a span {
		text-align: left !important;
		margin-bottom: 0;
		display: block !important;
	}
	li.bekijk_alles a {
		color: #ff9b00 !important;
		font-size: 1.12em !important;
		margin: 10px 0 0 0;
	}
	.bekijk_alles a:after {
		color: #333 !important;
		position: relative;
		left: 10px;
		font-size: 1em;
		line-height: 1em;
		font-family: FontAwesome;
		content: "\f0da";
	}
	#iclicksmenu>ul>li.megamenu.columns-3>ul>li {
		padding-top: 15px;
		padding-bottom: 15px
	}
	#iclicksmenu>ul>li.megamenu.columns-3>ul>li:hover {
		/*		box-shadow: 0 0 10px #ccc!important;*/
	}
}
.caldera-grid .btn {
	color: #000 !important;
	display: inline-block !important;
	font-weight: 600 !important;
	font-size: 0.95em !important;
	margin: 0 0 10px 0 !important;
	padding: 0 20px !important;
	line-height: 32px !important;
	height: 32px !important;
	transition: transform .6s ease;
	border-radius: 3px !important;
	background-color: #ff9b00 !important;
	margin-top:20px !important;
	border: 0px  !important;
	text-transform: inherit; !important;
	transition: 0.3s;
}
.caldera-grid .btn:hover {
	background: #bed7d2 !important;
	color: #000  !important;
}
	::-webkit-input-placeholder {
		font-size: 15px;
	}
	::-moz-placeholder {
		font-size: 15px;
	}
	:-ms-input-placeholder {
		font-size: 15px;
	}
	:-moz-placeholder {
		font-size: 15px;
	}
	.b2bking_custom_registration_container label span {
		margin-left: 5px
	}
	/* .woocommerce form .form-row {
		margin-bottom: 0px;
	} */

/*------------------------------------------------------------------
REVIEWS
------------------------------------------------------------------*/
.reviews_pad {
	background-color: #f1f1f1;
	padding: 20px 30px 30px 30px;
	text-align: center;
	min-height: 255px;
}
/*------------------------------------------------------------------
HIDE
------------------------------------------------------------------*/
.show-for-small {
	display: none !important
}
.hide-for-small {
	display: block !important
}
.mob_filter {
	display: none
}

.b2bking_b2b_user .woocommerce-MyAccount-navigation-link--offers,
.b2bking_b2b_user .woocommerce-MyAccount-navigation-link--purchase-lists,
.b2bking_b2b_user .woocommerce-MyAccount-navigation-link--bulkorder,
.b2bking_b2b_user .woocommerce-MyAccount-navigation-link--subaccounts {
	display: none;
}

/*------------------------------------------------------------------
RESPONSIVE BEHAVIOUR
------------------------------------------------------------------*/
@media screen and (max-width:1170px) {
	/*
	.btn_contact {
		top: 120px;
		right: 40px;
	}
*/
}
@media screen and (max-width:1400px) {
	#second-header, #content, #relprod, #footer_diensten, .footer-content-width, .header_banner {
		/*
        padding-left: 15px!important;
        padding-right: 15px!important;
*/
	}
	.owl_nieuws .owl-nav {
		width: 100%;
	}
	.main-navigation a {
		font-size: 15px !important
	}
	.menuparent a {
		padding-right: 12px;
		padding-left: 12px;
		transition: 0.3s;
	}
	#header-cart-icon {
		right: 15px;
	}
	.between_block {
		height: auto;
		min-height: inherit;
		max-height: inherit;
		background-color: #ff9b00;
		padding: 20px 50px;
	}
	#block_5 ul {
		columns: 2;
		margin: 30px 0 0 0;
		padding: 0;
		list-style: none;
	}
}
@media screen and (max-width:1280px) {
	/*
	#block_1 .pull_right {
		padding-left: 0
	}
*/
	.home .scroll-downs {
		top: 300px;
	}
	#block_1 h1 {
		color: #fff;
		max-width: 450px;
		font-size: 26px;
		line-height: 32px;
	}
}
@media screen and (max-width:1200px) {
	#header_search {
		/*		max-width: 50%*/
	}
	.headusps p {
		margin: 0;
		display: inline-block;
		line-height: 30px;
		font-size: 0.8em;
	}
}
@media (min-width:680px) and (max-width:1300px) {
	.swiper-wrapper .header_layout_inner {
		padding-left: 100px;
	}
}
@media screen and (width:1024px) {
	#header_1 > div >div.cell {
		flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
		width:95%
	}
}

@media screen and (max-width:1024px) {
	#header_search {
		padding-top: 15px;
	}
	header {
		padding: 0 !important;
	}
	#header-cart-icon {
		position: inherit;
	}
	.mnav-click i:after {
		font-size: 15px;
	}
	.wholesaleblock {
		position: absolute;
		top: 10px;
		right: 20px;
		display: inline-block;
		width: auto !important;
	}
	.mnav-mobile-open-body #iclicksmenu {
		top: 170px;
		width: 100%
	}
	.mnav-mobile-open-body .main-navigation ul {
		width: 100%
	}
	.mnav-mobile {
		right: 15px;
	}
	.mnav-mobile-open {
		top: -65px;
		right: 15px;
	}
	#iclicksmenu {
		top: 125px;
	}
	a.btn {
		margin: 10px 0 0 0;
		height: 42px;
		line-height: 42px
	}
	h1 {
		line-height: 40px !important;
		font-size: 30px !important;
	}
	h2 {
		line-height: 36px !important;
		font-size: 26px !important;
	}
	h3 {
		line-height: 20px !important;
		font-size: 18px !important;
	}
	#header-logo {
		padding: 15px 0 0 0;
	}
	img.logo {
		max-width: 125px;
	}
	.adviesbtn_area {
		padding-bottom: 0;
	}
	.contact_header a {
		font-size: 0.8em;
	}
	.account_header {
		padding-right: 25px
	}
	.account_header p {
		display: block;
		width: 100%;
		text-align: center;
		font-weight: 400;
		margin: 0;
		text-align: left !important;
		padding-left: 20px
	}
	.top_header {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 3px 0;
		background-color: #f8f8f8;
	}
	#block_1 {
		margin: 0;
		padding: 0;
	}

	#block_2 {
		margin: 0;
		padding: 0;
	}
	#block_3,
	#block_12,
	#content .vc_row.block{
		margin: 0;
		padding: 0;
	}
	#block_4 {
		margin: 0;
		padding: 20px;
		width: 100%;
		display: block;
		position: relative;
	}
	#block_5 {
		margin: 0;
		padding: 0;
	}
	#block_6 {
		margin: 0;
		padding: 0;
	}
	#block_7 {
		margin: 0;
		padding: 0;
	}
	#block_8 {
		margin: 0;
		padding: 0;
	}
	#block_9 {
		margin: 0;
		padding: 0;
	}
	.usps div.circle {
		display: block;
		position: relative;
		height: 50px;
		width: 50px;
		margin-right: 10px;
		border-radius: 50%;
		border: 2px solid #ff9b00;
		padding: 4px;
		top: 0;
		margin: 10px auto 5px auto;
	}
	.usps img {
		position: absolute;
		top: 10px;
		left: 10px;
		height: 26px;
		width: 26px;
	}
	.float_header {
		position: absolute;
		display: inline-block;
		left: auto;
		top: auto;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		background-color: #fff;
		padding: 10px;
		bottom: -40px;
		right: 30px;
	}
	.float_header p:after {
		width: 2px;
		height: 30px;
		background-color: #ff9b00;
		position: absolute;
		bottom: -40px;
		left: calc(50% - 2px);
		content: ' ';
		display: block;
		text-align: center;
	}
	.float_header img {
		height: 200px;
		width: auto
	}
	/*
	.usps .vc_column_container {
		width: 50%!important
	}
	.usps .vc_column_container:nth-child(3) {
		width: 100%!important;
		order: 5!important
	}
*/
	.home .scroll-downs {
		top: 60px;
	}
	.usps .vc_column-inner {
		box-sizing: border-box;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100%;
	}
	.usps p {
		margin: 0;
		display: inline-block;
		line-height: 30px;
		font-size: 0.85em;
	}
	.product-thumb-container .iclicks_grid_image {
		text-align: center;
		max-width: 80%;
		margin: auto auto 0 auto;
	}
	.wooflexcat {
		margin-bottom: 50px;
		position: relative;
	}
	.products {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.woocommerce .products .button, .woocommerce .products a.button {
		right: 20px;
		top: 25px;
	}
	.woocommerce .product-name,
	.woocommerce .product-total,
	#shipping_method label,
	.cart-subtotal .woocommerce-Price-amount.amount,
	.order-total .woocommerce-Price-amount.amount bdi {
		font-size: 13px;
	}
	#order_review {
    margin-top: 25px;
	}
	.iclicks_grid_thumbnail_align:before {
		position: absolute;
		content: "";
		bbackground: url(/wp-content/themes/iclicks-child/img/goldea_logo.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		height: 50px;
		width: 70px;
		left: calc(50% - 35px);
		top: 25px;
	}
	#footer_contacts {
		margin: 50px 0 20px 0;
		border-bottom: 1px solid #f1f1f1;
		padding-bottom: 50px;
	}
	#footercopyright .align-right {
		-ms-flex-pack: end;
		justify-content: flex-start;
	}
	a.btn.bordergreen {
		margin: 0 0 0 15px
	}
	.current_page_parent a, .current_page_item a {
		color: #333 !important;
	}
	.header_banner {
		min-height: 100px;
		padding: 0 15px !important;
	}
	.header_banner .field_banner_content {
		background-color: rgba(0, 120, 187, 0.8);
		padding: 20px;
		max-width: 50%;
		height: 100%;
		margin: 20px;
	}
	.vc_row.vc_column-gap-35>.vc_column_container {
		padding: 0 !important;
	}
	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
		/*		margin-bottom: 15px!important;*/
	}
	.filter_bg {
		padding: 0 20px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.breadcrumbs li {
		margin-bottom: 0 !important
	}
	.term-description {
		max-width: 100%;
	}
	#single_block_1 {
		padding-top: 20px
	}
	.downloads_sec {
		padding: 0 20px;
	}
	.owl-item .item {
		max-width: 500px !important;
	}
	.owl-nav {
		position: absolute;
		right: 25px;
		bottom: -75px;
	}
	embed, iframe, object {
		max-width: 100%;
		width: 100%;
	}
	.canvas_cart {
		margin-top: 30px
	}
	.header-cart-badge {
		display: block !important;
	}
	.home #content-width {
		padding: 0;
	}
	.mob_filter {
		display: block;
		padding: 6px 20px;
		margin: 15px 0;
		border: 2px solid #ff9b00;
		font-size: 1em;
		text-align: center;
		height: 40px;
		width: 100%;
	}
	.mob_filter .fa {
		padding-right: 6px;
		color: #ff9b00;
		font-size: 1.1em
	}
	.between_block {
		margin-bottom: 50px
	}
	#footer-widgets .cell {
		margin-left: 0.9375rem !important;
		margin-right: 0.9375rem !important;
	}
	#header_cartlog {
		padding: 10px 30px 10px 30px;
	}
	body {
		font-size: 0.9em !important
	}
	#content-width {
		padding: 0;
	}
	.account_header {
		padding-right: 10px
	}
	#prod_head .left .inner {
		position: relative;
		width: 100%;
		max-width: 700px;
		float: right;
		padding: 25px;
	}
	#prod_head .right .inner .floater {
		position: absolute;
		display: block;
		right: auto;
		bottom: 0px;
		height: 400px;
		width: 275px;
		z-index: 10;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
		left: calc(50% - 136px);
	}
	.woo_inner_content {
		padding: 0 !important;
	}
	.woocommerce div.product div.summary .bg {
		margin-bottom: 0;
		background-color: #f1f1f1;
		padding: 25px;
		margin: 50px 0;
	}
	.single-product .addbutton {
		width: 100% !important;
	}
	#product_specifications ul {
		columns: 1;
		margin: 30px 0 0 0;
		padding: 0;
		list-style: none;
	}
	#product_specifications ul li {
		padding: 0 0 0 60px;
		margin-bottom: 15px;
		position: relative;
		line-height: 40px;
	}
	#samenstelling .right {
		background-image: url(/wp-content/uploads/samenstelling_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		padding: 100px 0;
		margin: 0;
		padding: 25px;
		font-size: 0.8em;
		width: 100%
	}
	#samenstelling .left {
		background-image: url(/wp-content/uploads/samenstelling-blad.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		padding: 100px 0;
		margin: 0;
		padding: 30px;
		width: 100%;
		min-height: 180px;
	}
	#prod_usp {
		padding: 0;
		margin: 0;
		background-color: #f1f1f1;
		margin: 50px 0;
		display: none
	}
	#prod_usp .usps {
		width: 100%;
	}
	.single-product .usps .vc_column_container {
		width: 100% !important;
		text-align: center
	}
	.single-product h1, .single-product h1.entry-title {
		margin: 30px 0 0 0;
	}
	#wpml-switch {
		padding: 0
	}
	a.btn.bordergreen {
		border: 1.5px solid #ff9b00;
		background-color: #fff;
		color: #ff9b00;
		padding: 0 30px !important;
		border-radius: 3px;
		display: block;
		width: 100%;
		margin: 22px 20px 30px 0 !important;
		text-align: center;
	}
	h3.berocket_aapf_widget-title {
		display: block;
	}
	.resultwrapper {
		padding: 0;
	}
	.gift-popup-title {
		max-width: 100%;
	}
	.wg-maincontainer {
		max-width: 100%;
	}
	.wg-col-xs-12 {
		width: 50% !important
	}
	.coupon {
		width: 100% !important;
		margin-bottom: 15px
	}
	.woocommerce-page table.cart td.actions .input-text {
		width: 65% !important;
		min-height: 50px;
		padding-left: 0;
	}
	#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
		width: 50px;
		box-shadow: none;
	}
	#order_details {
		padding-left: 0;
	}
	.woocommerce-buying-guide-success a.button {
		position: relative;
		right: 0 !important;
		top: 0 !important;
	}
	#header_search.cell {
		max-width: 100% !important;
	}
	.footer-disclaimer {
		padding: 0 25px
	}
	#block_lp_1 .content {
		padding: 25px;
	}
	#block_lp_5 .content {
		padding: 25px;
	}
	.single-product .usp_holder {
		display: none
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin: 0 !important;
		padding: 0 !important;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		margin: 0 0 2em;
		padding: 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		margin: 0 !important;
		padding: 8px 0;
		font-weight: 400
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom: 2px solid #ff9b00 !important;
		-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
		animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	}
	.single-product h1, .single-product h1.entry-title {
		font-size: 20px !important;
		line-height: 30px !important;
		margin: 0;
	}
	.single-product button.button:before {
		left: 30px;
	}
	h1 {
		line-height: 30px !important;
		font-size: 20px !important;
	}
	h2 {
		line-height: 30px !important;
		font-size: 20px !important;
	}
	ul, ol {
		margin: 0;
		padding: 0 0 0 15px;
	}
	.mnav-mobile {
		right: 15px;
		top: -25px;
	}
	.mnav-mobile.mnav-mobile-open {
		top: -72px;
    right: 15px;
	}
	.usps .vc_column_container {
		width: 100% !important;
	}
	.usps div.circle {
		height: 40px;
		width: 40px;
	}
	.usps img {
		position: absolute;
		top: 8px;
		left: 8px;
		height: 20px;
		width: 20px;
	}
	.usps p {
		margin: 0;
		display: inline-block;
		line-height: 30px;
		font-size: 1em;
	}
	#footer-contact .content {
		padding: 30px 50px 50px 50px !important;
	}
	#footer_contacts {
		margin: 20px 0 0 0;
		padding-bottom: 50px;
	}
	.header_banner {
		min-height: 0;
		padding: 0 15px !important;
	}
	#block_lp_2 {
		margin-bottom: 0;
	}
	#block_lp_2 .content {
		padding: 0;
	}
	#block_lp_3 {
		margin-bottom: 20px;
		position: relative;
	}
	#block_lp_4 {
		margin-bottom: 30px;
		clear: both;
		display: inline-block;
	}
	#block_lp_4 .wpb_content_element {
		padding: 0 10px;
	}
	#block_lp_4:after {
		width: 90%;
		height: 2px;
		background-color: #ff9b00;
		position: absolute;
		left: calc(5% - 0px);
		content: ' ';
		display: block;
		text-align: center;
		overflow: visible;
	}
	#block_lp_1 {
		margin-bottom: 50px;
		color: #fff;
	}
	#block_lp_5 {
		margin-bottom: 0;
	}
	#block_lp_6 {
		margin-bottom: 0;
		padding: 0 15px
	}
	#block_lp_7 {
		margin-bottom: 0;
	}
	#block_9 {
		padding: 0;
	}
	li.item-current {
		display: none
	}
	.wpa-product-gallery-thumbs img {
		max-width: 50px !important;
		padding: 10px !important;
		border: 1px solid #ddd;
	}
	.reviews_block .cell {
		margin-bottom: 30px !important;
	}
	#block_1 .wpb_wrapper strong {
		display: none !important
	}
	#product_specifications {
		margin: 0 20px;
	}
	.archive #content {
		padding: 0 !important;
	}
	.post-type-archive-blog #content
	{
		padding: 0 15px !important;
	}
	.archive #content

	#contact_block {
		padding: 0 25px
	}
	.single_left {
		margin-bottom: 50px
	}
	li.menu_image {
		display: none;
	}
	.mnav-click i {
		background-color: rgba(255, 255, 255, 0.10) !important
	}
	.menu-item-has-children a.main-menu-link:after {
		display: none !important;
	}
	p.woocommerce-thankyou-order-received {
		font-size: 1.2em !important
	}
	.mob_toggle {
		display: none;
	}
	#header_search .formwidth {
    margin-bottom: 15px;
	}
	.menu-item-home a {
		padding-left:15px !important
	}
	.iclicks_single_prod_add_cart {
		position: relative;
	  bottom: unset;
	}
	.iclicks_single_prod_add_cart .button {
		max-width:100%;
		width:100%
	}
}
@media screen and (max-width:980px) {
	#header_2 .wpb_wrapper {
		display: none;
	}
	.archive #content {
		padding: 0 15px;
	}
	.addbutton button {
		margin: 0 0 10px 0 !important;
	}
}
@media screen and (max-width:768px) {
	#block_4 {
		display: none
	}
	#block_6 {
		display: none
	}

	#header_search {
		padding: 15px 0 0 0;
	}
	.wholesaleblock {
		position: absolute;
		top: 25px;
		right: 15px;
	}
	#iclicksmenu {
		top: auto;
	}
	.mnav-mobile {
		right: 15px;
		top: -65px;
	}
	.mnav-mobile-open-body #iclicksmenu {
		top: auto;
		width: 100%;
	}
	.mnav-mobile.mnav-mobile-open {
		margin-top: -65px;
		top: auto;
	}
	.menu_head a {
		color: #fff !important;
	}
	.swiper-slide {
		min-height: 300px;
	}

	.swiper-block {
		display: none;
	}
	.icon_left, .icon_right {
		width: 40px;
		height: 40px;
	}
	#block_1 {
		margin: 30px 0;
	}
	#block_1 p {
		margin: 0;
	}
	#block_1 .vc_col-sm-1\/5 {
		width: 50%;
		display: inline-block;
		float: none
	}
	#block_1 .vc_col-sm-1\/5:nth-child(5) {
		display: none
	}
	#header_2 .wpb_wrapper {
		display: none;
	}
	#block_2 .vc_col-sm-4:nth-child(1) {
		width: 100%;
	}
	#block_2 .vc_col-sm-4 {
		width: 50%;
		display: inline-block;
		float: none
	}
	#block_2 a {
		font-size: 1.4em;
	}
	#block_3,
	#block_12,
	#block_13,
	#content .vc_row.block {
		padding: 30px 0;
		margin: 30px 0 0 0;
	}
	#block_4 {
		padding: 20px 30px !important;
	}
	#block_5 {
		padding: 30px 0;
	}

	#block_6 {
		padding: 20px 30px !important;
	}
	#block_6 .vc_column_container>.vc_column-inner {
		padding: 20px 0;
	}
	#block_6 .wpb_content_element {
		margin-bottom: 0;
	}
	.hidethis {
		display: none;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		width: 100%;
	}
	aside {
		padding-right: 0 !important;
	}
	#custom_html-2 input[type="email"], #custom_html-3 input[type="email"] {
		width:100% !important
	}
	#footercopyright {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		font-size: 80%;
	}
	#footercopyright p {
		font-size: 80%;
	}
	.caldera-grid .btn {
		width:100% !important
	}
	.nav-footer .nav h4 {
	  cursor: pointer;
	  }
	.toggle-footer {
		display: block;
	}
	#text-4,
	#text_icl-6,
	#text_icl-4,
	#custom_html-3,
	footer .footer-content-width {
	  max-height: 0;
	  overflow:hidden;
	  transition: max-height 1s ease-out;
	}
  .nav-footer .nav h4:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath d='M14.613,10c0,0.23-0.188,0.419-0.419,0.419H10.42v3.774c0,0.23-0.189,0.42-0.42,0.42s-0.419-0.189-0.419-0.42v-3.774H5.806c-0.23,0-0.419-0.189-0.419-0.419s0.189-0.419,0.419-0.419h3.775V5.806c0-0.23,0.189-0.419,0.419-0.419s0.42,0.189,0.42,0.419v3.775h3.774C14.425,9.581,14.613,9.77,14.613,10 M17.969,10c0,4.401-3.567,7.969-7.969,7.969c-4.402,0-7.969-3.567-7.969-7.969c0-4.402,3.567-7.969,7.969-7.969C14.401,2.031,17.969,5.598,17.969,10 M17.13,10c0-3.932-3.198-7.13-7.13-7.13S2.87,6.068,2.87,10c0,3.933,3.198,7.13,7.13,7.13S17.13,13.933,17.13,10'%3E%3C/path%3E%3C/svg%3E");
    width: 25px;
    float: right;
  }
	.nav-footer .nav.open h4:after {
	  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath d='M10.185,1.417c-4.741,0-8.583,3.842-8.583,8.583c0,4.74,3.842,8.582,8.583,8.582S18.768,14.74,18.768,10C18.768,5.259,14.926,1.417,10.185,1.417 M10.185,17.68c-4.235,0-7.679-3.445-7.679-7.68c0-4.235,3.444-7.679,7.679-7.679S17.864,5.765,17.864,10C17.864,14.234,14.42,17.68,10.185,17.68 M10.824,10l2.842-2.844c0.178-0.176,0.178-0.46,0-0.637c-0.177-0.178-0.461-0.178-0.637,0l-2.844,2.841L7.341,6.52c-0.176-0.178-0.46-0.178-0.637,0c-0.178,0.176-0.178,0.461,0,0.637L9.546,10l-2.841,2.844c-0.178,0.176-0.178,0.461,0,0.637c0.178,0.178,0.459,0.178,0.637,0l2.844-2.841l2.844,2.841c0.178,0.178,0.459,0.178,0.637,0c0.178-0.176,0.178-0.461,0-0.637L10.824,10z'%3E%3C/path%3E%3C/svg%3E");
	   width: 25px;
	  }
		#text-4.open,
		#text_icl-6.open,
		#text_icl-4.open,
		#custom_html-3.open	  {
	  height:auto;
	  max-height: 500px;
	  transition: max-height 1s ease-in !important;
	}
 footer 	.footer-content-width.open {
		 max-height: 3000px;
	}
	.toggle-footer.open h4:after {
		transform: rotate(180deg);
	}
	.toggle-footer-2.open {
		max-height:0px;
	}
}

@media screen and (max-width:640px) {
	#iclicksmenu {
		left:0px;
		right:unset;
	}
	#header_cartlog {
		margin-left: auto;
	}
	.mnav-mobile {
		right: unset;
		left: 15px;
	}
	#header_cartlog {
		padding: 0 0 10px 0;
	}
}

@media screen and (max-width:500px) {
	/* .home .product-thumb-container .product-image img {
	    max-height: auto;
			height: auto;
	} */
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50%;
	}
	#sb_instagram .sbi_photo {
		max-height: 160px !important
	}
	.woocommerce nav.woocommerce-pagination {
		margin:0px !important
	}
	#sgpb-popup-dialog-main-div {
		  width: 215px !important
	}
	.relprod {
		margin: 50px auto 0 auto;
	}
	#insta {
		padding: 20px 0;
	}
	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
		width:100% !important;
		margin-top:10px !important;
	}

}
@media screen and (max-width:380px) {
	.sgpb-popup-dialog-main-div-theme-wrapper-1 {
		left:10px !important
	}
	button.single_add_to_cart_button {
		width: 65% !important;
		min-width:200px;
	}

}

/* changes ontkoppeling 14-10-2022 */
#header-cart {
	position: relative
}
#header-cart-icon {
	right: 0px !important;
}
.wpml-ls-legacy-dropdown {
	padding-top:0px;
}
#block_3 .vc_inner.vc_row-fluid {
	display: flex;
    flex-wrap: wrap;
}
#billing_first_name_field, #billing_last_name_field {
	width: 50% !important;
	float: none !important;
	display: inline-block !important;
	/*	border-bottom: 2px solid #eee;
    padding-bottom: 10px;
	margin-bottom: 20px
*/
}
#billing_company_field, #billing_country_field, #billing_address_1_field, #billing_postcode_field, #billing_city_field,#billing_email_field, #billing_phone_field, #billing_first_name_field, #billing_last_name_field {
	width: 100% !important;
}
#customer_details {
	padding-right:0px;
}
/* Remove regel 637 */
/* .home .product-thumb-container .product-image img {
	    max-height: auto;
			height: auto;
	} */

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 120px;
    float: left;
    margin: 0 10px 10px 0;
    list-style: none;
    margin-bottom: 10px;
    border: 1px solid #eee;
    display: inline-block;
    margin-right: 10px;
	margin-top: 10px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
    max-width: 120px;
    text-align: center;
    margin: auto;
    display: block;
}
body:not(.woocommerce-cart) table.woocommerce-product-attributes.shop_attributes tr:nth-child(2n+1),
.woocommerce table.woocommerce-product-attributes.shop_attributes tr:nth-child(even) td, 
.woocommerce table.woocommerce-product-attributes.shop_attributes tr:nth-child(even) th,
.woocommerce table.woocommerce-product-attributes.shop_attributes td,
.woocommerce table.woocommerce-product-attributes.shop_attributes  tr th:first-child, 
.woocommerce table.woocommerce-product-attributes.shop_attributes  tr td:first-child {
	background-color: transparent;
	border: 0px !important
}
.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th {
	width: auto;
	border:0px !important;
}
.woocommerce table.shop_attributes th {
	text-transform: initial !important;
	font-weight: 700 !important;
	padding-top:0px;
	padding-bottom:0px;
}
.woocommerce table.shop_attributes td p {
	padding:0px !important
}
.woocommerce table.shop_attributes th:after {
	content: ":";
}
