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

.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%; }

body{
	font-family: "sofia-pro", sans-serif;
	font-style: normal;
	font-size: 16px;
}

main {
	overflow:hidden;
	margin-top: 157px;
}

h1,h2,h3,h4,h5 {
	font-family: "sofia-pro", sans-serif;
	font-weight: 500px;
	text-transform: uppercase;
}


h1{
	font-size: 26px;
}

h2{
	font-size: 21px;
}


a{
	color: #000;
}

a:hover{
	color: #666;
}

.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%; }

.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;
    display: none !important;
}
.inline {
	display: inline-block;
	vertical-align: middle;
}



.button{

    background-color: #ddcfc9;
    padding: 10px 50px;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer;
}


.button-small{

	background-color: #252a30;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
}

.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;}

.pulse {
    background: #ddcec9;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255 255 255);
    height: 45px;
    width: 45px;
    transform: scale(1);
    animation: pulse 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    position: fixed;
    bottom: 15px;
    cursor: pointer;
    margin-left: -21px;
}



section {
	position: relative;
	background:#fff;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.btn-ov {
	background: #262930;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-radius: 0;
}

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

@media(max-width: 768px) {
	.xs-mt-15 {
		margin-top: 15px;
	}
}

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

.container-fluid {
	padding:0 30px;
}

@media (min-width: 1440px) {
	.container-fluid {
		padding:0 50px;
	}
}

.btn-white {
	background:#fff;
	border:2px solid #000;
	color:#000;
	padding:10px 45px;
	border-radius: 0;
	text-transform: uppercase;
}

.toggle {
    height:17px;
    width:30px;
    border-bottom:2px solid #fff;
    position: relative;
    float:right;
    cursor: pointer;
    z-index: 100;
    display: none;
}

.toggle: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: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.active {
    border:none;
}

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

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

@media (min-width: 1440px) {
	.container {
		width:1410px;
	}
}

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

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

header .top {
	background: #ddcec9;
	color:#fff;
	position: relative;
	z-index: 9;
}

header .middle {
	position: relative;
	z-index: 10;
}

header .middle {
	background: #262930;
}

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

header .middle,
header .bottom a p{
	color: #fff;
}

header .middle {
	padding:10px 0;
}

header .middle .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

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


header .top {
	font-size: 13px;
	padding:5.5px 0;
	color:#262930;
}

header .top a {
	color:#262930;
}

header .top i {
	margin-right: 5px;
}

header .top span {
	display: inline-block;
	margin:0 30px;
}


header .logo {
	display: flex;
	justify-content: center;
	position: relative;
}

header .logo img {
	width: 150px;
}

header ul {
	margin:0;
	padding:0;
	text-align: center;
}

header ul li{
	display: inline-block;
	list-style: none;
	padding:15px 15px;
	position: relative;
}

header ul li a {
	color:#000;
	
	font-size: 15px;
	text-transform: uppercase;
}

header ul li a:hover {
	color:#878484;
}

header ul li ul {
    position: absolute;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 5px 8px rgba(0,0,0,.11);
    padding:0px 15px 15px;
    margin-top: 15px;
    border-top: none;
    left: 15px;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
}

header ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

header ul li ul li {
	padding:2px 0;
	display: block;
	text-align: left;
	width: 200px;
}

header ul li ul li ul {
	position: relative;
    left: 0;
    right: 0;
    box-shadow: none;
    top: 0;
    margin: 0;
    padding: 0 15px 0;
}

header ul li ul li:hover ul {
	opacity: 1 !important;
	visibility: visible !important;
}

header ul li ul li ul li a {
	text-transform: inherit;
	font-size: 14px;
}

header .profile {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

header .profile a {
	color:#fff;
	text-transform: uppercase;
	font-size: 13px;
}

header .profile .aanmaken {
	margin-right: 30px;
}

header .profile .cart {
}

header .profile .account {
	margin:0 15px;
}

header .profile .contact-1 {
}

header .profile .contact a {
	margin-left: 15px;
}

header .profile .fa {
	font-size: 18px;
}

header .search .input {
    position: relative;
}

header .search .input .fa {
    position: absolute;
    right: 12px;
    top: 9px;
    color:#000;
}

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

header .search .input input {
	background: #ddcec9;
    color: #000;
    min-width: 300px;
    border-radius: 30px;
}

header .search-results {
    position: fixed;
    width: 100%;
    height: calc(100vh - 174px);
    overflow-y: scroll;
    background: #fff;
    z-index: 10;
    left: 0;
    top: 174px;
    padding: 45px;
    display: none;
    color:#000;
}

header .search-results .row {
	display: flex;
	flex-wrap: wrap;
}

header .search-results .product h3 {
	font-size: 18px;
}

header .close-search {
	padding:15px;
	position: absolute;
	right:30px;
	top:55px;
	font-size: 30px;
	cursor: pointer;
}

header .b2b {
	display: block;
	font-size: 12px;
	color:#fff;
	text-align: center;
}



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

.header-slider img {
	width:100%;
	height: 500px;
	object-fit: cover;
	object-position: center;
}

/*------------------------------------------------------*/
/*------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;
}

section#overzicht{
	background: #252a30;
	padding: 60px;
}

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

section#blokken_3 {}

	.blokken a {
		position: relative;
		display: block;
	}

.blokken a .link-label {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #ddcec9;
    color: #252a30;
    padding: 10px 30px;
    font-size: 20px;
    text-transform: uppercase;
}

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

section#header-background h1{
	color: #fff;
	margin-top: 100px;
}

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

	#header-slider .image img {
	    width: 100%;
	}

	#header-slider .btn {
		border: 2px solid #fff;
	    padding: 5px 30px;
	    position: absolute;
	    border-radius: 0;
	    color: #fff;
	    text-transform: uppercase;
	    font-weight: bold;
	}

	#header-slider .col-left .btn {
      left: 6.5%;
      bottom: 10%;
      width: 30.5%;
	}

	#header-slider .col-right .btn {
	    top: 23%;
	    bottom: auto;
      width:46%;
	    left: 50%;
	    transform: translate(-50%,0);
	}

ul.cat{
    padding-left: 1em;
    margin: 5px 0;
}

ul.cat li{
    list-style-type: none;
}

@media only screen and (min-width: 1024px) {

	#header-slider .container-fluid {
		padding:0 65px;
	}

	#header-slider .col-left {
	    width: 74%;
	    padding:0;
	}

	#header-slider .col-right {
	    width: 24%;
	    float:right;
	    padding:0;
	}
}

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

	#text-img:not(.bg-blue) .image {
		position: relative;
	}

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

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

	#text-img .box h1,
	#text-img .box h2,
	#text-img .box h3 {
	    margin-top: 0px;
	    color: #000;
	}

	@media (min-width: 1200px) {
		#text-img .container-fluid {
			padding:0 60px;
		}
		
		#text-img .box {
		    max-width: 600px;
		    transform: translate(-75px, 60px);
		}

		#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;
		}
	}


section#text-img{
	padding-top: 60px;
	padding-bottom: 60px;
}

	.box-left{
		padding-right: 30px;
	}

section#text-img-bg {
	background: rgb(233,243,254); 
	background: -moz-linear-gradient(top, rgba(233,243,254,1) 0%, rgba(254,254,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(233,243,254,1) 0%,rgba(254,254,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(233,243,254,1) 0%,rgba(254,254,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f3fe', endColorstr='#fefeff',GradientType=0 ); /* IE6-9 */
}

	#text-img-bg .text {
		padding:45px 0;
	}

	#text-img-bg h2 {
		font-size: 28px;
	}

	.list-type-stripe ul {
		list-style: none;
		padding-left: 30px;
	}

	.list-type-stripe ul li {
		position: relative;
	}

	.list-type-stripe ul li:before {
		content: '';
	    border-bottom: 2px solid #000;
	    width: 20px;
	    position: absolute;
	    left: -30px;
	    top: 12px;
	}

section#text-img-bg-alt {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding:90px 0;
}

	#text-img-bg-alt h2 {
		font-weight: bold;
		margin-bottom: 10px;
	}

	#text-img-bg-alt .btn {
		width:100%;
		background:#ddcec9;
		border:none;
	}

	#text-img-bg-alt .text {
		background:#fff;
		padding: 10px 30px 30px 30px;
	}

	.quotation .text {
		padding: 25px!important;
	}

	.quotation p {
		text-align: initial;
	}

	#text-img-bg-alt .text.has-text-2 {
		background:#000;
		color:#fff;
		position: relative;
		padding-right: 90px;
	}

	#text-img-bg-alt .text.has-text-2 h2 {
		text-transform: uppercase;
		font-size: 36px;
	}

	#text-img-bg-alt .text.has-text-2 .text-2 {
	    position: absolute;
	    background: #fff;
	    padding: 30px;
	    right: 0;
	    top: 50%;
	    transform: translate(85%,-50%);
	    color:#000;
	    max-width: 220px;
	}

	#text-img-bg-alt .text.has-text-2 .text-2 ul {
		padding-left: 15px;
	}

section#text-img-bg-alt-big {
	background-size: cover;
	background-position: center;
	padding:90px 0;
}

	#text-img-bg-alt-big h2 {
		font-weight: bold;
		margin-bottom: 45px;
	}

	#text-img-bg-alt-big .btn {
		width:320px;
	}

	#text-img-bg-alt-big .text {
		background:none;
		
	}
	
		
	

/*------------------------------------------------------*/
/*------Ferry
/*------------------------------------------------------*/
	
section#intro {
	padding:35px 0 35px;
	text-align: center;
}

	#intro h1{
		font-size: 30px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2px;
	}

section#streamer {
	background: #3c3939;
}

section#category-blocks h3{
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 2px;
}


	#category-blocks img {
		width:100%;
		max-height: 300px;
		object-fit: cover;
		object-position: center;
	}

	#category-blocks .row {
		margin:0 -30px;
	}

	#category-blocks .col-sm-6 {
		padding:0 30px;
	}

section#category-blocks.pt-75 {
	padding-top: 75px;
}

section#category-blocks.pb-120 {
	padding-bottom: 120px;
}

.product-header{
	text-align: center;
}

.product-header h1{
	font-weight: 600;
	letter-spacing: 3px;
	margin-top: 40px;
	text-transform: uppercase;
}

/*------------------------------------------------------*/
/*------Wachtwoord vergeten
/*------------------------------------------------------*/

section#normalcontent {
	padding:90px 0;
}

.forgot-pw {
	padding:90px 0;
}

.forgot-pw .button {
	border:none;
	margin-top: 0;
}

/*------------------------------------------------------*/
/*------Marijn
/*------------------------------------------------------*/

.super-bold {
	text-shadow: 
	-1px 0 white, 0 1px white, 1px 0 white, 0 -1px white, 
	-1px -1px white, 1px 1px white, -1px 1px white, 1px -1px white;
}

#intro-header-left {
	width: 400px;
    line-height: 50px;
	text-align: center;
    position: absolute;
    bottom: 20%;
    left: 20%;
    color: white;
}

#intro-header-right { 
	width: 300px;
    height: 100%;
    line-height: 40px;
	text-align: center;
    position: absolute;
    color: white;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
	#intro-header-left {
		width: 72%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -100%);
		line-height: 30px;
	}

	#intro-header-left a {
		font-size: larger!important;
	}

	#intro-header-left div {
		font-size: 25pt!important;
		letter-spacing: 4pt!important;
	}

	#intro-header-right { 
		width: 72%;
		left: 50%;
		transform: translateX(-50%);
	}

	#intro-header-right a {
		font-size: larger!important;
	}

	#intro-header-right div div {
		font-size: 25pt!important;
		letter-spacing: 9pt!important;
	}

	main {
		margin-top: 175px;
	}
}

/*------------------------------------------------------*/
/*------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 {
}

#MiniCartIntro a {
	display: flex;
	font-size: 20px;
	padding-top: 3px;
}

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

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

#AmountInCart {
    background: #262930;
    color: #fff;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    transform: translate(-5px, -5px);
}

#MiniCartContent {
    position: absolute;
    background: #fff;
    margin-top: 42px;
    padding: 0 15px 15px;
    width: 350px;
    border:1px solid #ddcec9;
    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;
}

/*------------------------------------------------------*/
/*------Mini cart
/*------------------------------------------------------*/

#MiniCartWrapper2 #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;
}

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

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

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

#AmountInCart {
    background: #ddcec9;
    color: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    transform:translate(-3px, -13px)
}

#MiniCartContent {
   position: absolute;
    background: #fff;
    margin-top: 25px;
    padding: 30px;
    width: 350px;
    border: 1px solid #ddcec9;
    z-index: 999999;
    right: 0;
    color: #000;
    font-weight: normal;
}

#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;
}


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

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

#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;
}

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

/*------------------------------------------------------*/
/*------brands
/*------------------------------------------------------*/

section.brands {
	padding:35px 0;
}

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

	.brands h1 {
		font-weight: 700;
		font-size: 45px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}

	.brands .border {
		border-top: 1px solid;
		border-bottom: 1px solid;
	}

	.brands .col-left {
		border-right: 1px solid;
	}

	.brands.amsterdam .border,
	.brands.amsterdam .col-left {
		border-color:#ffdbdb;
	}

	.brands.intravel .border,
	.brands.intravel .col-left {
		border-color: #ddcec9;
	}

	.brands .border .col-left {
		padding:30px 30px 0 15px;
	}

	.brands .border .col-right {
		padding:30px 30px 0;
	}

	.brands .item {
		margin-bottom: 30px;
	}

	.brands .item .image {
		background-size: cover;
		background-position: center;
		height: 420px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		padding: 30px;
	}

	.brands .item .title {
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    color: #000;
    padding: 12px;
	}

	.brands .view-all {
		background:#f5f5f5;
		height: 420px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

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


section#products-by-category {
	padding-bottom:65px;
}



section#products-by-category.cat-17 {
	padding-top: 110px;
}

section#products-by-category.cat-18 {
	padding-top: 65px;
}

	#products-by-category .container-fluid {
		padding-right: 0;
	}

	#products-by-category a {
		text-decoration: none;
	}

	#products-by-category h1 {
		text-transform: uppercase;
		font-size: 24px;
		margin-top: 0;
	}

	#products-by-category.cat-18 h1 {
		font-size: 24px;
	}

	#products-by-category .slide {
		padding: 0 15px;
	}

	#products-by-category .slide img {
		max-height: 200px;
	}

	#products-by-category.cat-18 .slide img {
		max-height: 360px;
	}

	#products-by-category .cat-name {
		font-weight: 700;
	}

	#products-by-category.cat-17 .cat-name {
		color:#000;
	}

	#products-by-category.cat-18 .cat-name {
		color:#d65c5c;
	}

	#products-by-category .cat-link {
		font-weight: normal;
		color:#000;
		margin-left: 30px;
	}


	#products-by-category .slick-dots li {
		width:200px;
		background: #e9f3ff;
	    margin: 0;
	    height: 5px;
	}

	#products-by-category.cat-18 .slick-dots li {
		background:#ffdbdb;
	}

	#products-by-category .slick-dots li.slick-active {
		background:#000;
	}

	#products-by-category .slick-dots li button:before {
		display: none;
	}

	#products-by-category .product {
		max-width: 420px;
	}
	

	#products-by-category .product h3{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 0;
	}

	#products-by-category.cat-17 .product h3 {
		font-size: 24px;
	}

	#products-by-category.cat-18 .product p {
		font-size: 14px;
	}

	#products-by-category .slick-dots {
		bottom:-10px;
	}
	
	.arrow-product{
		width: 75px;
	}

	.arrow-newsletter {
    width: 75px;
    margin-left: -80px;
    margin-top: -20px;
	}

	#products-by-category .variable-slider {
		padding-bottom: 40px;
		margin-bottom: 0;
	}

	#products-by-category .slick-arrow {
	    font-size: 45px;
	    position: absolute;
	    padding: 15px;
	    left: -20px;
	    top: 50%;
	    transform: translate(0, -50%);
	    z-index: 10;
	    cursor: pointer;
	}

	#products-by-category .slick-arrow.fa-angle-right {
		left:auto;
		right:15px;
	}

	#products-by-category .slick-arrow.slick-disabled {
		opacity: 0.3;
	}

	#products-by-category.cat-18 .product {
		max-width: 280px;
	}

/*------------------------------------------------------*/
/*------profile
/*------------------------------------------------------*/

section#profile {
	padding:45px 0;
}

	#profile .side {
		border:1px solid #ddcec9;
		padding:30px;
		border-right: none;
	}

	#profile .side ul {
		list-style: none;
		padding:0;
	}

	#profile .profile {
		border:1px solid #ddcec9;
		padding:30px;
		min-height: 230px;
	}

	#profile .profile .header {
		border-bottom: 1px solid #ddcec9;
		padding:15px 30px;
	    margin: -30px -30px 30px;
	}

	#profile .profile .header h2 {
		margin:0;
	}

	#profile .dashboard {
		margin:-15px 0 0;
	}

	.form-group label {
		font-size: 10px;
		text-transform: uppercase;
		color:#ccc;
		font-weight: normal;
	}

	.form-group .checkbox label {
		font-size: 12px;
		text-transform: inherit;
		color:#000;
	}

	#Layout_8 .product-header {
		background:none;
	}

	.addresses .card {
		border:1px solid #ebebeb;
		margin-bottom: 30px;
	}

	.addresses .card-header {
	    padding: 5px 15px;
	    border-bottom: 1px solid #ebebeb;
	}

	.addresses .card-header .selected {
		display: none; 
	    position: absolute;
	    right: 23px;
	    background: green;
	    color: #fff;
	    border-radius: 50%;
	    font-size: 12px;
	    width: 20px;
	    height: 20px;
	    justify-content: center;
	    align-items: center;
	    top: 8px;
	}
	.addresses .card.active .card-header .selected {
		display: flex;
	}

	.addresses .card-header label {
		color:#000;
		font-size: 10px;
		text-transform: uppercase;
	}
	.addresses .card-body {
		padding:15px;
	}

	.addresses .card-footer {
		border-top:1px solid #ebebeb;
		padding:10px 15px;
	}

	.addresses .card.active {
		border:1px solid #4c98ff;
	}

	#profile .addresses {
		border-bottom: 1px solid #ddcec9;
	    margin: 0 -30px 45px;
	    padding: 0 30px 30px;
	}

#Layout_8  {
	background:#fafafa;
}

#Layout_8 #MainContent {
	background:none;
	padding:0;
}

#Layout_8 #MainContent .container {
	padding:0 15px;
	box-shadow: none;
	background:none;
}

section.order-section {
	background:#fff;
	padding:30px;
	box-shadow:0 0 8px rgba(0,0,0,0.11);
	margin:30px 0;
}

.radio label {
	font-size: 16px;
	text-transform: inherit;
	color:#000;

}

.btn-beursorder { background-color: #2563eb; color: #ffffff; }
.btn-beursorder_gereed { background-color: #0d9488; color: #ffffff; }
.btn-geannuleerd { background-color: #dc2626; color: #ffffff; }
.btn-factuur { background-color: #4f46e5; color: #ffffff; }
.btn-paid { background-color: #16a34a; color: #ffffff; }
.btn-complete { background-color: #15803d; color: #ffffff; }
.btn-open { background-color: #d97706; color: #111827; }
.btn-mail_sent { background-color: #0284c7; color: #ffffff; }
.btn-partial_payment { background-color: #ea580c; color: #ffffff; }
.btn-incomplete { background-color: #334155; color: #ffffff; }

/*------------------------------------------------------*/
/*------Category
/*------------------------------------------------------*/

@media (min-width: 1440px) {
	.col-xl-3 {
	    width: 25%;
	}
}

section#category {
	padding:25px 0 0;
}	



	#category .px-35 {
		padding:0 35px;
	}


	#category .breadcrumbs {
		font-size: 12px;
	}

	#category .cat-title {
		margin-bottom: -5px;
		
	}

	#category .cat-title h1 {
		font-size: 35px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#category .row.products {
		display: flex;
		flex-wrap: wrap;
	}

	#category .product .actions {
		margin-bottom: 15px;
	}
	
	#category .flex-row {
		display: flex;
		flex-wrap: wrap;
	}

	#category .container-fluid {
		padding:0 45px;
	}

	#category .row-top {
	}

	#category .row-top .border {

	    margin: 0 0 0 -15px;
	    padding-left: 15px;
	}

	#category .row-top h3 {
		text-transform: uppercase;
		margin:0 0 30px;
		font-size: 22px;
	}


	#category .filters {
		height: 100%;
	}

	#category .filters .cat.active {
		font-weight: bold;
	}

	#category .col-products {
		padding-right: 50px;
	}

	#category .filters .filter {
		margin-bottom: 45px;
	}

	#category .product .image {
		padding:20px;
	}

	#category .product .image img {
		object-fit:contain;
	}

	

	.product .image {
		position: relative;
	}

	.product .cp-labels {
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}

	.product .cp-label {
		padding:4px 8px;
		font-size: 10px;
		text-transform: uppercase;
		display: inline-block;
		background:#ddcec9;
		color:#000;
	}

	.product .cp-label-new {
		background:#ddcec9;
		color:#000;
	}

	.product .stock {
		font-style: italic;
		font-size: 12px;

	}
	.reference {
		font-size: 13px;

	}

	.product .img-1 {
		opacity: 1;
		visibility: visible;
		/*-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-o-transition:  all 1s;
		transition: all 1s;*/
	}

	.product .img-2 {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top:20px;
		left:20px;
		width:calc(100% - 40px);
	}

	.has-bg-image:hover .img-1 {
		opacity: 0;
		visibility: hidden;
	}

	.has-bg-image:hover .img-2 {
		opacity: 1;
		visibility: visible;
		/*-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-o-transition:  all 1s;
		transition: all 1s;*/
	}

	#category .filters .filter .row {
		margin:0 -5px;
	}

	#category .filters .filter .col {
		padding:0 5px;
	}

	#category .filters .filter h4 {
		font-weight: 700;
		margin:0 0 20px;
	}

	#category .filters .filter .option {
		position: relative;
		padding-left: 22px;
		margin-bottom: 10px;
		cursor: pointer;
	}

	#category .filters .filter .option .ch {
		position: absolute;
		top:4px;
		left:0;
		border:3px solid #ececec;
		width:13px;
		height: 13px;
	}

	#category .filters .filter .option.active {
	
	}

	#category .filters .filter .option.active .ch {
		background:#ddcec9;
		border-color:#ddcec9;
	}

	#category .filters .color {
		width:10px;
		height: 10px;
		border-radius: 50%;
		display: inline-block;
		margin:0 auto;
	}

	#category .filters .filter-color .option {
	}

	#category .filters .c-black {
		background:#000;
	}

	#category .filters .c-geel {
		background:yellow;
	}

	#category .filters .c-white {
		border:1px solid #000;
	}

	#category .filters .c-brown {
		background: #8b5e2a;
	}

	#category .filters .c-panter {
		background:#8b5e2a;
	}

	#category .filters .c-lila {
		background:#C8A2C8;
	}

	#category .filters .c-brons {
		background:	#CD7F32;
	}

	#category .filters .c-silver {
		background:#C0C0C0;
	}

	#category .filters .c-sand {
		background:#C2B280;
	}

	#category .filters .c-grey,
	#category .filters .c-gray,
	#category .filters .c-grijs {
		background: #a4a1a1;
	}

	#category .filters .c-green {
		background: #32a13d;
	}

	#category .filters .c-yellow {
		background: #f8df06;
	}

	#category .filters .c-red {
		background: #f23c3c;
	}

	#category .filters .c-blue {
		background: #3767bb;
	}

	#category .filters .c-beige {
		background: #f4e3ca;
	}

	#category .filters .c-pink {
		background: #ff96ee;
	}

	#category .filters .c-orange {
		background: #f68d41;
	}

	#category .filters .c-multi {
		background: #75ee52;
	}

	#category .filters .c-camel {
		background:#C19A6B;
	}

	#category .filters .c-taupe {
		background:#b6ad9e;
	}
	#category .filters .c-natural {
		background:#efefef;
	}
	#category .filters .c-golden {
		background:rgba(215, 185, 60, 0.978);
	}
	#category .filters .c-oker {
		background:#CC7722;
	}

	#category .filters .c-naturel {
		background:#fcf1e9;
	}

	#category .filters .c-champagne {
		background:#F7E7CE;
	}

	#category .product h3 {
		font-weight: 700;
		text-transform: uppercase;
		font-size: 18px;
	}

	

  #category .product .actions .form-control,
  .results .product .actions .form-control {
    border-radius: 0;
    border:1px solid #ddcec9;
  }

  #category .product .actions .icon,
  .results .product .actions .icon {
    background: #ddcec9;
    color: #000;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    cursor: pointer;
  }

	#category .toggle-filter {
		float:right;
		-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;
		cursor: pointer;
	}

	#category .toggle-filter.active {
		transform: rotate(180deg);
	}

	#category .col-filters,
	#category .col-products {
		-webkit-transition:  all 0.5s;
		-moz-transition:  all 0.5s;
		-o-transition:  all 0.5s;
		transition: all 0.5s;
	}

	#category .more {
		padding:45px 0;
	}

	#category .col-filters {
		/* width:360px; */
		z-index: 10;
	    background: #fff;
	}

	#category .col-products {	
		/* width:calc(100% - 360px); */
	}


	#category .row-bot .col-filters.no-filters {
		transform: translate(-100%, 0);
	    position: absolute;
	}

	#category .row-bot .col-products.no-filters {
		width:100%;
	    padding-left: 50px;
	}

	#category .toggle-options.collapsed {
		transform: rotate(180deg);
	}

	#category .product {
		position: relative;
		 padding-bottom: 50px; 
		 height: 100%;
	}

	#category .products {
		padding-bottom: 60px;
	}

	#category .product.product-client  {
		padding-bottom: 25px;
		margin-bottom: 0px;
		border-bottom: 1px solid #ececec;
		padding-top: 25px;
	}

	#category .flex-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	#category .wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	    justify-content: center;
	    width: 100%;
	    text-align: center;
	}

	#category .product .content {
		min-width: 40%;
	}

	#category .wrapper .sm-products {
		max-width: 620px;
		display: flex;
		flex-wrap: wrap;
	}

	.sm-products .sm-product {
		width:50px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.sm-products .sm-product img {
	    border: 1px solid #ececec;
	    height: 50px;
	    object-fit: contain;
	    object-position: center;
	}

	#product .sm-products {
		display: flex;
		flex-wrap: wrap;
	}

	#product .sm-products .sm-product {

		margin-right: 15px;
	}

	#product .sm-products .sm-product img {
		
	}

	#category .product .text h3 {
		font-size: 16px;
		margin-top: 0;
	}

	#category .product .hover-btn {
		width:100%;
		left:0;
		-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;
		position: absolute;
		bottom:0;
	}

	#category .product:hover .hover-btn {
		opacity: 1;
		visibility: visible;
	}

	#category .product .login-btn {
		background:#ddcec9;
		color:#000;
		padding:12px 30px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 500;
		text-decoration: none;
		font-size: 11px;
	}

	#category .col-product {
		box-shadow: 0 0 8px rgba(0,0,0,0.0);
		-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;
		padding:15px;
	}

	#category .col-product:hover {
		box-shadow: 0 0 8px rgba(0,0,0,0.11);
	}

	#category .row-pagination {
		border-top:1px solid #ddcec9;
		padding-top: 15px;
	}

	#category .row-pagination .pagination {
		margin:0;
	}

	#category .pagination>li>a {
		color:#000;
		border:none;
		border-radius:0;
	}

	#category .pagination>li>a:hover,
	#category .pagination>li.active a {
		background:#000;
		color:#fff;
	}

	


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

section#product {
	position: relative;
	overflow: hidden;
} 

#product .product-images a:focus {
	outline:none;
}


#product .breadcrumbs {
    padding: 25px 60px 20px 50px;
    background: #ededed;
}

#product .col-l {
}

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

/* #product .product-images img {
} */

#product .product-images .slide {
	display: flex;
	justify-content: center;
	padding:35px;
}

#product .product-images-nav .slide {
	/*border:1px solid #adb9cb;*/
	margin:0 15px;
	cursor: pointer;
}

#product .product-images-nav .slide img {
	max-height: 157px;
}

#product .product-images-nav {
	padding: 0 35px 45px;
}

/* #product .product-images-nav .slide.slick-current {
	border:1px solid #1f3b6b;
} */

#product .product {
    border-bottom: 0px solid #ddcec9;
    padding:0 15px 45px;
}


#product .col-lg-4 {
    border: 0px solid #ddcec9;
}

#product .top {
    border-bottom: 0px solid #ddcec9;
    padding: 30px 35px;
}

#product .carrousel {
    padding:45px;
    display: flex;
    justify-content: center;
}

#product .carrousel img {
    width:380px;
}

#product .colorinput {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#product .colorinput button {
    border: 0;
    margin-left: 7px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

/* .colorinput button:focus {
    outline: black solid 1.5px;
    outline-offset: 2px;
} */

#product .sizebuttons  {
	margin:30px 0;
}

#product .sizebuttons button {
    border: #d5dbe5 2px solid;
    background-color: white;
    padding: 15px 30px;
    margin-top: 10px;text-align: center;
}

#product .sizebuttons button:focus {
    border-color: black;
}

#product .quantity {
    margin-top: 25px;
}

#product .quantity .inline {
	padding-right: 15px;
}

#product .amount {
    display: flex;
    flex-direction: row;
    border: #d5dbe5 2px solid;
    background-color: white;
    padding: 5px 10px;
    margin-top: 10px;
    margin-left: 10px;
}

#product .amount button {
    border: 0;
    background: inherit;
    padding: 0 2px;
    border:none;
}

#product .add:hover .subtract:hover {
    cursor: pointer;
}

#product .price {
    margin-top: 25px;
}

#product #price {
    font-size: 29px;
    font-weight: bolder;
}


#product .cart,
#product .login-btn {
    background-color: #ddcfc9;
   
    color: #000;
    text-transform: uppercase;
}

#product .login-btn  {
	padding:6px 12px;
}

#product  .top .cart  {
	 padding: 10px 50px;
}

#product .table-tile {
	padding:5px 40px;
}

#product .table {
    margin: 0;
}

#product .bottom {
	padding-bottom: 45px;
}

#product .pf {
	height: auto;
	padding:5px 40px;
}

#product .pf:nth-child(even) {
	background:#ececec;
}

#product .sim-title {
	padding:0 40px;
	margin-top: 45px;
}

#product .similar-products {
	padding:0 25px 30px;
	border-bottom: 1px solid #ddcec9
}

#product .sm-product {
	cursor: pointer;
}

#product .similar-products .product {
	border:none;
}

#product .similar-products .slick-arrow {
	position: absolute;
	top:50%;
	font-size: 30px;
	transform: translate(0,-50%);
	cursor: pointer;
}

#product .similar-products .slick-arrow.slick-disabled {
	opacity: 0.25;
}

#product .similar-products .slick-arrow.fa-angle-left {
	left:15px;
}

#product .similar-products .slick-arrow.fa-angle-right {
	right:15px;
}



.related-products {
    position: fixed;
    width: 450px;
    height: calc(100vh - 175px);
    top: 175px;
    right: 0;
    z-index: 99;
    border-left: 1px solid #ddcec9;
    background: #fff;
    transform: translate(100%,0);
    -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;
    overflow-y: scroll;
}

.related-products.active {
	transform: translate(0,0);
}

.related-products .title {
	background:#ddcec9;
	padding:25px 60px 20px 50px;
	font-size: 16px;
	text-transform: uppercase;
}

.related-products .title .close-rl {
    position: absolute;
    right: 15px;
    top: 22px;
    font-size: 20px;
    cursor: pointer;
}

.related-products .product {
	padding:15px;
	border-bottom: 1px solid #f6f6f6;
}

.related-products .product img {
	border:2px solid transparent;
}

.related-products .product.active img {
	border-color:#ddcec9;
}

.related-products .product:nth-child(odd) {
	/*background:#fafafa;*/
}

.related-products .cart {
	padding:6px 12px;
	margin-left: -5px;
	cursor: pointer;
}

.related-products .flex-row {
	align-items: center;
}

.related-products h4 {
	text-transform: inherit;
}

.related-products .rl-actions {
	position: absolute;
	bottom:0;
	width:100%;
	left:0;
	padding:15px;
}

.related-products .rl-actions a {
	display: block;
	width:100%;
}

.btn-border {
	padding: 12px 30px;
    border: 1px solid #262930;
    border-radius: 0;
}

.btn-border:hover {
	background:#262930;
	color:#fff;
}

.btn-purple {
	padding:12px 30px;
	background:#ddcfc9;
	border-radius: 0;
}

.form-group .form-control {
	border-radius: 0;
	border-color:#ddcec9;
	height: 50px;
}

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

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

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


/*------------------------------------------------------*/
/*------order confirmed
/*------------------------------------------------------*/

section#order-confirmed {
	padding:45px 0;
}

	#order-confirmed .table-responsive {
		border:1px solid #ddcec9;
		padding:30px;
	}


/*------------------------------------------------------*/
/*------Subfooter
/*------------------------------------------------------*/

section#newsletter {
	padding:30px 0 45px;
}

	#newsletter h2 {
		font-size: 35px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	#newsletter input {
		width:100%;
		border:none;
		border-bottom: 1px solid #000;
		padding:5px 0;
	}

	#newsletter form {
		position: relative;
		/* width:440px; */
		max-width: 100%;
	}

	#newsletter button {
	    border: none;
	    background: none;
	    position: absolute;
	    right: -8px;
	    top: -8px;
	    font-size: 33px;
	}

	#newsletter .inline {
		display: inline-block;
		margin-right: 45px;
		width: 100%;
	}

/*------------------------------------------------------*/
/*------footer
/*------------------------------------------------------*/


section#streamer {
    background: #ddcec9;
    padding: 60px 0 60px;
    color: #000;
    position: relative;
    background-size: cover;
    background-position: center;
}

	#streamer .box {
	    background: #ddcec9;
	    border-right: 1px solid #262930;
	    text-align: center;
	    padding: 20px;
	    min-height: 200px;
	}

	#streamer .box2 {
	    background: #ddcec9;
	    text-align: center;
	    padding: 20px;
	}
	
	#streamer input {
	background: #252a30;
    color: #fff;
    min-width: 200px;
    border-radius: 30px 0px 0px 30px;
    padding: 5px 0px 10px 15px;
    border: none;
	}
	
	#streamer button {
	background: #fff;
    color: #000;
    min-width: 30px;
	border-radius: 0px 30px 30px 0px;
    padding: 5px 10px 10px 15px;
    border: none;
    margin-left: -20px
	}

footer {
	position: relative;
	background:#262930;
	color:#fff;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	font-size: 14px;
}

footer .top-wave-header {
    transform: rotate(0deg) translate(0,-100%);
    position: absolute;
    top: 0;
    z-index: 99;
}

footer h3 {
	font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-size: 16px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}

footer .actions-md a {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

footer .pay img {
    max-height: 26px;
    filter: grayscale(1);
    margin-right: 10px;
}

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 .socials img {
	width:32px;
	margin-right: 5px;
}

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

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

.footer-logo img {
	width:160px;
}


.copyright {
	background:#000;
	padding: 25px 0;
	text-align: center;
}

.sticky-contact {
	position: fixed;
	bottom:15px;
	left:15px;
	z-index: 999;
}

.sticky-contact--item {
    background: #428bca;
    color: #fff;
    padding: 12px 14px;
    border-radius: 25px;
    margin-right: 5px;
    display: inline-block;
    font-size: 0.75em;
    min-width: 44px;
    min-height: 44px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 14px 6px rgb(0 0 0 / 14%);
}

.sticky-contact--item:hover {
	background:#428bca;
	color:#fff;
}

.footer-logo {
	position: relative;
	display: flex; 
	justify-content:center; 
	padding: 20px 0px 20px 0px;
	background: #000;
	color: #fff;
}

.footer-logo a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;

}

.footer-image {
	position: absolute; 
	bottom:0; right:0; 
	height:-webkit-calc(100% - 50px);
}



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



@media (max-width: 992px)
{

	#category .row-top .col-filters {
		width: 320px;
	}

	#category .row-top .col-products.no-filters,
	#category .row-top .col-products {
		width: calc(100% - 320px);
	}

	#category .col-20.col-filters {
		position: absolute;
		z-index: 99;
		width:320px;
		transform: translate(-100%,0);
		padding-left: 0;
	}

	#category .col-filters .filters {
		background:#fff;
	}

	#category .col-20.col-filters.no-filters {
		transform: translate(0,0);
		margin:0;
	}

	#category .col-filters.no-filters {
		margin:0;
	}

	#category .col-80.col-products {
		width:100%;
	}

	#category .col-products {
		padding:0 50px;
	}

	#category .row-top .col-products h3 {
		padding-right: 0;
	}
}

@media (max-width: 768px) 
{

	header .top .col-xs-12.text-right {
		text-align: center;
	}

	.has-bg-image:hover .img-1 {
		opacity: 1;
		visibility: visible;
	}

	.has-bg-image:hover .img-2 {
		opacity: 0;
		visibility: hidden;
		/*-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-o-transition:  all 1s;
		transition: all 1s;*/
	}

	.footer-logo {
		padding:20px 15px;
		font-size: 12px;
		z-index: 9999999
	}

	header .toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 20px;
	}

	#category .flex-row {
		display: block;
	}

	#category .wrapper .sm-products {
		display: none;
	}

	header .top span {
		margin:0 10px;
	}

	header .logo:before {
		display: none;
	}

	header .menu {
		position: absolute;
		background:#fff;
		z-index: 999;
		border-bottom: 1px solid #ddcec9;
		width:100%;
		left:0;
		padding: 15px 30px;
		opacity: 0;
		visibility: hidden;
		display: none;
		overflow-y: scroll;
		max-height: calc(100vh - 200px);
	}

	header .menu.active {
		opacity: 1;
		visibility: visible;
		display: block;
	}


	header ul {
		text-align: left;
	}

	header ul li {
		display: block;
		padding:10px 0;
	}

	header ul li > a {
		font-size: 16px;
	}

	header ul li ul li a,
	header ul li ul li ul li a {
		font-size: 12px;
	}

	header ul.profile-menu li a {
		text-transform: inherit;
	}

	header ul li ul {
		position: relative;
		opacity: 1;
		visibility: visible;
		top:0;
		left:0;
		border:none;
		min-width: 100%;
		padding:0;
	    padding-left: 10px;
	    border-left: 5px solid #ddcec9;
	    margin-left: 2px;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}

	header ul li ul li {
		padding:5px 0;
	}

	header .bottom {
		border:none;
	}

	header .search {
		font-size: 20px;
        position: absolute;
        left: 0;
        top:83px;
	}

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

	#blokken img {
		margin-bottom: 30px;
	}

	#blokken_2 .col-xs-12 {
		margin-bottom: 30px;
	}

	#blokken_2 img {
		width:100%;
	}

	header .logo {
		display: block;
	}

	header .search .input {
		left:0;
		z-index: 99;
		width:100vw;
	}

	.search-results .product {
		margin-top: 30px;
	}

	#blokken_3 .col-xs-12 {
		margin-bottom: 30px;
	}

	header .search .input input {
		border-radius: 0;
		width:100% !important;
	}
	section#header-slider {
	    padding: 0px 0 0;
	    padding-top: 15px;
	}
	.container-fluid,
	#category .container-fluid {
		padding:0 15px;
	}

	section#header-slider {
		padding-bottom: 15px;
	}

	#header-slider .slide {
		padding:0;
		margin-bottom: 30px;
	}

	#header-slider .container-fluid {
		padding:0 20px;
	}

	#header-slider .image img {
		height: 100%;
	}

	#header-slider .btn {
		border: 2px solid #fff;
	    padding: 5px 30px;
	    position: absolute;
	    bottom: 20px;
	    left: 50%;
	    transform: translate(-50%,0);
	    border-radius: 0;
	    color: #fff;
	    text-transform: uppercase;
	    font-weight: bold;
	    width: calc(100% - 25vw);
	}

	section#text-img-bg {
		position: relative;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaf4fe+0,e9f3fe+50,fbfdff+100 */
		background: rgb(234,244,254); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(234,244,254,1) 0%, rgba(233,243,254,1) 50%, rgba(251,253,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(234,244,254,1) 0%,rgba(233,243,254,1) 50%,rgba(251,253,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(234,244,254,1) 0%,rgba(233,243,254,1) 50%,rgba(251,253,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf4fe', endColorstr='#fbfdff',GradientType=0 ); /* IE6-9 */
	}

	#text-img-bg .text {
		max-width: 75%;
	}

	.list-type-stripe .text {
		background-color: #4066a9!important;
	}

	.list-type-stripe h2 {
		color: #fff;
	}
	
	.list-type-stripe ul {
		background-color: #fff;
		padding: 10px;
		list-style: inherit;
    	text-align: initial;
    	padding-inline: 20%;
    	color: #4066a9;
    	margin-bottom: -70px;
	}

	.list-type-stripe ul li:before {
		display: none;
	}

	#text-img-bg .image {
		display: none;
	}

	#text-img-bg h1 {
		font-size: 26px;
	}

	#text-img-bg .bg-image {
	    background-image: url(/assets/img/userfiles/original/image_bg.png);
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background-position: 65vw 0px;
	    background-repeat: no-repeat;
	    z-index: 0;
	}

	/* section#streamer {

	} */

		#streamer img {
		    border-bottom: 1px solid #9b9b9b;
		    background-color: #f3f3f3;
		    object-fit: cover;
		    height: 105px;
		    width: 100%;
		    padding: 15px 45px;
		}

		#streamer img:nth-child(4) {
			border:none;
		}

	#products-by-category .container-fluid {
		padding:0 0 0 30px;
	}

	section#products-by-category.cat-17 {
		padding-top: 45px;
	}

	#products-by-category .slick-dots li {
		width:35px;
	}

	#products-by-category .product {
	    max-width: 70vw;
	    margin-right: 30px;
	}

	#products-by-category .row.mb-45 {
		margin-bottom: 15px;
	}

	#products-by-category .cat-link {
		margin-left: 0;
		display: block;
	}

	#products-by-category .slick-dots {
		text-align: left;
		padding:0 15px;
		position: relative;
	}

	#products-by-category h1 {
	    margin: 0 -15px 20px;
	    padding-right: 15px;
	} 

	#products-by-category.cat-18 h1 {
		font-size: 18px;
	}

	#streamer .box {
		border:none;
	}

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

	header .search-results h1 {
		margin-top: 0;
		margin-bottom: 45px;
	}

	header .close-search {
		top:15px;
		right:0;
	}

	header .profile {
		position: absolute;
		display: block;
		right:55px;
		top:-53px;
	}

	#MainContent .container{
		padding:0;
		box-shadow: none;
	}

	#Layout_8 #MainContent .container {
		padding:0;
	}

	#ShoppingCartWrapper .actions-row .btn,
	.section-actions .btn {
		display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
	}

	.section-actions .btn .visible-xs {
		display: inline-block !important;
	}

	#Layout_8 header .search {
		display: none;
	}

	#Layout_8 header .top {
		display: none;
	}

	#Layout_8 main {
		margin-top: 94px;
	}

	#Layout_8 .product-header {
		background:none;
	}

	section.order-section {
		padding:15px;
	}

	.addresses .card {
		margin-bottom: 15px;
	}

	#product .bottom .table .col-xs-12 {
		padding-left: 15px !important;
	}

	#product .sm-products .sm-product {
		margin-bottom: 15px;
	}

	#product .quantity .inline {
		display: block;
	}

	.related-products {
		top:175px;
		width:100%;
	}

	#product .top .cart {
        padding: 10px 20px;
        display: block;
        margin-top: 6px;
        text-decoration: none;
        text-align: center;
	}

	header .search-results .product h3 {
		font-size: 12px;
	}

	#category-blocks h3 {
		margin-top: 10px;
		margin-bottom: 45px;
	}

	.footer-image {
	    position: relative;
	    height: 100%;
	    width: 100%;
	    display: none;
	}

	#category .row-top .col-filters,
	#category .row-top .col-products,
	#category .row-top .col-products.no-filters {
		width:50%;
		float:left;
	}

	#category .row-top .col-products h3 {
		padding:15px 0;
	}
	#category .col-products {
		padding:0 15px;
	}

	#category .filters {
	}

	#category .row-breadcrumbs .px-35 {
		padding:0;
	}

	#category .product.product-client {
		margin-bottom: 30px;
	}

	#product .breadcrumbs {
		padding:30px 15px;
	}

	#product .product-images .slide {
		padding:35px 15px;
	}

	#product .col-l {
		border:none;
	}

	#product .product-images-nav {
		padding:0 0 0;
	}

	#product .product-images-nav .slide {
		margin:0;
	}

	#product .top {
		padding:30px 15px;
	}

	#product .table-tile {
		padding-inline:15px;
	}

	section#newsletter {
		overflow:hidden;
	}

	.brands .border .col-right {
		padding:30px 15px;
	}

	.brands .item .image {
		height: 180px;
		padding:0 15px 10px;
	}

	.brands .item .image .title {
		padding:0;
		margin:0;
	}

	.brands .view-all {
	    height: auto;
	    margin: 0 -15px;
	}

	section.brands {
		padding:0;
	}

	.brands .row-top {
		padding:20px 0;
		font-size: 12px;
	}

	.brands .col-left {
		border-right: none;
	}

	.brands h1 {
		font-size: 32px;
	}

	.brands .border .col-left {
		padding-top: 15px;
	}

	.brands .border {
		border-bottom: 0;
	}

	.brands .item-last {
	}

	.brands.amsterdam .view-all {
		background:#ffdbdb;
	}

	footer  {
		padding-top: 30px;
	}

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

	footer .col-footer-1 {
		order:4;
	}

	footer .col-footer-4 {
		order:5;
	}

	footer .col-footer-2 p,
	footer .col-footer-3 p {
	    color: #dfdfdf;
	    line-height: 1.7;
	}

	footer .col-actions a {
		font-weight: bold;
		line-height: 2.5;
	}

	footer h3 {
		font-size: 16px;
	}

	footer .pay {
		order:7;
	}

	footer .pay img {
		margin-right: 15px;
	}

	footer .pay .border {
		margin-top: 45px;
		margin-bottom: 45px;
		border-bottom: 1px solid #fff;
	}

	#text-img-bg-alt.quotation {
		background-attachment: inherit;
	}

	section#text-img-bg-alt {
		background-attachment: inherit;
	}

	#text-img-bg-alt .text.has-text-2 .text-2 {
		position: relative;
	    transform: translate(0,0);
	    max-width: 100%;
	    top: 0;
	    padding:15px 30px;
	    text-align: left;
	}

	#text-img-bg-alt .text.has-text-2 h2 {
		text-transform: inherit;
	}

	#text-img-bg-alt .text {
		text-align: center;
	}

	#text-img-bg-alt .text.has-text-2 {
		padding-right: 30px;
	}

	#category .product .login-btn {
		font-size: 12px;
	    padding: 6px 12px;
	}

	#category .row-pagination {
		position: relative;
		padding:15px;
	}

	#category .row-pagination .text-right {
		position: absolute;
		right:15px;
		top:7.5px;
	}

	#MiniCartIntro {
		right:50px;
	}

	#profile .side {
		border-right: 1px solid #ddcec9;
		border-bottom: 0px;
	}
	
	.Cart h3{
		font-size: 18px;
		padding-bottom: 10px;
	}
	
	.btn-sm{
		margin-top: 2px;
	}
	
	.product-row {
		margin-bottom: 20px;
	}
	
	.total-row{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#category .product .actions .form-control {
		width:100px;
	}

	#category .product .actions {
		display: flex;
		flex-wrap: wrap;
	}

	#category .product .actions .action-view {
		display: block;
		margin-top: 15px;
		width: 100%;
	}

	#category .product .actions .action-view a {
		display: block;
		width: 100%;
	}

	#category .product .actions .action-amount {
		width:75%;
	}

	#category .product .actions .action-add {
		width: 25%;
	}

	#category .product .actions .form-control {
		width: 100%;
	}

	#category .product .actions .icon {
		width: 100%;
	}
}

@media (max-width: 420px) {
	#category .row-top h3 {
		font-size: 18px;
		padding:15px 0;
	}

	#category .row-top .col-filters h3 {
		padding-right: 15px;
	}
}