.cartModal{
	position: fixed;
	width: 80%;
	height: 70%;
	margin: 0 10%;
	background-color: white;
	display:none;
	box-shadow:0 0 10px #999;
	top: 50px;
	z-index:10;
	box-shadow: 0 0 10px 10px gray;
}

.modalBg {
	background-color: black;
	width: 100%;
	height: 110%;
	position: fixed;
	border: 1px solid red;
	z-index: 5;
	display: none;
	opacity: 0.4;
	top: -50px;
}

.cartSidebar{
	background-color: white;
	z-index:10;
}
.cartModalTitle {
	padding:10px 20px;	
	border-bottom:1px solid #ccc;
}

.closeCartModal {
	cursor:pointer;
	float:right;
	display: none;
}

	.subtitle {
		font-size:14px;
		color: #ccc;
	}

		.subtitle span {
			cursor: pointer;
			color: #999;
		}

.leftBlock, .rightBlock {
  width: 45%;
  float: left;
  margin: 30px;
}

#orderForm input{
	width: 100%;
	margin-top: 20px;	
}

.formSubmit {
  margin: 20px 0;
  width: 100%;
}
.cartSidebarClose {
  text-align: right;
}

.wpcf7-response-output {
  overflow: hidden;
  width: 40%;
  float: left;
  margin-top: 117px !important;
  position: relative;
  left: 0;
}