@media only screen and (min-width: 768px) {
	.product-detail section, .product-detail footer { 
		width: 100%;
	}
	
	.product-detail h1 {
		font-size: 44px;	
	}
	
	.product-detail h1, .product-detail h2 { 
		font-weight: normal;
	}
	
	.product-detail #main,  footer {
		padding-left: 55px;
		padding-right: 55px;
		border-top: 0;
	}
	
	.product-detail .product-order label {
		margin-top: 10px;
	}
	
	.quantity-display select {
		height: 47px;
	}
	
	.btn-add-to-cart.btn-product, .product-detail .product-order select {
		border-radius: 2px;
	}
}
	
.quantity-display select {
	background: white;
}

.linked-products .linked-product img {
	border: 0;
}

#preorder-info.collapse.in {
	display: inline;
}

.including-vat-shipping {
	font-size: 14px !important;
}