*{
	margin: 0;
	padding: 0;
	border: 0;
}

body, html {
  	height: 100%;
  	background: #000;
	font-family: 'Mukta', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
}

h1{
	font-family: 'Mukta', Helvetica, Arial, sans-serif;
}

h2{
	font-family: 'Mukta', Helvetica, Arial, sans-serif;
	margin-top: 20px;
	font-size: 18px;
	color: #f2d300;
}

#header{
	width: 100%;
	height: 285px;
	background: url(../images/header.jpg) no-repeat top left;
	margin-bottom: 50px;
}

#logo{
	float: left;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	margin-bottom: 20px;
	position: relative;
}

#logo-carcarpets{
	float: left;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	margin: 20px 0;
	position: relative;
}

#headerImg{
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

#easyOrder{
	position: absolute;
	top: 100px;
	right: 37%;
	max-width: 10%;
	height: auto;
	width: auto\9; /* ie8 */
}

#menu{
	width: 13%;
	min-height: 100%;
	position: absolute;
	background: #000;
	top: 60px;
	left: 1%;
	color: #444;
	padding: 20px 1%;
	border: solid 1px #353535;
}

#menu a{
	float: left;
	clear: both;
	position: relative;
}

#logoLink{
	width: 100%;
}

#cartWrap{
	width: 25%;
	min-height: 100%;
	position: absolute;
	background: #353535;
	top: 20px;
	right: 1%;
	opacity: 0.9;
	color: #FFF;
	z-index: 999999;
}

#cartHeader{
	width: 100%;
	padding: 10px 0;
	background: #f2d300;
	color: #444;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	display: block;
}

#productWrap{
	width:54%;
	min-height: 1000px;
	float: left;
	padding: 0 2% 0 2%;
	margin: 0 0 0 16%;
}

.product a{
	color: #000;
	text-decoration: none;
}

.product a:hover{
	text-decoration: underline;
}

.product{
	min-width: 200px;
	min-height: 355px;
	float: left;
	text-align: center;
	margin: 0 25px 80px 25px;
	font-size: 13px;
	background: #FFF;
	padding: 10px;
	color: #000;
	border-radius: 5px;
}

.productAmount{
	width: 40px;
	min-height: 20px;
	padding: 5px;
	text-align: center;
}

.flRight{
	float: right;
}

.product input{
	position: absolute;
	top: -15px;
	right: 10px;
	color:#FFF;
	font-size: 10px;
	outline: none;
	background: #888;
	border-radius: 5px;
	padding: 0;
	width: 20px;
	height: auto;
}

.product p{
	position: relative;
}

#orderAddress, #orderSubmit, #orderPayment, #orderProducts, #orderSample, #orderBusiness{
	width: 90%;
	margin: 0 5% 20px 5%;
}

#orderBusiness{
	margin-top: 50px;
	float: left;
	clear: both;
}
#orderBusiness a{
	text-decoration: none;
	color: #02a4f5;
}

#orderBusiness p{
	margin: 10px 0;
}

#helpCart{
	width: 90%;
	margin: 0 5%;
	float: left;
	clear: both;
}
#helpCart a{
	text-decoration: none;
	color: #02a4f5;
}

#helpCart p{
	margin: 10px 0;
}
#naam, #inputStraat, #email, #inputPlaats, #inputLand, #opmerking, #businessTax, #inputPostcode{
	width: 96%;
	padding: 4px 2%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	outline: none;
}

#businessTaxButton{
	background: #f2d300;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}
/*
#inputPostcode, #inputHuisnummer, #inputToevoeging{
	width: 86.6%;
	padding: 4px 6.7%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	outline: none;
}
*/
#pcwrap{
	width: 100%;
	float: left;
}

#nrwrap{
	width: 30%;
	float: left;
	margin: 0 5%;
}

#orderBusiness #nrwrap{
	width: 30%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
}

#toevoegingwrap{
	width: 30%;
	float: left;
}

.btnSubmit, .btnSubmit1{
	background:#f2d300;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.checkoutButton{
	background:#f2d300;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

#btnAddproducts{
display: none;
}

.inputText{
	width: 262px;
	border: solid 1px #444;
	background: #FFF;
	padding: 10px 5px;
	margin: 20px 0;
}

.inputText:focus{
	outline: solid 2px #f2d300;
}

#orderPayment img{
	vertical-align: -15px;
}

#orderPayment input{
	margin-bottom: 30px;
}

.paymentRadio > input{ /* HIDE RADIO */
	visibility: hidden; /* Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
}
.paymentRadio > input + img{ /* IMAGE STYLES */
	cursor:pointer;
	border:4px solid transparent;
}

.paymentRadio > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
	border:4px solid #f2d300;
}

.paymentRadio img:hover{
	border:4px solid #f2d300;
}

.paymentRadio{
	float: left;
	position: relative;
}

.paymentRadio span{
	display: block;
	width: 85px;
	height: 40px;
	position: absolute;
	top: 0;
	border:4px solid transparent;
}

.paymentRadio span:hover{
	border:4px solid #f2d300;
}

#idealBank{
	width: 100%;
	margin-top: 20px;
	padding: 5px 2%;
	display: none;
}

.orderProductAmount, .orderProductName, .orderProductPrice{
	width: 33%;
	float: left;
	margin-top: 10px;
}

.orderProductAmount{
	clear: left;
}

#cartTotal{
	width: 66%;
	float: left;
	clear: left;
	font-weight: bold;
	border-top: solid 1px #f2d300;
	margin-top: 10px;
	padding-top: 5px;
}

#totalPrice, .orderProductPrice{
	text-align: right;
}

#totalPrice{
	width: 33%;
	float: left;
	font-weight: bold;
	border-top: solid 1px #f2d300;
	margin-top: 10px;
	padding-top: 5px;
}

#freeShipping{
	width: 100%;
	font-style:italic;
	font-size: 13px;
	float: left;
	clear: left;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
}

.product form p{
	font-size: 18px;
	font-weight: bold;
}

.orderProductAmount p{
	font-size: 18px;
	font-weight: bold;
}

.productPlus, .productMin{
	cursor: pointer;
	font-size: 10px;
}

.productPlus.btnBuy{
	background:#f2d300;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
}

.input_green{

}

#showCart{
	width: 25%;
	padding: 10px 0;
	background: #f2d300;
	color: #444;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none;
	display: block;
	position: fixed;
	top: 20px;
	right: 1%;
	z-index: 999999;
}

#showCart:hover{
	background: #f0db4d;
}

#footer{
	width: 90%;
	padding: 20px 5%;
	background: #353535;
	color: #FFF;
	float: left;
	font-size: 12px;
	opacity: 0.8;
}

#service{
	width: 90%;
	padding: 20px 5%;
	background: #777;
	color: #FFF;
	float: left;
	font-size: 14px;
	margin-top: 20px;
}

#service p{
	margin: 20px 0;
}

#easyOrder2{
	display: none;
}

#topNoticeWrap {
	position: absolute;
	top: 0;
	left: 0;
	color: #444;
	font-size: 15px;
}

#cornerNotice {
	float: left;
	background: url(../images/corner.png) no-repeat top right;
	width: 50px;
	height: 40px;
}

#topNotice {
	height: 30px;
	padding: 10px 20px 0 20px;
	float: left;
	background: #f2d300;
	position: relative;
}

#errordiv{
	width: 90%;
	padding: 10px 5%;
	background: #ff0000;
	margin-bottom: 20px;
}

#errordiv h1{
	font-size: 24px;
}

#errordiv ul{
	padding-left: 20px;
}

#mainText{
	width: 90%;
	padding: 0 5%;
	margin-bottom: 50px;
	overflow: hidden;
}

#mainText h1{
	color: #015f2c;
	font-weight: normal;
	font-size: 30px;
}

.btnGreen{
	text-decoration: none;
	margin-top: 20px;
	background: #f2d300;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	float: left;
}

#searchForm{
	width: 25%;
	position: absolute;
	top: 100px;
	left: 30%;
	text-align: center;
}

#searchText{
	color: #FFF;
	font-size: 30px;
	font-family: 'Mukta', Helvetica, Arial, sans-serif;
	text-shadow: 1px 0px 2px #444;
}

.menuItem{
	width: 80%;
	float: left;
	clear: both;
	position: relative;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10% 5px 10%;
	border-bottom: solid 1px #FFF;
	font-weight: bold;
}

.menuItem:hover{
	background-color: #777;
}

.menuActive{
	background-color: #777;
}

.menuItem.sublink{
	width: 75%;
	padding-left: 15%;
	font-size: 12px;
	font-weight: normal;
}

.imgWrap {
	height: 200px;
	width: 200px;
	background: #FFF;
	white-space: nowrap;
	text-align: center;
	float: left;
	position: relative;
	z-index: 9;
}

.imgWrap a {
	display: inline-block;
	z-index: 9999;
	position: relative;
}

.imgWrap img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	max-height: 200px;
	width: auto\9; /* ie8 */
}

.helper{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.prodPrice{
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.prodName{
	padding: 5px;
	height: 36px;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	z-index: 10;
}

#service p{
	color: #f2d300;
}

#service a{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

#service a:hover{
	text-decoration: underline;
}

.footerDiv{
	width:50%;
	float: left;
}

.pageText{
	margin-bottom: 50px;
	overflow: hidden;
}

#navigation{
	font-size: 12px;
	padding-top: 10px;
	color: #02a4f5;
	margin: -40px 0 50px 0;
}

#navigation a{
	color: #02a4f5;
}

.smallImg{
	float: left;
	width: 80px;
	margin: 0 0 5px 5px;
}

.mainImg{
	float: left;
	width: 200px;
	padding-bottom: 20px;
	text-align: center;
}

#prodImg{
	max-width:100%;
	max-height:100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.cartButton{
	background: #f2d300;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 180px;
	border-radius: 5px;
	color: #3d3d3d;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	z-index: 999;
}

.cartButton2{
	background: #f2d300;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 180px;
	border-radius: 5px;
	color: #3d3d3d;
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	z-index: 999;
	text-decoration: none;
}

#cartValue{
	position: absolute;
	top: 2px;
	right: 70px;
	color:#FFF;
	font-size: 10px;
	outline: none;
	background: #888;
	border-radius: 5px;
	padding: 0;
	width: 20px;
	height: auto;
	z-index: 9999;
}

.cartButton:hover{
	text-decoration: none;
}

#cntct{
	margin: 20px 0 0 0;
}

.checkIcon{
	vertical-align: -5px;
}

#prodUsp{
	margin: 10px 0 40px 0;
}

#prodUsp span{
	margin-right: 50px;
	font-style: italic;

}

.pricetag{
	width: 70px;
	height: 33px;
	text-align: center;
	background: url(https://www.carcarpets.be/images/pricetag.png) no-repeat;
	color: #FFF;
	display: inline-block;
	padding-top: 5px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 50px;
}

.cartButtonWrap{
	position: relative;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
}

#productWrap hr{
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	margin: 10px 0 0 0;
}

#smallThumbs{
	float: left;
	clear: left;
}

#imgWrap{
	width: 300px;
	float: left;
	position: relative;
	z-index: 9;
}

.orderProductName a{
	color: #FFF;
	text-decoration: none;
}

.orderProductName a:hover{
	text-decoration: underline;
}

.orderProductAmount span {
	cursor: pointer;
	background: #f2d300;
	width: 20px;
	height: 25px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.orderProductAmount span:hover {
	text-decoration: none;
}

.hideMobile{
	display: none;
}

.hideLinks, .showMobile{
	display: none;
}

.linkBlue{
	text-decoration: none;
	color:#02a4f5;
}

.linkBlue:hover{
	text-decoration: underline;
}

#sublink a{
	float: left;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	padding: 10px;
	background: #f2d300;
	border-radius: 5px;
	margin: 10px;
}

#orderAddress{
	padding-top: 20px;
}

.menuArrow{
	display: none;
}

.sale{
	color: #f2d300;
}

#brandLogos{
	width: 90%;
	background: #FFF;
	float: left;
	clear: both;
	padding: 0 5%;
	margin-top: 100px;
}

#brandLogos a{
	width: 5%;
	overflow: hidden;
}

#brandLogos img{
	max-width: 4.8%;
	height: auto;
	width: auto\9; /* ie8 */
}

#cartNotice{
	width: 90%;
	padding: 10px 5%;
	background: #DDD;
	color: #F00;
}

.brandLogoWrap{
	width: 150px;
	height: 150px;
	float: left;
	position: relative;
	text-align: center;
	margin: 0 20px 50px 0;
	color: #f2d300;
	font-size: 14px;
	text-decoration: none;
}

#pageLogo{
	display: none;
}

.hideCart{
	display: none;
}

.youtubeFrame{
	width: 560px;
	height: 315px;
}

#menuIcon{
	display: none;
}

#productContainer{
	width: 90%;
	padding: 10px 5%;
	background: #FFF;
	overflow: hidden;
	color: #000;
	margin: 20px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: solid 1px #777;
}

.about{
	width: 96%;
	padding: 10px 2%;
	color: #FFF;
	background: #777;
	margin-top: 30px;
	border-radius: 10px;
}

.about p{
	 margin: 10px 0;
 }

.about h2{
	margin: 0 0 20px 0;
}

.saveContainer{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.saveButton{
	background: #000;
	border: solid 3px #f2d300;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
	float: left;
	position: relative;
	margin: 5px 20px 0 0;
}
.savePercentage{
	font-size: 20px;
	color: #FFF;
	padding: 10px;
	float: left;
	position: relative;
}

.saveAction{
	background:#f2d300;
	color: #000;
	font-size: 14px;
	padding: 5px 10px;
	float: left;
	position: relative;
}

#max100{
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.yellowLabel{
	background: #f2d300;
	padding: 2px;
	color: #000;
	font-weight: bold;
}