<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Bordeaux: #492123

*/

@font-face{ 
	font-family: 'Fiona';
  src: url('fonts/Fiona-Regular.woff') format('woff'),
	     url('fonts/Fiona-Regular.woff2') format('woff2'),
	     url('fonts/Fiona-Regular.oft') format('opentype'),
	     url('fonts/Fiona-Regular.ttf') format('truetype');
  font-weight: 400;
}

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.8em;
  color: #492123;
  background-color: #FFF;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}

div.stripes{
  position: absolute;
  right: -1000px;
  top: -25px;
  left: 0px;
  height: 270px;
  z-index: 1;
  background-size: 2400px auto;
  background-repeat: no-repeat;
  background-position: left top;
}

div.container{
  width: 100%;
  margin: 0px;
  padding: 25px;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}
div.container.noTopMargin{
  padding-top: 0px;
}
div.centerContent{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
.text-center{
  text-align: center;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.uppercase{
  text-transform: uppercase;
}

.mainButton{
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 30px;
  line-height: 1em;
  font-size: 0.8em;
  background-color: #492123;
  color: #FFF;
  position: relative;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
}
.mainButton.invert{
  background-color: #ff794c;
  color: #492123;
}
div.newsletterForm .mainButton{
  background: none;
  color: #fba840;
  font-size: 1em;
}
.mainButton:hover{
  background-color: #ff794c;
  color: #492123;
}
.mainButton.invert:hover,
div.homeText a.mainButton.invert:hover,
div.newsletterForm .mainButton:hover{
  background-color: #492123;
  color: #FFF;
}
.mainButton span.arrow,
input.mainButton{
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 25px;
  background-image: url("../images/arrow-right-white.svg");
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.mainButton.invert span.arrow{
  background-image: url("../images/arrow-right.svg");
}
div.newsletterForm .mainButton span.arrow{
  background-image: url("../images/arrow-right-orange.svg");
}
input.mainButton{
  position: relative;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  float: right;
}

.mainButton.discount{
  display: inline-block;
  background-color: #FFF;
  color: #492123;
  padding-right: 15px;
}
.mainButton.blank{
  display: inline-block;
  background: none;
  color: #492123;
}
.mainButton.blank span.arrow,
.mainButton:hover span.arrow{
  background-image: url("../images/arrow-right.svg");
}
.mainButton.invert:hover span.arrow,
div.newsletterForm .mainButton:hover span.arrow{
  background-image: url("../images/arrow-right-white.svg");
}

/*      HEADER      */
header{
  left: 0px;
  right: 0px;
  border-left: solid 25px #FFF;
  border-right: solid 25px #FFF;
  box-sizing: border-box;
  position: absolute;
}
header.fixed,
header.big.fixed{
  position: fixed;
  top: 0px;
  background-color: #FFF;
  color: #492123 !important;
  z-index: 10;
}

header.big:not(.fixed){
  background: none;
  border-right: solid 25px transparent;
  color: #FFF;
  z-index: 10;
}
header div.centerContent{
  padding-top: 25px;
  padding-bottom: 25px;
}
header.big div.centerContent{
  padding-top: 65px;
}
header.fixed div.centerContent{
  padding-bottom: 25px;
  padding-top: 25px;
}

header a.logoHolder,
header.big.fixed a.logoHolder.big{
  display: none;
  margin-left: 160px;
}
header.big a.logoHolder.big{
  display: block;
  width: 200px;
  position: relative;
  margin-left: 135px;
}

header.small a.logoHolder.small,
header.big.fixed a.logoHolder.small{
  display: block;
  width: 150px;
  position: relative;
}
header a.logoHolder img{
  display: block;
  width: 100%;
}
header div.colorBlock{
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 45%;
}
header div.colorBlock.webshop{
  background-color: #ffff45;
}

div.menuHolder{
  position: fixed;
  top: 25px;
  left: -375px;
  bottom: 0px;
  width: 375px;
  z-index: 9;
  background-color: #492123;
  border-bottom: solid 25px #FFF;
}
header div.menuInfo,
header.big.fixed div.menuInfo{
  position: absolute;
  left: 50px;
  top: 25px;
  width: 200px;
  z-index: 10;
}
header.big div.menuInfo{
  top: 65px;
}
header:not(.fixed) div.menuInfo.white{
  color: #FFF;
}

header div.menuButton{
  display: block;
  font-size: 2em;
  cursor: pointer;
  float: left;
}
header a.cartButton,
header.big.fixed a.cartButton{
  display: block;
  letter-spacing: 2px;
  font-weight: 400;
  float: left;
  text-transform: uppercase;
  margin-left: 30px;
  margin-top: 2px;
  background-image: url('../images/winkelmandje.svg');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 45px;
}
header:not(.fixed) div.menuInfo.white a.cartButton,
header.big a.cartButton{
  background-image: url('../images/winkelmandje-wit.svg');
}
header.fixed div.colorBlock{
  display: none;
}
div.menuHolder nav{
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-top: 145px;
  box-sizing: border-box;
  color: #FFF;
}
div.menuHolder nav ul{
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 1px;
  line-height: 1em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
}
div.menuHolder nav ul li span.divider{
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #FFF;
  opacity: 0.5; 
}
div.menuHolder nav ul li ul li{
  text-transform: none;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-weight: 400;
  font-size: 0.8rem;
}
div.menuHolder nav ul li a:hover{
  color: #FFF;
  opacity: 0.8;
}
div.menuHolder nav ul li a.noLink:hover{
  color: inherit;
  cursor: default;
  opacity: 1;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav&gt;ul&gt;li:first-child{
  display: none;
}

@media screen and (max-width: 1600px) {
  header a.logoHolder{
    margin-left: 250px;
  }
  header.big a.logoHolder.big{
    margin-left: 200px;
  }
  div.menuHolder{
    width: 320px;
  }
  div.menuHolder nav ul li{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}


div.socialLinks{
  text-transform: uppercase;
  position: absolute;
  bottom: 60px;
  left: 50px;
  right: 50px;
  font-size: 1.4em;
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
}
div.slideShowFrame div.socialLinks{
  bottom: 35px;
  left: -180px;
  right: auto;
  text-align: right;
}
@media screen and (max-width: 1550px) {
  div.slideShowFrame div.socialLinks{
    display: none;
  }
}

div.socialLinks a{
  display: inline-block;
  margin-right: 7px;
  opacity: 0.5;
}
div.socialLinks a:hover{
  opacity: 0.9;
}


/*      CONTENT      */
div.crumblePath{
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 0.75em;
  position: relative;
}
div.content.product div.crumblePath{
  text-align: left;
}
div.crumblePath a.productNav{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../images/arrow-right.svg");
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: center right;
  width: 12px;
}
div.crumblePath a.productNav.prev{
  background-image: url("../images/arrow-left.svg");
  background-position: center left;
  right: 20px;
}


div.content,
div.productInfo{
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
div.content{
  margin-top: 73px;
}
div.content.home{
  padding: 0px;
  margin-top: 0px;
}
div.content.category,
div.content.categories{
  padding-top: 40px;
}

div.content.default.payment{
  padding-bottom: 0px;
}
div.content.category,
div.content.categories,
div.cartBG{
  background-image: url('../images/background.jpg');
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
}
div.cartBG{
  padding-top: 40px;
  margin-bottom: 30px;
}
div.cartBG.noMargin{
  margin: 0px;
}

div.content.default div.cartBG,
div.content.contact div.cartBG{
  padding-bottom: 30px;
}
div.content.blog div.cartBG{
  padding-bottom: 60px;
}
div.content.default.payment div.cartBG{
  padding-bottom: 70px;
  margin-bottom: 0px;
}
div.content.home div.cartBG{
  padding-bottom: 70px;
  margin-bottom: 0px;
}

div.content.default div.textHolder,
div.content.contact div.textHolder,
div.content.contact div.contactForm{
  width: 65%;
  margin-right: 10%;
  float: left;
}
div.content.default nav.sideMenu,
div.content div.sideInfo,
div.content.contact div.textHolder.sideInfo{
  width: 25%;
  float: left;
  margin: 0px;
}

div.content.default nav.sideMenu a{
  display: block;
  line-height: 1em;
  letter-spacing: 2px;
  padding-top: 4px;
  padding-bottom: 8px;
  text-decoration: none;
}
div.content.default nav.sideMenu a:hover{
  text-decoration: underline;
}

div.content h1,
div.formSection:first-child h1,
div.content nav.sideMenu h2,
div.content div.sideInfo h2,
div.content.home h2{
  font-size: 1.2em;
  letter-spacing: 3px;
  margin-top: 50px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
div.content nav.sideMenu h2,
div.content div.sideInfo h2{
  text-align: left;
}

div.content.home h1,
div.content.home h2,
div.content.category h1,
div.content.categories h1,
div.content.blogoverview h1,
div.content.about h1,
div.content.about h2{
  text-align: center;
}
div.content.default h1,
div.content.contact h1,
div.cart-data h1,
div.cart-confirm h1,
div.content nav.sideMenu h2,
div.content div.sideInfo h2,
div.content.about h1,
div.content.about h2{
  margin-bottom: 30px;
}
div.content h2{
  font-size: 0.9em;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
div.content.default a,
div.content.contact a{
  text-decoration: underline;
}

/*      HOME      */
div.slideShowFrame{
  height: 840px;
  width: 100%;
  position: relative;
}
div.slideShowHolder{
  background-color: #492123;
  position: relative;
  height: 770px;
  padding-top: 140px;
  border-top: 25px solid #FFF;
  box-sizing: border-box;
}
div.slideShowHolder div.slideImageBG{
  background-color: #492123;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 650px;
  height: 692px;
}

div.slideShowHolder div.whiteBar{
  width: 25px;
  position: absolute;
  right: -25px;
  bottom: 0px;
  height: 500px;
  background-color: #FFF;
  z-index: 10;
}
div.slideShowHolder div.centerContent{
  height: 100%;
}
div.slideshow{
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
div.slideshow div.slide{
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
div.slideshow .slide div.stripes{
  position: absolute;
  top: -190px;
  left: 470px;
  height: 320px;
  z-index: 1;
  background-size: 2400px auto;
  background-repeat: no-repeat;
  background-position: left top;
}
div.slideshow .slide img.slideImage{
  display: block;
  width: 650px;
  position: relative;
  z-index: 2;
}
div.slideshow .slide div.slideContent{
  display: block;
  position: absolute;
  bottom: 0px;
  right: -800px;
  left: 0px;
  padding-left: 700px;
  padding-top: 130px;
  min-height: 500px;
  box-sizing: border-box;
  z-index: 1;
}
div.slideshow .slide div.slideContent div.stamp{
  position: absolute;
  top: -30px;
  left: 940px;
  width: 140px;
  border-radius: 70px;
  padding: 15px;
  box-sizing: border-box;
}
div.slideshow .slide div.slideContent div.stamp img{
  width: 100%;
  display: block;
}
div.slideshow .slide div.slideContent h2{
  font-weight: 700;
  font-size: 3.8em;
  line-height: 1.25em;
  text-transform: uppercase;
  text-align: left;
  width: 400px;
  color: #FFF;
  margin: 0px;
}
div.slideshow .slide div.slideContent h3{
  width: 400%;
  display: block;
  font-family: "Fiona";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 2em;
  line-height: 1em;
  color: #FFF;
  margin: 0px;
  margin-left: 50px;
  margin-top: 50px;
}
div.slideshow .slide div.divider{
  width: 100px;
  display: block;
  height: 1px;
  position: absolute;
  left: 575px;
  bottom: 336px;
  z-index: 3;
}
div.slideshow .slide div.bar{
  width: 1px;
  position: absolute;
  left: -50px;
  top: 0px;
  bottom: 100px; 
}
div.slideshow .slide div.bar div{
  width: 3px;
  position: absolute;
  left: -1px;
}


div.content.home div.cartBG.homeProducts{
  margin-top: -70px;
  padding-top: 100px;
}


div.instagramBar{
  background-color: #b4acdc;
  padding-top: 50px;
  padding-bottom: 50px;
}
div.instagramHolder{
  width: 65%;
}
div.instagramHolder a{
  display: block;
  float: left;
  margin-right: 2%;
  width: 23.5%;
  height: 0px;
  padding-top: 23.5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
div.instagramHolder a:last-of-type{
  margin: 0px;
}

div.instagramBar div.instagramDivider{
  height: 1px;
  width: 10%;
  position: absolute;
  background-color: #000;
  left: 70%;
  top: 50%;
}
div.instagramBar a.instagramText{
  display: block;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 15%;
  font-family: "Fiona";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 2em;
  line-height: 1em;
}
div.instagramBar a.instagramText span.textCell{
  text-align: left;
}

div.homeText{
  margin-top: 150px;
  margin-bottom: 180px;
}
div.homeText div.pattern{
  height: 300px;
  position: absolute;
  bottom: -50px;
  left: -50px;
  right: -30px;
  
  background-repeat: no-repeat;
  background-position: -200px top;
  background-image: url("../images/patroon-home.svg");
  background-size: 2400px auto;
  border-right: 150px solid #FFF;
}

div.homeText div.textHolder{
  background-color: #dedcd7;
  padding: 40px;
  padding-left: 70px;
  padding-right: 200px;
  margin-left: 50px;
  box-sizing: border-box;
  width: 600px;
  position: relative;
}
div.homeText div.textHolder img{
  display: block;
  position: absolute;
  right: -450px;
  width: 600px;
  top: -50px;
}
div.homeText a.mainButton.invert{
  display: block;
  position: absolute;
  right: 250px;
  top: 362px;
  background-color: #fba840;
  color: #492123;
}



/*      ABOUT     */
div.content.about{
  padding-bottom: 0px;
}
div.content.about h1,
div.content.about h2{
  margin-top: 70px;
  margin-bottom: 50px;
}
div.content.about div.cartBG h2{
  margin-top: 30px;
}

div.content.about p.typo{
  padding-bottom: 70px;
}
div.content.about div.textHolder{
  width: 45%;
  float: left;
  padding-bottom: 70px;
}
div.content.about div.imageHolder{
  width: 45%;
  float: left;
  margin-left: 10%;
  padding-bottom: 70px;
  position: relative;
}
div.content.about div.imageHolder div.line{
  top: 100px;
}

div.content.about div.imageHolder:first-child{
  margin-right: 10%;
  margin-left: 0%;
}
div.content.about div.imageHolder img{
  display: block;
  width: 100%;
  margin: 0px;
}

div.favoriteHolder{
  width: 500px;
  height: 300px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../images/patroon.svg");
  background-size: 2400px auto;
  border-right: 150px solid #FFF;
}
div.favoriteHolder div.favorite{
  position: absolute;
  width: 350px;
  box-sizing: border-box;
  padding: 30px;
  color: #FFF;
}
div.favoriteHolder div.favorite h3{
  font-family: "Fiona";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 2em;
  line-height: 1em;
  margin-top: 10px;
}
div.favoriteHolder div.favorite:first-child{
  left: -25px;
  top: 20px;
  padding-left: 120px;
}
div.favoriteHolder div.favorite:nth-child(2){
  top: -80px;
  left: 380px;
  padding-right: 120px;
}
div.favoriteHolder div.favorite div.imageHolder{
  position: absolute;
  display: block;
  width: 200px;
  margin: 0px;
  padding: 0px;
  float: none;
}
div.favoriteHolder div.favorite:first-child div.imageHolder{
  left: -100px;
  top: -20px;
}
div.favoriteHolder div.favorite:nth-child(2) div.imageHolder{
  right: -130px;
  bottom: 20px;
}
div.favoriteHolder div.favorite div.imageHolder img{
  display: block;
  width: 100%;
}



div.content.about div.payoff{
  background-color: #442324;
  color: #FFF;
  font-family: "Fiona";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-size: 3em;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

div.videoRow{
  background-color: #d9cdc0;
  margin-top: 160px;
  padding-top: 100px;
  padding-bottom: 100px;
}
div.videoHolder{
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
div.videoWrapper{
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative;
}
div.videoWrapper iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

/*      WEBSHOP     */
div.productOverview,
div.blogOverview{
  margin-top: 50px;
}

div.productOverview a,
div.blogOverview a{
  display: block;
  width: 28%;
  float: left;
  margin-right: 8%;
  margin-bottom: 5%;
  position: relative;
}
div.productOverview a:nth-child(3n),
div.blogOverview a:nth-child(3n){
  margin-right: 0px;
}
div.content.categories div.productOverview a:nth-child(3n){
  margin-right: 8%;
}
div.content.categories div.productOverview a:nth-child(2n){
  margin-right: 18%;
}
div.content.categories div.productOverview a:nth-child(2n-1){
  margin-left: 18%;
}

div.content.home div.productOverview a.hidden{
  display: none;
}


div.productOverview a span.imageHolder,
div.blogOverview a span.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
div.productOverview a span.imageHolder span.mouseOver{
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.productOverview a span.imageHolder:hover span.mouseOver{
  display: block;
}

div.blogOverview a span.imageHolder{
  padding-top: 120%;
}
div.productOverview a span.productInfo,
div.blogOverview a span.blogInfo{
  display: block;
  position: relative;
  margin-top: 20px;
}
div.blogOverview a span.blogInfo{
  margin-top: 30px;
}
div.productOverview a span.price,
div.productOverview a span.title,
div.blogOverview a span.title{
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}
span.strike{
  text-decoration: line-through;
}
div.blogOverview a span.title{
  margin-bottom: 20px;
}
div.productOverview a span.text,
div.blogOverview a span.intro{
  display: block;
  min-height: 115px;
  margin-bottom: 30px;
}

div.productOverview a span.price{
  margin-bottom: 5px;
  font-size: 0.9em;
}

p.extraError{
  color: #492123;
}

div.productOverview a span.productColors{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.productColors .colorHolder{
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  line-height: 0px;
  font-size: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.productColors div.colorHolder{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 10px;
  border: solid 1px #f6f5f4;
}
.productColors div.colorHolder.active{
  border: solid 1px #492123;
}

.productColors .colorHolder.zilver{
  background-image: url('../images/zilver.jpg');
}
.productColors .colorHolder.goud{
  background-image: url('../images/goud.jpg');
}
.productColors .colorHolder.zilver-peridot{
  background-image: url('../images/zilver-peridot.jpg');
}
.productColors .colorHolder.goud-peridot{
  background-image: url('../images/goud-peridot.jpg');
}
.productColors .colorHolder.zilver-crystal{
  background-image: url('../images/zilver-crystal.jpg');
}
.productColors .colorHolder.goud-crystal{
  background-image: url('../images/goud-crystal.jpg');
}
.productColors .colorHolder.zilver-black{
  background-image: url('../images/zilver-black.jpg');
}
.productColors .colorHolder.goud-black{
  background-image: url('../images/goud-black.jpg');
}
.productColors .colorHolder.zilver-sapphire{
  background-image: url('../images/zilver-sapphire.jpg');
}
.productColors .colorHolder.goud-sapphire{
  background-image: url('../images/goud-sapphire.jpg');
}
.productColors .colorHolder.zilver-tanzanite{
  background-image: url('../images/zilver-tanzanite.jpg');
}
.productColors .colorHolder.goud-tanzanite{
  background-image: url('../images/goud-tanzanite.jpg');
}
.productColors .colorHolder.zilver-amethyst{
  background-image: url('../images/zilver-amethyst.jpg');
}
.productColors .colorHolder.goud-amethyst{
  background-image: url('../images/goud-amethyst.jpg');
}
.productColors .colorHolder.zilver-fuchsia{
  background-image: url('../images/zilver-fuchsia.jpg');
}
.productColors .colorHolder.goud-fuchsia{
  background-image: url('../images/goud-fuchsia.jpg');
}
.productColors .colorHolder.zilver-rose{
  background-image: url('../images/zilver-rose.jpg');
}
.productColors .colorHolder.goud-rose{
  background-image: url('../images/goud-rose.jpg');
}
.productColors .colorHolder.zilver-padparadasha{
  background-image: url('../images/zilver-padparadasha.jpg');
}
.productColors .colorHolder.goud-padparadasha{
  background-image: url('../images/goud-padparadasha.jpg');
}

.productColors .colorHolder.goud-rood{
  background-image: url('../images/goud-rood.jpg');
}
.productColors .colorHolder.zilver-rood{
  background-image: url('../images/zilver-rood.jpg');
}
.productColors .colorHolder.goud-groen{
  background-image: url('../images/goud-groen.jpg');
}
.productColors .colorHolder.zilver-groen{
  background-image: url('../images/zilver-groen.jpg');
}
.productColors .colorHolder.goud-lila{
  background-image: url('../images/goud-lila.jpg');
}
.productColors .colorHolder.zilver-lila{
  background-image: url('../images/zilver-lila.jpg');
}


.productColors .colorHolder.cadeaubon25{
  background-image: url('../images/cadeaubon25.jpg');
}
.productColors .colorHolder.cadeaubon50{
  background-image: url('../images/cadeaubon50.jpg');
}
.productColors .colorHolder.cadeaubon75{
  background-image: url('../images/cadeaubon75.jpg');
}
.productColors .colorHolder.cadeaubon100{
  background-image: url('../images/cadeaubon100.jpg');
}

div.productInfo div.productColors{
  margin-bottom: 30px;
  padding-right: 30px;
}

div.productInfo div.colorPrice{
  font-size: 2em;
  margin-bottom: 30px;
}

div.pageNav{
  text-align: right;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em;
}
div.pageNav a{
  display: inline-block;
  padding-left: 8px;
}
div.pageNav a.active,
div.pageNav a:hover{
}

div.imageHolder{
  width: 45%;
  float: left;
}
div.imageLarge{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 0px;
  padding-top: 100%;
}
div.thumbHolder{
  margin-top: 40px;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
  margin-left: -1%;
  margin-right: -1%;
}
div.imageThumb{
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10.5%;
  height: 0px;
  padding-top: 10.5%;
  margin: 1%;
  cursor: pointer;
}
div.productInfo{
  width: 55%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  float: left;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #FFF;
}
div.productInfoHolder{
  padding-right: 5%;
}

div.productInfo h1{
  font-family: "Fiona";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 3em;
  line-height: 0.8em;
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: left;
}
div.productInfo p.price,
p.infoTitle{
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.productInfo p.price{
  margin-bottom: 50px;
  font-size: 0.85em;
}
.strikeThrough{
  text-decoration: line-through;
}

p.infoTitle{
  margin-bottom: 20px;
}

div.productTabs{
  margin-top: 30px;
  border-bottom: solid 1px #492123;
  margin-bottom: 50px;
}
div.productTabs div.tab{
  border-top: solid 1px #492123;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.productTabs div.tab h3.tabTitle{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
div.productTabs div.tab h3.tabTitle span.arrow{
  font-size: 0.5em;
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 20px;
  background-image: url("../images/arrow-right.svg");
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: center center;
}
div.productTabs div.tab h3.tabTitle span.arrow.open{
  background-image: url("../images/arrow-down.svg");
  background-size: 8px auto;
}

div.productTabs div.tab div.tabInfo{
  margin-top: 10px;
}
div.productTabs div.tab div.tabInfo.hidden{
  display: none;
}

div.specsHolder{
  margin-bottom: 20px;
}
div.specsHolder div.specsItem{

}
div.specsHolder div.specsItem p{
  float: left;
  width: 70%;
}
div.specsHolder div.specsItem p:first-child{
  width: 30%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.9em;
}


/*      BLOG    */
div.content.blog div.centerContent{
  padding-left: 150px;
  padding-right: 150px;
}
div.content.blog h2.extraTitle{
  font-family: "Fiona";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-size: 3em;
  line-height: 1em;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
div.content.blog img.mainImage{
  width: 100%;
  display: block;
}
div.content.blog h1{
  margin-bottom: 20px;
}
div.content.about p.typo,
div.content.blog p.typo{
  font-family: "Fiona";
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 2em;
  line-height: 1.3em;
  margin-top: 60px;
  text-align: center;
}
div.content.blog p.typo{
  margin-bottom: 40px;
}
div.content.blog div.blogImages{
  border-bottom: solid 1px #492123;
  margin-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 20px;
}
div.content.blog div.blogImages img{
  width: 48%;
  display: block;
  float: left;
}
div.content.blog div.blogImages img:first-child{
  margin-right: 4%;
}
div.content.blog a.back{
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
}

/*      LINE      */
div.line{
  width: 1px;
  height: 100px;
  background-color: #492123;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.line.lb{
  transform: rotate(45deg);
}
div.line.rb{
  transform: rotate(-45deg);
  left: auto;
  right: 0px;
}

/*      CART      */
div.cartPopup{
  position: absolute;
  left: 35px;
  top: 30px;
  width: 280px;
  display: none;
  background-color: #FFF;
  padding: 6px;
  padding-top: 12px;
  padding-bottom: 30px;
}
div.cartPopup div.cartItem{
  border: none;
  padding: 0px;
}
div.cartPopup div.divider{
  margin: 5px;
  margin-left: 10px;
  margin-right: 10px;
  height: 1px;
  background-color: #492123
}
div.cartPopup div.cartTotal{
  font-weight: 300;
  font-size: 1em;
}
div.cartPopup a.mainButton{
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}



div.cartRow{
  display: flex;
  align-items: stretch;
}
div.cartRow div.cartCol{
  box-sizing: border-box;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
div.cartRow.noSidePadding div.cartCol{
  padding-left: 0px;
  padding-right: 0px;
}

div.cartRow div.text-left span.textTable{
  text-align: left;
}
div.cartRow div.text-right span.textTable{
  text-align: right;
}

div.cartCol20{
  width: 100%;
}
div.cartCol19{
  width: 95%;
}
div.cartCol17{
  width: 85%;
}
div.cartCol15{
  width: 75%;
}
div.cartCol14{
  width: 70%;
}
div.cartCol13{
  width: 65%;
}
div.cartCol12{
  width: 60%;
}
div.cartCol10{
  width: 50%;
}
div.cartCol9{
  width: 45%;
}
div.cartCol8{
  width: 40%;
}
div.cartCol7{
  width: 35%;
}
div.cartCol6{
  width: 30%;
}
div.cartCol5{
  width: 25%;
}
div.cartCol4{
  width: 20%;
}
div.cartCol3{
  width: 15%;
}
div.cartCol2{
  width: 10%;
}
div.cartCol1{
  width: 5%;
}


div.cartHeader{
  font-size: 0.95em;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
}
div.cart-confirm div.cartHeader{
  margin: 0px;
}

div.cartItem{
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: solid 1px #000;
}
div.cartItem:nth-child(2){
  border: none;
}

div.cartRow.noItems{
  padding-bottom: 70px;
  padding-top: 20px;
  text-align: left;
}
div.cartRow.noItems div.cartCol{
  padding-left: 0px;
}

div.cartFooter{
  text-transform: uppercase;
  font-size: 1.1em;
}
div.cartFooter div.cartRow{
  padding: 0px;
}
div.cartFooter div.cartRow div.cartCol{
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.cart-confirm div.cartFooter{
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}
div.cartRow span.cartImage{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.cartTopBorder{
  border-top: solid 1px #000;
}
div.cart-confirm div.cartTopBorder{
  padding-top: 30px;
}
div.cartTotal{
  font-weight: 400;
  font-size: 1.1em;
}
div.cartNote{
  font-size: 0.85em;
  text-transform: none;
}
div.cartBG div.cartRow span.fa-minus,
div.cartBG div.cartRow span.fa-plus,
div.cartBG div.cartRow span.fa-times{
  cursor: pointer;
  font-size: 1.3em;
}

div.cartRow span.cartAmount{
  display: inline-block;
  font-size: 1.4em;
  margin-left: 10px;
  margin-right: 10px;
}

div.cartNav{
  margin-top: 50px;
}

/*    CART DATA     */
div.content.cart-data{
  padding-bottom: 0px;
}
div.cart-data div.cartBG{
  margin-bottom: 0px;
  padding-bottom: 70px;
}
div.cart-data div.cartRow{
  margin-top: 30px;
}
div.cart-data div.cartRow div.cartCol{
  padding: 0px;
}

/*    CART DATA     */
div.content.cart-confirm{
  padding-bottom: 50px;
}
div.cart-confirm div.cartBG{
  margin-bottom: 60px;
  padding-bottom: 70px;
}
div.cart div.checkBoxHolder div.checkBox,
div.cart-confirm div.checkBoxHolder div.checkBox{
  line-height: 1.7em;
}
div.cart-confirm div.checkBoxHolder div.checkBox a{
  text-decoration: underline;
}
div.cart div.checkBoxHolder div.checkBox div.box,
div.cart-confirm div.checkBoxHolder div.checkBox div.box{background-color:#dfdedd}

div.cart-confirm div.mainButton{
  float: right;
}


/*      FAQ     */
div.content.default div.textHolder.faqBottom{
  text-align: center;
  width: 100%;
  float: none;
  margin-top: 80px;
}
div.content.default div.textHolder.faqBottom h2{
  margin-bottom: 10px;
}


/*      CONTACT    */
div.content.contact div.cartBG div.textHolder{
  border-bottom: solid 1px #000;
  min-height: 235px;
  box-sizing: border-box;
}
div.content.contact div.textHolder.sideInfo h2{
  margin: 0px;
  font-size: 0.9em;
}
div.content.contact div.textHolder.sideInfo,
div.contactForm{
  margin-top: 30px;
}
div.contactForm h3{
  text-align: left;
}

div.formCol{
  width: 48%;
  float: left;
}
div.formCol:first-child{
  margin-right: 4%;
}
div.formSection{
  position: relative;
  border-top: solid 1px #000;
  padding-top: 30px;
  margin-top: 30px;
}
div.formSection.fixedHeight{
  min-height: 177px;
  box-sizing: border-box;
}
div.formSection p.address{
  line-height: 1.9em;
  min-height: 100px;
  box-sizing: border-box;
}

div.formSection:first-child{
  border: none;
  padding-top: 0px;
  margin-top: 0px;
}
div.formSection a.cartEdit{
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 1.2em;
}
div.formSection:first-child a.cartEdit{
  top: 0px;
}

div.formSection h1{
  margin: 0px;
  margin-bottom: 20px;
}

input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #f6f5f4;
  color: #492123;
  height: 40px;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  text-align: left;
}
input.inputText.inputHalf, select.inputSelect.inputHalf{
  width: 48%;
  float: left;
}
input.inputText.inputHalf:nth-child(2), select.inputSelect.inputHalf:nth-child(2){
  margin-left: 4%;
}
p.inputAmount{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
  margin-bottom: 10px;
}
input.inputText.inputAmount{
  width: 80px;
  margin-bottom: 40px;
}
#newsletterThanks{
  display: none;
}
div.newsletterForm{
  margin-top: 20px;
}
div.newsletterForm input.inputText{
  background-color: #684247;
  text-align: center;
  color: #FFF;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.85em;
  height: 25px;
  line-height: 25px;
  margin-bottom: 6px;
}
div.newsletterForm input.inputText::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.newsletterForm input.inputText::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.newsletterForm input.inputText:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.newsletterForm input.inputText:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}

select.inputSelect{
  background-image: url("../images/arrow-down.svg");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
select.inputSelect.hidden{
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.inputSelect{
    padding-right: 0px;
    background: none;
    background-color: #FFF;
  }
}

input.inputText.discount{
  width: 37%;
  display: inline-block;
}
div.content.cart-data input.inputText,
div.content.cart-data select.inputSelect,
div.content.cart-data textarea.inputArea{
  background-color: #FFF;
}
div.inputHolder{
  margin-bottom: 10px;
}
div.inputHolder input.inputText,
div.inputHolder div.inputLabel,
div.inputHolder select.inputSelect,
div.inputHolder span,
div.inputHolder.gender div.checkBoxHolder{
  display: block;
  float: left;
  width: 15%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
}
div.inputHolder.gender input.inputText{
  width: 55%;
  margin-right: 5%;
  margin-bottom: 0px;
}
div.inputHolder.gender div.checkBoxHolder{
  width: 40%;
  float: right;
  text-align: right;
}

div.inputHolder.select select.inputSelect:nth-child(4){
  width: 30%;
}

div.inputHolder.select div.inputLabel{
  width: 34%;
}
div.inputHolder.select span{
  width: 3%;
  text-align: center;
}

textarea.inputArea{
  display: block;
  position: relative;
  background-color: #f6f5f4;
  border: none;
  color: #492123;
  height: 90px;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error,
div.content.cart-data input.inputText.error, div.content.cart-data select.inputSelect.error, div.content.cart-data textarea.inputArea.error{
  background-color: #492123;
  color: #FFFF;
}
select.inputSelect.error{
  background-image: url("../images/arrow-down-white.svg");
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #492123;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #492123;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #492123;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #492123;
}
input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}


div.checkBoxHolder{margin-bottom:0px;color:#492123;}
div.checkBoxHolder input{-display:none;}
div.checkBoxHolder span.title{display:inline-block;line-height:20px;padding-right:20px;}
div.checkBoxHolder div.checkBox{position:relative;display:inline-block;line-height:40px;padding-right:20px;cursor:pointer;}
div.checkBoxHolder div.checkBox.forced{cursor:default;}
div.checkBoxHolder.error, div.checkBoxHolder.error span.radioTitle{color:#492123;}
div.checkBoxHolder div.checkBox div.box{width:20px;height:20px;border-radius:5px;background-color:#FFF;text-align:center;line-height:20px;position:absolute; top: 10px;}
div.checkBoxHolder div.checkBox div.box.noTop{top: 0px;}
div.checkBoxHolder.error div.checkBox div.box,div.cart-confirm div.checkBoxHolder.error div.checkBox div.box, div.cart-data div.checkBoxHolder.error div.checkBox div.box{background-color:#492123}
div.checkBoxHolder.error div.checkBox div.box span{color:#FFF}
div.checkBoxHolder div.checkBox div.box span{color:#492123;padding-left:0px;display:none;line-height:20px;width:100%;}
div.checkBoxHolder div.checkBox div.box span.active{display:inline;}
div.checkBoxHolder div.checkBox span{padding-left:28px;display:inline-block;}

div.checkBoxHolder.payment div.checkBox{display:block; margin-bottom: 10px;}
div.checkBoxHolder.payment div.checkBox div.box{top: 5px;}
div.checkBoxHolder.payment div.checkBox span{width: 80px; height: 30px; line-height: 30px;}
div.checkBoxHolder.payment div.checkBox img{display:inline-block; height: 30px; vertical-align: middle;}

div.content.sitemap{
  margin-top: 120px;
}
div.content.sitemap h1{
  margin-bottom: 20px;
}
div.content.sitemap ul{
  margin-left: 20px;
}


/*      FOOTER      */
footer{
  text-align: left;
  background-color: #492123;
  padding-top: 70px;
  color: #FFF;
  font-size: 0.85em;
}
div.footerCol{
  width: 25%;
  float: left;
  text-align: center;
}
div.footerCol img{
  display: block;
  width: 70%;
}
div.footerCol h4{
  color: #fba840;
  font-family: "Fiona";
  font-size: 2em;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 20px;
}
div.footerCol p,
div.footerCol a{
  display: block;
  letter-spacing: 2px;
  margin-bottom: 12px;
  line-height: 1em;
}

div.footerCol div#newsletterThanks p{
  line-height: 1.5em;
}

div.footerCol a{
  text-transform: uppercase;
}

div.copyright{
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 30px;
  letter-spacing: 2px;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright a:hover{
  text-decoration: underline;
}

/*    LOADING ANGULAR   */
div.loading{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  z-index: 100;
}
div.loading div.loadingContentHolder{
  position: absolute;
  top: 50%;
  left: 50%;
}
div.loading div.loadingContent{
  position: absolute;
  top: -50px;
  left: -100px;
  width: 200px;
  height: 100px;
  text-align: center;
  font-size: 18px;
}</pre></body></html>