.order .btn {
	border-color: #000;
	border-radius: 0px;
	background-color: #333;
	color: #ddd;
	min-width: 40%;
}

.order .btn:hover {
	color: #fff;
}

#orderForm .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.errors .alert {
    border-radius: 0px;
}

/*.order {
	color: #666;
}

.order h3, .orderSent {
	color: #999;
	font-family: 'Comfortaa', cursive;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

.order .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
	margin-bottom: 10px;
}

.order .control-label {
	font-weight: normal;
	font-size: 12px;
	color: #555;
}

.orderSent h3 {
	color: #7b7;
	margin-top: 10px;
}

.order notice {
	color: #999;
	font-family: 'Comfortaa', cursive;
}

.order .form-control {
	background-color: #fff;
	border-color: #ccc;
	box-shadow: none;
	border-radius: 0px;
	color: #333;
}

.order .form-control:focus {
	border-color: #999;
	box-shadow: none;
}

.goodsInTheCart {
	font-family: 'Raleway', sans-serif;
	width: 100%;
	padding: 15px 25px 25px 25px;
	display: inline-block;
	border: 1px solid #ccc;
}

.goodsInTheCart .title {
	padding-bottom: 10px;
}

.goodsInTheCart .quantity {
	padding-bottom: 10px;
}

hr {
	border-top-color: #ccc !important;
}*/
