/* rood: #e3000b;
vleeskleur: #cea37c;
*/


/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  background-color: #000000;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}

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

img{
  border: 0;
}

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

.clear{
  clear: both;
}

.hideCursor{
  cursor: default !important;
}

div.container{
  width: 100%;
  margin: 0px;
  min-height: 100%;
}
div.centerContent{
  position: relative;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/*      HEADER      */
header{
  position: relative;
  margin: 0px;
  width: 100%;
  height: 209px;
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
  background-position: center top;
}
header a.logo{
  display: block;
  margin-top: 27px;
  margin-left: 30px;
}

div.menuHolder{
  position: relative;
  width: 960px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
div.menuHolder nav{
  height: 40px;
  margin-left: 125px;
}
div.menuHolder nav ul{
  height: 40px;
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  color: #000000;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  margin: 0px;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  font-weight: 700;
  font-size: 13px;
  padding-right: 50px;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav ul li a span.fa{
  position: relative;
  font-size: 8px;
  color: #e3000b;
  margin-right: 3px;
  top: -2px;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}

a.verstegenLink{
  position: absolute;
  right: 45px;
  top: 4px;
  height: 30px;
}
a.facebookLink{
  position: absolute;
  right: 10px;
  top: 0px;
  color: #e3000b;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}


div.uspHolder{
  position: absolute;
  left: 525px;
  top: 60px;
}
div.uspHolder ul li{
  list-style: none;
  background-image: url("../images/usp-check.png");
  background-repeat: no-repeat;
  padding-left: 22px;
  line-height: 31px;
  margin-bottom: 9px;
  font-weight: 700;
}


/*      CONTENT      */
div.mainContent{
  position: relative;
  padding-bottom: 64px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
div.content{
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  min-height: 560px;
}


article{
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
article h1{
  margin-bottom: 20px;
  font-family: "Holtwood One SC";
  line-height: 36px;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #111111;
}
.red{
  color: #e3000b;
}
article h2{
  line-height: 30px;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
article p{
  font-weight: 700;
  text-shadow: 2px 2px 5px #111111;
}
article p a{
  text-decoration: underline;
}
article p a:hover{
  color: #e3000b;
}

div.contentHolder{
  position: relative;
  background-color: #FFFFFF;
  padding: 30px;
  color: #000000;
}
article div.contentHolder p{
  text-shadow: none;
}


/*      HOME      */
div.slideShowHolder{
  position: relative;
  width: 100%;
  height: 275px;
  overflow: hidden;
}
div.slideShow{
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}
div.slideShow div{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
div.slideShow div.slide p{
  font-size: 1.5em;
}
div.slideShow div.slide.image h1, div.slideShow div.slide.image p{
  text-align: left;
  width: 630px;
}
div.slideShow div.slide.image img{
  position: absolute;
  right: 0px;
  top: 0px;
}
div.slideDots{
  height: 10px;
  margin-top: 5px;
  text-align: center;
}
div.slideDots div{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  cursor: pointer;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 5px;
}
div.slideDots div.active{
  background-color: #e3000b;
}

div.packageHolder{
  margin-top: 45px;
  margin-bottom: 100px;
  margin-left: 30px;
}
div.packageHolder div.package{
  margin-top: 35px;
  position: relative;
  width: 272px;
  float: left;
  margin-right: 42px;
}
div.packageHolder div.package:nth-child(2){
  margin-top: 0px;
}
div.packageHolder div.package:nth-child(3){
  margin-right: 0px;
}
div.packageHolder div.package a{
  display: block;
}
div.packageHolder div.package img{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-top: 30px;
}
div.packageHolder div.package span.title{
  display: block;
  position: absolute;
  left: -3px;
  top: 0px;
  width: 278px;
  height: 75px;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
  background-image: url("../images/pakket-header.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-transform: uppercase;
}
div.packageHolder div.package span.text.hidden{
  display: none;
}
div.packageHolder div.package span.showMore{
  display: block;
  padding: 12px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0px;
  line-height: 20px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  background-color: #cea37c;
}
div.packageHolder div.package span.showMore span{
  display: inline-block;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #e3000b;
  cursor: pointer;
}

div.packageHolder div.package ul li, div.packageHolder div.package p{
  list-style: none;
  padding: 12px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0px;
  line-height: 20px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  background-color: #cea37c;
  color: #66503b;
}
div.packageHolder div.package ul li:nth-child(even){
  background-color: #FFFFFF;
  color: #808080;
}
div.packageHolder div.package p{
  background-color: #DDD;
  color: #808080;
  font-size: 14px;
  line-height: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
div.packageHolder div.package span.price{
  display: block;
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  color: #e3000b;
  padding-top: 10px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  text-align: center;
}
div.packageHolder div.package span.price span.priceNr{
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  padding: 0px;
  margin: 0px;
}
div.packageHolder div.package span.price span.priceNr span{
  display: inline-block;
  font-size: 32px;
  vertical-align: top;
  height: 32px;
  line-height: 40px;
}

div.packageHolder div.package a.extra{
  margin-top: 6px;
  padding: 20px;
  background: #6d0005; /* Old browsers */
  background: -moz-linear-gradient(top,  #6d0005 0%, #e3000b 64%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #6d0005 0%,#e3000b 64%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #6d0005 0%,#e3000b 64%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0005', endColorstr='#e3000b',GradientType=0 ); /* IE6-9 */
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
}
div.packageHolder div.package a.extra span.extraTitle{
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
div.packageHolder div.package a.extra span.extraText{
  display: block;
  line-height: 20px;
}


/*      ORDER      */
div.content.order article{
  text-align: left;
  float: left;
  width: 650px;
}
div.content.order article p{
  font-size: 1.5em;
}
img.sfeerVisual{
  float: right;
}

div.orderHolder, contentHolder{
  position: relative;
  margin-top: 45px;
}
div.tabHolder{
  width: 650px;
}
div.tabHolder a{
  display: block;
  float: left;
  height: 49px;
  padding-right: 15px;
  background-image: url("../images/tab_right.png");
  background-repeat: no-repeat;
  background-position: right top; 
  text-transform: uppercase;  
  color: #000000;
  margin-left: -6px;
}
div.tabHolder a:hover, div.tabHolder a.active, div.tabHolder a.culinair:hover{
  background-image: url("../images/tab_right_over.png");
}
div.tabHolder a:first-child{
  margin-left: 0px;
}

div.tabHolder a span.tabStart{
  display: block;
  float: left;
  width: 25px;
  height: 49px;
  background-image: url("../images/tab_left.png");
  background-repeat: no-repeat;
  background-position: right top; 
  color: #000000;
}
div.tabHolder a:first-child span.tabStart{
  background: none;
  background-color: #000000;
  width: 10px;
}
div.tabHolder a:first-child:hover span.tabStart, div.tabHolder a.active:first-child span.tabStart{
  background: none;
  background-color: #FFFFFF;
}
div.tabHolder a:hover span.tabStart, div.tabHolder a.active span.tabStart{
  background-image: url("../images/tab_left_over.png");
}
div.tabHolder a span.tabText{
  display: block;
  float: left;
  height: 49px;
  line-height: 49px;
  padding-right: 10px;
  font-family: "Holtwood One SC";
  background-color: #000000;
  color: #FFFFFF;
}
div.tabHolder a:hover span.tabText, div.tabHolder a.active span.tabText, div.tabHolder a.culinair:hover span.tabText{
  background-color: #FFFFFF;
  color: #000000;
}

div.tabHolder a.culinair{
  position: relative;
  height: 38px;
  background-image: url("../images/tab_right_red.png");
  color: #FFFFFF;
  margin-left: 0px;
  margin-top: 11px;
}
div.tabHolder a.culinair span.tabEdge{
  position: absolute;
  left: -10px;
  top: 0px;
  display: block;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-top: 19px solid transparent;
	border-right: 5px solid #e3000b;
	border-bottom: 19px solid #e3000b;
}
div.tabHolder a.culinair span.tabText{
  height: 38px;
  line-height: 38px;
  font-family: "Lato";
  padding-left: 10px;
  background-color: #e3000b;
}
div.tabHolder a.culinair span.tabText.extraSmall{
  display: none;
}

div.tabHolder a.culinair:hover span.tabText{
  color: #e3000b;
}
div.tabHolder a.culinair:hover span.tabEdge{
	border-right: 5px solid #FFFFFF;
	border-bottom: 19px solid #FFFFFF;
}

div.tabContent{
  background-color: #FFFFFF;
  color: #000000;
  min-height: 100px;
  width: 650px;
  font-size: 13px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 12px;
  box-sizing: border-box;
  text-align: left;
  
}

div.packageFeatures{
  padding-top: 10px;
  margin-bottom: 20px;
}
div.packageFeatures p{
  padding-top: 10px;
}
div.packageFeatures p.myOrder{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
}
div.packageFeatures ul li{
  float: left;
  list-style: none;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 50%;
  box-sizing: border-box;
  margin-top: 8px;
}
div.packageFeatures ul li:nth-child(odd), div.packageFeatures p{
  clear: both;
}
div.packageFeatures ul li.icon-meat{
  background-image: url("../images/icon-meat.png");
}
div.packageFeatures ul li.icon-fork{
  background-image: url("../images/icon-fork.png");
}
div.packageFeatures ul li.icon-tools{
  background-image: url("../images/icon-tools.png");
}
div.packageFeatures ul li.icon-short{
  background-image: url("../images/icon-short.png");
}
div.packageFeatures ul li.icon-bbq{
  background-image: url("../images/icon-bbq.png");
}
div.packageFeatures ul li.icon-sauce{
  background-image: url("../images/icon-sauce.png");
}
div.packageFeatures ul li.icon-hotdog{
  background-image: url("../images/icon-hotdog.png");
}

div.tabSection{

}
div.tabSectionContent{
  margin: 12px;
  margin-left: 0px;
  margin-right: 0px;
}

div.tabSection h2, div.tabSection a.bar{
  display: block;
  color: #FFFFFF;
  background-color: #000000;
  font-size: 24px;
  padding-left: 12px;
  text-transform: uppercase;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 54px;
  line-height: 54px;
  font-weight: 700;
}

div.tabSection.checkOut{
  margin-top: 24px;
}
div.tabSection.checkOut h2{
  display: none;
  background-color: #e3000b;
}
div.tabSection.checkOut a{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #e3000b;
}

div.tabSection h2 span, div.tabSection a span{
  display: inline-block;
  width: 56px;
}
p.inlineInput{
  float: left;
  height: 42px;
  line-height: 42px;
  margin-right: 5px;
}
p.inlineInput:first-child{
  margin-left: 12px;
}
div.tabSection input.inlineInput{
  float: left;
  width: 50px;
  margin: 0px;
  margin-right: 5px;
}
p.note{
  position: relative;
  color: #ffffff;
  background-color: #e3000b;
  font-weight: 700;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 21px;
  padding-right: 12px;
  margin-left: 50px;
  margin-bottom: 12px;
}
p.note span.edge{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
	width: 0; 
	height: 0; 
	border-left: 6px solid white;
	border-top: 27px solid white;
	border-right: 6px solid transparent;
	border-bottom: 27px solid transparent;
}
p.note.high{
  height: 80px;
}
p.note.high span.edge{
	border-left: 8px solid white;
	border-top: 47px solid white;
	border-right: 8px solid transparent;
	border-bottom: 47px solid transparent;
}

div.catHolder{
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
div.catTitle{
  margin-bottom: 12px;
}
div.catTitle img{
  position: absolute;
  background-color: #FFFFFF;
}
div.catTitle span.edge{
  position: absolute;
  left: 50px;
  top: 0px;
  display: block;
	border-left: 6px solid white;
	border-top: 27px solid white;
	border-right: 6px solid transparent;
	border-bottom: 27px solid transparent;
  box-sizing: border-box;
}
div.catTitle h3{
  color: #000000;
  background-color: #cea37c;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  font-weight: 400;
  padding-left: 71px;
}
div.catContent{
  display: none;
}
div.productHolder{
  margin-left: 26px;
}
div.product{
  position: relative;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
  width: 180px;
  height: 300px;
  cursor: pointer;
}
div.product:hover div.info, div.product.minus div.info{
  background-color: #e3000b;
}
div.product.minus:hover div.check{
  display: none;
}
div.product.plus:hover div.plus{
  display: block;
}
div.product.minus:hover div.minus{
  display: block;
}
div.product:hover div.info div.text, div.product:hover a.zoom{
  display: block;
}
div.product:nth-child(3n){
  margin-right: 0px;
}
div.product img{
  width: 100%;
}
div.product div.info{
  position: absolute;
  bottom: 0px;
  background-color: #000000;
  color: #FFFFFF;
  min-height: 120px;
  padding: 12px;
  width: 180px;
  box-sizing: border-box;
}
div.product div.title{
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
div.product div.subtitle{
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
}
div.product div.text{
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  display: none;
}
div.product div.price{
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 5px;
}
div.product div.plus, div.product div.minus, div.product div.check, div.product a.zoom{
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000;
  color: #FFFFFF;
  width: 40px;
  padding-left: 5px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  text-align: center;
  display: none;
}
div.product div.plus, div.product a.zoom{
  background-color: #e3000b;
}
div.product a.zoom{
  padding: 0px;
  padding-right: 5px;
  top: -30px;
  line-height: 30px;
  font-size: 20px;
  height: 30px;
}
div.product.minus div.check{
  display: block;
}
div.product div.plus span.edge, div.product div.minus span.edge, div.product div.check span.edge, div.product a.zoom span.edge{
  position: absolute;
  left: 45px;
  top: 0px;
  display: block;
	border-left: 6px solid #000000;
	border-top: 25px solid #000000;
	border-right: 6px solid transparent;
	border-bottom: 25px solid transparent;
  box-sizing: border-box;
}
div.product div.plus span.edge{
	border-left: 6px solid #e3000b;
	border-top: 25px solid #e3000b;
}
div.product a.zoom span.edge{
	border-top: 15px solid transparent;
	border-left: 6px solid #e3000b;
	border-bottom: 15px solid #e3000b;
  width: 0px;
}
div.product.extra div.plus, div.product.extra div.minus{
  display: block;
}
div.product.extra div.minus{
  left: auto;
  right: 0px;
  padding-right: 5px;
}
div.product.extra div.minus span.edge{
  left: -12px;
  padding-left: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid #000000;
}
div.product.extra div.amount{
  position: absolute;
  left: 50px;
  right: 50px;
  top: 0px;
  color: #FFF;
  text-shadow: 2px 2px 5px #000;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  display: none;
}


div.cartContentsHolder{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 300px;
  height: 100%;
}
div.cartContents{
  position: relative;
  top: 0px;
  margin-top: 50px;
  background-color: #FFFFFF;
  color: #000000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
div.cartContents div.title{
  height: 54px;
  background-color: #e3000b;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 54px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
  border-top-right-radius: 15px;
}
div.cartContents div.arrowLeft{
  position: absolute;
  top: 4px;
  left: -23px;
  border-right: 23px solid #e3000b;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
}
div.cartContents div.arrowRight{
  position: absolute;
  top: 50%;
  left: 0px;
  border-left: 40px solid #e3000b;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
  z-index: 10;
}
div.cartContents div.arrowLeft span, div.cartContents div.arrowRight span{
  display: block;
  position: absolute;
  text-align: center;
  width: 34px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  top: -13px;
  left: 6px;
  color: #FFF;
}
div.cartContents div.arrowRight span{
  left: -40px;
}
div.cartContents div.arrowLeft span, div.cartContents div.arrowRight{
  display: none;
}
div.cartContents div.package, div.cartContents div.contentsTitle{
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  background-color: #000000;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
}
div.cartContents div.contentsTitle{
  cursor: pointer;
  padding-left: 0px;
}
div.cartContents div.contentsTitle span.fa{
  width: 20px;
  text-align: center;
}

div.cartContents div.package{
  font-family: "Holtwood One SC";
  font-size: 16px;
  font-weight: 400;
  height: auto;
}

div.orderNote{
  margin: 20px;
}
p.contentAmount{
  float: left;
  background-color: #f0f0f0;
  color: #000000;
  height: 42px;
  font-size: 15px;
  font-weight: 900;
  line-height: 42px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 70px;
  box-sizing: border-box;
  border: solid 1px #696969;
  text-align: center;
}
p.alertAmount{
  float: left;
  background-color: #e3000b;
  color: #FFFFFF;
  height: 42px;
  font-size: 15px;
  font-weight: 900;
  line-height: 42px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 190px;
  box-sizing: border-box;
}

div.cartContents div.ruleHolder{
  padding-top: 9px;
  padding-bottom: 9px;
}
div.cartContents div.ruleHolder.scroll, div.cartContents div.orderNote.hidden{
  display: none;
  width: 100%;
  overflow-x: hidden;
}
div.cartContents div.ruleHolder.scroll ul{
  overflow-y: scroll;
  width: 320px;
}

div.cartContents div.ruleHolder.noPaddingTop{
  padding-top: 0px;
}

div.cartContents div.ruleHolder.borderTop{
  border-top: solid 1px #000000;
}

div.cartContents p.orderRule{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  clear: both;
}
div.cartContents p.orderRule.orderTotal{
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  color: #e3000b;
}
div.cartContents p.orderRule.orderTotalNote{
  font-size: 10px;
  height: 12px;
  line-height: 12px;
}
div.cartContents p.orderRule span.priceHolder, ul.cartExtras li span.priceHolder, div.contentsTitle span.priceHolder{
  float: right;
}
div.contentsTitle span.contentAmount{
  color: #999999;
}
div.contentsTitle span.priceHolder{
  color: #e3000b;
  margin-right: 20px;
}


div.cartContents p.orderRule.orderTotal span.priceHolder{
  font-weight: 900;
  font-size: 28px;
  line-height: 44px;
}

ul.cartProducts, ul.cartExtras{
  list-style: none;
}
ul.cartProducts li, ul.cartExtras li{
  position: relative;
  background-size: 25px 27px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 44px;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
}
ul.cartExtras li{
  line-height: 30px;
}

ul.cartProducts li:hover i{
  display: block;
}
ul.cartProducts li:nth-child(odd){
  background-color: #EEEEEE;
}

ul.cartProducts li.cat9{
  background-image: url("../images/cat-9.png");
}
ul.cartProducts li.cat10{
  background-image: url("../images/cat-10.png");
}
ul.cartProducts li.cat11{
  background-image: url("../images/cat-11.png");
}
ul.cartProducts li.cat12{
  background-image: url("../images/cat-12.png");
}
ul.cartProducts li.cat13{
  background-image: url("../images/cat-13.png");
}
ul.cartProducts li.cat14{
  background-image: url("../images/cat-14.png");
}
ul.cartProducts li i{
  display: none;
  position: absolute;
  right: 10px;
  top: 0px;
  line-height: 40px;
}

ul.cartExtras li{
  background: none;
  padding-left: 20px;
  padding-right: 20px;
  cursor: default;
}
ul.cartExtras li span.plus, ul.cartExtras li span.minus{
  display: inline-block;
  background-color: #e3000b;
  color: #FFFFFF;
  padding: 3px;
  font-size: 10px;
  cursor: pointer;
}
p.productNote{
  font-size: 10px;
  line-height: 11px;
  padding-top: 10px;
}


div.note{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 100;
}
div.note div.bg{
  width: 100%;
  height: 100%;
  background-color: #e3000b;
  opacity: 0.7;
}
div.note div.messageHolder{
  background-color: #FFF;
  width: 500px;
  padding: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
}
div.note div.messageHolder p a{
  display: inline-block;
  background-color: #e3000b;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  margin: 5px;
}
div.note div.messageHolder p a:hover{
  background-color: #000;
}
div.note div.close{
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 20px;
  cursor: pointer;
}

span.infoPopup{
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}
span.infoPopup span{
  display: none;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 200px;
  padding: 10px;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lato', sans-serif;
  background-color: #e3000b;
  color: #FFF;
  text-align: right;
}


/*    MIJN GEGEVENS   */
div.orderHolder.myData div.tabContent div.tabSection{
  padding-top: 30px;
}
div.orderHolder.myData div.tabContent div.tabSection h2{
  margin-bottom: 10px;
}
div#clientType, div#deliveryAddress{
  display: none;
}

span.distanceInfo{
  color: #e3000b;
  display: block;
  line-height: 16px;
}

div.orderHolder.myData div.tabContent div.tabSection.checkOut h2{
  display: block;
  width: 48%;
  margin: 0px;
  padding: 0px;
  background: none;
  margin-right: 4%;
  float: left;
}
div.orderHolder.myData div.tabContent div.tabSection.checkOut a.bar{
  display: block;
  color: #FFFFFF;
  background-color: #cea37c;
  font-size: 24px;
  padding-left: 12px;
  text-transform: uppercase;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 54px;
  line-height: 54px;
  font-weight: 700;
}

button.buttonCheckOut{
  display: block;
  color: #FFFFFF;
  background-color: #e3000b;
  line-height: 54px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  padding-left: 12px;
  text-transform: uppercase;
  border: none;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 54px;
  width: 48%;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
}
button.buttonCheckOut span{
  display: block;
  height: 54px;
  line-height: 54px;
  margin-right: 4px;
  float: right;
}


/*      FAQ     */
div.content.faq{
  width: 710px;
  margin-left: auto;
  margin-right: auto;
}
div.content.faq div.contentHolder{
  padding-left: 0px;
  padding-right: 0px;
}

div.question{
  padding-left: 30px;
  cursor: pointer;
}
div.question h3 span{
  padding-right: 5px;
  color: #e3000b;
}
div.question div.questionText {
  display: none;
  margin-bottom: 15px;
}

/*      CONTACT     */
div.content.contact{
  width: 710px;
  margin-left: auto;
  margin-right: auto;
}
div.content.contact article{
  text-align: left;
}
div.content.contact article h1{
  text-align: center;
}
div.content.contact article div.tabContent{
  padding-top: 30px;
  position: relative;
}
div.googleMaps{
  position: absolute;
  right: 30px;
  top: 30px;
  width: 300px;
  height: 210px;
}
div.contactForm{
  margin-top: 20px;
}
input.inputText{
  display: block;
  position: relative;
  background-color: #f0f0f0;
  color: #000000;
  height: 42px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 42px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #696969;
}
select.inputSelect{
  display: block;
  position: relative;
  background-color: #f0f0f0;
  color: #000000;
  height: 42px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 42px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #696969;
}
div.inputRadio{
  margin-bottom: 10px;
}
div.inputRadio label{
  display: block;
  font-size: 14px;
}
div.inputRadio p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #f0f0f0;
  color: #000000;
  height: 120px;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #696969;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error, div.inputRadio.error{
  background-color: #e3000b;
  color: #FFFFFF;
}
div.inputRadio.error{
  padding-top: 5px;
  padding-bottom: 5px;
}
input.submitButton{
  background-color: #000000;
  color: #FFFFFF;
  background-image: url("../images/button-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px 12px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 60px;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
}


/*      FOOTER      */
footer{
  width: 100%;
  height: 64px;
  background-color: #e3000b;
}
div.footerInfo{
  height: 64px;
  font-size: 13px;
  position: relative;
}
div.footerInfo p{
  height: 64px;
  line-height: 64px;
}
div.footerInfo a{
  text-transform: uppercase;
}
div.footerInfo a.marosLink{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 64px;
  line-height: 64px;
  text-transform: uppercase;
}