body {
	
	background-color: #fff;
	color: #333333;
	font-weight: 400;
	font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
}

.container {
	
	margin-left: 0;
	width: auto;
	padding: 0;
}

.container.selects {
	
	padding-left: 15px;
}

h3 {
	margin-top: 0;
}

.imgPreview {
	max-width: 240px;
    height: 167px;
}

.artikel_naam {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
	font-weight: 400;
	color: #333;
	font-size: 1.6rem;
    line-height: 2.2rem;
}

.artikel_nummer {
	color: #7d7d7d;
	font-size: 14px;
}

.artikel_prijs {
	color: #ff6c00;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 15px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #8064A2;
    border-color: #8064A2;
}
.btn.btn-primary.btn-lg.active {
	background-color: #ff6c00;
    color: #ffffff;
    border-radius: 0;
    border: none;
    font-size: 1.4rem;
    box-shadow: none;
	margin-top: 15px;
}

.btn.btn-primary.btn-lg.active:hover{
	background-color: #e86c10;
}
.btn.btn-secondary.btn-lg.active {
	background-color: #eee;
    color: #333;
    border-radius: 0;
    border: none;
    font-size: 1.4rem;
    box-shadow: none;
	margin-top: 15px;
}
.btn.btn-secondary.btn-lg.active:hover {
    background-color: #333;
    color: #fff;
}

.row form {
	width: 100%;
}

.row.product {
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px  #f5f5f5;
	padding-bottom: 20px;
}

.row.product .col-md-4 {
	width: 22%;	
}

#productSelects {
	border-bottom: 1px  #f5f5f5;
}

#productSelects form > div:first-of-type {
    padding-left: 0;
}

@media screen and (max-width: 991px) {
	#productSelects form > div {
		padding-left: 0;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 500px) {
	#productResults .product > .col-md-6 {
		display: inline-block;
		width: 66%;
	}


	#productResults .product > .col-md-4 {
    	display: inline-block;
    	vertical-align: top;
    	width: 25%;
    	min-width: 170px;
	}
}

@media screen and (max-width: 530px){
	.row.title > div {
		margin-top: 10px;
	}
}

.btn-primary {
    background-color: #2C3E50;
    border-color: #2C3E50;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1E2A36;
    border-color: #161F29;
}

.searchButton {
	
	background-color: #ff6d00;
	padding-left: 45px;
	padding-right: 45px;
	border-radius: 0;
	color: #FFF;
	font-weight: bold;
	width: 100%;
}

.form-control {
	
	border-radius: 0;
}

.searchButton:hover {
	
	color: #fff;
	background-color: #e86c10;
}

h1 {
	
	font-size: 20px;
	margin: 0;
	margin-bottom: 15px;
    font-family: "Bitter", georgia, serif;
}

.top-column {
	
	width: 100%;
	background-color: #f2f2f2;
	padding: 30px;
}

.bottom-column {
	
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.label-select {
	
	width: 100%;
	font-weight: normal;
}

.label-select span {
	
	font-size: 14px;
}

.label-select select {
	
	margin-top: 7px;
}
