@import '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css';
@import '//fonts.googleapis.com/css?family=Roboto:400,300'; /*http://fonts.googleapis.com/css?family=Roboto);*/


@import 'skeleton-fluid.css';
@import 'desktop.css';
@import 'tablet.css' (max-width : 1004px) ;
@import 'smartphone.css' (max-width : 768px);
@import 'smallsmartphone.css' (max-width : 600px);
@import 'tinysmartphone.css' (max-width : 480px);


/* desktop */
@media (min-width : 1004px) {
	.hidefordesktop {
		display: none;
	}
}
/* tablet */
@media (max-width : 1004px) and (min-width: 769px) {
	.hidefortablet {
		display: none;
	}
	.centeronmobile {
		text-align: center;
	}
}

/* smartphone */
@media (max-width : 768px) {
	.hideforsmartphone {
		display: none!important;
	}
	.centeronmobile {
		text-align: center;
	}
}
@media (max-width : 770px) and (min-width: 769px) {
	.product-info > .right {
		width: 40%;
	}
}
@media (max-width : 600px) {
	.hideforsmallsmartphone {
		display: none;
	}
}



/* nieuwste producten */
@media (max-width : 725px) {
	.box-product.latest > div:nth-child(5) {
		display: none;
	}
	#copyright .left span{
		display: block;
		border-right: 0px;
	}
}
@media (max-width : 596px) {
	.box-product.latest > div:nth-child(4) {
		display: none;
	}
}
@media (max-width : 456px) {
	.box-product.latest > div:nth-child(3) {
		display: none;
	}
}


.option-image-boxes {
	clear: both;
	margin-left: -3px;	
}
.option-image-box {
	display: inline-block;
	/*margin-right: 6px;
	margin-top: 6px;*/
	border: 3px solid #fff; 
	float:left;
}
.option-image-box.active {
	border: 3px solid #a31e1e;
}
