/*------------------------------------------------------*/
/*------Algemeen
/*------------------------------------------------------*/

body{
	font-family: sofia-pro, sans-serif;
	font-weight: 400;
	line-height: 25px;
	font-size: 17px;
}

h1,h2,h3,h4,h5 {
	font-family: "xenera", sans-serif;
    font-weight: 700;
	font-style: normal;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 25px;
	margin-top: 30px;
}

h3 {
	font-size: 20px;
}


.btn-primary {
    color: #fff;
    background-color: #f7931d !important;
    border-color: #f7931d !important;
}

.pos-rel {
	position: relative;
}

.cd-top {
    position: fixed;
    right: 30px;
    display: none;
    background: rgba(0,0,0,0.70);
    z-index: 100;
    color: #fff;
	padding: 5px 15px;
    font-size: 30px;
    bottom: 0px;
}
.inline {
	display: inline-block;
	vertical-align: middle;
}

.mt-15 {margin-top:15px;}
.mr-15 {margin-right: 15px;}
.mb-15 {margin-bottom: 15px;}
.ml-15 {margin-left: 15px;}

.mt-30 {margin-top:30px;}
.mr-30 {margin-right: 30px;}
.mb-30 {margin-bottom: 30px;}
.ml-30 {margin-left: 30px;}

.mt-45 {margin-top:45px;}
.mr-45 {margin-right: 45px;}
.mb-45 {margin-bottom: 45px;}
.ml-45 {margin-left: 45px;}

.pt-15 {padding-top:15px;}
.pr-15 {padding-right: 15px;}
.pb-15 {padding-bottom: 15px;}
.pl-15 {padding-left: 15px;}

.pt-30 {padding-top:30px;}
.pr-30 {padding-right: 30px;}
.pb-30 {padding-bottom: 30px;}
.pl-30 {padding-left: 30px;}

.pt-45 {padding-top:45px;}
.pr-45 {padding-right: 45px;}
.pb-45 {padding-bottom: 45px;}
.pl-45 {padding-left: 45px;}

.my-15 {margin:15px 0;}
.my-30 {margin:30px 0;}
.my-45 {margin:45px 0;}

.mx-15 {margin:0 15px;}
.mx-30 {margin:0 30px;}
.mx-45 {margin:0 45px;}

.py-15 {padding:15px 0;}
.py-30 {padding:30px 0;}
.py-45 {padding:45px 0;}

.px-15 {padding:0 15px;}
.px-30 {padding:0 30px;}
.px-45 {padding:0 45px;}

.nopad {padding:0 !important;}
.nopad-x {padding-left:0 !important;padding-right: 0 !important}
.nopad-y {padding-top:0 !important; padding-bottom:0 !important;}
.nopad-t {padding-top:0 !important;}
.nopad-b {padding-bottom:0 !important;}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.btn-click {
	padding:8px 30px;
	color:#fff;
	border-radius:10px;
}

.btn-click:hover {
	color:#fff;
}

.btn-green {
	background-color: #1e5f75;
}

.btn-blue {
	background-color: #1b6477;
}

.btn-video {
	background-color: #ef885f;
	padding: 15px;
	margin-top: 10px;
	border-radius:10px;
	color: #fff;

}

.btn-pink {
	background-color: #ef885f;
}

.btn-ov {
    background: #1e5f75;
    color: #fff;
}


.btn-ov:hover {
	color:#fff;
}

.color-green {
	color:#1e5f75;
}

.color-blue {
	color:#1b6477;
}

.color-pink {
	color:#ef885f;
}

/*img{
	border-radius: 5px;
}*/


.border{
	border: 15px solid #fff;
}

.spacer {
	height:103px;
}

.space {
	height:60px;
	background: #ebebeb;
}

.player {
	margin: -20px !important;
}


.stuks{
	background: #508e9b;
	color: #fff;
	padding: 2px;
}


a {
	color: #1e5f75;
}

.button {
    background-color: #1e5f75;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border-radius: 10px;
}

.button2{
    background-color: #1e5f75;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border-radius: 10px;
}

.bestel{
	font-size: 16px;
}

.bestel-mobiel{
	display: none;
	text-align: right;
}

main {
	padding-top:103px;
}

/*------------------------------------------------------*/
/*------Header
/*------------------------------------------------------*/

header {
	position: fixed;
	width:100%;
	top:0;
	z-index: 300;
}

header .actie {
	background: #d38e34;
	color:#fff;
	text-align: center;
	padding: 3px;
	
}

header .top {
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
	color:#666;
	padding:10px 0;
}

header .bottom {
	background:#1e5f75;
    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.09);
}

header .usp {
	font-style: italic;
	font-size: 17px;
	font-family: sofia-pro, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color:#fff;
	float: right;
	margin: 0 10px;
}

header .social {
	margin: 0 15px;
}

header .logomtg {
	width: 153px;
}

.menu {
    position: absolute;
    top:40px;
    z-index: 10;
    width: 100%;
    background: #fff;
    padding:45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu.active {
	opacity: 1;
	visibility: visible;
}

#nav {}

#nav ul {
	padding:0;
	list-style: none;
	margin:0;
}

#nav ul li {

}

#nav ul li a {
	color:#000;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 5px;
}

#nav ul li a.Active,
#nav ul li a:hover {
	text-decoration: none;
}


#cats ul {
	list-style: none;
	padding:0;
	margin:0;
}

#cats ul li {
	display: inline-block;
	margin:0 10px;
	padding:15px 0;
	font-family: sofia-pro, sans-serif;
	text-transform: uppercase;
	color: #000;
}

#cats ul li a {
	font-size: 12px;
	color: #fff;
}

@media (min-width: 992px) {
	#cats ul li ul {
	    position: absolute;
	    background: #fff;
	    padding: 15px;
	    top: 55px;
	    opacity: 0;
	    visibility: hidden;
	}

	#cats ul li:hover ul {
		opacity: 1;
		visibility: visible;
	}

	#cats ul li ul li {
		padding:0;
		display: block;
	}
}



.logo {
	max-width: 180px;
	position: fixed;
	top:0px;
	padding: 0px;
	-webkit-transition:  all 0.5s ease-in-out;
	-moz-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header.scroll .logo {
	max-width: 100px;
}

.toggle {
	cursor: pointer;
	position: relative;
	z-index: 9999;
	letter-spacing: 1px;
	margin-right: 30px;
}

.toggle-icon {
	height:20px;
	width:30px;
	margin:0 20px 0 0;
	border-bottom:2px solid #fff;
	position: relative;
}

.toggle-icon:before {
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	border-bottom:2px solid #fff;
	-webkit-transition:  all 0.5s ;
	-moz-transition:  all 0.5s ;
	-o-transition:  all 0.5s ;
	transition: all 0.5s ;
}

.toggle-icon:after {
	content:'';
	position: absolute;
	left:0;
	top:50%;
	width:100%;
	border-bottom:2px solid #fff;
	-webkit-transition:  all 0.5s ;
	-moz-transition:  all 0.5s ;
	-o-transition:  all 0.5s ;
	transition: all 0.5s ;
}

.toggle-icon.active {
	border:none;
}

.toggle-icon.active:before {
	transform:rotate(45deg);
	top:50%;
}

.toggle-icon.active:after {
	transform:rotate(-45deg);
}

.cat-toggle .toggle-icon,
.cat-toggle .toggle-icon:before ,
.cat-toggle .toggle-icon:after {
	border-color:#fff;
}


header .bottom .link {
	margin-right: 30px;
}

header .bottom .link a {
	color:#fff;
	letter-spacing: 1px;
}

header .menu-top a {
	color: #fff;
	font-size: 17px;
}

header .minicart .fa {
	color:#fff;
}

header .menu-top .link {
	margin:0 10px;
}

header .search i {
	cursor: pointer;
}

header .search-box {
	position: absolute;
    right: 30px;
    width: 400px;
    max-height: 75vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:  all 0.5s ease-in-out;
    -moz-transition:  all 0.5s ease-in-out;
    -o-transition:  all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header .search-box.active {
	opacity: 1;
	visibility: visible;
}

header .search-box .form-control {
	border-bottom: 1px solid #ececec;
}

header .search-box .search-results {
	background:#f9f9f9;
}

header .search-box .search-results .wrapper {
	padding:15px;
}

header .search-box .search-results.overflow {
	overflow-y: scroll;
	max-height: 75vh;
} 

header .search-box .close-search {
	position: absolute;
    right: 10px;
    top: 10px;
}


/*------------------------------------------------------*/
/*------category tree
/*------------------------------------------------------*/
header ul li:nth-child(1) > ul.sd_0 {
	/*display: block !important;*/
}

header #cats ul li.sd_0 {
	position: relative;
	margin:5px 10px;
}

header #cats ul li.sd_0:hover ul.sd_0 {
	opacity: 1;
    visibility: visible;
}

header #cats li ul.sd_0 {
	min-width: 210px;
	position: absolute;
	z-index: 90;
    top: 32px;
    background: #fff;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:  all 0.25s ease-in-out;
    -moz-transition:  all 0.25s ease-in-out;
    -o-transition:  all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}



header #cats ul li.sd_1 {
	margin:0 0 10px;
	display: block;
	/*padding-right: 15px;*/
}


header #cats ul li.sd_2 {
	display: block;
	float:left;
	width:100%;
}

/*@media (max-width: 992px) {
	header #cats ul li.sd_1 {
		width:50%;
	}
}

@media (max-width: 768px) {
	header #cats ul li.sd_1 {
		width:100%;
	}
}*/

header #cats ul li.sd_1 span {
	cursor: pointer;
	float: right;
}

header #cats span {
	cursor: pointer;
	float: right;
}

header #cats span.collapsed .fa-minus {
	display: none;
}

header #cats span .fa-minus {
	display: block;
}

header #cats span .fa-plus {
	display: none;
}

header #cats span.collapsed .fa-plus {
	display: block;
}

header #cats ul .row {
	margin:0 0 15px;
}

header #cats ul li.sd_2 a {
    font-size: 13px;
    text-transform: inherit;
    font-weight: 500;
}

/*------------------------------------------------------*/
/*------Slider
/*------------------------------------------------------*/


.slick-prev:before, .slick-next:before {
	font-size: 28px;
}

.slick-next {
	right:15px;
}

.slick-prev {
	z-index: 39;
	left:15px;
}

.slick-slide img {
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 20px -10px rgba(0,0,0,0.25) !important;
}

/*------------------------------------------------------*/
/*------onScreen
/*------------------------------------------------------*/

section:not(.no-animation) .container,
section:not(.no-animation) .container-fluid {
	opacity: 0;
	-webkit-transition:  all 1.0s ease-out;
	-moz-transition:  all 1.0s ease-out;
	-o-transition:  all 1.0s ease-out;
	transition: all 1.0s ease-out;
}

section.onScreen .container,
section.onScreen .container-fluid {
	opacity: 1;
}

/*------------------------------------------------------*/
/*------Sections
/*------------------------------------------------------*/

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

section#header-background {
	background-size: cover;
	background-position: center;
	height: 430px;
	position: relative;
}

	#header-background:before {
		content:'';
		position: absolute;
		top:0;
		width:100%;
		height:100%;
	}

	#header-background .text {
	    margin-top: 30%;
	    color:#fff;
	}
	
	#header-background .text h1{
	    color:#1e5f75;
	}

section#buttons {
	padding:30px 0;
	font-size: 14px;
}

	#buttons .container {
		max-width: 940px;
	}

	#buttons .btn {
		text-align: center;
		width:100%;
		font-size: 14px;
	}

	#buttons .col {
		padding:0 20px;
	}

section#home-intro {
	background:#f5f7f9;
	padding:45px 0;
}

	#home-intro .link-list {
		background:#fff;
		height:100%;
		padding:15px 0;
	}

	#home-intro .link {
		padding:0 30px 0;
	}

	#home-intro .link a {
		color:#000;
		font-family: sofia-pro, sans-serif;
		font-weight: 700;
		font-size: 19px;
		display: block;
		text-decoration: none;
		padding:10px 0 5px;
		border-bottom: 1px solid transparent;
	}

	#home-intro .link a:hover {
		border-color:#000;
	}

	#home-intro .fa {
		float:right;
		position: relative;
		top:3px;
	}

section#text-slider {
	padding:45px 0;
}

	#text-slider h1 {
		color:#1e5f75;
		letter-spacing: -1px;
	}

section#normalcontent-actie {
    background: #ebebeb;
    color: #fff;
    padding: 5px 0px 10px;
}

#normalcontent-actie h3 {
    background: #d38e34;
    color: #fff;
    padding:15px 0;
}


section#normalcontent{
    background-color: #1e5f75;
    color: #fff;
    padding: 20px 0px 40px
}

section#normalcontent-white {
	padding:45px 0;
}

section#text-img{
	padding: 60px 0px 60px 0px;
    background: #ebebeb;
}

	#text-img img {
		box-shadow: 0 0 8px rgb(0 0 0 / 21%);
	}

	#text-img .box {
		padding: 45px;
	    background: #fff;
	}

	#text-img .box h1{
	    margin-top: 0px;
	    color: #1e5f75;
	}

	#text-img .box h2{
	    margin-top: 0px;
	    color: #1e5f75;
	}
	
	@media (min-width: 1200px) {
		#text-img .container-fluid {
			padding:0 60px;
		}
		
		#text-img .box {
		    max-width: 600px;
		    transform: translate(-75px, 60px);
		    border-radius: 4px;
		}

		#text-img .img-right {
			transform: translate(-45px,0);
		}

		#text-img .box-left .box {
		    margin: 0 0 0 auto;
		    transform: translate(0, 60px);
		    z-index: 45;
		    position: relative;
		}

		#text-img.vimeo .img-right {
	        transform: translate(-60px,0);
		    width: calc(100% + 60px);
		}
	}

section#categories {
	padding:45px 0;
	background:#fafafa;
}

	#categories .row {
		display: flex;
		flex-wrap: wrap;
	}

	#categories .cat {
		background:#fff;
		box-shadow: 0 0 8px rgba(0,0,0,0.11);
		padding:15px 15px 60px;
		border-radius: 15px;
		height: 100%;
		position: relative;
	}

	#categories .link {
		position: absolute;
		bottom:15px;
		text-align: center;
		width:100%;
		left:0;
	}

section#category-header {
	height: 300px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color:#fff;
	padding:30px;
}

#category-text .btn-collapse {
	border-radius:50%;

}

#category-text .btn-collapse.collapsed {
	transform: rotate(0deg);
}

#category-text .btn-collapse {
	transform: rotate(180deg);
}

section#category{
	    margin-top: 40px;
	    margin-bottom: 40px;
}

	#category .batch .checkbox {
		height: 34px;
		width: 34px;
		margin-top:0;
	}

section#usp {
	padding:45px 0;
	background:#488493;
	font-family: sofia-pro, sans-serif;
	font-weight: 700;
	color: #fff;
}

	#usp img {
		margin:0 auto 30px;
	    background-color: #fff;
	    padding: 25px;
	    border-radius: 50%;
	    max-width: 165px;
	}

	#usp .text {
		font-size: 20px;
		font-weight: 500;
	}

/*------------------------------------------------------*/
/*------Minicart
/*------------------------------------------------------*/

#MiniCartWrapper #MiniCartContent {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:  all 0.5s ease-in-out;
	-moz-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#MiniCartWrapper.Active #MiniCartContent {
	opacity: 1;
	visibility: visible;
}

#MiniCartIntro a {
	color:#fff;
	display: flex;
}

#MiniCartIntro .box-icon {
    width: 24px;
    height: 21px;
    margin-right: 0px;
}

#MiniCartWrapper:hover #MiniCartContent
 {
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}

#MiniCartIntro a {
	text-decoration: none;
}

#AmountInCart {
	background:#d38e34;
	color:#fff;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	padding-bottom: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#MiniCartContent {
    position: absolute;
    background: #fff;
    margin-top: 20px;
    padding: 0 15px 15px;
    width: 350px;
    border:1px solid #ececec;
    z-index: 999999;
    right: 0;
}

#MiniCartContent ul {
	list-style: none;
	padding:0;
}

#MiniCartContent .row {
	margin-top:10px;
	margin-bottom: 10px;
	padding:10px 0;
}

#MiniCartContent .row a {
	color:#000;
}

#MiniCartContent .row:nth-child(even) {
	background:#fafafa;
}

.btn-blue {
	color:#fff;
}

.btn-blue:hover {
	color:#fff;
}

#video {
	background: #ebebeb;
	padding-top: 60px;
}


/*------------------------------------------------------*/
/*------Shopping cart
/*------------------------------------------------------*/

#Layout_23 #MainContent {
	display: none;
}

#MainContent {
	padding:60px 0;
	background: #ebebeb;
}

#MainContent .container{
	padding: 30px 20px 40px 20px;
	background: #fff;
	box-shadow: 0 0 20px -10px rgb(0 0 0 / 25%);
}

	.ProductImage.bg {
		height: 190px;
		background-size: cover;
		background-position: center;
	}
	
	/*.form-group {
   		 margin: 15px !important;
	}*/

	.OrderDataLeft,
	.OrderDataRight {
		padding:0 15px;
	}

/*------------------------------------------------------*/
/*------Products
/*------------------------------------------------------*/

#Layout_1 section#products-featured {
	    background: #ebebeb;
	    margin-top: -40px
}

section#products-featured {
	    padding: 0px 0px 30px;
	    background: #ebebeb;
}

section#products-featured h1{
	    color: #1e5f75;
	    margin-top: 30px;
}

	.row.products {
		display: flex;
		flex-wrap: wrap;
	}

	.products .product {
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
		height: 100%;
		margin-bottom: 40px;
		padding-bottom: 15px;
	}

	.products .product .image {
			position: relative;
			background-size: cover;
			background-position: center;
			border-radius: 6px;
		}

	.products .product .image img {
		opacity: 1;
		visibility: visible;
		-webkit-transition:  all 0.35s ease-in-out;
		-moz-transition:  all 0.35s ease-in-out;
		-o-transition:  all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	}

	.products .product .image:hover img {

	}

	.products .product .AddWrapper {
	    position: absolute;
	    width: 100%;
	    bottom: 15px;
	}
	
	.products h3{
	font-family: sofia-pro, sans-serif;
    font-weight: 700;
    }

	.products .product .actions {
		display: flex;
	    position: absolute;
	    transform: translate(-50%,0px);
	    background: #fff;
	    padding: 5px 30px;
	    left: 50%;
	    -webkit-transition:  transform 0.5s ease-in-out;
	    -moz-transition:  transform 0.5s ease-in-out;
	    -o-transition:  transform 0.5s ease-in-out;
	    transition: transform 0.5s ease-in-out;
	    border-radius: 15px;
	    border:1px solid #ececec;
	}

	.products .product .actions .icon {
	    font-size: 20px;
	    margin: 0 5px;
	    color: #fff;
	    background: #ef885f;
	    width: 30px;
	    height: 30px;
	    border-radius: 50%;
	    cursor: pointer;
	    /* padding: 3px; */
	    display: inline-flex;
	    justify-content: center;
	    align-items: center;
	}

	.products .product .actions .icon:hover {
		text-decoration: none;
	}

	.products .product .image:hover + .actions,
	.products .product .actions:hover {
		transform: translate(-50%, calc(-100% - 20px));
	}

	.products .product .text {
		background:#fff;
		position: relative;
	    z-index: 2;
	    padding: 15px;
	}

	.products .product .text h3{
		font-size: 20px;
		margin: 0px;
		font-weight: 700;
	}


section#products-all {
	padding:120px 0 60px;
}

	#products-all .row {
		display: flex;
		flex-wrap: wrap;
	}


.korting{
	background: #d38e34;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
}

.cat-tabs {
	list-style: none;
	padding:0;
	margin-bottom: 30px;
}

	.cat-tabs li {
		border: 1px solid #ececec;
	    padding: 0px 20px;
	    line-height: 35px;
	    display: inline-block;
	    border-radius: 5px;
	}

	.cat-tabs li.active,
	.cat-tabs li:hover {
		background:#1e5f75;
		border-color: #1e5f75;
	}

	.cat-tabs li.active a,
	.cat-tabs li:hover a {
		color:#fff;
	}



/*------------------------------------------------------*/
/*------news & onderdeelen
/*------------------------------------------------------*/

section.item-overview {
	padding:45px 0;
	background:#f5f7f9;
}


	.item-overview h3{
		font-size: 16px;
		color: #1e5f75;
		font-weight: 500;
	}
	.item-overview .date,
	.item-single .date {
		float:right;
		font-size: 12px;
		font-style: italic;
	}
	
	.item-overview .date-single,
	.item-single .date-single {
		float:left;
		font-size: 12px;
		font-style: italic;
	}
	
	.item-overview .item {
		background:#fff;
		padding:15px;
		box-shadow: 0 0 8px rgba(0,0,0,0.05);
	}

section.item-single {
	padding:45px 0;
}

	section.item-single img {
		border: 15px solid #fff;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		margin: 10px;
		}

	section.item-single h1{
		margin-bottom: 30px;
		color: #1e5f75;
	}


/*------------------------------------------------------*/
/*------Product
/*------------------------------------------------------*/

section.product-header {
	background-size: cover;
	height: 135px;
	position: relative;
}

	.product-header .text-wrapper {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
		background: rgb(30 95 117);
	    color: #fff;
	    text-align: center;
	    padding: 40px 0;
	}


section#product {
	padding:60px 0;
	background: #ebebeb;
}

	#product .selected-options {
		position: fixed;
		width: 100%;
		z-index: 9999;
		bottom:0;
	}

	#product .selected-options h2{
		font-size: 15px;
	}

	.info{
		margin-top: 10px;
	}


	#product .sel-wrapper.onScreen .selected-options {
		position: relative;
	}

	#product .selected-options .bg {
		background: #6cabb6;
		color: #fff;
		padding:0px 15px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}

	#product .btn-order {
		height: 45px;
	    padding: 0 30px;
	    border-radius: 0px;
	}

	#product .selected-options .image {
		height: 45px;
		background-size: cover;
		background-position: center;
	}

	#product .selected-options .image.empty {
		border:1px dashed #000;
		background:#fff;
	}

	#product .option {
		padding:15px;
		padding-bottom: 20px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
		margin-bottom: 40px;
		background: #fff;
	}

	#product .option h3{
		font-size: 20px;
		margin: 0px;
		margin-bottom: 10px;
		color: #1e5f75;
	}

	#product .image {
		position: relative;
	}
	
	#product .buttonbox {
		width: 24px;
		margin-top: -7px;
	}

	#product .add-btn {
		position: absolute;
		bottom:15px;
	    right: 15px;
	    background: #d38e34;
	    color: #fff;
	    border-radius: 0px;
	    border: none;
		padding: 5px 10px;
	    font-size: 12px;
	    text-transform: uppercase;
	    cursor: pointer;
	}

	#product .selected-options .delete {
        position: absolute;
	    top: 5px;
	    right: 5px;
	    color: #1e5f75;
	    font-size: 25px;
	    cursor: pointer;
	}

	.product-modal .modal-header .close {
	    margin-top: -35px;
	    font-size: 40px;
	}

	.option .fa-info {
	    background: #ececec;
	    width: 32px;
	    height: 32px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border-radius: 50%;
	    cursor: pointer;
	}

/*------------------------------------------------------*/
/*------Profile
/*------------------------------------------------------*/

#Profile {
	padding: 80px 0 120px;
	background: #ebebeb;
}

	#Profile .container{
	padding: 20px;
	background: #fff;
}


/*------------------------------------------------------*/
/*------FAQ
/*------------------------------------------------------*/

section#faq {
	padding:90px 0;
	background:#dfdfdf;
}

	#faq .faq {
		background:#fff;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
		margin:5px 0;
	}

	#faq .faq:hover {
		box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
	}

	#faq .trigger {
		padding:30px;
		color:#1e5f75;
		font-size: 24px;
		cursor: pointer;
	}

	#faq .content {
		padding:0 30px 30px;
	}

/*------------------------------------------------------*/
/*------Subfooter
/*------------------------------------------------------*/
#sub {
	color: #fff;
	background: #ebebeb;
	text-align: center;
	padding: 80px;
}

#sub h4{
	color: #1e5f75;
	margin-bottom: 30px;
}


/*------------------------------------------------------*/
/*------Subfooter
/*------------------------------------------------------*/
#subfooter {
	background: #ebebeb;
	color: #fff;
	text-align: left;
}

#subfooter .box {
	background-image: url(/assets/img/background-socials.jpg);
	padding:30px;
	height: 100%;
}

#subfooter .box.blue {
	background:#508e9b;
}

#subfooter h3{
	color: #fff;
	font-size: 30px;
	margin-top: 0px;
	font-family: sofia-pro, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 40px;
}

#subfooter a{
	color: #d38e34;
}


#subfooter .icon {
    margin-left: 10px;
    margin-top: 0px;
    width: 35px;
}

#subfooter .flex-row {
	transform: translate(0, 75px);
}

#subfooter .col-left {
	padding-right: 0;
}

#subfooter .col-left .box {
	border-radius: 4px 0 0 4px;
}

#subfooter .col-right {
	padding-left: 0;
}

#subfooter .col-right .box {
	border-radius: 0 4px 4px 0;
}

/*------------------------------------------------------*/
/*------Footer
/*------------------------------------------------------*/

footer {
	background:#1e5f75;
	color:#fff;
	padding:120px 0 0;
}

footer h3 {

	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 500;
}

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

footer ul li a
 {
	color:#fff;
}

footer ul li a:hover {
	color:#ddd;
}

footer a
 {
	color:#fff;
}

footer a:hover {
	color:#ddd;
}


footer .social {
	padding-right: 10px;
	color: #fff;
}

footer .social a{
	color: #fff;
}

footer .social a:hover{
	color: #ddd;
}

footer .review{
	color: #edc300;
	padding-left: 3px;
}

footer .socialicon{
	color: #7dbfc7;
	padding-right: 15px;
	font-size: 24px;
	margin-top: 3px;
}


.copyright {
	margin-top:60px;
	background:#0e0e0e;
	padding: 25px 0;
	text-align: center;
}

/*------------------------------------------------------*/
/*------Responsive
/*------------------------------------------------------*/

@media (min-width: 768px) {
	.hidden-xs-up {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.cat-toggle {
		display: none;
	}
}

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


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px)
{


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px)
{

	.cat-menu {
        position: absolute;
	    width: calc(200% - 30px);
	    padding: 15px;
	    right: 15px;
	    top: 44px;
	    background: #9dc53a;
	    box-shadow: 0 8px 8px rgba(0,0,0,0.11);
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	    text-align: left;
	}

	.toggle {
		padding:15px 0;
	}

	.cat-menu.active {
		opacity: 1;
		visibility: visible;
	}

	header #cats li ul.sd_0 {
		border:1px solid #ececec;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px)
{

	#subfooter .col-left,
	#subfooter .col-right {
		padding: 0 15px;
	}

	section.product-header {
		height: 100%;
	}

	.product-header .text-wrapper {
		padding:40px 15px;
		position: relative;
	}

	#plugin #MiniCartIntro a {
		position: fixed;
	    top: 10px;
	    left: 0px;
	}

	#plugin .step-next {
		margin-bottom: 15px;
	}

	#plugin .info-text {
		top:140px;
		z-index: 88;
	}

	.cat-menu {
		width:100vw;
		right:0;
		padding:30px 15px;
	}

	header #cats ul li.sd_0 {
		margin:10px;
	}

	body#Layout_15 #tidio-chat {
		display: none;
	}

	#step-8 .total-price {
	    bottom: 70px;
	    font-size: 20px;
	    text-align: center;
	    width: 100%;
	    padding: 0;
	}

	#plugin .actions {
		position: fixed;
		bottom:15px;
		top:auto;
	}

	#plugin .actions.actions-bottom {
		bottom:auto !important;
		top:45px !important;
	}

	#plugin .actions.actions-top {
		position: absolute;
	    padding-top: 0;
	    bottom: 0;
	}

	.test #canvas {
		height: calc(100vw - 30px) !important;
	}

	#drag-image {
		width: 100%;
	}


.res-tr {
		text-align: right;
	}
	.mob-actions {
		top:auto !important;
		bottom:15px;
	}

	#plugin .controls {
		height: auto;
	}

	#plugin .step {
	    padding: 30px 0 0 !important;
	    max-height: 100vh;
	    overflow: hidden;
	}

	#plugin .price {
		position: relative;
		bottom:0;
		left:0;
	}

	#plugin .step-control {
		padding:30px 0 0;
	}

	#canvas {
		height: calc(100vw - 30px) !important;
	}

	.canvas-wrapper {
		min-height: 568px;
	    height: auto;
	}

	#plugin .close {
		right: 30px;
		top:5px;
	}

	#plugin #messages .close {
		right: 20px;
		margin-top:0;
	}

	#canvas .canvas-container {
		padding:90px 30px 90px;
	}

	.image-holder {
		-ms-touch-action: none;
		touch-action: none;
	}

	section#header-background {
		height:420px;
	}

	#header-background h1,
	#header-background p
	{
		
	}


	#header-background .text {
		margin-top: 15%;
	}

	#buttons .btn {
		margin:10px 0;
	}

	.hor-slider {
		margin-top:30px;
	}

	#home-intro .link-list {
		margin:30px 0 0;
	}

	#home-intro .col-sm-6 {
		padding:0 15px;
	}

	#home-intro .col-sm-6.pr-30 {
		padding-bottom: 30px;
	}

	section#product,
	section#faq {
		padding:60px 0;
	}

	.ProductImage {
		margin-bottom: 10px;
	}

	.menu {
		padding:30px;
		z-index:99999;
	}

	header .social {
		margin: 0 10px;
	}

	section#text-img img {
		margin:30px 0;
	}

	#cropper {
		max-height: 300px;
	}

	.cropper-wrapper {
		width:100%;
		left:0;
		height: 100%;
		padding:15px;
		position: fixed;
	}

	.right {
		overflow: hidden;
	}

	section#products-all {
		padding:60px 0;
	}

	.cat-tabs li {
		margin:5px;
	}

	section#normalcontent {
		padding:30px 0;
	}

	#faq .trigger {
		font-size: 18px;
	}

	#MiniCartContent {
		right:0;
		max-width: 100%;
	}

	#MainContent {
		padding:30px 0 60px;
	}

	.mob-table h3 {
		margin-top: 0;
	}

	.mob-table .product-row,
	.mob-table .voucher-row {
		padding:15px 0;
	}

	.mob-table .total-row {
		padding:5px 0;
	}

	.mob-table .total-row:nth-child(even) {
		background:#f9f9f9;
	}

	.mob-table > .product-row:nth-child(even) {
		background: #f9f9f9;
	}

	.actions-row {
		margin:30px -30px 0;
	}

	.actions-row a {
		max-width: 100%;
	    white-space: normal;
	}

	#YourOrderWrapper {
		margin:0 -15px;
	}

	#category .image img
	#products-featured .image img {
		margin:0 auto;
	}

	#category .block,
	#products-featured .block {
		margin:45px 0 30px;
	}


	#category h1 {
		margin-bottom: 45px;
	}


	.products .product .text {
		margin-bottom: 30px;
	}

	.products .product .text h3 {
		margin-top:0;
	}

	header .logo {
		max-width: 102px;
	    top: 0px;
	    left: 0;
	}

	header.scroll .logo  {
		max-width: 102px;
	}
	
	.bestel {
    display: none;
	}
	
	.bestel-mobiel{
	display: inline;
	text-align: right;
	font-size: 14px;
	line-height: 15px;
	margin: 0px;
}

	
	#product .add-btn {
    margin-top: 75px;
    }

    .selected-options .col {
    	padding:0 8px 10px;
    }

    #cats ul li {
    	display: block;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px)
{

	.cropper-wrapper {
		overflow-y: scroll;
	}

	.cd-top {
		display: none !important;
	}


	header .usp {
		display: none;
	}

	header .bottom {
		font-size: 14px;
	}

	 .toggle {
		margin-right: 0;
		float: right;
	    margin-left: 15px;
	}

	.menu-toggle .txt {
		display: none;
	}

	.toggle-icon {
		margin-right: 10px;
		width:30px;
	}

	header .bottom .link {
		margin-right: 10px;
	}

	.cat-menu {
		top:57px;
	    max-height: calc(100vh - 147px);
	    overflow-y: scroll;
	}

	#plugin #MiniCartWrapper {
		position: fixed;
		top:130px;
		width:100%;
	}

	#plugin #messages {
		width:calc(100% - 30px);
	}

	#subfooter .icon {
		margin:15px 5px;
	}

}

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

	.logo {
		max-width: 102px;
		top:0;
		left: 0;
	}

	header.scroll .logo  {
		max-width: 102px;
	}

	#plugin .actions-bottom .btn {
		width:40px;
		line-height: 40px;
	}

	.bestel-mobiel {
		font-size: 12px;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px)
{
	#plugin .actions.actions-top {
		bottom: 25px;
	}
}
