@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

.form {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #555555;
}

	.form .form-control {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857;
		color: #555555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 0px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #f2f2f2;
	opacity: 1;
}

.form .has-error .form-control {
	border-color: #b19359;
}

	.form .spinner {
		max-width: 60px;
	}

	.form .product-item{
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.form .product-item label.title{
		font-weight: 700;
		font-size: 16px;
		padding-bottom: 10px;
	}

		.form .product-item label.price {
			color: #E2BE66;
		}

			.form .product-item label.price .spnPrice {
				font-weight: 700;
				font-size: 17px;
				padding-right: 30px;
			}

			.form .product-item label.price .spnUnitPrice {
				font-weight: 400;
				font-size: 16px;
				display: inline-block;
				padding-top: 5px;
			}
			.form h2{
				color:#000;
				font-weight: 500;
				font-size: 30px;
				padding-bottom: 40px;
			}
	.form h4 {
		font-weight: 500;
		font-size: 20px;
		text-transform: uppercase;
		padding-bottom: 30px;
	}

.form h5 {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.form h6 {
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 20px;
}

.form .btn {
	outline: none;
}

	.form .btn-primary {
		color: #fff;
		background-color: #000;
		border-style: solid;
		border-width: 1px;
		border-color: black;
		border-radius: 0px;
		outline: none;
		text-transform: uppercase;
		font-weight: 500;
	}
		.form .btn-primary:hover, .form .btn-primary:active, .form .btn-primary:focus {
			background-color: #1a1a1a;
		}

	.form .btn-long {
		padding: 10px 50px;
		font-size: 18px;
		font-weight: 400;
	}

.text-right{
	text-align:right!important;
}

.form h4.modal-title{
	padding-bottom: 0;
}