#cart-main-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 9999998;
	cursor: pointer;
}
#cart-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0;
	height: 100px;
	margin: auto;
	background: #ffffff;
	width: 100%;
	max-width: 500px;
	z-index: 9999999;
	padding: 20px;
}
#cart-overlay > img {
	float: left;
	height: 100px;
	width: auto;
	margin-right: 10px;
}
#cart-overlay > div {
	float: left;
}
#cart-overlay-checkout {
	float: right;
}
.cart-overlay-disable {
  height: 100% !important;
  overflow: hidden !important;
}
