/* TO DO: add to header.css */


 	
/*  	---------------- */

.allproducts {
	/* width:100%; */
}

.productsbundle .demo-cart button {
	display:none;
}

.product-header {

	margin-bottom: 10px;
	/* margin-top: 30px; */

}	 

.product-header h3 {
    display: table;
    background: black;
    width: 100%;
	width: calc(100% - 20px);
    text-align: center;
    font-size: 22px !important;
    font-family: arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
	/* margin-left: 10px;
	margin-right: 10px; */
    line-height: 30px!important;
    text-transform: uppercase;
    color: white !important;
    letter-spacing: 0.20em;
    }

/* h2, .allproducts h3  {
    color: #666;
    letter-spacing: 0.30em;
    text-align: center;
    line-height: 1.5em;
    padding: 5px;
    margin: 40px 0px 25px 0px;
    font-size: 18px;
    font-family: verdana, sans-serif;
    font-weight: normal;
    background: #333;
    color: white;
    text-transform: uppercase;
 border-bottom: 4px solid #333;
} */

.productimage {
	display:block;
}
.productdescription {
	background:black;
	color:white;
	padding: 5%;
	width:100%;
	/* min-height: 170px;  */
	height: 200px;
	float:left;
}

.productdescription-text{
	float:left;
/* 	height: 100px; */
	max-height: 100px;
	overflow-y: auto;
}

.allproducts b,  .allproducts a {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}	

.allproducts b {
	color: #00CE29 !important;  
}

.allproducts a {
	color: white !important;  
}


.productsbuttons {
	/* top: 130px; */
	margin-top:130px;
}

  .add-to-cart-price {
	float: left;
/* 	padding-right: 5%; */
  }


.add-to-cart-price p {
	color:white;
	font-weight: bold;
	float:left;
	margin-top: 5px;
}

  .old-price {
	text-decoration: line-through;
	font-weight: bold;
	margin-top: 5px;
	padding-right: 10px;
	float: left;
  }
  

button {
	position: absolute;
	text-transform: uppercase;
	border: none;
	margin-left: 20px;
	text-transform: uppercase;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
  }
  





* {
  box-sizing: border-box;
}


/* Add padding BETWEEN each column */

.allproducts > .productmain {
  /* padding: 10px; */
  padding-top: 10px;
  padding-left: 0;
  padding-right:20px;
  padding-bottom: 10px;
}


/* Create three equal columns that floats next to each other */
.productmain {
  float: left;
  width: 33.3333%;
}


/* Clear floats after rows */
.allproducts:after {
  content: "";
  display: table;
  clear: both;
}


/* Content */



.productimage img {
  width: 100%;
  padding-bottom: 2%;
}

.mobile-image img {
	margin-bottom: 10px;
}


/* Default: 3 columns */

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

div:nth-child(3n+1 of .productmain){
	clear: both;
}

.normal-image img {
	display:block;
	position:relative;
	width: 100%;
	width: calc(100% - 20px);
	margin-bottom: 30px;
}

.mobile-image img {
	display:none;
}
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1070px) {
  .productmain {
    width: 50%;
  }
  
   
    div:nth-child(odd of .productmain){
	clear: both;
}

.normal-image {display:none;}
	.mobile-image img {
	width:100%;
	width: calc(100% - 20px);

}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 774px) {
  .productmain {
    width: 100%;
  }

  .productdescription{
	height: auto;
  }
  
  .productdescription-text{
/* 	height: auto; */
  }

  .productsbuttons{
	float:left;
	margin-top: 0;
  }

  	.mobile-image img {
	width:100%;

}



@media (max-width:520px){
	/* no padding	let op: deze is voor de home, nog aanpassen */

	#page {
	/* 	top: 100px; */
	}	
			
	#maincontent {
		width: 100%; 
		margin: 0;				
	}	

	
	.product-header{
		margin: 0;
		margin-bottom: 15px;
		}
	
		.product-header h3 {
			width:100%;
		}
 
	.productimage img{
		padding-bottom: 0;
		margin-bottom: -5px;
	}
	
	.allproducts > .productmain {
		padding-top: 0;
		padding-left:0;
		padding-right: 0;
		padding-bottom: 10;
	  }
	
	* {
	  box-sizing: border-box;
	}

	.mobile-image img {
	width:100%;
}
	
}



